@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/mainnet/evmos.js
CHANGED
|
@@ -2593,10 +2593,28 @@ const assets = {
|
|
|
2593
2593
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.png',
|
|
2594
2594
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg'
|
|
2595
2595
|
},
|
|
2596
|
-
images: [
|
|
2596
|
+
images: [
|
|
2597
|
+
{
|
|
2597
2598
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.png',
|
|
2598
2599
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg'
|
|
2599
|
-
}
|
|
2600
|
+
},
|
|
2601
|
+
{
|
|
2602
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white.png',
|
|
2603
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white.svg'
|
|
2604
|
+
},
|
|
2605
|
+
{
|
|
2606
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient_lines.png',
|
|
2607
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient_lines.svg'
|
|
2608
|
+
},
|
|
2609
|
+
{
|
|
2610
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white_lines.png',
|
|
2611
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white_lines.svg'
|
|
2612
|
+
},
|
|
2613
|
+
{
|
|
2614
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-black_lines.png',
|
|
2615
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-black_lines.svg'
|
|
2616
|
+
}
|
|
2617
|
+
],
|
|
2600
2618
|
type_asset: 'sdk.coin',
|
|
2601
2619
|
traces: [{
|
|
2602
2620
|
type: 'ibc',
|
|
@@ -3600,10 +3618,28 @@ const assets = {
|
|
|
3600
3618
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.png',
|
|
3601
3619
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg'
|
|
3602
3620
|
},
|
|
3603
|
-
images: [
|
|
3621
|
+
images: [
|
|
3622
|
+
{
|
|
3604
3623
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.png',
|
|
3605
3624
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg'
|
|
3606
|
-
}
|
|
3625
|
+
},
|
|
3626
|
+
{
|
|
3627
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white.png',
|
|
3628
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white.svg'
|
|
3629
|
+
},
|
|
3630
|
+
{
|
|
3631
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient_lines.png',
|
|
3632
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient_lines.svg'
|
|
3633
|
+
},
|
|
3634
|
+
{
|
|
3635
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white_lines.png',
|
|
3636
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white_lines.svg'
|
|
3637
|
+
},
|
|
3638
|
+
{
|
|
3639
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-black_lines.png',
|
|
3640
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-black_lines.svg'
|
|
3641
|
+
}
|
|
3642
|
+
],
|
|
3607
3643
|
type_asset: 'sdk.coin',
|
|
3608
3644
|
traces: [{
|
|
3609
3645
|
type: 'ibc',
|
package/mainnet/migaloo.js
CHANGED
|
@@ -5458,12 +5458,6 @@ const assets = {
|
|
|
5458
5458
|
name: 'Chainlink (Portal)',
|
|
5459
5459
|
display: 'link',
|
|
5460
5460
|
symbol: 'LINK',
|
|
5461
|
-
logo_URIs: {
|
|
5462
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png'
|
|
5463
|
-
},
|
|
5464
|
-
images: [{
|
|
5465
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png'
|
|
5466
|
-
}],
|
|
5467
5461
|
traces: [{
|
|
5468
5462
|
type: 'ibc-cw20',
|
|
5469
5463
|
counterparty: {
|
|
@@ -5476,6 +5470,14 @@ const assets = {
|
|
|
5476
5470
|
port: 'transfer',
|
|
5477
5471
|
channel_id: 'channel-114'
|
|
5478
5472
|
}
|
|
5473
|
+
}],
|
|
5474
|
+
logo_URIs: {
|
|
5475
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
5476
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
5477
|
+
},
|
|
5478
|
+
images: [{
|
|
5479
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
5480
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
5479
5481
|
}]
|
|
5480
5482
|
},
|
|
5481
5483
|
{
|
|
@@ -7492,12 +7494,6 @@ const assets = {
|
|
|
7492
7494
|
name: 'Paxos Gold (Portal)',
|
|
7493
7495
|
display: 'paxg',
|
|
7494
7496
|
symbol: 'PAXG',
|
|
7495
|
-
logo_URIs: {
|
|
7496
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/paxg.png'
|
|
7497
|
-
},
|
|
7498
|
-
images: [{
|
|
7499
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/paxg.png'
|
|
7500
|
-
}],
|
|
7501
7497
|
traces: [{
|
|
7502
7498
|
type: 'ibc-cw20',
|
|
7503
7499
|
counterparty: {
|
|
@@ -7510,6 +7506,18 @@ const assets = {
|
|
|
7510
7506
|
port: 'transfer',
|
|
7511
7507
|
channel_id: 'channel-114'
|
|
7512
7508
|
}
|
|
7509
|
+
}],
|
|
7510
|
+
logo_URIs: {
|
|
7511
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png',
|
|
7512
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg'
|
|
7513
|
+
},
|
|
7514
|
+
images: [{
|
|
7515
|
+
image_sync: {
|
|
7516
|
+
chain_name: 'ethereum',
|
|
7517
|
+
base_denom: '0x45804880De22913dAFE09f4980848ECE6EcbAf78'
|
|
7518
|
+
},
|
|
7519
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png',
|
|
7520
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg'
|
|
7513
7521
|
}]
|
|
7514
7522
|
},
|
|
7515
7523
|
{
|
|
@@ -7562,12 +7570,6 @@ const assets = {
|
|
|
7562
7570
|
name: 'ChainLink Token',
|
|
7563
7571
|
display: 'link',
|
|
7564
7572
|
symbol: 'LINK',
|
|
7565
|
-
logo_URIs: {
|
|
7566
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png'
|
|
7567
|
-
},
|
|
7568
|
-
images: [{
|
|
7569
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png'
|
|
7570
|
-
}],
|
|
7571
7573
|
traces: [{
|
|
7572
7574
|
type: 'ibc-cw20',
|
|
7573
7575
|
counterparty: {
|
|
@@ -7580,6 +7582,14 @@ const assets = {
|
|
|
7580
7582
|
port: 'transfer',
|
|
7581
7583
|
channel_id: 'channel-114'
|
|
7582
7584
|
}
|
|
7585
|
+
}],
|
|
7586
|
+
logo_URIs: {
|
|
7587
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
7588
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
7589
|
+
},
|
|
7590
|
+
images: [{
|
|
7591
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
7592
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
7583
7593
|
}]
|
|
7584
7594
|
},
|
|
7585
7595
|
{
|
|
@@ -13990,12 +14000,6 @@ const assets = {
|
|
|
13990
14000
|
name: 'Chainlink (Portal)',
|
|
13991
14001
|
display: 'link',
|
|
13992
14002
|
symbol: 'LINK',
|
|
13993
|
-
logo_URIs: {
|
|
13994
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png'
|
|
13995
|
-
},
|
|
13996
|
-
images: [{
|
|
13997
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png'
|
|
13998
|
-
}],
|
|
13999
14003
|
traces: [{
|
|
14000
14004
|
type: 'ibc-cw20',
|
|
14001
14005
|
counterparty: {
|
|
@@ -14008,6 +14012,14 @@ const assets = {
|
|
|
14008
14012
|
port: 'transfer',
|
|
14009
14013
|
channel_id: 'channel-114'
|
|
14010
14014
|
}
|
|
14015
|
+
}],
|
|
14016
|
+
logo_URIs: {
|
|
14017
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
14018
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
14019
|
+
},
|
|
14020
|
+
images: [{
|
|
14021
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
14022
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
14011
14023
|
}]
|
|
14012
14024
|
},
|
|
14013
14025
|
{
|
|
@@ -16024,12 +16036,6 @@ const assets = {
|
|
|
16024
16036
|
name: 'Paxos Gold (Portal)',
|
|
16025
16037
|
display: 'paxg',
|
|
16026
16038
|
symbol: 'PAXG',
|
|
16027
|
-
logo_URIs: {
|
|
16028
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/paxg.png'
|
|
16029
|
-
},
|
|
16030
|
-
images: [{
|
|
16031
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/paxg.png'
|
|
16032
|
-
}],
|
|
16033
16039
|
traces: [{
|
|
16034
16040
|
type: 'ibc-cw20',
|
|
16035
16041
|
counterparty: {
|
|
@@ -16042,6 +16048,18 @@ const assets = {
|
|
|
16042
16048
|
port: 'transfer',
|
|
16043
16049
|
channel_id: 'channel-114'
|
|
16044
16050
|
}
|
|
16051
|
+
}],
|
|
16052
|
+
logo_URIs: {
|
|
16053
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png',
|
|
16054
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg'
|
|
16055
|
+
},
|
|
16056
|
+
images: [{
|
|
16057
|
+
image_sync: {
|
|
16058
|
+
chain_name: 'ethereum',
|
|
16059
|
+
base_denom: '0x45804880De22913dAFE09f4980848ECE6EcbAf78'
|
|
16060
|
+
},
|
|
16061
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png',
|
|
16062
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg'
|
|
16045
16063
|
}]
|
|
16046
16064
|
},
|
|
16047
16065
|
{
|
|
@@ -16094,12 +16112,6 @@ const assets = {
|
|
|
16094
16112
|
name: 'ChainLink Token',
|
|
16095
16113
|
display: 'link',
|
|
16096
16114
|
symbol: 'LINK',
|
|
16097
|
-
logo_URIs: {
|
|
16098
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png'
|
|
16099
|
-
},
|
|
16100
|
-
images: [{
|
|
16101
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png'
|
|
16102
|
-
}],
|
|
16103
16115
|
traces: [{
|
|
16104
16116
|
type: 'ibc-cw20',
|
|
16105
16117
|
counterparty: {
|
|
@@ -16112,6 +16124,14 @@ const assets = {
|
|
|
16112
16124
|
port: 'transfer',
|
|
16113
16125
|
channel_id: 'channel-114'
|
|
16114
16126
|
}
|
|
16127
|
+
}],
|
|
16128
|
+
logo_URIs: {
|
|
16129
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
16130
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
16131
|
+
},
|
|
16132
|
+
images: [{
|
|
16133
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
16134
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
16115
16135
|
}]
|
|
16116
16136
|
},
|
|
16117
16137
|
{
|
package/mainnet/osmosis.js
CHANGED
|
@@ -2409,9 +2409,11 @@ const assets = {
|
|
|
2409
2409
|
display: 'echelon',
|
|
2410
2410
|
symbol: 'ECH',
|
|
2411
2411
|
logo_URIs: {
|
|
2412
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.png',
|
|
2412
2413
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg'
|
|
2413
2414
|
},
|
|
2414
2415
|
images: [{
|
|
2416
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.png',
|
|
2415
2417
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg'
|
|
2416
2418
|
}],
|
|
2417
2419
|
type_asset: 'sdk.coin',
|
|
@@ -8635,9 +8637,11 @@ const assets = {
|
|
|
8635
8637
|
display: 'echelon',
|
|
8636
8638
|
symbol: 'ECH',
|
|
8637
8639
|
logo_URIs: {
|
|
8640
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.png',
|
|
8638
8641
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg'
|
|
8639
8642
|
},
|
|
8640
8643
|
images: [{
|
|
8644
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.png',
|
|
8641
8645
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg'
|
|
8642
8646
|
}],
|
|
8643
8647
|
type_asset: 'sdk.coin',
|
|
@@ -22437,10 +22441,28 @@ const assets = {
|
|
|
22437
22441
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.png',
|
|
22438
22442
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg'
|
|
22439
22443
|
},
|
|
22440
|
-
images: [
|
|
22444
|
+
images: [
|
|
22445
|
+
{
|
|
22441
22446
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.png',
|
|
22442
22447
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg'
|
|
22443
|
-
}
|
|
22448
|
+
},
|
|
22449
|
+
{
|
|
22450
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white.png',
|
|
22451
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white.svg'
|
|
22452
|
+
},
|
|
22453
|
+
{
|
|
22454
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient_lines.png',
|
|
22455
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient_lines.svg'
|
|
22456
|
+
},
|
|
22457
|
+
{
|
|
22458
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white_lines.png',
|
|
22459
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white_lines.svg'
|
|
22460
|
+
},
|
|
22461
|
+
{
|
|
22462
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-black_lines.png',
|
|
22463
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-black_lines.svg'
|
|
22464
|
+
}
|
|
22465
|
+
],
|
|
22444
22466
|
type_asset: 'sdk.coin',
|
|
22445
22467
|
traces: [{
|
|
22446
22468
|
type: 'ibc',
|
|
@@ -32474,10 +32496,28 @@ const assets = {
|
|
|
32474
32496
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.png',
|
|
32475
32497
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg'
|
|
32476
32498
|
},
|
|
32477
|
-
images: [
|
|
32499
|
+
images: [
|
|
32500
|
+
{
|
|
32478
32501
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.png',
|
|
32479
32502
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg'
|
|
32480
|
-
}
|
|
32503
|
+
},
|
|
32504
|
+
{
|
|
32505
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white.png',
|
|
32506
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white.svg'
|
|
32507
|
+
},
|
|
32508
|
+
{
|
|
32509
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient_lines.png',
|
|
32510
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient_lines.svg'
|
|
32511
|
+
},
|
|
32512
|
+
{
|
|
32513
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white_lines.png',
|
|
32514
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white_lines.svg'
|
|
32515
|
+
},
|
|
32516
|
+
{
|
|
32517
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-black_lines.png',
|
|
32518
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-black_lines.svg'
|
|
32519
|
+
}
|
|
32520
|
+
],
|
|
32481
32521
|
type_asset: 'sdk.coin',
|
|
32482
32522
|
traces: [{
|
|
32483
32523
|
type: 'ibc',
|
|
@@ -42412,12 +42452,6 @@ const assets = {
|
|
|
42412
42452
|
name: 'Chainlink (Portal)',
|
|
42413
42453
|
display: 'link',
|
|
42414
42454
|
symbol: 'LINK',
|
|
42415
|
-
logo_URIs: {
|
|
42416
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png'
|
|
42417
|
-
},
|
|
42418
|
-
images: [{
|
|
42419
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png'
|
|
42420
|
-
}],
|
|
42421
42455
|
traces: [{
|
|
42422
42456
|
type: 'ibc-cw20',
|
|
42423
42457
|
counterparty: {
|
|
@@ -42430,6 +42464,14 @@ const assets = {
|
|
|
42430
42464
|
port: 'transfer',
|
|
42431
42465
|
channel_id: 'channel-78488'
|
|
42432
42466
|
}
|
|
42467
|
+
}],
|
|
42468
|
+
logo_URIs: {
|
|
42469
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
42470
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
42471
|
+
},
|
|
42472
|
+
images: [{
|
|
42473
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
42474
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
42433
42475
|
}]
|
|
42434
42476
|
},
|
|
42435
42477
|
{
|
|
@@ -44446,12 +44488,6 @@ const assets = {
|
|
|
44446
44488
|
name: 'Paxos Gold (Portal)',
|
|
44447
44489
|
display: 'paxg',
|
|
44448
44490
|
symbol: 'PAXG',
|
|
44449
|
-
logo_URIs: {
|
|
44450
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/paxg.png'
|
|
44451
|
-
},
|
|
44452
|
-
images: [{
|
|
44453
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/paxg.png'
|
|
44454
|
-
}],
|
|
44455
44491
|
traces: [{
|
|
44456
44492
|
type: 'ibc-cw20',
|
|
44457
44493
|
counterparty: {
|
|
@@ -44464,6 +44500,18 @@ const assets = {
|
|
|
44464
44500
|
port: 'transfer',
|
|
44465
44501
|
channel_id: 'channel-78488'
|
|
44466
44502
|
}
|
|
44503
|
+
}],
|
|
44504
|
+
logo_URIs: {
|
|
44505
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png',
|
|
44506
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg'
|
|
44507
|
+
},
|
|
44508
|
+
images: [{
|
|
44509
|
+
image_sync: {
|
|
44510
|
+
chain_name: 'ethereum',
|
|
44511
|
+
base_denom: '0x45804880De22913dAFE09f4980848ECE6EcbAf78'
|
|
44512
|
+
},
|
|
44513
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png',
|
|
44514
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg'
|
|
44467
44515
|
}]
|
|
44468
44516
|
},
|
|
44469
44517
|
{
|
|
@@ -44516,12 +44564,6 @@ const assets = {
|
|
|
44516
44564
|
name: 'ChainLink Token',
|
|
44517
44565
|
display: 'link',
|
|
44518
44566
|
symbol: 'LINK',
|
|
44519
|
-
logo_URIs: {
|
|
44520
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png'
|
|
44521
|
-
},
|
|
44522
|
-
images: [{
|
|
44523
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png'
|
|
44524
|
-
}],
|
|
44525
44567
|
traces: [{
|
|
44526
44568
|
type: 'ibc-cw20',
|
|
44527
44569
|
counterparty: {
|
|
@@ -44534,6 +44576,14 @@ const assets = {
|
|
|
44534
44576
|
port: 'transfer',
|
|
44535
44577
|
channel_id: 'channel-78488'
|
|
44536
44578
|
}
|
|
44579
|
+
}],
|
|
44580
|
+
logo_URIs: {
|
|
44581
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
44582
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
44583
|
+
},
|
|
44584
|
+
images: [{
|
|
44585
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
44586
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
44537
44587
|
}]
|
|
44538
44588
|
},
|
|
44539
44589
|
{
|
|
@@ -50944,12 +50994,6 @@ const assets = {
|
|
|
50944
50994
|
name: 'Chainlink (Portal)',
|
|
50945
50995
|
display: 'link',
|
|
50946
50996
|
symbol: 'LINK',
|
|
50947
|
-
logo_URIs: {
|
|
50948
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png'
|
|
50949
|
-
},
|
|
50950
|
-
images: [{
|
|
50951
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png'
|
|
50952
|
-
}],
|
|
50953
50997
|
traces: [{
|
|
50954
50998
|
type: 'ibc-cw20',
|
|
50955
50999
|
counterparty: {
|
|
@@ -50962,6 +51006,14 @@ const assets = {
|
|
|
50962
51006
|
port: 'transfer',
|
|
50963
51007
|
channel_id: 'channel-78488'
|
|
50964
51008
|
}
|
|
51009
|
+
}],
|
|
51010
|
+
logo_URIs: {
|
|
51011
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
51012
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
51013
|
+
},
|
|
51014
|
+
images: [{
|
|
51015
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
51016
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
50965
51017
|
}]
|
|
50966
51018
|
},
|
|
50967
51019
|
{
|
|
@@ -52978,12 +53030,6 @@ const assets = {
|
|
|
52978
53030
|
name: 'Paxos Gold (Portal)',
|
|
52979
53031
|
display: 'paxg',
|
|
52980
53032
|
symbol: 'PAXG',
|
|
52981
|
-
logo_URIs: {
|
|
52982
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/paxg.png'
|
|
52983
|
-
},
|
|
52984
|
-
images: [{
|
|
52985
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/paxg.png'
|
|
52986
|
-
}],
|
|
52987
53033
|
traces: [{
|
|
52988
53034
|
type: 'ibc-cw20',
|
|
52989
53035
|
counterparty: {
|
|
@@ -52996,6 +53042,18 @@ const assets = {
|
|
|
52996
53042
|
port: 'transfer',
|
|
52997
53043
|
channel_id: 'channel-78488'
|
|
52998
53044
|
}
|
|
53045
|
+
}],
|
|
53046
|
+
logo_URIs: {
|
|
53047
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png',
|
|
53048
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg'
|
|
53049
|
+
},
|
|
53050
|
+
images: [{
|
|
53051
|
+
image_sync: {
|
|
53052
|
+
chain_name: 'ethereum',
|
|
53053
|
+
base_denom: '0x45804880De22913dAFE09f4980848ECE6EcbAf78'
|
|
53054
|
+
},
|
|
53055
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png',
|
|
53056
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg'
|
|
52999
53057
|
}]
|
|
53000
53058
|
},
|
|
53001
53059
|
{
|
|
@@ -53048,12 +53106,6 @@ const assets = {
|
|
|
53048
53106
|
name: 'ChainLink Token',
|
|
53049
53107
|
display: 'link',
|
|
53050
53108
|
symbol: 'LINK',
|
|
53051
|
-
logo_URIs: {
|
|
53052
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png'
|
|
53053
|
-
},
|
|
53054
|
-
images: [{
|
|
53055
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png'
|
|
53056
|
-
}],
|
|
53057
53109
|
traces: [{
|
|
53058
53110
|
type: 'ibc-cw20',
|
|
53059
53111
|
counterparty: {
|
|
@@ -53066,6 +53118,14 @@ const assets = {
|
|
|
53066
53118
|
port: 'transfer',
|
|
53067
53119
|
channel_id: 'channel-78488'
|
|
53068
53120
|
}
|
|
53121
|
+
}],
|
|
53122
|
+
logo_URIs: {
|
|
53123
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
53124
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
53125
|
+
},
|
|
53126
|
+
images: [{
|
|
53127
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
53128
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
53069
53129
|
}]
|
|
53070
53130
|
},
|
|
53071
53131
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.359",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.51.
|
|
33
|
-
"chain-registry": "^1.69.
|
|
32
|
+
"@chain-registry/utils": "^1.51.223",
|
|
33
|
+
"chain-registry": "^1.69.359"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.223"
|
|
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": "bc532133df3eec52c4150791b10c660ae6595646"
|
|
47
47
|
}
|
package/testnet/agoricdevnet.js
CHANGED
|
@@ -80,41 +80,6 @@ const assets = {
|
|
|
80
80
|
}
|
|
81
81
|
}]
|
|
82
82
|
},
|
|
83
|
-
{
|
|
84
|
-
description: 'The native token of Neutron chain',
|
|
85
|
-
denom_units: [{
|
|
86
|
-
denom: 'ibc/74989B1FAC0186E85055BEAFB7F6816F3A65E4EE0D79F95889CF7AF3D2930A61',
|
|
87
|
-
exponent: 0,
|
|
88
|
-
aliases: ['untrn']
|
|
89
|
-
}, {
|
|
90
|
-
denom: 'ntrn',
|
|
91
|
-
exponent: 6
|
|
92
|
-
}],
|
|
93
|
-
base: 'ibc/74989B1FAC0186E85055BEAFB7F6816F3A65E4EE0D79F95889CF7AF3D2930A61',
|
|
94
|
-
name: 'Neutron Testnet',
|
|
95
|
-
display: 'ntrn',
|
|
96
|
-
symbol: 'NTRN',
|
|
97
|
-
logo_URIs: {
|
|
98
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.png',
|
|
99
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.svg'
|
|
100
|
-
},
|
|
101
|
-
images: [{
|
|
102
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.png',
|
|
103
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.svg'
|
|
104
|
-
}],
|
|
105
|
-
type_asset: 'sdk.coin',
|
|
106
|
-
traces: [{
|
|
107
|
-
type: 'ibc',
|
|
108
|
-
counterparty: {
|
|
109
|
-
channel_id: 'channel-1578',
|
|
110
|
-
base_denom: 'untrn',
|
|
111
|
-
chain_name: 'neutrontestnet'
|
|
112
|
-
},
|
|
113
|
-
chain: {
|
|
114
|
-
channel_id: 'channel-62'
|
|
115
|
-
}
|
|
116
|
-
}]
|
|
117
|
-
},
|
|
118
83
|
{
|
|
119
84
|
description: 'The controlled staking asset for Noble Chain',
|
|
120
85
|
denom_units: [{
|
|
@@ -316,41 +281,6 @@ const assets = {
|
|
|
316
281
|
}
|
|
317
282
|
}]
|
|
318
283
|
},
|
|
319
|
-
{
|
|
320
|
-
description: 'The native token of Neutron chain',
|
|
321
|
-
denom_units: [{
|
|
322
|
-
denom: 'ibc/74989B1FAC0186E85055BEAFB7F6816F3A65E4EE0D79F95889CF7AF3D2930A61',
|
|
323
|
-
exponent: 0,
|
|
324
|
-
aliases: ['untrn']
|
|
325
|
-
}, {
|
|
326
|
-
denom: 'ntrn',
|
|
327
|
-
exponent: 6
|
|
328
|
-
}],
|
|
329
|
-
base: 'ibc/74989B1FAC0186E85055BEAFB7F6816F3A65E4EE0D79F95889CF7AF3D2930A61',
|
|
330
|
-
name: 'Neutron Testnet',
|
|
331
|
-
display: 'ntrn',
|
|
332
|
-
symbol: 'NTRN',
|
|
333
|
-
logo_URIs: {
|
|
334
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.png',
|
|
335
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.svg'
|
|
336
|
-
},
|
|
337
|
-
images: [{
|
|
338
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.png',
|
|
339
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.svg'
|
|
340
|
-
}],
|
|
341
|
-
type_asset: 'sdk.coin',
|
|
342
|
-
traces: [{
|
|
343
|
-
type: 'ibc',
|
|
344
|
-
counterparty: {
|
|
345
|
-
channel_id: 'channel-1578',
|
|
346
|
-
base_denom: 'untrn',
|
|
347
|
-
chain_name: 'neutrontestnet'
|
|
348
|
-
},
|
|
349
|
-
chain: {
|
|
350
|
-
channel_id: 'channel-62'
|
|
351
|
-
}
|
|
352
|
-
}]
|
|
353
|
-
},
|
|
354
284
|
{
|
|
355
285
|
description: 'The controlled staking asset for Noble Chain',
|
|
356
286
|
denom_units: [{
|