@chain-registry/assets 1.70.36 → 1.70.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/mainnet/cosmoshub.js +12 -4
- package/esm/mainnet/medasdigital.js +4 -4
- package/esm/mainnet/neutron.js +12 -4
- package/esm/mainnet/osmosis.js +18 -10
- package/esm/mainnet/stride.js +12 -4
- package/esm/testnet/cosmoshubtestnet.js +16 -16
- package/esm/testnet/junotestnet.js +32 -32
- package/esm/testnet/osmosistestnet.js +24 -24
- package/esm/testnet/stargazetestnet.js +32 -32
- package/esm/testnet/symphonytestnet.js +24 -24
- package/index.d.ts +1 -1
- package/mainnet/cosmoshub.js +12 -4
- package/mainnet/medasdigital.js +4 -4
- package/mainnet/neutron.js +12 -4
- package/mainnet/osmosis.js +18 -10
- package/mainnet/stride.js +12 -4
- package/package.json +5 -5
- package/testnet/cosmoshubtestnet.js +16 -16
- package/testnet/junotestnet.js +32 -32
- package/testnet/osmosistestnet.js +24 -24
- package/testnet/stargazetestnet.js +32 -32
- package/testnet/symphonytestnet.js +24 -24
package/esm/mainnet/cosmoshub.js
CHANGED
|
@@ -2052,7 +2052,7 @@ const assets = {
|
|
|
2052
2052
|
}]
|
|
2053
2053
|
},
|
|
2054
2054
|
{
|
|
2055
|
-
description: '
|
|
2055
|
+
description: 'Dragon Token is the native staking and governance token of Dungeon Chain, serving as the backbone of the ecosystem. Its primary roles include staking, where users stake Dragon Tokens to secure the network, enhance its functionality, and earn rewards in return; governance, granting token holders voting rights to influence key decisions such as game onboarding, protocol updates, and community-driven initiatives; and ecosystem growth, facilitating transactions, incentivizing developers, and promoting the creation of new interchain games. Dragon Token ensures a decentralized, fair, and community-driven ecosystem, fostering the evolution of blockchain-based gaming. It plays a crucial role in driving the growth of Dungeon Chain by empowering both developers and players to participate actively in the ecosystem\'s governance and success.',
|
|
2056
2056
|
denom_units: [{
|
|
2057
2057
|
denom: 'ibc/C57D2C02129637EE06447A85BDF35FD84C0DF75D7493840F152889CD1ACBA90E',
|
|
2058
2058
|
exponent: 0,
|
|
@@ -2062,12 +2062,16 @@ const assets = {
|
|
|
2062
2062
|
exponent: 6
|
|
2063
2063
|
}],
|
|
2064
2064
|
base: 'ibc/C57D2C02129637EE06447A85BDF35FD84C0DF75D7493840F152889CD1ACBA90E',
|
|
2065
|
-
name: '
|
|
2065
|
+
name: 'Dragon',
|
|
2066
2066
|
display: 'DGN',
|
|
2067
2067
|
symbol: 'DGN',
|
|
2068
2068
|
logo_URIs: {
|
|
2069
2069
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
2070
2070
|
},
|
|
2071
|
+
socials: {
|
|
2072
|
+
website: 'https://www.cryptodungeon.org',
|
|
2073
|
+
twitter: 'https://twitter.com/cryptodungeonma'
|
|
2074
|
+
},
|
|
2071
2075
|
images: [{
|
|
2072
2076
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
|
2073
2077
|
theme: {
|
|
@@ -7890,7 +7894,7 @@ const assets = {
|
|
|
7890
7894
|
}]
|
|
7891
7895
|
},
|
|
7892
7896
|
{
|
|
7893
|
-
description: '
|
|
7897
|
+
description: 'Dragon Token is the native staking and governance token of Dungeon Chain, serving as the backbone of the ecosystem. Its primary roles include staking, where users stake Dragon Tokens to secure the network, enhance its functionality, and earn rewards in return; governance, granting token holders voting rights to influence key decisions such as game onboarding, protocol updates, and community-driven initiatives; and ecosystem growth, facilitating transactions, incentivizing developers, and promoting the creation of new interchain games. Dragon Token ensures a decentralized, fair, and community-driven ecosystem, fostering the evolution of blockchain-based gaming. It plays a crucial role in driving the growth of Dungeon Chain by empowering both developers and players to participate actively in the ecosystem\'s governance and success.',
|
|
7894
7898
|
denom_units: [{
|
|
7895
7899
|
denom: 'ibc/C57D2C02129637EE06447A85BDF35FD84C0DF75D7493840F152889CD1ACBA90E',
|
|
7896
7900
|
exponent: 0,
|
|
@@ -7900,12 +7904,16 @@ const assets = {
|
|
|
7900
7904
|
exponent: 6
|
|
7901
7905
|
}],
|
|
7902
7906
|
base: 'ibc/C57D2C02129637EE06447A85BDF35FD84C0DF75D7493840F152889CD1ACBA90E',
|
|
7903
|
-
name: '
|
|
7907
|
+
name: 'Dragon',
|
|
7904
7908
|
display: 'DGN',
|
|
7905
7909
|
symbol: 'DGN',
|
|
7906
7910
|
logo_URIs: {
|
|
7907
7911
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
7908
7912
|
},
|
|
7913
|
+
socials: {
|
|
7914
|
+
website: 'https://www.cryptodungeon.org',
|
|
7915
|
+
twitter: 'https://twitter.com/cryptodungeonma'
|
|
7916
|
+
},
|
|
7909
7917
|
images: [{
|
|
7910
7918
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
|
7911
7919
|
theme: {
|
|
@@ -36,7 +36,7 @@ const assets = {
|
|
|
36
36
|
traces: [{
|
|
37
37
|
type: 'ibc',
|
|
38
38
|
counterparty: {
|
|
39
|
-
channel_id: 'channel-
|
|
39
|
+
channel_id: 'channel-87042',
|
|
40
40
|
base_denom: 'uosmo',
|
|
41
41
|
chain_name: 'osmosis'
|
|
42
42
|
},
|
|
@@ -80,7 +80,7 @@ const assets = {
|
|
|
80
80
|
traces: [{
|
|
81
81
|
type: 'ibc',
|
|
82
82
|
counterparty: {
|
|
83
|
-
channel_id: 'channel-
|
|
83
|
+
channel_id: 'channel-87042',
|
|
84
84
|
base_denom: 'uion',
|
|
85
85
|
chain_name: 'osmosis'
|
|
86
86
|
},
|
|
@@ -167,7 +167,7 @@ const assets = {
|
|
|
167
167
|
traces: [{
|
|
168
168
|
type: 'ibc',
|
|
169
169
|
counterparty: {
|
|
170
|
-
channel_id: 'channel-
|
|
170
|
+
channel_id: 'channel-87042',
|
|
171
171
|
base_denom: 'uosmo',
|
|
172
172
|
chain_name: 'osmosis'
|
|
173
173
|
},
|
|
@@ -211,7 +211,7 @@ const assets = {
|
|
|
211
211
|
traces: [{
|
|
212
212
|
type: 'ibc',
|
|
213
213
|
counterparty: {
|
|
214
|
-
channel_id: 'channel-
|
|
214
|
+
channel_id: 'channel-87042',
|
|
215
215
|
base_denom: 'uion',
|
|
216
216
|
chain_name: 'osmosis'
|
|
217
217
|
},
|
package/esm/mainnet/neutron.js
CHANGED
|
@@ -254,7 +254,7 @@ const assets = {
|
|
|
254
254
|
}]
|
|
255
255
|
},
|
|
256
256
|
{
|
|
257
|
-
description: '
|
|
257
|
+
description: 'Dragon Token is the native staking and governance token of Dungeon Chain, serving as the backbone of the ecosystem. Its primary roles include staking, where users stake Dragon Tokens to secure the network, enhance its functionality, and earn rewards in return; governance, granting token holders voting rights to influence key decisions such as game onboarding, protocol updates, and community-driven initiatives; and ecosystem growth, facilitating transactions, incentivizing developers, and promoting the creation of new interchain games. Dragon Token ensures a decentralized, fair, and community-driven ecosystem, fostering the evolution of blockchain-based gaming. It plays a crucial role in driving the growth of Dungeon Chain by empowering both developers and players to participate actively in the ecosystem\'s governance and success.',
|
|
258
258
|
denom_units: [{
|
|
259
259
|
denom: 'ibc/2ECB3D2ADFE9F1CA85258C6330FA666120549349BC526D56B098A2A782D75455',
|
|
260
260
|
exponent: 0,
|
|
@@ -264,12 +264,16 @@ const assets = {
|
|
|
264
264
|
exponent: 6
|
|
265
265
|
}],
|
|
266
266
|
base: 'ibc/2ECB3D2ADFE9F1CA85258C6330FA666120549349BC526D56B098A2A782D75455',
|
|
267
|
-
name: '
|
|
267
|
+
name: 'Dragon',
|
|
268
268
|
display: 'DGN',
|
|
269
269
|
symbol: 'DGN',
|
|
270
270
|
logo_URIs: {
|
|
271
271
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
272
272
|
},
|
|
273
|
+
socials: {
|
|
274
|
+
website: 'https://www.cryptodungeon.org',
|
|
275
|
+
twitter: 'https://twitter.com/cryptodungeonma'
|
|
276
|
+
},
|
|
273
277
|
images: [{
|
|
274
278
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
|
275
279
|
theme: {
|
|
@@ -1203,7 +1207,7 @@ const assets = {
|
|
|
1203
1207
|
}]
|
|
1204
1208
|
},
|
|
1205
1209
|
{
|
|
1206
|
-
description: '
|
|
1210
|
+
description: 'Dragon Token is the native staking and governance token of Dungeon Chain, serving as the backbone of the ecosystem. Its primary roles include staking, where users stake Dragon Tokens to secure the network, enhance its functionality, and earn rewards in return; governance, granting token holders voting rights to influence key decisions such as game onboarding, protocol updates, and community-driven initiatives; and ecosystem growth, facilitating transactions, incentivizing developers, and promoting the creation of new interchain games. Dragon Token ensures a decentralized, fair, and community-driven ecosystem, fostering the evolution of blockchain-based gaming. It plays a crucial role in driving the growth of Dungeon Chain by empowering both developers and players to participate actively in the ecosystem\'s governance and success.',
|
|
1207
1211
|
denom_units: [{
|
|
1208
1212
|
denom: 'ibc/2ECB3D2ADFE9F1CA85258C6330FA666120549349BC526D56B098A2A782D75455',
|
|
1209
1213
|
exponent: 0,
|
|
@@ -1213,12 +1217,16 @@ const assets = {
|
|
|
1213
1217
|
exponent: 6
|
|
1214
1218
|
}],
|
|
1215
1219
|
base: 'ibc/2ECB3D2ADFE9F1CA85258C6330FA666120549349BC526D56B098A2A782D75455',
|
|
1216
|
-
name: '
|
|
1220
|
+
name: 'Dragon',
|
|
1217
1221
|
display: 'DGN',
|
|
1218
1222
|
symbol: 'DGN',
|
|
1219
1223
|
logo_URIs: {
|
|
1220
1224
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
1221
1225
|
},
|
|
1226
|
+
socials: {
|
|
1227
|
+
website: 'https://www.cryptodungeon.org',
|
|
1228
|
+
twitter: 'https://twitter.com/cryptodungeonma'
|
|
1229
|
+
},
|
|
1222
1230
|
images: [{
|
|
1223
1231
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
|
1224
1232
|
theme: {
|
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -2000,7 +2000,7 @@ const assets = {
|
|
|
2000
2000
|
}]
|
|
2001
2001
|
},
|
|
2002
2002
|
{
|
|
2003
|
-
description: '
|
|
2003
|
+
description: 'Dragon Token is the native staking and governance token of Dungeon Chain, serving as the backbone of the ecosystem. Its primary roles include staking, where users stake Dragon Tokens to secure the network, enhance its functionality, and earn rewards in return; governance, granting token holders voting rights to influence key decisions such as game onboarding, protocol updates, and community-driven initiatives; and ecosystem growth, facilitating transactions, incentivizing developers, and promoting the creation of new interchain games. Dragon Token ensures a decentralized, fair, and community-driven ecosystem, fostering the evolution of blockchain-based gaming. It plays a crucial role in driving the growth of Dungeon Chain by empowering both developers and players to participate actively in the ecosystem\'s governance and success.',
|
|
2004
2004
|
denom_units: [{
|
|
2005
2005
|
denom: 'ibc/3B95D63B520C283BCA86F8CD426D57584039463FD684A5CBA31D2780B86A1995',
|
|
2006
2006
|
exponent: 0,
|
|
@@ -2010,12 +2010,16 @@ const assets = {
|
|
|
2010
2010
|
exponent: 6
|
|
2011
2011
|
}],
|
|
2012
2012
|
base: 'ibc/3B95D63B520C283BCA86F8CD426D57584039463FD684A5CBA31D2780B86A1995',
|
|
2013
|
-
name: '
|
|
2013
|
+
name: 'Dragon',
|
|
2014
2014
|
display: 'DGN',
|
|
2015
2015
|
symbol: 'DGN',
|
|
2016
2016
|
logo_URIs: {
|
|
2017
2017
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
2018
2018
|
},
|
|
2019
|
+
socials: {
|
|
2020
|
+
website: 'https://www.cryptodungeon.org',
|
|
2021
|
+
twitter: 'https://twitter.com/cryptodungeonma'
|
|
2022
|
+
},
|
|
2019
2023
|
images: [{
|
|
2020
2024
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
|
2021
2025
|
theme: {
|
|
@@ -4393,14 +4397,14 @@ const assets = {
|
|
|
4393
4397
|
{
|
|
4394
4398
|
description: 'The native token of Medas Digital Network',
|
|
4395
4399
|
denom_units: [{
|
|
4396
|
-
denom: 'ibc/
|
|
4400
|
+
denom: 'ibc/FBBC35295AA037DC0A77796B08DC3003EC918E18E75D61D675A0EEAC0643F36C',
|
|
4397
4401
|
exponent: 0,
|
|
4398
4402
|
aliases: ['umedas']
|
|
4399
4403
|
}, {
|
|
4400
4404
|
denom: 'medas',
|
|
4401
4405
|
exponent: 6
|
|
4402
4406
|
}],
|
|
4403
|
-
base: 'ibc/
|
|
4407
|
+
base: 'ibc/FBBC35295AA037DC0A77796B08DC3003EC918E18E75D61D675A0EEAC0643F36C',
|
|
4404
4408
|
name: 'Medas Digital',
|
|
4405
4409
|
display: 'medas',
|
|
4406
4410
|
symbol: 'MEDAS',
|
|
@@ -4425,7 +4429,7 @@ const assets = {
|
|
|
4425
4429
|
chain_name: 'medasdigital'
|
|
4426
4430
|
},
|
|
4427
4431
|
chain: {
|
|
4428
|
-
channel_id: 'channel-
|
|
4432
|
+
channel_id: 'channel-87042'
|
|
4429
4433
|
}
|
|
4430
4434
|
}]
|
|
4431
4435
|
},
|
|
@@ -7542,7 +7546,7 @@ const assets = {
|
|
|
7542
7546
|
}]
|
|
7543
7547
|
},
|
|
7544
7548
|
{
|
|
7545
|
-
description: '
|
|
7549
|
+
description: 'Dragon Token is the native staking and governance token of Dungeon Chain, serving as the backbone of the ecosystem. Its primary roles include staking, where users stake Dragon Tokens to secure the network, enhance its functionality, and earn rewards in return; governance, granting token holders voting rights to influence key decisions such as game onboarding, protocol updates, and community-driven initiatives; and ecosystem growth, facilitating transactions, incentivizing developers, and promoting the creation of new interchain games. Dragon Token ensures a decentralized, fair, and community-driven ecosystem, fostering the evolution of blockchain-based gaming. It plays a crucial role in driving the growth of Dungeon Chain by empowering both developers and players to participate actively in the ecosystem\'s governance and success.',
|
|
7546
7550
|
denom_units: [{
|
|
7547
7551
|
denom: 'ibc/3B95D63B520C283BCA86F8CD426D57584039463FD684A5CBA31D2780B86A1995',
|
|
7548
7552
|
exponent: 0,
|
|
@@ -7552,12 +7556,16 @@ const assets = {
|
|
|
7552
7556
|
exponent: 6
|
|
7553
7557
|
}],
|
|
7554
7558
|
base: 'ibc/3B95D63B520C283BCA86F8CD426D57584039463FD684A5CBA31D2780B86A1995',
|
|
7555
|
-
name: '
|
|
7559
|
+
name: 'Dragon',
|
|
7556
7560
|
display: 'DGN',
|
|
7557
7561
|
symbol: 'DGN',
|
|
7558
7562
|
logo_URIs: {
|
|
7559
7563
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
7560
7564
|
},
|
|
7565
|
+
socials: {
|
|
7566
|
+
website: 'https://www.cryptodungeon.org',
|
|
7567
|
+
twitter: 'https://twitter.com/cryptodungeonma'
|
|
7568
|
+
},
|
|
7561
7569
|
images: [{
|
|
7562
7570
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
|
7563
7571
|
theme: {
|
|
@@ -9935,14 +9943,14 @@ const assets = {
|
|
|
9935
9943
|
{
|
|
9936
9944
|
description: 'The native token of Medas Digital Network',
|
|
9937
9945
|
denom_units: [{
|
|
9938
|
-
denom: 'ibc/
|
|
9946
|
+
denom: 'ibc/FBBC35295AA037DC0A77796B08DC3003EC918E18E75D61D675A0EEAC0643F36C',
|
|
9939
9947
|
exponent: 0,
|
|
9940
9948
|
aliases: ['umedas']
|
|
9941
9949
|
}, {
|
|
9942
9950
|
denom: 'medas',
|
|
9943
9951
|
exponent: 6
|
|
9944
9952
|
}],
|
|
9945
|
-
base: 'ibc/
|
|
9953
|
+
base: 'ibc/FBBC35295AA037DC0A77796B08DC3003EC918E18E75D61D675A0EEAC0643F36C',
|
|
9946
9954
|
name: 'Medas Digital',
|
|
9947
9955
|
display: 'medas',
|
|
9948
9956
|
symbol: 'MEDAS',
|
|
@@ -9967,7 +9975,7 @@ const assets = {
|
|
|
9967
9975
|
chain_name: 'medasdigital'
|
|
9968
9976
|
},
|
|
9969
9977
|
chain: {
|
|
9970
|
-
channel_id: 'channel-
|
|
9978
|
+
channel_id: 'channel-87042'
|
|
9971
9979
|
}
|
|
9972
9980
|
}]
|
|
9973
9981
|
},
|
package/esm/mainnet/stride.js
CHANGED
|
@@ -691,7 +691,7 @@ const assets = {
|
|
|
691
691
|
}]
|
|
692
692
|
},
|
|
693
693
|
{
|
|
694
|
-
description: '
|
|
694
|
+
description: 'Dragon Token is the native staking and governance token of Dungeon Chain, serving as the backbone of the ecosystem. Its primary roles include staking, where users stake Dragon Tokens to secure the network, enhance its functionality, and earn rewards in return; governance, granting token holders voting rights to influence key decisions such as game onboarding, protocol updates, and community-driven initiatives; and ecosystem growth, facilitating transactions, incentivizing developers, and promoting the creation of new interchain games. Dragon Token ensures a decentralized, fair, and community-driven ecosystem, fostering the evolution of blockchain-based gaming. It plays a crucial role in driving the growth of Dungeon Chain by empowering both developers and players to participate actively in the ecosystem\'s governance and success.',
|
|
695
695
|
denom_units: [{
|
|
696
696
|
denom: 'ibc/A2DE32404B33102ECD88D3D988A2716CDFEE46ACACCD1454B959BE7654139C41',
|
|
697
697
|
exponent: 0,
|
|
@@ -701,12 +701,16 @@ const assets = {
|
|
|
701
701
|
exponent: 6
|
|
702
702
|
}],
|
|
703
703
|
base: 'ibc/A2DE32404B33102ECD88D3D988A2716CDFEE46ACACCD1454B959BE7654139C41',
|
|
704
|
-
name: '
|
|
704
|
+
name: 'Dragon',
|
|
705
705
|
display: 'DGN',
|
|
706
706
|
symbol: 'DGN',
|
|
707
707
|
logo_URIs: {
|
|
708
708
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
709
709
|
},
|
|
710
|
+
socials: {
|
|
711
|
+
website: 'https://www.cryptodungeon.org',
|
|
712
|
+
twitter: 'https://twitter.com/cryptodungeonma'
|
|
713
|
+
},
|
|
710
714
|
images: [{
|
|
711
715
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
|
712
716
|
theme: {
|
|
@@ -5446,7 +5450,7 @@ const assets = {
|
|
|
5446
5450
|
}]
|
|
5447
5451
|
},
|
|
5448
5452
|
{
|
|
5449
|
-
description: '
|
|
5453
|
+
description: 'Dragon Token is the native staking and governance token of Dungeon Chain, serving as the backbone of the ecosystem. Its primary roles include staking, where users stake Dragon Tokens to secure the network, enhance its functionality, and earn rewards in return; governance, granting token holders voting rights to influence key decisions such as game onboarding, protocol updates, and community-driven initiatives; and ecosystem growth, facilitating transactions, incentivizing developers, and promoting the creation of new interchain games. Dragon Token ensures a decentralized, fair, and community-driven ecosystem, fostering the evolution of blockchain-based gaming. It plays a crucial role in driving the growth of Dungeon Chain by empowering both developers and players to participate actively in the ecosystem\'s governance and success.',
|
|
5450
5454
|
denom_units: [{
|
|
5451
5455
|
denom: 'ibc/A2DE32404B33102ECD88D3D988A2716CDFEE46ACACCD1454B959BE7654139C41',
|
|
5452
5456
|
exponent: 0,
|
|
@@ -5456,12 +5460,16 @@ const assets = {
|
|
|
5456
5460
|
exponent: 6
|
|
5457
5461
|
}],
|
|
5458
5462
|
base: 'ibc/A2DE32404B33102ECD88D3D988A2716CDFEE46ACACCD1454B959BE7654139C41',
|
|
5459
|
-
name: '
|
|
5463
|
+
name: 'Dragon',
|
|
5460
5464
|
display: 'DGN',
|
|
5461
5465
|
symbol: 'DGN',
|
|
5462
5466
|
logo_URIs: {
|
|
5463
5467
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
5464
5468
|
},
|
|
5469
|
+
socials: {
|
|
5470
|
+
website: 'https://www.cryptodungeon.org',
|
|
5471
|
+
twitter: 'https://twitter.com/cryptodungeonma'
|
|
5472
|
+
},
|
|
5465
5473
|
images: [{
|
|
5466
5474
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
|
5467
5475
|
theme: {
|
|
@@ -638,12 +638,12 @@ const assets = {
|
|
|
638
638
|
traces: [{
|
|
639
639
|
type: 'ibc',
|
|
640
640
|
counterparty: {
|
|
641
|
-
channel_id: 'channel-
|
|
641
|
+
channel_id: 'channel-1',
|
|
642
642
|
base_denom: 'note',
|
|
643
643
|
chain_name: 'symphonytestnet'
|
|
644
644
|
},
|
|
645
645
|
chain: {
|
|
646
|
-
channel_id: 'channel-
|
|
646
|
+
channel_id: 'channel-242'
|
|
647
647
|
}
|
|
648
648
|
}]
|
|
649
649
|
},
|
|
@@ -672,12 +672,12 @@ const assets = {
|
|
|
672
672
|
traces: [{
|
|
673
673
|
type: 'ibc',
|
|
674
674
|
counterparty: {
|
|
675
|
-
channel_id: 'channel-
|
|
675
|
+
channel_id: 'channel-1',
|
|
676
676
|
base_denom: 'uusd',
|
|
677
677
|
chain_name: 'symphonytestnet'
|
|
678
678
|
},
|
|
679
679
|
chain: {
|
|
680
|
-
channel_id: 'channel-
|
|
680
|
+
channel_id: 'channel-242'
|
|
681
681
|
}
|
|
682
682
|
}]
|
|
683
683
|
},
|
|
@@ -706,12 +706,12 @@ const assets = {
|
|
|
706
706
|
traces: [{
|
|
707
707
|
type: 'ibc',
|
|
708
708
|
counterparty: {
|
|
709
|
-
channel_id: 'channel-
|
|
709
|
+
channel_id: 'channel-1',
|
|
710
710
|
base_denom: 'ukhd',
|
|
711
711
|
chain_name: 'symphonytestnet'
|
|
712
712
|
},
|
|
713
713
|
chain: {
|
|
714
|
-
channel_id: 'channel-
|
|
714
|
+
channel_id: 'channel-242'
|
|
715
715
|
}
|
|
716
716
|
}]
|
|
717
717
|
},
|
|
@@ -740,12 +740,12 @@ const assets = {
|
|
|
740
740
|
traces: [{
|
|
741
741
|
type: 'ibc',
|
|
742
742
|
counterparty: {
|
|
743
|
-
channel_id: 'channel-
|
|
743
|
+
channel_id: 'channel-1',
|
|
744
744
|
base_denom: 'uvnd',
|
|
745
745
|
chain_name: 'symphonytestnet'
|
|
746
746
|
},
|
|
747
747
|
chain: {
|
|
748
|
-
channel_id: 'channel-
|
|
748
|
+
channel_id: 'channel-242'
|
|
749
749
|
}
|
|
750
750
|
}]
|
|
751
751
|
},
|
|
@@ -1327,12 +1327,12 @@ const assets = {
|
|
|
1327
1327
|
traces: [{
|
|
1328
1328
|
type: 'ibc',
|
|
1329
1329
|
counterparty: {
|
|
1330
|
-
channel_id: 'channel-
|
|
1330
|
+
channel_id: 'channel-1',
|
|
1331
1331
|
base_denom: 'note',
|
|
1332
1332
|
chain_name: 'symphonytestnet'
|
|
1333
1333
|
},
|
|
1334
1334
|
chain: {
|
|
1335
|
-
channel_id: 'channel-
|
|
1335
|
+
channel_id: 'channel-242'
|
|
1336
1336
|
}
|
|
1337
1337
|
}]
|
|
1338
1338
|
},
|
|
@@ -1361,12 +1361,12 @@ const assets = {
|
|
|
1361
1361
|
traces: [{
|
|
1362
1362
|
type: 'ibc',
|
|
1363
1363
|
counterparty: {
|
|
1364
|
-
channel_id: 'channel-
|
|
1364
|
+
channel_id: 'channel-1',
|
|
1365
1365
|
base_denom: 'uusd',
|
|
1366
1366
|
chain_name: 'symphonytestnet'
|
|
1367
1367
|
},
|
|
1368
1368
|
chain: {
|
|
1369
|
-
channel_id: 'channel-
|
|
1369
|
+
channel_id: 'channel-242'
|
|
1370
1370
|
}
|
|
1371
1371
|
}]
|
|
1372
1372
|
},
|
|
@@ -1395,12 +1395,12 @@ const assets = {
|
|
|
1395
1395
|
traces: [{
|
|
1396
1396
|
type: 'ibc',
|
|
1397
1397
|
counterparty: {
|
|
1398
|
-
channel_id: 'channel-
|
|
1398
|
+
channel_id: 'channel-1',
|
|
1399
1399
|
base_denom: 'ukhd',
|
|
1400
1400
|
chain_name: 'symphonytestnet'
|
|
1401
1401
|
},
|
|
1402
1402
|
chain: {
|
|
1403
|
-
channel_id: 'channel-
|
|
1403
|
+
channel_id: 'channel-242'
|
|
1404
1404
|
}
|
|
1405
1405
|
}]
|
|
1406
1406
|
},
|
|
@@ -1429,12 +1429,12 @@ const assets = {
|
|
|
1429
1429
|
traces: [{
|
|
1430
1430
|
type: 'ibc',
|
|
1431
1431
|
counterparty: {
|
|
1432
|
-
channel_id: 'channel-
|
|
1432
|
+
channel_id: 'channel-1',
|
|
1433
1433
|
base_denom: 'uvnd',
|
|
1434
1434
|
chain_name: 'symphonytestnet'
|
|
1435
1435
|
},
|
|
1436
1436
|
chain: {
|
|
1437
|
-
channel_id: 'channel-
|
|
1437
|
+
channel_id: 'channel-242'
|
|
1438
1438
|
}
|
|
1439
1439
|
}]
|
|
1440
1440
|
},
|