@chain-registry/assets 1.70.358 → 1.70.359
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/evmos.js +40 -4
- package/esm/mainnet/migaloo.js +56 -36
- package/esm/mainnet/osmosis.js +100 -40
- package/esm/testnet/agoricdevnet.js +0 -70
- package/esm/testnet/babylontestnet.js +0 -70
- package/esm/testnet/neutrontestnet.js +0 -70
- package/esm/testnet/nobletestnet.js +0 -136
- package/esm/testnet/noistestnet.js +1 -69
- package/esm/testnet/nolustestnet.js +1 -69
- package/esm/testnet/osmosistestnet.js +0 -140
- package/index.d.ts +1 -1
- package/mainnet/evmos.js +40 -4
- package/mainnet/migaloo.js +56 -36
- package/mainnet/osmosis.js +100 -40
- package/package.json +5 -5
- package/testnet/agoricdevnet.js +0 -70
- package/testnet/babylontestnet.js +0 -70
- package/testnet/neutrontestnet.js +0 -70
- package/testnet/nobletestnet.js +0 -136
- package/testnet/noistestnet.js +1 -69
- package/testnet/nolustestnet.js +1 -69
- package/testnet/osmosistestnet.js +0 -140
package/esm/mainnet/evmos.js
CHANGED
|
@@ -2591,10 +2591,28 @@ const assets = {
|
|
|
2591
2591
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.png',
|
|
2592
2592
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg'
|
|
2593
2593
|
},
|
|
2594
|
-
images: [
|
|
2594
|
+
images: [
|
|
2595
|
+
{
|
|
2595
2596
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.png',
|
|
2596
2597
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg'
|
|
2597
|
-
}
|
|
2598
|
+
},
|
|
2599
|
+
{
|
|
2600
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white.png',
|
|
2601
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white.svg'
|
|
2602
|
+
},
|
|
2603
|
+
{
|
|
2604
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient_lines.png',
|
|
2605
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient_lines.svg'
|
|
2606
|
+
},
|
|
2607
|
+
{
|
|
2608
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white_lines.png',
|
|
2609
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white_lines.svg'
|
|
2610
|
+
},
|
|
2611
|
+
{
|
|
2612
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-black_lines.png',
|
|
2613
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-black_lines.svg'
|
|
2614
|
+
}
|
|
2615
|
+
],
|
|
2598
2616
|
type_asset: 'sdk.coin',
|
|
2599
2617
|
traces: [{
|
|
2600
2618
|
type: 'ibc',
|
|
@@ -3598,10 +3616,28 @@ const assets = {
|
|
|
3598
3616
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.png',
|
|
3599
3617
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg'
|
|
3600
3618
|
},
|
|
3601
|
-
images: [
|
|
3619
|
+
images: [
|
|
3620
|
+
{
|
|
3602
3621
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.png',
|
|
3603
3622
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg'
|
|
3604
|
-
}
|
|
3623
|
+
},
|
|
3624
|
+
{
|
|
3625
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white.png',
|
|
3626
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white.svg'
|
|
3627
|
+
},
|
|
3628
|
+
{
|
|
3629
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient_lines.png',
|
|
3630
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient_lines.svg'
|
|
3631
|
+
},
|
|
3632
|
+
{
|
|
3633
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white_lines.png',
|
|
3634
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white_lines.svg'
|
|
3635
|
+
},
|
|
3636
|
+
{
|
|
3637
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-black_lines.png',
|
|
3638
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-black_lines.svg'
|
|
3639
|
+
}
|
|
3640
|
+
],
|
|
3605
3641
|
type_asset: 'sdk.coin',
|
|
3606
3642
|
traces: [{
|
|
3607
3643
|
type: 'ibc',
|
package/esm/mainnet/migaloo.js
CHANGED
|
@@ -5456,12 +5456,6 @@ const assets = {
|
|
|
5456
5456
|
name: 'Chainlink (Portal)',
|
|
5457
5457
|
display: 'link',
|
|
5458
5458
|
symbol: 'LINK',
|
|
5459
|
-
logo_URIs: {
|
|
5460
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png'
|
|
5461
|
-
},
|
|
5462
|
-
images: [{
|
|
5463
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png'
|
|
5464
|
-
}],
|
|
5465
5459
|
traces: [{
|
|
5466
5460
|
type: 'ibc-cw20',
|
|
5467
5461
|
counterparty: {
|
|
@@ -5474,6 +5468,14 @@ const assets = {
|
|
|
5474
5468
|
port: 'transfer',
|
|
5475
5469
|
channel_id: 'channel-114'
|
|
5476
5470
|
}
|
|
5471
|
+
}],
|
|
5472
|
+
logo_URIs: {
|
|
5473
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
5474
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
5475
|
+
},
|
|
5476
|
+
images: [{
|
|
5477
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
5478
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
5477
5479
|
}]
|
|
5478
5480
|
},
|
|
5479
5481
|
{
|
|
@@ -7490,12 +7492,6 @@ const assets = {
|
|
|
7490
7492
|
name: 'Paxos Gold (Portal)',
|
|
7491
7493
|
display: 'paxg',
|
|
7492
7494
|
symbol: 'PAXG',
|
|
7493
|
-
logo_URIs: {
|
|
7494
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/paxg.png'
|
|
7495
|
-
},
|
|
7496
|
-
images: [{
|
|
7497
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/paxg.png'
|
|
7498
|
-
}],
|
|
7499
7495
|
traces: [{
|
|
7500
7496
|
type: 'ibc-cw20',
|
|
7501
7497
|
counterparty: {
|
|
@@ -7508,6 +7504,18 @@ const assets = {
|
|
|
7508
7504
|
port: 'transfer',
|
|
7509
7505
|
channel_id: 'channel-114'
|
|
7510
7506
|
}
|
|
7507
|
+
}],
|
|
7508
|
+
logo_URIs: {
|
|
7509
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png',
|
|
7510
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg'
|
|
7511
|
+
},
|
|
7512
|
+
images: [{
|
|
7513
|
+
image_sync: {
|
|
7514
|
+
chain_name: 'ethereum',
|
|
7515
|
+
base_denom: '0x45804880De22913dAFE09f4980848ECE6EcbAf78'
|
|
7516
|
+
},
|
|
7517
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png',
|
|
7518
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg'
|
|
7511
7519
|
}]
|
|
7512
7520
|
},
|
|
7513
7521
|
{
|
|
@@ -7560,12 +7568,6 @@ const assets = {
|
|
|
7560
7568
|
name: 'ChainLink Token',
|
|
7561
7569
|
display: 'link',
|
|
7562
7570
|
symbol: 'LINK',
|
|
7563
|
-
logo_URIs: {
|
|
7564
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png'
|
|
7565
|
-
},
|
|
7566
|
-
images: [{
|
|
7567
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png'
|
|
7568
|
-
}],
|
|
7569
7571
|
traces: [{
|
|
7570
7572
|
type: 'ibc-cw20',
|
|
7571
7573
|
counterparty: {
|
|
@@ -7578,6 +7580,14 @@ const assets = {
|
|
|
7578
7580
|
port: 'transfer',
|
|
7579
7581
|
channel_id: 'channel-114'
|
|
7580
7582
|
}
|
|
7583
|
+
}],
|
|
7584
|
+
logo_URIs: {
|
|
7585
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
7586
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
7587
|
+
},
|
|
7588
|
+
images: [{
|
|
7589
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
7590
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
7581
7591
|
}]
|
|
7582
7592
|
},
|
|
7583
7593
|
{
|
|
@@ -13988,12 +13998,6 @@ const assets = {
|
|
|
13988
13998
|
name: 'Chainlink (Portal)',
|
|
13989
13999
|
display: 'link',
|
|
13990
14000
|
symbol: 'LINK',
|
|
13991
|
-
logo_URIs: {
|
|
13992
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png'
|
|
13993
|
-
},
|
|
13994
|
-
images: [{
|
|
13995
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png'
|
|
13996
|
-
}],
|
|
13997
14001
|
traces: [{
|
|
13998
14002
|
type: 'ibc-cw20',
|
|
13999
14003
|
counterparty: {
|
|
@@ -14006,6 +14010,14 @@ const assets = {
|
|
|
14006
14010
|
port: 'transfer',
|
|
14007
14011
|
channel_id: 'channel-114'
|
|
14008
14012
|
}
|
|
14013
|
+
}],
|
|
14014
|
+
logo_URIs: {
|
|
14015
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
14016
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
14017
|
+
},
|
|
14018
|
+
images: [{
|
|
14019
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
14020
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
14009
14021
|
}]
|
|
14010
14022
|
},
|
|
14011
14023
|
{
|
|
@@ -16022,12 +16034,6 @@ const assets = {
|
|
|
16022
16034
|
name: 'Paxos Gold (Portal)',
|
|
16023
16035
|
display: 'paxg',
|
|
16024
16036
|
symbol: 'PAXG',
|
|
16025
|
-
logo_URIs: {
|
|
16026
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/paxg.png'
|
|
16027
|
-
},
|
|
16028
|
-
images: [{
|
|
16029
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/paxg.png'
|
|
16030
|
-
}],
|
|
16031
16037
|
traces: [{
|
|
16032
16038
|
type: 'ibc-cw20',
|
|
16033
16039
|
counterparty: {
|
|
@@ -16040,6 +16046,18 @@ const assets = {
|
|
|
16040
16046
|
port: 'transfer',
|
|
16041
16047
|
channel_id: 'channel-114'
|
|
16042
16048
|
}
|
|
16049
|
+
}],
|
|
16050
|
+
logo_URIs: {
|
|
16051
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png',
|
|
16052
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg'
|
|
16053
|
+
},
|
|
16054
|
+
images: [{
|
|
16055
|
+
image_sync: {
|
|
16056
|
+
chain_name: 'ethereum',
|
|
16057
|
+
base_denom: '0x45804880De22913dAFE09f4980848ECE6EcbAf78'
|
|
16058
|
+
},
|
|
16059
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png',
|
|
16060
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg'
|
|
16043
16061
|
}]
|
|
16044
16062
|
},
|
|
16045
16063
|
{
|
|
@@ -16092,12 +16110,6 @@ const assets = {
|
|
|
16092
16110
|
name: 'ChainLink Token',
|
|
16093
16111
|
display: 'link',
|
|
16094
16112
|
symbol: 'LINK',
|
|
16095
|
-
logo_URIs: {
|
|
16096
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png'
|
|
16097
|
-
},
|
|
16098
|
-
images: [{
|
|
16099
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png'
|
|
16100
|
-
}],
|
|
16101
16113
|
traces: [{
|
|
16102
16114
|
type: 'ibc-cw20',
|
|
16103
16115
|
counterparty: {
|
|
@@ -16110,6 +16122,14 @@ const assets = {
|
|
|
16110
16122
|
port: 'transfer',
|
|
16111
16123
|
channel_id: 'channel-114'
|
|
16112
16124
|
}
|
|
16125
|
+
}],
|
|
16126
|
+
logo_URIs: {
|
|
16127
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
16128
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
16129
|
+
},
|
|
16130
|
+
images: [{
|
|
16131
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
16132
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
16113
16133
|
}]
|
|
16114
16134
|
},
|
|
16115
16135
|
{
|
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -2407,9 +2407,11 @@ const assets = {
|
|
|
2407
2407
|
display: 'echelon',
|
|
2408
2408
|
symbol: 'ECH',
|
|
2409
2409
|
logo_URIs: {
|
|
2410
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.png',
|
|
2410
2411
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg'
|
|
2411
2412
|
},
|
|
2412
2413
|
images: [{
|
|
2414
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.png',
|
|
2413
2415
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg'
|
|
2414
2416
|
}],
|
|
2415
2417
|
type_asset: 'sdk.coin',
|
|
@@ -8633,9 +8635,11 @@ const assets = {
|
|
|
8633
8635
|
display: 'echelon',
|
|
8634
8636
|
symbol: 'ECH',
|
|
8635
8637
|
logo_URIs: {
|
|
8638
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.png',
|
|
8636
8639
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg'
|
|
8637
8640
|
},
|
|
8638
8641
|
images: [{
|
|
8642
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.png',
|
|
8639
8643
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg'
|
|
8640
8644
|
}],
|
|
8641
8645
|
type_asset: 'sdk.coin',
|
|
@@ -22435,10 +22439,28 @@ const assets = {
|
|
|
22435
22439
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.png',
|
|
22436
22440
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg'
|
|
22437
22441
|
},
|
|
22438
|
-
images: [
|
|
22442
|
+
images: [
|
|
22443
|
+
{
|
|
22439
22444
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.png',
|
|
22440
22445
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg'
|
|
22441
|
-
}
|
|
22446
|
+
},
|
|
22447
|
+
{
|
|
22448
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white.png',
|
|
22449
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white.svg'
|
|
22450
|
+
},
|
|
22451
|
+
{
|
|
22452
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient_lines.png',
|
|
22453
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient_lines.svg'
|
|
22454
|
+
},
|
|
22455
|
+
{
|
|
22456
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white_lines.png',
|
|
22457
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white_lines.svg'
|
|
22458
|
+
},
|
|
22459
|
+
{
|
|
22460
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-black_lines.png',
|
|
22461
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-black_lines.svg'
|
|
22462
|
+
}
|
|
22463
|
+
],
|
|
22442
22464
|
type_asset: 'sdk.coin',
|
|
22443
22465
|
traces: [{
|
|
22444
22466
|
type: 'ibc',
|
|
@@ -32472,10 +32494,28 @@ const assets = {
|
|
|
32472
32494
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.png',
|
|
32473
32495
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg'
|
|
32474
32496
|
},
|
|
32475
|
-
images: [
|
|
32497
|
+
images: [
|
|
32498
|
+
{
|
|
32476
32499
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.png',
|
|
32477
32500
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg'
|
|
32478
|
-
}
|
|
32501
|
+
},
|
|
32502
|
+
{
|
|
32503
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white.png',
|
|
32504
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white.svg'
|
|
32505
|
+
},
|
|
32506
|
+
{
|
|
32507
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient_lines.png',
|
|
32508
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient_lines.svg'
|
|
32509
|
+
},
|
|
32510
|
+
{
|
|
32511
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white_lines.png',
|
|
32512
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white_lines.svg'
|
|
32513
|
+
},
|
|
32514
|
+
{
|
|
32515
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-black_lines.png',
|
|
32516
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-black_lines.svg'
|
|
32517
|
+
}
|
|
32518
|
+
],
|
|
32479
32519
|
type_asset: 'sdk.coin',
|
|
32480
32520
|
traces: [{
|
|
32481
32521
|
type: 'ibc',
|
|
@@ -42410,12 +42450,6 @@ const assets = {
|
|
|
42410
42450
|
name: 'Chainlink (Portal)',
|
|
42411
42451
|
display: 'link',
|
|
42412
42452
|
symbol: 'LINK',
|
|
42413
|
-
logo_URIs: {
|
|
42414
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png'
|
|
42415
|
-
},
|
|
42416
|
-
images: [{
|
|
42417
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png'
|
|
42418
|
-
}],
|
|
42419
42453
|
traces: [{
|
|
42420
42454
|
type: 'ibc-cw20',
|
|
42421
42455
|
counterparty: {
|
|
@@ -42428,6 +42462,14 @@ const assets = {
|
|
|
42428
42462
|
port: 'transfer',
|
|
42429
42463
|
channel_id: 'channel-78488'
|
|
42430
42464
|
}
|
|
42465
|
+
}],
|
|
42466
|
+
logo_URIs: {
|
|
42467
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
42468
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
42469
|
+
},
|
|
42470
|
+
images: [{
|
|
42471
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
42472
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
42431
42473
|
}]
|
|
42432
42474
|
},
|
|
42433
42475
|
{
|
|
@@ -44444,12 +44486,6 @@ const assets = {
|
|
|
44444
44486
|
name: 'Paxos Gold (Portal)',
|
|
44445
44487
|
display: 'paxg',
|
|
44446
44488
|
symbol: 'PAXG',
|
|
44447
|
-
logo_URIs: {
|
|
44448
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/paxg.png'
|
|
44449
|
-
},
|
|
44450
|
-
images: [{
|
|
44451
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/paxg.png'
|
|
44452
|
-
}],
|
|
44453
44489
|
traces: [{
|
|
44454
44490
|
type: 'ibc-cw20',
|
|
44455
44491
|
counterparty: {
|
|
@@ -44462,6 +44498,18 @@ const assets = {
|
|
|
44462
44498
|
port: 'transfer',
|
|
44463
44499
|
channel_id: 'channel-78488'
|
|
44464
44500
|
}
|
|
44501
|
+
}],
|
|
44502
|
+
logo_URIs: {
|
|
44503
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png',
|
|
44504
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg'
|
|
44505
|
+
},
|
|
44506
|
+
images: [{
|
|
44507
|
+
image_sync: {
|
|
44508
|
+
chain_name: 'ethereum',
|
|
44509
|
+
base_denom: '0x45804880De22913dAFE09f4980848ECE6EcbAf78'
|
|
44510
|
+
},
|
|
44511
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png',
|
|
44512
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg'
|
|
44465
44513
|
}]
|
|
44466
44514
|
},
|
|
44467
44515
|
{
|
|
@@ -44514,12 +44562,6 @@ const assets = {
|
|
|
44514
44562
|
name: 'ChainLink Token',
|
|
44515
44563
|
display: 'link',
|
|
44516
44564
|
symbol: 'LINK',
|
|
44517
|
-
logo_URIs: {
|
|
44518
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png'
|
|
44519
|
-
},
|
|
44520
|
-
images: [{
|
|
44521
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png'
|
|
44522
|
-
}],
|
|
44523
44565
|
traces: [{
|
|
44524
44566
|
type: 'ibc-cw20',
|
|
44525
44567
|
counterparty: {
|
|
@@ -44532,6 +44574,14 @@ const assets = {
|
|
|
44532
44574
|
port: 'transfer',
|
|
44533
44575
|
channel_id: 'channel-78488'
|
|
44534
44576
|
}
|
|
44577
|
+
}],
|
|
44578
|
+
logo_URIs: {
|
|
44579
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
44580
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
44581
|
+
},
|
|
44582
|
+
images: [{
|
|
44583
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
44584
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
44535
44585
|
}]
|
|
44536
44586
|
},
|
|
44537
44587
|
{
|
|
@@ -50942,12 +50992,6 @@ const assets = {
|
|
|
50942
50992
|
name: 'Chainlink (Portal)',
|
|
50943
50993
|
display: 'link',
|
|
50944
50994
|
symbol: 'LINK',
|
|
50945
|
-
logo_URIs: {
|
|
50946
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png'
|
|
50947
|
-
},
|
|
50948
|
-
images: [{
|
|
50949
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png'
|
|
50950
|
-
}],
|
|
50951
50995
|
traces: [{
|
|
50952
50996
|
type: 'ibc-cw20',
|
|
50953
50997
|
counterparty: {
|
|
@@ -50960,6 +51004,14 @@ const assets = {
|
|
|
50960
51004
|
port: 'transfer',
|
|
50961
51005
|
channel_id: 'channel-78488'
|
|
50962
51006
|
}
|
|
51007
|
+
}],
|
|
51008
|
+
logo_URIs: {
|
|
51009
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
51010
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
51011
|
+
},
|
|
51012
|
+
images: [{
|
|
51013
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
51014
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
50963
51015
|
}]
|
|
50964
51016
|
},
|
|
50965
51017
|
{
|
|
@@ -52976,12 +53028,6 @@ const assets = {
|
|
|
52976
53028
|
name: 'Paxos Gold (Portal)',
|
|
52977
53029
|
display: 'paxg',
|
|
52978
53030
|
symbol: 'PAXG',
|
|
52979
|
-
logo_URIs: {
|
|
52980
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/paxg.png'
|
|
52981
|
-
},
|
|
52982
|
-
images: [{
|
|
52983
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/paxg.png'
|
|
52984
|
-
}],
|
|
52985
53031
|
traces: [{
|
|
52986
53032
|
type: 'ibc-cw20',
|
|
52987
53033
|
counterparty: {
|
|
@@ -52994,6 +53040,18 @@ const assets = {
|
|
|
52994
53040
|
port: 'transfer',
|
|
52995
53041
|
channel_id: 'channel-78488'
|
|
52996
53042
|
}
|
|
53043
|
+
}],
|
|
53044
|
+
logo_URIs: {
|
|
53045
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png',
|
|
53046
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg'
|
|
53047
|
+
},
|
|
53048
|
+
images: [{
|
|
53049
|
+
image_sync: {
|
|
53050
|
+
chain_name: 'ethereum',
|
|
53051
|
+
base_denom: '0x45804880De22913dAFE09f4980848ECE6EcbAf78'
|
|
53052
|
+
},
|
|
53053
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png',
|
|
53054
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg'
|
|
52997
53055
|
}]
|
|
52998
53056
|
},
|
|
52999
53057
|
{
|
|
@@ -53046,12 +53104,6 @@ const assets = {
|
|
|
53046
53104
|
name: 'ChainLink Token',
|
|
53047
53105
|
display: 'link',
|
|
53048
53106
|
symbol: 'LINK',
|
|
53049
|
-
logo_URIs: {
|
|
53050
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png'
|
|
53051
|
-
},
|
|
53052
|
-
images: [{
|
|
53053
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png'
|
|
53054
|
-
}],
|
|
53055
53107
|
traces: [{
|
|
53056
53108
|
type: 'ibc-cw20',
|
|
53057
53109
|
counterparty: {
|
|
@@ -53064,6 +53116,14 @@ const assets = {
|
|
|
53064
53116
|
port: 'transfer',
|
|
53065
53117
|
channel_id: 'channel-78488'
|
|
53066
53118
|
}
|
|
53119
|
+
}],
|
|
53120
|
+
logo_URIs: {
|
|
53121
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
53122
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
53123
|
+
},
|
|
53124
|
+
images: [{
|
|
53125
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
53126
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
53067
53127
|
}]
|
|
53068
53128
|
},
|
|
53069
53129
|
{
|
|
@@ -78,41 +78,6 @@ const assets = {
|
|
|
78
78
|
}
|
|
79
79
|
}]
|
|
80
80
|
},
|
|
81
|
-
{
|
|
82
|
-
description: 'The native token of Neutron chain',
|
|
83
|
-
denom_units: [{
|
|
84
|
-
denom: 'ibc/74989B1FAC0186E85055BEAFB7F6816F3A65E4EE0D79F95889CF7AF3D2930A61',
|
|
85
|
-
exponent: 0,
|
|
86
|
-
aliases: ['untrn']
|
|
87
|
-
}, {
|
|
88
|
-
denom: 'ntrn',
|
|
89
|
-
exponent: 6
|
|
90
|
-
}],
|
|
91
|
-
base: 'ibc/74989B1FAC0186E85055BEAFB7F6816F3A65E4EE0D79F95889CF7AF3D2930A61',
|
|
92
|
-
name: 'Neutron Testnet',
|
|
93
|
-
display: 'ntrn',
|
|
94
|
-
symbol: 'NTRN',
|
|
95
|
-
logo_URIs: {
|
|
96
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.png',
|
|
97
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.svg'
|
|
98
|
-
},
|
|
99
|
-
images: [{
|
|
100
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.png',
|
|
101
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.svg'
|
|
102
|
-
}],
|
|
103
|
-
type_asset: 'sdk.coin',
|
|
104
|
-
traces: [{
|
|
105
|
-
type: 'ibc',
|
|
106
|
-
counterparty: {
|
|
107
|
-
channel_id: 'channel-1578',
|
|
108
|
-
base_denom: 'untrn',
|
|
109
|
-
chain_name: 'neutrontestnet'
|
|
110
|
-
},
|
|
111
|
-
chain: {
|
|
112
|
-
channel_id: 'channel-62'
|
|
113
|
-
}
|
|
114
|
-
}]
|
|
115
|
-
},
|
|
116
81
|
{
|
|
117
82
|
description: 'The controlled staking asset for Noble Chain',
|
|
118
83
|
denom_units: [{
|
|
@@ -314,41 +279,6 @@ const assets = {
|
|
|
314
279
|
}
|
|
315
280
|
}]
|
|
316
281
|
},
|
|
317
|
-
{
|
|
318
|
-
description: 'The native token of Neutron chain',
|
|
319
|
-
denom_units: [{
|
|
320
|
-
denom: 'ibc/74989B1FAC0186E85055BEAFB7F6816F3A65E4EE0D79F95889CF7AF3D2930A61',
|
|
321
|
-
exponent: 0,
|
|
322
|
-
aliases: ['untrn']
|
|
323
|
-
}, {
|
|
324
|
-
denom: 'ntrn',
|
|
325
|
-
exponent: 6
|
|
326
|
-
}],
|
|
327
|
-
base: 'ibc/74989B1FAC0186E85055BEAFB7F6816F3A65E4EE0D79F95889CF7AF3D2930A61',
|
|
328
|
-
name: 'Neutron Testnet',
|
|
329
|
-
display: 'ntrn',
|
|
330
|
-
symbol: 'NTRN',
|
|
331
|
-
logo_URIs: {
|
|
332
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.png',
|
|
333
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.svg'
|
|
334
|
-
},
|
|
335
|
-
images: [{
|
|
336
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.png',
|
|
337
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.svg'
|
|
338
|
-
}],
|
|
339
|
-
type_asset: 'sdk.coin',
|
|
340
|
-
traces: [{
|
|
341
|
-
type: 'ibc',
|
|
342
|
-
counterparty: {
|
|
343
|
-
channel_id: 'channel-1578',
|
|
344
|
-
base_denom: 'untrn',
|
|
345
|
-
chain_name: 'neutrontestnet'
|
|
346
|
-
},
|
|
347
|
-
chain: {
|
|
348
|
-
channel_id: 'channel-62'
|
|
349
|
-
}
|
|
350
|
-
}]
|
|
351
|
-
},
|
|
352
282
|
{
|
|
353
283
|
description: 'The controlled staking asset for Noble Chain',
|
|
354
284
|
denom_units: [{
|