@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/mainnet/injective.js
CHANGED
|
@@ -1706,7 +1706,8 @@ const assets = {
|
|
|
1706
1706
|
display: 'ORAI',
|
|
1707
1707
|
symbol: 'ORAI',
|
|
1708
1708
|
logo_URIs: {
|
|
1709
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
1709
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
1710
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg'
|
|
1710
1711
|
},
|
|
1711
1712
|
coingecko_id: 'oraichain-token',
|
|
1712
1713
|
socials: {
|
|
@@ -1716,17 +1717,18 @@ const assets = {
|
|
|
1716
1717
|
images: [
|
|
1717
1718
|
{
|
|
1718
1719
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
1720
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg',
|
|
1719
1721
|
theme: {
|
|
1720
1722
|
circle: true,
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
+
primary_color_hex: '#000000',
|
|
1724
|
+
background_color_hex: '#FFFFFF'
|
|
1723
1725
|
}
|
|
1724
1726
|
},
|
|
1725
1727
|
{
|
|
1726
1728
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
1727
1729
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
|
|
1728
1730
|
theme: {
|
|
1729
|
-
circle:
|
|
1731
|
+
circle: false,
|
|
1730
1732
|
dark_mode: true,
|
|
1731
1733
|
primary_color_hex: '#FFFFFF'
|
|
1732
1734
|
}
|
|
@@ -1735,7 +1737,7 @@ const assets = {
|
|
|
1735
1737
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
1736
1738
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
|
|
1737
1739
|
theme: {
|
|
1738
|
-
circle:
|
|
1740
|
+
circle: false,
|
|
1739
1741
|
dark_mode: false,
|
|
1740
1742
|
primary_color_hex: '#000000'
|
|
1741
1743
|
}
|
|
@@ -5345,7 +5347,8 @@ const assets = {
|
|
|
5345
5347
|
display: 'ORAI',
|
|
5346
5348
|
symbol: 'ORAI',
|
|
5347
5349
|
logo_URIs: {
|
|
5348
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
5350
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
5351
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg'
|
|
5349
5352
|
},
|
|
5350
5353
|
coingecko_id: 'oraichain-token',
|
|
5351
5354
|
socials: {
|
|
@@ -5355,17 +5358,18 @@ const assets = {
|
|
|
5355
5358
|
images: [
|
|
5356
5359
|
{
|
|
5357
5360
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
5361
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg',
|
|
5358
5362
|
theme: {
|
|
5359
5363
|
circle: true,
|
|
5360
|
-
|
|
5361
|
-
|
|
5364
|
+
primary_color_hex: '#000000',
|
|
5365
|
+
background_color_hex: '#FFFFFF'
|
|
5362
5366
|
}
|
|
5363
5367
|
},
|
|
5364
5368
|
{
|
|
5365
5369
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
5366
5370
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
|
|
5367
5371
|
theme: {
|
|
5368
|
-
circle:
|
|
5372
|
+
circle: false,
|
|
5369
5373
|
dark_mode: true,
|
|
5370
5374
|
primary_color_hex: '#FFFFFF'
|
|
5371
5375
|
}
|
|
@@ -5374,7 +5378,7 @@ const assets = {
|
|
|
5374
5378
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
5375
5379
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
|
|
5376
5380
|
theme: {
|
|
5377
|
-
circle:
|
|
5381
|
+
circle: false,
|
|
5378
5382
|
dark_mode: false,
|
|
5379
5383
|
primary_color_hex: '#000000'
|
|
5380
5384
|
}
|
package/mainnet/osmosis.js
CHANGED
|
@@ -5259,7 +5259,8 @@ const assets = {
|
|
|
5259
5259
|
display: 'ORAI',
|
|
5260
5260
|
symbol: 'ORAI',
|
|
5261
5261
|
logo_URIs: {
|
|
5262
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
5262
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
5263
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg'
|
|
5263
5264
|
},
|
|
5264
5265
|
coingecko_id: 'oraichain-token',
|
|
5265
5266
|
socials: {
|
|
@@ -5269,17 +5270,18 @@ const assets = {
|
|
|
5269
5270
|
images: [
|
|
5270
5271
|
{
|
|
5271
5272
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
5273
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg',
|
|
5272
5274
|
theme: {
|
|
5273
5275
|
circle: true,
|
|
5274
|
-
|
|
5275
|
-
|
|
5276
|
+
primary_color_hex: '#000000',
|
|
5277
|
+
background_color_hex: '#FFFFFF'
|
|
5276
5278
|
}
|
|
5277
5279
|
},
|
|
5278
5280
|
{
|
|
5279
5281
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
5280
5282
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
|
|
5281
5283
|
theme: {
|
|
5282
|
-
circle:
|
|
5284
|
+
circle: false,
|
|
5283
5285
|
dark_mode: true,
|
|
5284
5286
|
primary_color_hex: '#FFFFFF'
|
|
5285
5287
|
}
|
|
@@ -5288,7 +5290,7 @@ const assets = {
|
|
|
5288
5290
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
5289
5291
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
|
|
5290
5292
|
theme: {
|
|
5291
|
-
circle:
|
|
5293
|
+
circle: false,
|
|
5292
5294
|
dark_mode: false,
|
|
5293
5295
|
primary_color_hex: '#000000'
|
|
5294
5296
|
}
|
|
@@ -10562,7 +10564,8 @@ const assets = {
|
|
|
10562
10564
|
display: 'ORAI',
|
|
10563
10565
|
symbol: 'ORAI',
|
|
10564
10566
|
logo_URIs: {
|
|
10565
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
10567
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
10568
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg'
|
|
10566
10569
|
},
|
|
10567
10570
|
coingecko_id: 'oraichain-token',
|
|
10568
10571
|
socials: {
|
|
@@ -10572,17 +10575,18 @@ const assets = {
|
|
|
10572
10575
|
images: [
|
|
10573
10576
|
{
|
|
10574
10577
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
10578
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg',
|
|
10575
10579
|
theme: {
|
|
10576
10580
|
circle: true,
|
|
10577
|
-
|
|
10578
|
-
|
|
10581
|
+
primary_color_hex: '#000000',
|
|
10582
|
+
background_color_hex: '#FFFFFF'
|
|
10579
10583
|
}
|
|
10580
10584
|
},
|
|
10581
10585
|
{
|
|
10582
10586
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
10583
10587
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
|
|
10584
10588
|
theme: {
|
|
10585
|
-
circle:
|
|
10589
|
+
circle: false,
|
|
10586
10590
|
dark_mode: true,
|
|
10587
10591
|
primary_color_hex: '#FFFFFF'
|
|
10588
10592
|
}
|
|
@@ -10591,7 +10595,7 @@ const assets = {
|
|
|
10591
10595
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
10592
10596
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
|
|
10593
10597
|
theme: {
|
|
10594
|
-
circle:
|
|
10598
|
+
circle: false,
|
|
10595
10599
|
dark_mode: false,
|
|
10596
10600
|
primary_color_hex: '#000000'
|
|
10597
10601
|
}
|
|
@@ -22529,6 +22533,10 @@ const assets = {
|
|
|
22529
22533
|
primary_color_hex: '#050505'
|
|
22530
22534
|
}
|
|
22531
22535
|
}],
|
|
22536
|
+
socials: {
|
|
22537
|
+
website: 'https://www.nride.com',
|
|
22538
|
+
twitter: 'https://twitter.com/nRide12'
|
|
22539
|
+
},
|
|
22532
22540
|
traces: [{
|
|
22533
22541
|
type: 'ibc-cw20',
|
|
22534
22542
|
counterparty: {
|
|
@@ -25424,6 +25432,10 @@ const assets = {
|
|
|
25424
25432
|
primary_color_hex: '#050505'
|
|
25425
25433
|
}
|
|
25426
25434
|
}],
|
|
25435
|
+
socials: {
|
|
25436
|
+
website: 'https://www.nride.com',
|
|
25437
|
+
twitter: 'https://twitter.com/nRide12'
|
|
25438
|
+
},
|
|
25427
25439
|
traces: [{
|
|
25428
25440
|
type: 'ibc-cw20',
|
|
25429
25441
|
counterparty: {
|
package/mainnet/secretnetwork.js
CHANGED
|
@@ -1652,7 +1652,8 @@ const assets = {
|
|
|
1652
1652
|
display: 'ORAI',
|
|
1653
1653
|
symbol: 'ORAI',
|
|
1654
1654
|
logo_URIs: {
|
|
1655
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
1655
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
1656
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg'
|
|
1656
1657
|
},
|
|
1657
1658
|
coingecko_id: 'oraichain-token',
|
|
1658
1659
|
socials: {
|
|
@@ -1662,17 +1663,18 @@ const assets = {
|
|
|
1662
1663
|
images: [
|
|
1663
1664
|
{
|
|
1664
1665
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
1666
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg',
|
|
1665
1667
|
theme: {
|
|
1666
1668
|
circle: true,
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
+
primary_color_hex: '#000000',
|
|
1670
|
+
background_color_hex: '#FFFFFF'
|
|
1669
1671
|
}
|
|
1670
1672
|
},
|
|
1671
1673
|
{
|
|
1672
1674
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
1673
1675
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
|
|
1674
1676
|
theme: {
|
|
1675
|
-
circle:
|
|
1677
|
+
circle: false,
|
|
1676
1678
|
dark_mode: true,
|
|
1677
1679
|
primary_color_hex: '#FFFFFF'
|
|
1678
1680
|
}
|
|
@@ -1681,7 +1683,7 @@ const assets = {
|
|
|
1681
1683
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
1682
1684
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
|
|
1683
1685
|
theme: {
|
|
1684
|
-
circle:
|
|
1686
|
+
circle: false,
|
|
1685
1687
|
dark_mode: false,
|
|
1686
1688
|
primary_color_hex: '#000000'
|
|
1687
1689
|
}
|
|
@@ -3571,7 +3573,8 @@ const assets = {
|
|
|
3571
3573
|
display: 'ORAI',
|
|
3572
3574
|
symbol: 'ORAI',
|
|
3573
3575
|
logo_URIs: {
|
|
3574
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
3576
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
3577
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg'
|
|
3575
3578
|
},
|
|
3576
3579
|
coingecko_id: 'oraichain-token',
|
|
3577
3580
|
socials: {
|
|
@@ -3581,17 +3584,18 @@ const assets = {
|
|
|
3581
3584
|
images: [
|
|
3582
3585
|
{
|
|
3583
3586
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
3587
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg',
|
|
3584
3588
|
theme: {
|
|
3585
3589
|
circle: true,
|
|
3586
|
-
|
|
3587
|
-
|
|
3590
|
+
primary_color_hex: '#000000',
|
|
3591
|
+
background_color_hex: '#FFFFFF'
|
|
3588
3592
|
}
|
|
3589
3593
|
},
|
|
3590
3594
|
{
|
|
3591
3595
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
3592
3596
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
|
|
3593
3597
|
theme: {
|
|
3594
|
-
circle:
|
|
3598
|
+
circle: false,
|
|
3595
3599
|
dark_mode: true,
|
|
3596
3600
|
primary_color_hex: '#FFFFFF'
|
|
3597
3601
|
}
|
|
@@ -3600,7 +3604,7 @@ const assets = {
|
|
|
3600
3604
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
3601
3605
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
|
|
3602
3606
|
theme: {
|
|
3603
|
-
circle:
|
|
3607
|
+
circle: false,
|
|
3604
3608
|
dark_mode: false,
|
|
3605
3609
|
primary_color_hex: '#000000'
|
|
3606
3610
|
}
|
|
@@ -7648,6 +7652,10 @@ const assets = {
|
|
|
7648
7652
|
primary_color_hex: '#050505'
|
|
7649
7653
|
}
|
|
7650
7654
|
}],
|
|
7655
|
+
socials: {
|
|
7656
|
+
website: 'https://www.nride.com',
|
|
7657
|
+
twitter: 'https://twitter.com/nRide12'
|
|
7658
|
+
},
|
|
7651
7659
|
traces: [{
|
|
7652
7660
|
type: 'ibc-cw20',
|
|
7653
7661
|
counterparty: {
|
|
@@ -11033,6 +11041,10 @@ const assets = {
|
|
|
11033
11041
|
primary_color_hex: '#050505'
|
|
11034
11042
|
}
|
|
11035
11043
|
}],
|
|
11044
|
+
socials: {
|
|
11045
|
+
website: 'https://www.nride.com',
|
|
11046
|
+
twitter: 'https://twitter.com/nRide12'
|
|
11047
|
+
},
|
|
11036
11048
|
traces: [{
|
|
11037
11049
|
type: 'ibc-cw20',
|
|
11038
11050
|
counterparty: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.64.
|
|
3
|
+
"version": "1.64.86",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.46.
|
|
33
|
-
"chain-registry": "^1.63.
|
|
32
|
+
"@chain-registry/utils": "^1.46.69",
|
|
33
|
+
"chain-registry": "^1.63.86"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.45.
|
|
36
|
+
"@chain-registry/types": "^0.45.69"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "51f9534e4b57913162bafb57d7f1f3203210d5ac"
|
|
47
47
|
}
|
package/testnet/junotestnet.js
CHANGED
|
@@ -192,7 +192,7 @@ const assets = {
|
|
|
192
192
|
{
|
|
193
193
|
description: 'The native token of Symphony',
|
|
194
194
|
denom_units: [{
|
|
195
|
-
denom: 'ibc/
|
|
195
|
+
denom: 'ibc/0D705BBA51CEFF38BD143E1E2A11C71FC16BA963A1286B39445B20CA8F05923C',
|
|
196
196
|
exponent: 0,
|
|
197
197
|
aliases: ['note']
|
|
198
198
|
}, {
|
|
@@ -201,7 +201,7 @@ const assets = {
|
|
|
201
201
|
aliases: ['melody']
|
|
202
202
|
}],
|
|
203
203
|
type_asset: 'sdk.coin',
|
|
204
|
-
base: 'ibc/
|
|
204
|
+
base: 'ibc/0D705BBA51CEFF38BD143E1E2A11C71FC16BA963A1286B39445B20CA8F05923C',
|
|
205
205
|
name: 'Melody',
|
|
206
206
|
display: 'mld',
|
|
207
207
|
symbol: 'MLD',
|
|
@@ -214,19 +214,19 @@ const assets = {
|
|
|
214
214
|
traces: [{
|
|
215
215
|
type: 'ibc',
|
|
216
216
|
counterparty: {
|
|
217
|
-
channel_id: 'channel-
|
|
217
|
+
channel_id: 'channel-11',
|
|
218
218
|
base_denom: 'note',
|
|
219
219
|
chain_name: 'symphonytestnet'
|
|
220
220
|
},
|
|
221
221
|
chain: {
|
|
222
|
-
channel_id: 'channel-
|
|
222
|
+
channel_id: 'channel-943'
|
|
223
223
|
}
|
|
224
224
|
}]
|
|
225
225
|
},
|
|
226
226
|
{
|
|
227
227
|
description: 'Harmonized USD',
|
|
228
228
|
denom_units: [{
|
|
229
|
-
denom: 'ibc/
|
|
229
|
+
denom: 'ibc/0ACFE95891C4DF79ED57C2BA5C2859B51B364B1991267D7D5595B45B2EC50F3B',
|
|
230
230
|
exponent: 0,
|
|
231
231
|
aliases: ['uusd']
|
|
232
232
|
}, {
|
|
@@ -235,7 +235,7 @@ const assets = {
|
|
|
235
235
|
aliases: ['harmony USD']
|
|
236
236
|
}],
|
|
237
237
|
type_asset: 'sdk.coin',
|
|
238
|
-
base: 'ibc/
|
|
238
|
+
base: 'ibc/0ACFE95891C4DF79ED57C2BA5C2859B51B364B1991267D7D5595B45B2EC50F3B',
|
|
239
239
|
name: 'Harmony USD',
|
|
240
240
|
display: 'husd',
|
|
241
241
|
symbol: 'HUSD',
|
|
@@ -248,19 +248,19 @@ const assets = {
|
|
|
248
248
|
traces: [{
|
|
249
249
|
type: 'ibc',
|
|
250
250
|
counterparty: {
|
|
251
|
-
channel_id: 'channel-
|
|
251
|
+
channel_id: 'channel-11',
|
|
252
252
|
base_denom: 'uusd',
|
|
253
253
|
chain_name: 'symphonytestnet'
|
|
254
254
|
},
|
|
255
255
|
chain: {
|
|
256
|
-
channel_id: 'channel-
|
|
256
|
+
channel_id: 'channel-943'
|
|
257
257
|
}
|
|
258
258
|
}]
|
|
259
259
|
},
|
|
260
260
|
{
|
|
261
261
|
description: 'Harmonized HKD',
|
|
262
262
|
denom_units: [{
|
|
263
|
-
denom: 'ibc/
|
|
263
|
+
denom: 'ibc/91827A984EB3375151991F4FF8FAACA072DE6EA601D94A580598C4D2A9E7C1DE',
|
|
264
264
|
exponent: 0,
|
|
265
265
|
aliases: ['ukhd']
|
|
266
266
|
}, {
|
|
@@ -269,7 +269,7 @@ const assets = {
|
|
|
269
269
|
aliases: ['harmony HKD']
|
|
270
270
|
}],
|
|
271
271
|
type_asset: 'sdk.coin',
|
|
272
|
-
base: 'ibc/
|
|
272
|
+
base: 'ibc/91827A984EB3375151991F4FF8FAACA072DE6EA601D94A580598C4D2A9E7C1DE',
|
|
273
273
|
name: 'Harmony HKD',
|
|
274
274
|
display: 'hkhd',
|
|
275
275
|
symbol: 'HKHD',
|
|
@@ -282,19 +282,19 @@ const assets = {
|
|
|
282
282
|
traces: [{
|
|
283
283
|
type: 'ibc',
|
|
284
284
|
counterparty: {
|
|
285
|
-
channel_id: 'channel-
|
|
285
|
+
channel_id: 'channel-11',
|
|
286
286
|
base_denom: 'ukhd',
|
|
287
287
|
chain_name: 'symphonytestnet'
|
|
288
288
|
},
|
|
289
289
|
chain: {
|
|
290
|
-
channel_id: 'channel-
|
|
290
|
+
channel_id: 'channel-943'
|
|
291
291
|
}
|
|
292
292
|
}]
|
|
293
293
|
},
|
|
294
294
|
{
|
|
295
295
|
description: 'Harmonized VND',
|
|
296
296
|
denom_units: [{
|
|
297
|
-
denom: 'ibc/
|
|
297
|
+
denom: 'ibc/52FF7DED3374A05929C68F6C972589B0DF5DB8A5C81D586EFF595BB7DE413C89',
|
|
298
298
|
exponent: 0,
|
|
299
299
|
aliases: ['uvnd']
|
|
300
300
|
}, {
|
|
@@ -303,7 +303,7 @@ const assets = {
|
|
|
303
303
|
aliases: ['harmony VND']
|
|
304
304
|
}],
|
|
305
305
|
type_asset: 'sdk.coin',
|
|
306
|
-
base: 'ibc/
|
|
306
|
+
base: 'ibc/52FF7DED3374A05929C68F6C972589B0DF5DB8A5C81D586EFF595BB7DE413C89',
|
|
307
307
|
name: 'Harmony VND',
|
|
308
308
|
display: 'hvnd',
|
|
309
309
|
symbol: 'HVND',
|
|
@@ -316,12 +316,12 @@ const assets = {
|
|
|
316
316
|
traces: [{
|
|
317
317
|
type: 'ibc',
|
|
318
318
|
counterparty: {
|
|
319
|
-
channel_id: 'channel-
|
|
319
|
+
channel_id: 'channel-11',
|
|
320
320
|
base_denom: 'uvnd',
|
|
321
321
|
chain_name: 'symphonytestnet'
|
|
322
322
|
},
|
|
323
323
|
chain: {
|
|
324
|
-
channel_id: 'channel-
|
|
324
|
+
channel_id: 'channel-943'
|
|
325
325
|
}
|
|
326
326
|
}]
|
|
327
327
|
},
|
|
@@ -514,7 +514,7 @@ const assets = {
|
|
|
514
514
|
{
|
|
515
515
|
description: 'The native token of Symphony',
|
|
516
516
|
denom_units: [{
|
|
517
|
-
denom: 'ibc/
|
|
517
|
+
denom: 'ibc/0D705BBA51CEFF38BD143E1E2A11C71FC16BA963A1286B39445B20CA8F05923C',
|
|
518
518
|
exponent: 0,
|
|
519
519
|
aliases: ['note']
|
|
520
520
|
}, {
|
|
@@ -523,7 +523,7 @@ const assets = {
|
|
|
523
523
|
aliases: ['melody']
|
|
524
524
|
}],
|
|
525
525
|
type_asset: 'sdk.coin',
|
|
526
|
-
base: 'ibc/
|
|
526
|
+
base: 'ibc/0D705BBA51CEFF38BD143E1E2A11C71FC16BA963A1286B39445B20CA8F05923C',
|
|
527
527
|
name: 'Melody',
|
|
528
528
|
display: 'mld',
|
|
529
529
|
symbol: 'MLD',
|
|
@@ -536,19 +536,19 @@ const assets = {
|
|
|
536
536
|
traces: [{
|
|
537
537
|
type: 'ibc',
|
|
538
538
|
counterparty: {
|
|
539
|
-
channel_id: 'channel-
|
|
539
|
+
channel_id: 'channel-11',
|
|
540
540
|
base_denom: 'note',
|
|
541
541
|
chain_name: 'symphonytestnet'
|
|
542
542
|
},
|
|
543
543
|
chain: {
|
|
544
|
-
channel_id: 'channel-
|
|
544
|
+
channel_id: 'channel-943'
|
|
545
545
|
}
|
|
546
546
|
}]
|
|
547
547
|
},
|
|
548
548
|
{
|
|
549
549
|
description: 'Harmonized USD',
|
|
550
550
|
denom_units: [{
|
|
551
|
-
denom: 'ibc/
|
|
551
|
+
denom: 'ibc/0ACFE95891C4DF79ED57C2BA5C2859B51B364B1991267D7D5595B45B2EC50F3B',
|
|
552
552
|
exponent: 0,
|
|
553
553
|
aliases: ['uusd']
|
|
554
554
|
}, {
|
|
@@ -557,7 +557,7 @@ const assets = {
|
|
|
557
557
|
aliases: ['harmony USD']
|
|
558
558
|
}],
|
|
559
559
|
type_asset: 'sdk.coin',
|
|
560
|
-
base: 'ibc/
|
|
560
|
+
base: 'ibc/0ACFE95891C4DF79ED57C2BA5C2859B51B364B1991267D7D5595B45B2EC50F3B',
|
|
561
561
|
name: 'Harmony USD',
|
|
562
562
|
display: 'husd',
|
|
563
563
|
symbol: 'HUSD',
|
|
@@ -570,19 +570,19 @@ const assets = {
|
|
|
570
570
|
traces: [{
|
|
571
571
|
type: 'ibc',
|
|
572
572
|
counterparty: {
|
|
573
|
-
channel_id: 'channel-
|
|
573
|
+
channel_id: 'channel-11',
|
|
574
574
|
base_denom: 'uusd',
|
|
575
575
|
chain_name: 'symphonytestnet'
|
|
576
576
|
},
|
|
577
577
|
chain: {
|
|
578
|
-
channel_id: 'channel-
|
|
578
|
+
channel_id: 'channel-943'
|
|
579
579
|
}
|
|
580
580
|
}]
|
|
581
581
|
},
|
|
582
582
|
{
|
|
583
583
|
description: 'Harmonized HKD',
|
|
584
584
|
denom_units: [{
|
|
585
|
-
denom: 'ibc/
|
|
585
|
+
denom: 'ibc/91827A984EB3375151991F4FF8FAACA072DE6EA601D94A580598C4D2A9E7C1DE',
|
|
586
586
|
exponent: 0,
|
|
587
587
|
aliases: ['ukhd']
|
|
588
588
|
}, {
|
|
@@ -591,7 +591,7 @@ const assets = {
|
|
|
591
591
|
aliases: ['harmony HKD']
|
|
592
592
|
}],
|
|
593
593
|
type_asset: 'sdk.coin',
|
|
594
|
-
base: 'ibc/
|
|
594
|
+
base: 'ibc/91827A984EB3375151991F4FF8FAACA072DE6EA601D94A580598C4D2A9E7C1DE',
|
|
595
595
|
name: 'Harmony HKD',
|
|
596
596
|
display: 'hkhd',
|
|
597
597
|
symbol: 'HKHD',
|
|
@@ -604,19 +604,19 @@ const assets = {
|
|
|
604
604
|
traces: [{
|
|
605
605
|
type: 'ibc',
|
|
606
606
|
counterparty: {
|
|
607
|
-
channel_id: 'channel-
|
|
607
|
+
channel_id: 'channel-11',
|
|
608
608
|
base_denom: 'ukhd',
|
|
609
609
|
chain_name: 'symphonytestnet'
|
|
610
610
|
},
|
|
611
611
|
chain: {
|
|
612
|
-
channel_id: 'channel-
|
|
612
|
+
channel_id: 'channel-943'
|
|
613
613
|
}
|
|
614
614
|
}]
|
|
615
615
|
},
|
|
616
616
|
{
|
|
617
617
|
description: 'Harmonized VND',
|
|
618
618
|
denom_units: [{
|
|
619
|
-
denom: 'ibc/
|
|
619
|
+
denom: 'ibc/52FF7DED3374A05929C68F6C972589B0DF5DB8A5C81D586EFF595BB7DE413C89',
|
|
620
620
|
exponent: 0,
|
|
621
621
|
aliases: ['uvnd']
|
|
622
622
|
}, {
|
|
@@ -625,7 +625,7 @@ const assets = {
|
|
|
625
625
|
aliases: ['harmony VND']
|
|
626
626
|
}],
|
|
627
627
|
type_asset: 'sdk.coin',
|
|
628
|
-
base: 'ibc/
|
|
628
|
+
base: 'ibc/52FF7DED3374A05929C68F6C972589B0DF5DB8A5C81D586EFF595BB7DE413C89',
|
|
629
629
|
name: 'Harmony VND',
|
|
630
630
|
display: 'hvnd',
|
|
631
631
|
symbol: 'HVND',
|
|
@@ -638,12 +638,12 @@ const assets = {
|
|
|
638
638
|
traces: [{
|
|
639
639
|
type: 'ibc',
|
|
640
640
|
counterparty: {
|
|
641
|
-
channel_id: 'channel-
|
|
641
|
+
channel_id: 'channel-11',
|
|
642
642
|
base_denom: 'uvnd',
|
|
643
643
|
chain_name: 'symphonytestnet'
|
|
644
644
|
},
|
|
645
645
|
chain: {
|
|
646
|
-
channel_id: 'channel-
|
|
646
|
+
channel_id: 'channel-943'
|
|
647
647
|
}
|
|
648
648
|
}]
|
|
649
649
|
}
|
|
@@ -74,14 +74,14 @@ const assets = {
|
|
|
74
74
|
{
|
|
75
75
|
description: 'The native token of JUNO Chain',
|
|
76
76
|
denom_units: [{
|
|
77
|
-
denom: 'ibc/
|
|
77
|
+
denom: 'ibc/6AB61A083754E04354B370C022080FA50A223FE25D92896DB8DF66BC5C540014',
|
|
78
78
|
exponent: 0,
|
|
79
79
|
aliases: ['ujunox']
|
|
80
80
|
}, {
|
|
81
81
|
denom: 'junox',
|
|
82
82
|
exponent: 6
|
|
83
83
|
}],
|
|
84
|
-
base: 'ibc/
|
|
84
|
+
base: 'ibc/6AB61A083754E04354B370C022080FA50A223FE25D92896DB8DF66BC5C540014',
|
|
85
85
|
name: 'Juno Testnet',
|
|
86
86
|
display: 'junox',
|
|
87
87
|
symbol: 'JUNOX',
|
|
@@ -97,12 +97,12 @@ const assets = {
|
|
|
97
97
|
traces: [{
|
|
98
98
|
type: 'ibc',
|
|
99
99
|
counterparty: {
|
|
100
|
-
channel_id: 'channel-
|
|
100
|
+
channel_id: 'channel-943',
|
|
101
101
|
base_denom: 'ujunox',
|
|
102
102
|
chain_name: 'junotestnet'
|
|
103
103
|
},
|
|
104
104
|
chain: {
|
|
105
|
-
channel_id: 'channel-
|
|
105
|
+
channel_id: 'channel-11'
|
|
106
106
|
}
|
|
107
107
|
}]
|
|
108
108
|
},
|
|
@@ -284,14 +284,14 @@ const assets = {
|
|
|
284
284
|
{
|
|
285
285
|
description: 'The native token of JUNO Chain',
|
|
286
286
|
denom_units: [{
|
|
287
|
-
denom: 'ibc/
|
|
287
|
+
denom: 'ibc/6AB61A083754E04354B370C022080FA50A223FE25D92896DB8DF66BC5C540014',
|
|
288
288
|
exponent: 0,
|
|
289
289
|
aliases: ['ujunox']
|
|
290
290
|
}, {
|
|
291
291
|
denom: 'junox',
|
|
292
292
|
exponent: 6
|
|
293
293
|
}],
|
|
294
|
-
base: 'ibc/
|
|
294
|
+
base: 'ibc/6AB61A083754E04354B370C022080FA50A223FE25D92896DB8DF66BC5C540014',
|
|
295
295
|
name: 'Juno Testnet',
|
|
296
296
|
display: 'junox',
|
|
297
297
|
symbol: 'JUNOX',
|
|
@@ -307,12 +307,12 @@ const assets = {
|
|
|
307
307
|
traces: [{
|
|
308
308
|
type: 'ibc',
|
|
309
309
|
counterparty: {
|
|
310
|
-
channel_id: 'channel-
|
|
310
|
+
channel_id: 'channel-943',
|
|
311
311
|
base_denom: 'ujunox',
|
|
312
312
|
chain_name: 'junotestnet'
|
|
313
313
|
},
|
|
314
314
|
chain: {
|
|
315
|
-
channel_id: 'channel-
|
|
315
|
+
channel_id: 'channel-11'
|
|
316
316
|
}
|
|
317
317
|
}]
|
|
318
318
|
},
|