Skip to content

Commit b3f59db

Browse files
committed
build 🛠 build-20241111-025150
1 parent 92f2908 commit b3f59db

File tree

5 files changed

+41
-2
lines changed

5 files changed

+41
-2
lines changed

v2/packages/chain-registry/src/mainnet/doravota/ibc-data.ts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff 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
];

v2/packages/chain-registry/src/mainnet/dungeon/chain.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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',

v2/packages/chain-registry/src/mainnet/noble/ibc-data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: {

v2/packages/chain-registry/src/mainnet/sei/ibc-data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: {

v2/packages/chain-registry/src/mainnet/stargaze/ibc-data.ts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)