@@ -32,6 +32,10 @@ const info: Chain = {
3232 {
3333 address : 'https://dungeon_mainnet_rpc.chain.whenmoonwhenlambo.money' ,
3434 provider : '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
35+ } ,
36+ {
37+ address : 'https://rpc.dungeon.chaintools.tech' ,
38+ provider : 'ChainTools'
3539 }
3640 ] ,
3741 rest : [
@@ -50,24 +54,40 @@ const info: Chain = {
5054 {
5155 address : 'https://dungeon_mainnet_api.chain.whenmoonwhenlambo.money' ,
5256 provider : '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
57+ } ,
58+ {
59+ address : 'https://api.dungeon.chaintools.tech' ,
60+ provider : 'ChainTools'
5361 }
5462 ] ,
5563 grpc : [ {
56- address : 'dungeon.grpc.quasarstaking.ai' ,
64+ address : 'dungeon.grpc.quasarstaking.ai:80 ' ,
5765 provider : 'Quasar'
66+ } , {
67+ address : 'grpc.dungeon.chaintools.tech:443' ,
68+ provider : 'ChainTools'
5869 } ]
5970 } ,
60- explorers : [ {
71+ explorers : [
72+ {
6173 kind : 'Ping.Pub' ,
6274 url : 'https://ping.pub/Dungeonchain' ,
6375 txPage : 'https://ping.pub/Dungeonchain/tx/${txHash}' ,
6476 accountPage : 'https://ping.pub/Dungeonchain/account/${accountAddress}'
65- } , {
77+ } ,
78+ {
6679 kind : '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥' ,
6780 url : 'https://explorer.whenmoonwhenlambo.money/dungeon' ,
6881 txPage : 'https://explorer.whenmoonwhenlambo.money/dungeon/tx/${txHash}' ,
6982 accountPage : 'https://explorer.whenmoonwhenlambo.money/dungeon/account/${accountAddress}'
70- } ] ,
83+ } ,
84+ {
85+ kind : 'ChainTools' ,
86+ url : 'https://explorer.chaintools.tech/Dungeon' ,
87+ txPage : 'https://explorer.chaintools.tech/Dungeon/tx/${txHash}' ,
88+ accountPage : 'https://explorer.chaintools.tech/Dungeon/account/${accountAddress}'
89+ }
90+ ] ,
7191 logoURIs : {
7292 png : 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
7393 } ,
0 commit comments