@chain-registry/assets 1.64.84 → 1.64.86
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/acrechain.js +14 -10
- package/esm/mainnet/bostrom.js +84 -0
- package/esm/mainnet/cosmoshub.js +372 -10
- package/esm/mainnet/injective.js +14 -10
- package/esm/mainnet/osmosis.js +22 -10
- package/esm/mainnet/secretnetwork.js +22 -10
- package/esm/testnet/junotestnet.js +32 -32
- package/esm/testnet/symphonytestnet.js +8 -8
- package/mainnet/acrechain.js +14 -10
- package/mainnet/bostrom.js +84 -0
- package/mainnet/cosmoshub.js +372 -10
- package/mainnet/injective.js +14 -10
- package/mainnet/osmosis.js +22 -10
- package/mainnet/secretnetwork.js +22 -10
- package/package.json +5 -5
- package/testnet/junotestnet.js +32 -32
- package/testnet/symphonytestnet.js +8 -8
package/esm/mainnet/injective.js
CHANGED
|
@@ -1704,7 +1704,8 @@ const assets = {
|
|
|
1704
1704
|
display: 'ORAI',
|
|
1705
1705
|
symbol: 'ORAI',
|
|
1706
1706
|
logo_URIs: {
|
|
1707
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
1707
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
1708
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg'
|
|
1708
1709
|
},
|
|
1709
1710
|
coingecko_id: 'oraichain-token',
|
|
1710
1711
|
socials: {
|
|
@@ -1714,17 +1715,18 @@ const assets = {
|
|
|
1714
1715
|
images: [
|
|
1715
1716
|
{
|
|
1716
1717
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
1718
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg',
|
|
1717
1719
|
theme: {
|
|
1718
1720
|
circle: true,
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
+
primary_color_hex: '#000000',
|
|
1722
|
+
background_color_hex: '#FFFFFF'
|
|
1721
1723
|
}
|
|
1722
1724
|
},
|
|
1723
1725
|
{
|
|
1724
1726
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
1725
1727
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
|
|
1726
1728
|
theme: {
|
|
1727
|
-
circle:
|
|
1729
|
+
circle: false,
|
|
1728
1730
|
dark_mode: true,
|
|
1729
1731
|
primary_color_hex: '#FFFFFF'
|
|
1730
1732
|
}
|
|
@@ -1733,7 +1735,7 @@ const assets = {
|
|
|
1733
1735
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
1734
1736
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
|
|
1735
1737
|
theme: {
|
|
1736
|
-
circle:
|
|
1738
|
+
circle: false,
|
|
1737
1739
|
dark_mode: false,
|
|
1738
1740
|
primary_color_hex: '#000000'
|
|
1739
1741
|
}
|
|
@@ -5343,7 +5345,8 @@ const assets = {
|
|
|
5343
5345
|
display: 'ORAI',
|
|
5344
5346
|
symbol: 'ORAI',
|
|
5345
5347
|
logo_URIs: {
|
|
5346
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
5348
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
5349
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg'
|
|
5347
5350
|
},
|
|
5348
5351
|
coingecko_id: 'oraichain-token',
|
|
5349
5352
|
socials: {
|
|
@@ -5353,17 +5356,18 @@ const assets = {
|
|
|
5353
5356
|
images: [
|
|
5354
5357
|
{
|
|
5355
5358
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
5359
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg',
|
|
5356
5360
|
theme: {
|
|
5357
5361
|
circle: true,
|
|
5358
|
-
|
|
5359
|
-
|
|
5362
|
+
primary_color_hex: '#000000',
|
|
5363
|
+
background_color_hex: '#FFFFFF'
|
|
5360
5364
|
}
|
|
5361
5365
|
},
|
|
5362
5366
|
{
|
|
5363
5367
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
5364
5368
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
|
|
5365
5369
|
theme: {
|
|
5366
|
-
circle:
|
|
5370
|
+
circle: false,
|
|
5367
5371
|
dark_mode: true,
|
|
5368
5372
|
primary_color_hex: '#FFFFFF'
|
|
5369
5373
|
}
|
|
@@ -5372,7 +5376,7 @@ const assets = {
|
|
|
5372
5376
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
5373
5377
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
|
|
5374
5378
|
theme: {
|
|
5375
|
-
circle:
|
|
5379
|
+
circle: false,
|
|
5376
5380
|
dark_mode: false,
|
|
5377
5381
|
primary_color_hex: '#000000'
|
|
5378
5382
|
}
|
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -5257,7 +5257,8 @@ const assets = {
|
|
|
5257
5257
|
display: 'ORAI',
|
|
5258
5258
|
symbol: 'ORAI',
|
|
5259
5259
|
logo_URIs: {
|
|
5260
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
5260
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
5261
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg'
|
|
5261
5262
|
},
|
|
5262
5263
|
coingecko_id: 'oraichain-token',
|
|
5263
5264
|
socials: {
|
|
@@ -5267,17 +5268,18 @@ const assets = {
|
|
|
5267
5268
|
images: [
|
|
5268
5269
|
{
|
|
5269
5270
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
5271
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg',
|
|
5270
5272
|
theme: {
|
|
5271
5273
|
circle: true,
|
|
5272
|
-
|
|
5273
|
-
|
|
5274
|
+
primary_color_hex: '#000000',
|
|
5275
|
+
background_color_hex: '#FFFFFF'
|
|
5274
5276
|
}
|
|
5275
5277
|
},
|
|
5276
5278
|
{
|
|
5277
5279
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
5278
5280
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
|
|
5279
5281
|
theme: {
|
|
5280
|
-
circle:
|
|
5282
|
+
circle: false,
|
|
5281
5283
|
dark_mode: true,
|
|
5282
5284
|
primary_color_hex: '#FFFFFF'
|
|
5283
5285
|
}
|
|
@@ -5286,7 +5288,7 @@ const assets = {
|
|
|
5286
5288
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
5287
5289
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
|
|
5288
5290
|
theme: {
|
|
5289
|
-
circle:
|
|
5291
|
+
circle: false,
|
|
5290
5292
|
dark_mode: false,
|
|
5291
5293
|
primary_color_hex: '#000000'
|
|
5292
5294
|
}
|
|
@@ -10560,7 +10562,8 @@ const assets = {
|
|
|
10560
10562
|
display: 'ORAI',
|
|
10561
10563
|
symbol: 'ORAI',
|
|
10562
10564
|
logo_URIs: {
|
|
10563
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
10565
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
10566
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg'
|
|
10564
10567
|
},
|
|
10565
10568
|
coingecko_id: 'oraichain-token',
|
|
10566
10569
|
socials: {
|
|
@@ -10570,17 +10573,18 @@ const assets = {
|
|
|
10570
10573
|
images: [
|
|
10571
10574
|
{
|
|
10572
10575
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
10576
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg',
|
|
10573
10577
|
theme: {
|
|
10574
10578
|
circle: true,
|
|
10575
|
-
|
|
10576
|
-
|
|
10579
|
+
primary_color_hex: '#000000',
|
|
10580
|
+
background_color_hex: '#FFFFFF'
|
|
10577
10581
|
}
|
|
10578
10582
|
},
|
|
10579
10583
|
{
|
|
10580
10584
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
10581
10585
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
|
|
10582
10586
|
theme: {
|
|
10583
|
-
circle:
|
|
10587
|
+
circle: false,
|
|
10584
10588
|
dark_mode: true,
|
|
10585
10589
|
primary_color_hex: '#FFFFFF'
|
|
10586
10590
|
}
|
|
@@ -10589,7 +10593,7 @@ const assets = {
|
|
|
10589
10593
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
10590
10594
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
|
|
10591
10595
|
theme: {
|
|
10592
|
-
circle:
|
|
10596
|
+
circle: false,
|
|
10593
10597
|
dark_mode: false,
|
|
10594
10598
|
primary_color_hex: '#000000'
|
|
10595
10599
|
}
|
|
@@ -22527,6 +22531,10 @@ const assets = {
|
|
|
22527
22531
|
primary_color_hex: '#050505'
|
|
22528
22532
|
}
|
|
22529
22533
|
}],
|
|
22534
|
+
socials: {
|
|
22535
|
+
website: 'https://www.nride.com',
|
|
22536
|
+
twitter: 'https://twitter.com/nRide12'
|
|
22537
|
+
},
|
|
22530
22538
|
traces: [{
|
|
22531
22539
|
type: 'ibc-cw20',
|
|
22532
22540
|
counterparty: {
|
|
@@ -25422,6 +25430,10 @@ const assets = {
|
|
|
25422
25430
|
primary_color_hex: '#050505'
|
|
25423
25431
|
}
|
|
25424
25432
|
}],
|
|
25433
|
+
socials: {
|
|
25434
|
+
website: 'https://www.nride.com',
|
|
25435
|
+
twitter: 'https://twitter.com/nRide12'
|
|
25436
|
+
},
|
|
25425
25437
|
traces: [{
|
|
25426
25438
|
type: 'ibc-cw20',
|
|
25427
25439
|
counterparty: {
|
|
@@ -1650,7 +1650,8 @@ const assets = {
|
|
|
1650
1650
|
display: 'ORAI',
|
|
1651
1651
|
symbol: 'ORAI',
|
|
1652
1652
|
logo_URIs: {
|
|
1653
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
1653
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
1654
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg'
|
|
1654
1655
|
},
|
|
1655
1656
|
coingecko_id: 'oraichain-token',
|
|
1656
1657
|
socials: {
|
|
@@ -1660,17 +1661,18 @@ const assets = {
|
|
|
1660
1661
|
images: [
|
|
1661
1662
|
{
|
|
1662
1663
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
1664
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg',
|
|
1663
1665
|
theme: {
|
|
1664
1666
|
circle: true,
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
+
primary_color_hex: '#000000',
|
|
1668
|
+
background_color_hex: '#FFFFFF'
|
|
1667
1669
|
}
|
|
1668
1670
|
},
|
|
1669
1671
|
{
|
|
1670
1672
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
1671
1673
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
|
|
1672
1674
|
theme: {
|
|
1673
|
-
circle:
|
|
1675
|
+
circle: false,
|
|
1674
1676
|
dark_mode: true,
|
|
1675
1677
|
primary_color_hex: '#FFFFFF'
|
|
1676
1678
|
}
|
|
@@ -1679,7 +1681,7 @@ const assets = {
|
|
|
1679
1681
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
1680
1682
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
|
|
1681
1683
|
theme: {
|
|
1682
|
-
circle:
|
|
1684
|
+
circle: false,
|
|
1683
1685
|
dark_mode: false,
|
|
1684
1686
|
primary_color_hex: '#000000'
|
|
1685
1687
|
}
|
|
@@ -3569,7 +3571,8 @@ const assets = {
|
|
|
3569
3571
|
display: 'ORAI',
|
|
3570
3572
|
symbol: 'ORAI',
|
|
3571
3573
|
logo_URIs: {
|
|
3572
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
3574
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
3575
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg'
|
|
3573
3576
|
},
|
|
3574
3577
|
coingecko_id: 'oraichain-token',
|
|
3575
3578
|
socials: {
|
|
@@ -3579,17 +3582,18 @@ const assets = {
|
|
|
3579
3582
|
images: [
|
|
3580
3583
|
{
|
|
3581
3584
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
3585
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg',
|
|
3582
3586
|
theme: {
|
|
3583
3587
|
circle: true,
|
|
3584
|
-
|
|
3585
|
-
|
|
3588
|
+
primary_color_hex: '#000000',
|
|
3589
|
+
background_color_hex: '#FFFFFF'
|
|
3586
3590
|
}
|
|
3587
3591
|
},
|
|
3588
3592
|
{
|
|
3589
3593
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
3590
3594
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
|
|
3591
3595
|
theme: {
|
|
3592
|
-
circle:
|
|
3596
|
+
circle: false,
|
|
3593
3597
|
dark_mode: true,
|
|
3594
3598
|
primary_color_hex: '#FFFFFF'
|
|
3595
3599
|
}
|
|
@@ -3598,7 +3602,7 @@ const assets = {
|
|
|
3598
3602
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
3599
3603
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
|
|
3600
3604
|
theme: {
|
|
3601
|
-
circle:
|
|
3605
|
+
circle: false,
|
|
3602
3606
|
dark_mode: false,
|
|
3603
3607
|
primary_color_hex: '#000000'
|
|
3604
3608
|
}
|
|
@@ -7646,6 +7650,10 @@ const assets = {
|
|
|
7646
7650
|
primary_color_hex: '#050505'
|
|
7647
7651
|
}
|
|
7648
7652
|
}],
|
|
7653
|
+
socials: {
|
|
7654
|
+
website: 'https://www.nride.com',
|
|
7655
|
+
twitter: 'https://twitter.com/nRide12'
|
|
7656
|
+
},
|
|
7649
7657
|
traces: [{
|
|
7650
7658
|
type: 'ibc-cw20',
|
|
7651
7659
|
counterparty: {
|
|
@@ -11031,6 +11039,10 @@ const assets = {
|
|
|
11031
11039
|
primary_color_hex: '#050505'
|
|
11032
11040
|
}
|
|
11033
11041
|
}],
|
|
11042
|
+
socials: {
|
|
11043
|
+
website: 'https://www.nride.com',
|
|
11044
|
+
twitter: 'https://twitter.com/nRide12'
|
|
11045
|
+
},
|
|
11034
11046
|
traces: [{
|
|
11035
11047
|
type: 'ibc-cw20',
|
|
11036
11048
|
counterparty: {
|
|
@@ -190,7 +190,7 @@ const assets = {
|
|
|
190
190
|
{
|
|
191
191
|
description: 'The native token of Symphony',
|
|
192
192
|
denom_units: [{
|
|
193
|
-
denom: 'ibc/
|
|
193
|
+
denom: 'ibc/0D705BBA51CEFF38BD143E1E2A11C71FC16BA963A1286B39445B20CA8F05923C',
|
|
194
194
|
exponent: 0,
|
|
195
195
|
aliases: ['note']
|
|
196
196
|
}, {
|
|
@@ -199,7 +199,7 @@ const assets = {
|
|
|
199
199
|
aliases: ['melody']
|
|
200
200
|
}],
|
|
201
201
|
type_asset: 'sdk.coin',
|
|
202
|
-
base: 'ibc/
|
|
202
|
+
base: 'ibc/0D705BBA51CEFF38BD143E1E2A11C71FC16BA963A1286B39445B20CA8F05923C',
|
|
203
203
|
name: 'Melody',
|
|
204
204
|
display: 'mld',
|
|
205
205
|
symbol: 'MLD',
|
|
@@ -212,19 +212,19 @@ const assets = {
|
|
|
212
212
|
traces: [{
|
|
213
213
|
type: 'ibc',
|
|
214
214
|
counterparty: {
|
|
215
|
-
channel_id: 'channel-
|
|
215
|
+
channel_id: 'channel-11',
|
|
216
216
|
base_denom: 'note',
|
|
217
217
|
chain_name: 'symphonytestnet'
|
|
218
218
|
},
|
|
219
219
|
chain: {
|
|
220
|
-
channel_id: 'channel-
|
|
220
|
+
channel_id: 'channel-943'
|
|
221
221
|
}
|
|
222
222
|
}]
|
|
223
223
|
},
|
|
224
224
|
{
|
|
225
225
|
description: 'Harmonized USD',
|
|
226
226
|
denom_units: [{
|
|
227
|
-
denom: 'ibc/
|
|
227
|
+
denom: 'ibc/0ACFE95891C4DF79ED57C2BA5C2859B51B364B1991267D7D5595B45B2EC50F3B',
|
|
228
228
|
exponent: 0,
|
|
229
229
|
aliases: ['uusd']
|
|
230
230
|
}, {
|
|
@@ -233,7 +233,7 @@ const assets = {
|
|
|
233
233
|
aliases: ['harmony USD']
|
|
234
234
|
}],
|
|
235
235
|
type_asset: 'sdk.coin',
|
|
236
|
-
base: 'ibc/
|
|
236
|
+
base: 'ibc/0ACFE95891C4DF79ED57C2BA5C2859B51B364B1991267D7D5595B45B2EC50F3B',
|
|
237
237
|
name: 'Harmony USD',
|
|
238
238
|
display: 'husd',
|
|
239
239
|
symbol: 'HUSD',
|
|
@@ -246,19 +246,19 @@ const assets = {
|
|
|
246
246
|
traces: [{
|
|
247
247
|
type: 'ibc',
|
|
248
248
|
counterparty: {
|
|
249
|
-
channel_id: 'channel-
|
|
249
|
+
channel_id: 'channel-11',
|
|
250
250
|
base_denom: 'uusd',
|
|
251
251
|
chain_name: 'symphonytestnet'
|
|
252
252
|
},
|
|
253
253
|
chain: {
|
|
254
|
-
channel_id: 'channel-
|
|
254
|
+
channel_id: 'channel-943'
|
|
255
255
|
}
|
|
256
256
|
}]
|
|
257
257
|
},
|
|
258
258
|
{
|
|
259
259
|
description: 'Harmonized HKD',
|
|
260
260
|
denom_units: [{
|
|
261
|
-
denom: 'ibc/
|
|
261
|
+
denom: 'ibc/91827A984EB3375151991F4FF8FAACA072DE6EA601D94A580598C4D2A9E7C1DE',
|
|
262
262
|
exponent: 0,
|
|
263
263
|
aliases: ['ukhd']
|
|
264
264
|
}, {
|
|
@@ -267,7 +267,7 @@ const assets = {
|
|
|
267
267
|
aliases: ['harmony HKD']
|
|
268
268
|
}],
|
|
269
269
|
type_asset: 'sdk.coin',
|
|
270
|
-
base: 'ibc/
|
|
270
|
+
base: 'ibc/91827A984EB3375151991F4FF8FAACA072DE6EA601D94A580598C4D2A9E7C1DE',
|
|
271
271
|
name: 'Harmony HKD',
|
|
272
272
|
display: 'hkhd',
|
|
273
273
|
symbol: 'HKHD',
|
|
@@ -280,19 +280,19 @@ const assets = {
|
|
|
280
280
|
traces: [{
|
|
281
281
|
type: 'ibc',
|
|
282
282
|
counterparty: {
|
|
283
|
-
channel_id: 'channel-
|
|
283
|
+
channel_id: 'channel-11',
|
|
284
284
|
base_denom: 'ukhd',
|
|
285
285
|
chain_name: 'symphonytestnet'
|
|
286
286
|
},
|
|
287
287
|
chain: {
|
|
288
|
-
channel_id: 'channel-
|
|
288
|
+
channel_id: 'channel-943'
|
|
289
289
|
}
|
|
290
290
|
}]
|
|
291
291
|
},
|
|
292
292
|
{
|
|
293
293
|
description: 'Harmonized VND',
|
|
294
294
|
denom_units: [{
|
|
295
|
-
denom: 'ibc/
|
|
295
|
+
denom: 'ibc/52FF7DED3374A05929C68F6C972589B0DF5DB8A5C81D586EFF595BB7DE413C89',
|
|
296
296
|
exponent: 0,
|
|
297
297
|
aliases: ['uvnd']
|
|
298
298
|
}, {
|
|
@@ -301,7 +301,7 @@ const assets = {
|
|
|
301
301
|
aliases: ['harmony VND']
|
|
302
302
|
}],
|
|
303
303
|
type_asset: 'sdk.coin',
|
|
304
|
-
base: 'ibc/
|
|
304
|
+
base: 'ibc/52FF7DED3374A05929C68F6C972589B0DF5DB8A5C81D586EFF595BB7DE413C89',
|
|
305
305
|
name: 'Harmony VND',
|
|
306
306
|
display: 'hvnd',
|
|
307
307
|
symbol: 'HVND',
|
|
@@ -314,12 +314,12 @@ const assets = {
|
|
|
314
314
|
traces: [{
|
|
315
315
|
type: 'ibc',
|
|
316
316
|
counterparty: {
|
|
317
|
-
channel_id: 'channel-
|
|
317
|
+
channel_id: 'channel-11',
|
|
318
318
|
base_denom: 'uvnd',
|
|
319
319
|
chain_name: 'symphonytestnet'
|
|
320
320
|
},
|
|
321
321
|
chain: {
|
|
322
|
-
channel_id: 'channel-
|
|
322
|
+
channel_id: 'channel-943'
|
|
323
323
|
}
|
|
324
324
|
}]
|
|
325
325
|
},
|
|
@@ -512,7 +512,7 @@ const assets = {
|
|
|
512
512
|
{
|
|
513
513
|
description: 'The native token of Symphony',
|
|
514
514
|
denom_units: [{
|
|
515
|
-
denom: 'ibc/
|
|
515
|
+
denom: 'ibc/0D705BBA51CEFF38BD143E1E2A11C71FC16BA963A1286B39445B20CA8F05923C',
|
|
516
516
|
exponent: 0,
|
|
517
517
|
aliases: ['note']
|
|
518
518
|
}, {
|
|
@@ -521,7 +521,7 @@ const assets = {
|
|
|
521
521
|
aliases: ['melody']
|
|
522
522
|
}],
|
|
523
523
|
type_asset: 'sdk.coin',
|
|
524
|
-
base: 'ibc/
|
|
524
|
+
base: 'ibc/0D705BBA51CEFF38BD143E1E2A11C71FC16BA963A1286B39445B20CA8F05923C',
|
|
525
525
|
name: 'Melody',
|
|
526
526
|
display: 'mld',
|
|
527
527
|
symbol: 'MLD',
|
|
@@ -534,19 +534,19 @@ const assets = {
|
|
|
534
534
|
traces: [{
|
|
535
535
|
type: 'ibc',
|
|
536
536
|
counterparty: {
|
|
537
|
-
channel_id: 'channel-
|
|
537
|
+
channel_id: 'channel-11',
|
|
538
538
|
base_denom: 'note',
|
|
539
539
|
chain_name: 'symphonytestnet'
|
|
540
540
|
},
|
|
541
541
|
chain: {
|
|
542
|
-
channel_id: 'channel-
|
|
542
|
+
channel_id: 'channel-943'
|
|
543
543
|
}
|
|
544
544
|
}]
|
|
545
545
|
},
|
|
546
546
|
{
|
|
547
547
|
description: 'Harmonized USD',
|
|
548
548
|
denom_units: [{
|
|
549
|
-
denom: 'ibc/
|
|
549
|
+
denom: 'ibc/0ACFE95891C4DF79ED57C2BA5C2859B51B364B1991267D7D5595B45B2EC50F3B',
|
|
550
550
|
exponent: 0,
|
|
551
551
|
aliases: ['uusd']
|
|
552
552
|
}, {
|
|
@@ -555,7 +555,7 @@ const assets = {
|
|
|
555
555
|
aliases: ['harmony USD']
|
|
556
556
|
}],
|
|
557
557
|
type_asset: 'sdk.coin',
|
|
558
|
-
base: 'ibc/
|
|
558
|
+
base: 'ibc/0ACFE95891C4DF79ED57C2BA5C2859B51B364B1991267D7D5595B45B2EC50F3B',
|
|
559
559
|
name: 'Harmony USD',
|
|
560
560
|
display: 'husd',
|
|
561
561
|
symbol: 'HUSD',
|
|
@@ -568,19 +568,19 @@ const assets = {
|
|
|
568
568
|
traces: [{
|
|
569
569
|
type: 'ibc',
|
|
570
570
|
counterparty: {
|
|
571
|
-
channel_id: 'channel-
|
|
571
|
+
channel_id: 'channel-11',
|
|
572
572
|
base_denom: 'uusd',
|
|
573
573
|
chain_name: 'symphonytestnet'
|
|
574
574
|
},
|
|
575
575
|
chain: {
|
|
576
|
-
channel_id: 'channel-
|
|
576
|
+
channel_id: 'channel-943'
|
|
577
577
|
}
|
|
578
578
|
}]
|
|
579
579
|
},
|
|
580
580
|
{
|
|
581
581
|
description: 'Harmonized HKD',
|
|
582
582
|
denom_units: [{
|
|
583
|
-
denom: 'ibc/
|
|
583
|
+
denom: 'ibc/91827A984EB3375151991F4FF8FAACA072DE6EA601D94A580598C4D2A9E7C1DE',
|
|
584
584
|
exponent: 0,
|
|
585
585
|
aliases: ['ukhd']
|
|
586
586
|
}, {
|
|
@@ -589,7 +589,7 @@ const assets = {
|
|
|
589
589
|
aliases: ['harmony HKD']
|
|
590
590
|
}],
|
|
591
591
|
type_asset: 'sdk.coin',
|
|
592
|
-
base: 'ibc/
|
|
592
|
+
base: 'ibc/91827A984EB3375151991F4FF8FAACA072DE6EA601D94A580598C4D2A9E7C1DE',
|
|
593
593
|
name: 'Harmony HKD',
|
|
594
594
|
display: 'hkhd',
|
|
595
595
|
symbol: 'HKHD',
|
|
@@ -602,19 +602,19 @@ const assets = {
|
|
|
602
602
|
traces: [{
|
|
603
603
|
type: 'ibc',
|
|
604
604
|
counterparty: {
|
|
605
|
-
channel_id: 'channel-
|
|
605
|
+
channel_id: 'channel-11',
|
|
606
606
|
base_denom: 'ukhd',
|
|
607
607
|
chain_name: 'symphonytestnet'
|
|
608
608
|
},
|
|
609
609
|
chain: {
|
|
610
|
-
channel_id: 'channel-
|
|
610
|
+
channel_id: 'channel-943'
|
|
611
611
|
}
|
|
612
612
|
}]
|
|
613
613
|
},
|
|
614
614
|
{
|
|
615
615
|
description: 'Harmonized VND',
|
|
616
616
|
denom_units: [{
|
|
617
|
-
denom: 'ibc/
|
|
617
|
+
denom: 'ibc/52FF7DED3374A05929C68F6C972589B0DF5DB8A5C81D586EFF595BB7DE413C89',
|
|
618
618
|
exponent: 0,
|
|
619
619
|
aliases: ['uvnd']
|
|
620
620
|
}, {
|
|
@@ -623,7 +623,7 @@ const assets = {
|
|
|
623
623
|
aliases: ['harmony VND']
|
|
624
624
|
}],
|
|
625
625
|
type_asset: 'sdk.coin',
|
|
626
|
-
base: 'ibc/
|
|
626
|
+
base: 'ibc/52FF7DED3374A05929C68F6C972589B0DF5DB8A5C81D586EFF595BB7DE413C89',
|
|
627
627
|
name: 'Harmony VND',
|
|
628
628
|
display: 'hvnd',
|
|
629
629
|
symbol: 'HVND',
|
|
@@ -636,12 +636,12 @@ const assets = {
|
|
|
636
636
|
traces: [{
|
|
637
637
|
type: 'ibc',
|
|
638
638
|
counterparty: {
|
|
639
|
-
channel_id: 'channel-
|
|
639
|
+
channel_id: 'channel-11',
|
|
640
640
|
base_denom: 'uvnd',
|
|
641
641
|
chain_name: 'symphonytestnet'
|
|
642
642
|
},
|
|
643
643
|
chain: {
|
|
644
|
-
channel_id: 'channel-
|
|
644
|
+
channel_id: 'channel-943'
|
|
645
645
|
}
|
|
646
646
|
}]
|
|
647
647
|
}
|
|
@@ -72,14 +72,14 @@ const assets = {
|
|
|
72
72
|
{
|
|
73
73
|
description: 'The native token of JUNO Chain',
|
|
74
74
|
denom_units: [{
|
|
75
|
-
denom: 'ibc/
|
|
75
|
+
denom: 'ibc/6AB61A083754E04354B370C022080FA50A223FE25D92896DB8DF66BC5C540014',
|
|
76
76
|
exponent: 0,
|
|
77
77
|
aliases: ['ujunox']
|
|
78
78
|
}, {
|
|
79
79
|
denom: 'junox',
|
|
80
80
|
exponent: 6
|
|
81
81
|
}],
|
|
82
|
-
base: 'ibc/
|
|
82
|
+
base: 'ibc/6AB61A083754E04354B370C022080FA50A223FE25D92896DB8DF66BC5C540014',
|
|
83
83
|
name: 'Juno Testnet',
|
|
84
84
|
display: 'junox',
|
|
85
85
|
symbol: 'JUNOX',
|
|
@@ -95,12 +95,12 @@ const assets = {
|
|
|
95
95
|
traces: [{
|
|
96
96
|
type: 'ibc',
|
|
97
97
|
counterparty: {
|
|
98
|
-
channel_id: 'channel-
|
|
98
|
+
channel_id: 'channel-943',
|
|
99
99
|
base_denom: 'ujunox',
|
|
100
100
|
chain_name: 'junotestnet'
|
|
101
101
|
},
|
|
102
102
|
chain: {
|
|
103
|
-
channel_id: 'channel-
|
|
103
|
+
channel_id: 'channel-11'
|
|
104
104
|
}
|
|
105
105
|
}]
|
|
106
106
|
},
|
|
@@ -282,14 +282,14 @@ const assets = {
|
|
|
282
282
|
{
|
|
283
283
|
description: 'The native token of JUNO Chain',
|
|
284
284
|
denom_units: [{
|
|
285
|
-
denom: 'ibc/
|
|
285
|
+
denom: 'ibc/6AB61A083754E04354B370C022080FA50A223FE25D92896DB8DF66BC5C540014',
|
|
286
286
|
exponent: 0,
|
|
287
287
|
aliases: ['ujunox']
|
|
288
288
|
}, {
|
|
289
289
|
denom: 'junox',
|
|
290
290
|
exponent: 6
|
|
291
291
|
}],
|
|
292
|
-
base: 'ibc/
|
|
292
|
+
base: 'ibc/6AB61A083754E04354B370C022080FA50A223FE25D92896DB8DF66BC5C540014',
|
|
293
293
|
name: 'Juno Testnet',
|
|
294
294
|
display: 'junox',
|
|
295
295
|
symbol: 'JUNOX',
|
|
@@ -305,12 +305,12 @@ const assets = {
|
|
|
305
305
|
traces: [{
|
|
306
306
|
type: 'ibc',
|
|
307
307
|
counterparty: {
|
|
308
|
-
channel_id: 'channel-
|
|
308
|
+
channel_id: 'channel-943',
|
|
309
309
|
base_denom: 'ujunox',
|
|
310
310
|
chain_name: 'junotestnet'
|
|
311
311
|
},
|
|
312
312
|
chain: {
|
|
313
|
-
channel_id: 'channel-
|
|
313
|
+
channel_id: 'channel-11'
|
|
314
314
|
}
|
|
315
315
|
}]
|
|
316
316
|
},
|