Skip to content

Commit

Permalink
Merge branch 'master' into elys-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
woelig authored Dec 20, 2024
2 parents 171390c + 90c46e5 commit d640909
Show file tree
Hide file tree
Showing 12 changed files with 141 additions and 50 deletions.
18 changes: 14 additions & 4 deletions composable/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,11 @@
"id": "c6eefdcc5cbe41dd457183c7c3bd7311ddf97638",
"address": "composable.peer.stakevillage.net:16156",
"provider": "Stake Village"
},
{
"id": "c2e32b6f1e395a39cc48a47bb57cb9a8e6990367",
"address": "picasso-rpc.moonbridge.org:19900",
"provider": "Moonbridge"
}
]
},
Expand Down Expand Up @@ -159,7 +164,7 @@
"provider": "Bro_n_Bro"
},
{
"address": "https://composable.rpc.moonbridge.team",
"address": "https://picasso-rpc.moonbridge.org",
"provider": "Moonbridge"
},
{
Expand Down Expand Up @@ -209,7 +214,7 @@
"provider": "Bro_n_Bro"
},
{
"address": "https://composable.api.moonbridge.team",
"address": "https://picasso-api.moonbridge.org",
"provider": "Moonbridge"
},
{
Expand Down Expand Up @@ -275,7 +280,7 @@
"provider": "Bro_n_Bro"
},
{
"address": "https://composable.grpc.moonbridge.team",
"address": "https://picasso-grpc.moonbridge.org",
"provider": "Moonbridge"
},
{
Expand Down Expand Up @@ -317,11 +322,16 @@
"url": "https://mainnet.whispernode.com/picasso",
"tx_page": "https://mainnet.whispernode.com/picasso/tx/${txHash}",
"account_page": "https://mainnet.whispernode.com/picasso/account/${accountAddress}"
},
{
"kind": "Moonbridge",
"url": "https://explorer.moonbridge.org/picasso",
"tx_page": "https://explorer.moonbridge.org/picasso/tx/${txHash}"
}
],
"images": [
{
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg"
}
]
}
}
8 changes: 0 additions & 8 deletions dungeon/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@
"address": "https://rpc-dungeon-1.seraphim.zone",
"provider": "Seraphim"
},
{
"address": "https://rpc-dungeonchain.apeironnodes.com",
"provider": "ApeironNodes"
},
{
"address": "https://dungeon_mainnet_rpc.chain.whenmoonwhenlambo.money",
"provider": "🚀 WHEN MOON 🌕 WHEN LAMBO 🔥"
Expand All @@ -48,10 +44,6 @@
"address": "https://api-dungeon-1.seraphim.zone",
"provider": "Seraphim"
},
{
"address": "https://api-dungeonchain.apeironnodes.com",
"provider": "ApeironNodes"
},
{
"address": "https://api-archive-dungeonchain.apeironnodes.com",
"provider": "ApeironNodes (Archive)"
Expand Down
37 changes: 36 additions & 1 deletion elys/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,11 @@
"id": "c0587c432d74238baab0e4ff70a400cb4bc78be0",
"address": "elys-m.peer.stavr.tech:31126",
"provider": "🔥STAVR🔥"
},
{
"id": "749e0e6d3a307a46671bb2004e1c22c532b57b45",
"address": "elys-rpc.moonbridge.org:19908",
"provider": "Moonbridge"
}
]
},
Expand Down Expand Up @@ -199,6 +204,14 @@
"address": "https://elys-rpc.cogwheel.zone:443",
"provider": "Cogwheel ⚙️"
},
{
"address": "https://elys.rpc.quasarstaking.ai:443",
"provider": "Quasar"
},
{
"address": "https://elys-rpc.moonbridge.org:443",
"provider": "Moonbridge"
},
{
"address": "https://elys_mainnet_rpc.chain.whenmoonwhenlambo.money",
"provider": "🚀 WHEN MOON 🌕 WHEN LAMBO 🔥"
Expand Down Expand Up @@ -253,6 +266,14 @@
"address": "https://elys-api.cogwheel.zone:443",
"provider": "Cogwheel ⚙️"
},
{
"address": "https://elys.api.quasarstaking.ai:443",
"provider": "Quasar"
},
{
"address": "https://elys-api.moonbridge.org",
"provider": "Moonbridge"
},
{
"address": "https://elys_mainnet_api.chain.whenmoonwhenlambo.money",
"provider": "🚀 WHEN MOON 🌕 WHEN LAMBO 🔥"
Expand Down Expand Up @@ -290,6 +311,14 @@
{
"address": "elys-grpc.cogwheel.zone:443",
"provider": "Cogwheel ⚙️"
},
{
"address": "elys.grpc.quasarstaking.ai:443",
"provider": "Quasar"
},
{
"address": "elys-grpc.moonbridge.org:443",
"provider": "Moonbridge"
}
]
},
Expand Down Expand Up @@ -324,11 +353,17 @@
"tx_page": "https://explorer.stavr.tech/Elys-Mainnet/tx/${txHash}",
"account_page": "https://explorer.stavr.tech/Elys-Mainnet/account/${accountAddress}"
},
{
"kind": "Moonbridge",
"url": "https://explorer.moonbridge.org/elys",
"tx_page": "https://explorer.moonbridge.org/elys/tx/${txHash}",
"account_page": "https://explorer.moonbridge.org/elys/account/${accountAddress}"
},
{
"kind": "🚀 WHEN MOON 🌕 WHEN LAMBO 🔥",
"url": "https://explorer.whenmoonwhenlambo.money/elys",
"tx_page": "https://explorer.whenmoonwhenlambo.money/elys/tx/${txHash}",
"account_page": "https://explorer.whenmoonwhenlambo.money/elys/account/${accountAddress}"
}
]
}
}
20 changes: 19 additions & 1 deletion empowerchain/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,10 @@
{
"address": "https://empower-rpc.bluestake.net:443",
"provider": "BlueStake \ud83d\ude80"
},
{
"address": "https://empower-rpc.moonbridge.org",
"provider": "Moonbridge"
}
],
"rest": [
Expand Down Expand Up @@ -233,6 +237,10 @@
{
"address": "https://empower-api.bluestake.net",
"provider": "BlueStake \ud83d\ude80"
},
{
"address": "https://empower-api.moonbridge.org",
"provider": "Moonbridge"
}
],
"grpc": [
Expand Down Expand Up @@ -279,6 +287,10 @@
{
"address": "empower-grpc.noders.services:25090",
"provider": "[NODERS]TEAM"
},
{
"address": "empower-grpc.moonbridge.org:443",
"provider": "Moonbridge"
}
]
},
Expand Down Expand Up @@ -318,6 +330,12 @@
"url": "https://mainnet.whispernode.com/empowerchain",
"tx_page": "https://mainnet.whispernode.com/empowerchain/tx/${txHash}",
"account_page": "https://mainnet.whispernode.com/empowerchain/account/${accountAddress}"
},
{
"kind": "Moonbridge",
"url": "https://explorer.moonbridge.org/empower",
"tx_page": "https://explorer.moonbridge.org/empower/tx/${txHash}",
"account_page": "https://explorer.moonbridge.org/empower/account/${accountAddress}"
}
],
"images": [
Expand All @@ -342,4 +360,4 @@
}
}
]
}
}
6 changes: 6 additions & 0 deletions fetchhub/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/mobx.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/mobx.svg"
},
"socials": {
"website": "https://mobix.ai",
"twitter": "https://twitter.com/mobixwallet",
"telegram": "https://t.me/mobix_ai",
"github": "https://github.com/MOBIX-ai"
},
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/mobx.png",
Expand Down
12 changes: 6 additions & 6 deletions gitopia/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@
"provider": "Roomit"
},
{
"address": "https://gitopia.rpc.moonbridge.team",
"address": "https://gitopia-rpc.moonbridge.org",
"provider": "Moonbridge"
},
{
Expand Down Expand Up @@ -428,7 +428,7 @@
"provider": "Roomit"
},
{
"address": "https://gitopia.api.moonbridge.team",
"address": "https://gitopia-api.moonbridge.org",
"provider": "Moonbridge"
},
{
Expand Down Expand Up @@ -550,7 +550,7 @@
"provider": "Roomit"
},
{
"address": "https://gitopia.grpc.moonbridge.team",
"address": "gitopia-grpc.moonbridge.org:443",
"provider": "Moonbridge"
},
{
Expand Down Expand Up @@ -662,9 +662,9 @@
},
{
"kind": "Moonbridge",
"url": "https://explorer.moonbridge.team/gitopia",
"tx_page": "https://explorer.moonbridge.team/gitopia/tx/${txHash}",
"account_page": "https://explorer.moonbridge.team/gitopia/account/${accountAddress}"
"url": "https://explorer.moonbridge.org/gitopia",
"tx_page": "https://explorer.moonbridge.org/gitopia/tx/${txHash}",
"account_page": "https://explorer.moonbridge.org/gitopia/account/${accountAddress}"
},
{
"kind": "KonsorTech",
Expand Down
4 changes: 4 additions & 0 deletions jackal/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,10 @@
{
"address": "jackal-grpc.noders.services:26090",
"provider": "[NODERS]TEAM"
},
{
"address": "grpc.jackal.mathnodes.com:443",
"provider": "MathNodes"
}
]
},
Expand Down
16 changes: 8 additions & 8 deletions kopi/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@
"provider": "Chaintools"
},
{
"id": "8199f0cbdf12519ac41692e50fd6e88c6f513d1a",
"address": "kopi.rpc.moonbridge.team:19901",
"id": "2f53870a9c535760a8dadb2f8bca2e060afa78c5",
"address": "kopi-rpc.moonbridge.org:19904",
"provider": "Moonbridge"
}
]
Expand All @@ -108,7 +108,7 @@
"provider": "Stakerhouse"
},
{
"address": "https://kopi.rpc.moonbridge.team",
"address": "https://kopi-rpc.moonbridge.org",
"provider": "Moonbridge"
},
{
Expand Down Expand Up @@ -162,7 +162,7 @@
"provider": "Stakerhouse"
},
{
"address": "https://kopi.api.moonbridge.team",
"address": "https://kopi-api.moonbridge.org",
"provider": "Moonbridge"
},
{
Expand Down Expand Up @@ -208,7 +208,7 @@
"provider": "Stakerhouse"
},
{
"address": "https://kopi.grpc.moonbridge.team",
"address": "kopi-grpc.moonbridge.org:443",
"provider": "Moonbridge"
},
{
Expand Down Expand Up @@ -258,9 +258,9 @@
},
{
"kind": "Moonbridge Explorer",
"url": "https://explorer.moonbridge.team/kopi/",
"tx_page": "https://explorer.moonbridge.team/kopi/txs/${txHash}",
"account_page": "https://explorer.moonbridge.team/kopi/account/${accountAddress}"
"url": "https://explorer.moonbridge.org/kopi",
"tx_page": "https://explorer.moonbridge.org/kopi/txs/${txHash}",
"account_page": "https://explorer.moonbridge.org/kopi/account/${accountAddress}"
},
{
"kind": "Cosmoscan Explorer",
Expand Down
19 changes: 19 additions & 0 deletions realio/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@
"id": "73ef1c0f9bc77fd925decf7fa41f22a35b5dc76d",
"address": "realio.declab.pro:26624",
"provider": "Decloud Nodes Lab"
},
{
"id": "f044cebd5c319cecef00596c8e3f608b774e1e9e",
"address": "realio-rpc.moonbridge.org:19906",
"provider": "Moonbridge"
}
]
},
Expand Down Expand Up @@ -172,6 +177,10 @@
{
"address": "https://realio_rio_mainnet_rpc.chain.whenmoonwhenlambo.money",
"provider": "\ud83d\ude80 WHEN MOON \ud83c\udf15 WHEN LAMBO \ud83d\udd25"
},
{
"address": "https://realio-rpc.moonbridge.org",
"provider": "Moonbridge"
}
],
"rest": [
Expand Down Expand Up @@ -222,6 +231,10 @@
{
"address": "https://realio_rio_mainnet_api.chain.whenmoonwhenlambo.money",
"provider": "\ud83d\ude80 WHEN MOON \ud83c\udf15 WHEN LAMBO \ud83d\udd25"
},
{
"address": "https://realio-api.moonbridge.org",
"provider": "Moonbridge"
}
],
"grpc": [
Expand Down Expand Up @@ -339,6 +352,12 @@
"url": "https://explorer.whenmoonwhenlambo.money/realio",
"tx_page": "https://explorer.whenmoonwhenlambo.money/realio/tx/${txHash}",
"account_page": "https://explorer.whenmoonwhenlambo.money/realio/account/${accountAddress}"
},
{
"kind": "Moonbridge",
"url": "https://explorer.moonbridge.org/realio",
"tx_page": "https://explorer.moonbridge.org/realio/tx/${txHash}",
"account_page": "https://explorer.moonbridge.org/realio/account/${accountAddress}"
}
],
"images": [
Expand Down
Loading

0 comments on commit d640909

Please sign in to comment.