File tree Expand file tree Collapse file tree 5 files changed +41
-2
lines changed
v2/packages/chain-registry/src/mainnet Expand file tree Collapse file tree 5 files changed +41
-2
lines changed Original file line number Diff line number Diff line change @@ -325,6 +325,21 @@ const info: IBCData[] = [
325325 status : 'live' ,
326326 preferred : true
327327 }
328+ } , {
329+ chain1 : {
330+ channelId : 'channel-16' ,
331+ portId : 'wasm.dora1q09v79ar0w99av6hlut0nhkstqt6up5mv3gmnut53t7jzxu4plyqt268vu'
332+ } ,
333+ chain2 : {
334+ channelId : 'channel-397' ,
335+ portId : 'wasm.stars1r0a8ygvnjfaegy4n5z9325e0ew9uy2s7rn4vt7qf4ltv49fj4tnsk6pvtv'
336+ } ,
337+ ordering : 'unordered' ,
338+ version : 'ics721-1' ,
339+ tags : {
340+ status : 'live' ,
341+ preferred : true
342+ }
328343 } ]
329344 }
330345] ;
Original file line number Diff line number Diff line change @@ -9,6 +9,15 @@ const info: Chain = {
99 prettyName : 'Dungeon Chain' ,
1010 chainId : 'dungeon-1' ,
1111 bech32Prefix : 'dungeon' ,
12+ fees : {
13+ feeTokens : [ {
14+ denom : 'udgn' ,
15+ fixedMinGasPrice : 0 ,
16+ lowGasPrice : 0 ,
17+ averageGasPrice : 0 ,
18+ highGasPrice : 0.001
19+ } ]
20+ } ,
1221 apis : {
1322 rpc : [ {
1423 address : 'https://rpc-dungeonchain.apeironnodes.com' ,
Original file line number Diff line number Diff line change @@ -991,7 +991,7 @@ const info: IBCData[] = [
991991 $schema : '../ibc_data.schema.json' ,
992992 chain1 : {
993993 chainName : 'noble' ,
994- clientId : '07-tendermint-45 ' ,
994+ clientId : '07-tendermint-64 ' ,
995995 connectionId : 'connection-61'
996996 } ,
997997 chain2 : {
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ const info: IBCData[] = [
194194 $schema : '../ibc_data.schema.json' ,
195195 chain1 : {
196196 chainName : 'noble' ,
197- clientId : '07-tendermint-45 ' ,
197+ clientId : '07-tendermint-64 ' ,
198198 connectionId : 'connection-61'
199199 } ,
200200 chain2 : {
Original file line number Diff line number Diff line change @@ -247,6 +247,21 @@ const info: IBCData[] = [
247247 status : 'live' ,
248248 preferred : true
249249 }
250+ } , {
251+ chain1 : {
252+ channelId : 'channel-16' ,
253+ portId : 'wasm.dora1q09v79ar0w99av6hlut0nhkstqt6up5mv3gmnut53t7jzxu4plyqt268vu'
254+ } ,
255+ chain2 : {
256+ channelId : 'channel-397' ,
257+ portId : 'wasm.stars1r0a8ygvnjfaegy4n5z9325e0ew9uy2s7rn4vt7qf4ltv49fj4tnsk6pvtv'
258+ } ,
259+ ordering : 'unordered' ,
260+ version : 'ics721-1' ,
261+ tags : {
262+ status : 'live' ,
263+ preferred : true
264+ }
250265 } ]
251266 } ,
252267 {
You can’t perform that action at this time.
0 commit comments