@chain-registry/assets 1.70.368 → 1.70.369
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/assetmantle.js +0 -2
- package/esm/mainnet/chihuahua.js +0 -2
- package/esm/mainnet/cosmoshub.js +0 -2
- package/esm/mainnet/crescent.js +0 -2
- package/esm/mainnet/dymension.js +0 -2
- package/esm/mainnet/juno.js +0 -4
- package/esm/mainnet/kujira.js +0 -2
- package/esm/mainnet/migaloo.js +16 -0
- package/esm/mainnet/noble.js +0 -2
- package/esm/mainnet/osmosis.js +16 -6
- package/esm/mainnet/terra2.js +0 -2
- package/esm/testnet/archwaytestnet.js +1 -69
- package/esm/testnet/assets.js +1 -2
- package/esm/testnet/index.js +0 -1
- package/esm/testnet/osmosistestnet.js +0 -70
- package/mainnet/assetmantle.js +0 -2
- package/mainnet/chihuahua.js +0 -2
- package/mainnet/cosmoshub.js +0 -2
- package/mainnet/crescent.js +0 -2
- package/mainnet/dymension.js +0 -2
- package/mainnet/juno.js +0 -4
- package/mainnet/kujira.js +0 -2
- package/mainnet/migaloo.js +16 -0
- package/mainnet/noble.js +0 -2
- package/mainnet/osmosis.js +16 -6
- package/mainnet/terra2.js +0 -2
- package/package.json +5 -5
- package/testnet/archwaytestnet.js +1 -69
- package/testnet/assets.js +1 -2
- package/testnet/index.d.ts +0 -1
- package/testnet/index.js +1 -2
- package/testnet/osmosistestnet.js +0 -70
- package/esm/testnet/akashtestnet.js +0 -5
- package/testnet/akashtestnet.d.ts +0 -3
- package/testnet/akashtestnet.js +0 -7
|
@@ -98,7 +98,6 @@ const assets = {
|
|
|
98
98
|
logo_URIs: {
|
|
99
99
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png'
|
|
100
100
|
},
|
|
101
|
-
coingecko_id: 'oec-token',
|
|
102
101
|
images: [{
|
|
103
102
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png'
|
|
104
103
|
}],
|
|
@@ -294,7 +293,6 @@ const assets = {
|
|
|
294
293
|
logo_URIs: {
|
|
295
294
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png'
|
|
296
295
|
},
|
|
297
|
-
coingecko_id: 'oec-token',
|
|
298
296
|
images: [{
|
|
299
297
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png'
|
|
300
298
|
}],
|
package/esm/mainnet/chihuahua.js
CHANGED
|
@@ -276,7 +276,6 @@ const assets = {
|
|
|
276
276
|
logo_URIs: {
|
|
277
277
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png'
|
|
278
278
|
},
|
|
279
|
-
coingecko_id: 'oec-token',
|
|
280
279
|
images: [{
|
|
281
280
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png'
|
|
282
281
|
}],
|
|
@@ -767,7 +766,6 @@ const assets = {
|
|
|
767
766
|
logo_URIs: {
|
|
768
767
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png'
|
|
769
768
|
},
|
|
770
|
-
coingecko_id: 'oec-token',
|
|
771
769
|
images: [{
|
|
772
770
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png'
|
|
773
771
|
}],
|
package/esm/mainnet/cosmoshub.js
CHANGED
|
@@ -4272,7 +4272,6 @@ const assets = {
|
|
|
4272
4272
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.png',
|
|
4273
4273
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg'
|
|
4274
4274
|
},
|
|
4275
|
-
coingecko_id: 'likecoin',
|
|
4276
4275
|
images: [{
|
|
4277
4276
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.png',
|
|
4278
4277
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg'
|
|
@@ -14907,7 +14906,6 @@ const assets = {
|
|
|
14907
14906
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.png',
|
|
14908
14907
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg'
|
|
14909
14908
|
},
|
|
14910
|
-
coingecko_id: 'likecoin',
|
|
14911
14909
|
images: [{
|
|
14912
14910
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.png',
|
|
14913
14911
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg'
|
package/esm/mainnet/crescent.js
CHANGED
|
@@ -1415,7 +1415,6 @@ const assets = {
|
|
|
1415
1415
|
logo_URIs: {
|
|
1416
1416
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png'
|
|
1417
1417
|
},
|
|
1418
|
-
coingecko_id: 'oec-token',
|
|
1419
1418
|
images: [{
|
|
1420
1419
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png'
|
|
1421
1420
|
}],
|
|
@@ -3575,7 +3574,6 @@ const assets = {
|
|
|
3575
3574
|
logo_URIs: {
|
|
3576
3575
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png'
|
|
3577
3576
|
},
|
|
3578
|
-
coingecko_id: 'oec-token',
|
|
3579
3577
|
images: [{
|
|
3580
3578
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png'
|
|
3581
3579
|
}],
|
package/esm/mainnet/dymension.js
CHANGED
|
@@ -1053,7 +1053,6 @@ const assets = {
|
|
|
1053
1053
|
name: 'NIM Network',
|
|
1054
1054
|
display: 'nim',
|
|
1055
1055
|
symbol: 'NIM',
|
|
1056
|
-
coingecko_id: 'nim-network',
|
|
1057
1056
|
images: [{
|
|
1058
1057
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.png',
|
|
1059
1058
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.svg'
|
|
@@ -1963,7 +1962,6 @@ const assets = {
|
|
|
1963
1962
|
name: 'NIM Network',
|
|
1964
1963
|
display: 'nim',
|
|
1965
1964
|
symbol: 'NIM',
|
|
1966
|
-
coingecko_id: 'nim-network',
|
|
1967
1965
|
images: [{
|
|
1968
1966
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.png',
|
|
1969
1967
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.svg'
|
package/esm/mainnet/juno.js
CHANGED
|
@@ -769,7 +769,6 @@ const assets = {
|
|
|
769
769
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
770
770
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
771
771
|
}],
|
|
772
|
-
coingecko_id: 'fanfury',
|
|
773
772
|
keywords: ['gaming', 'staking'],
|
|
774
773
|
socials: {
|
|
775
774
|
twitter: 'https://twitter.com/furyachain'
|
|
@@ -1555,7 +1554,6 @@ const assets = {
|
|
|
1555
1554
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
1556
1555
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
1557
1556
|
}],
|
|
1558
|
-
coingecko_id: 'fanfury',
|
|
1559
1557
|
keywords: ['gaming', 'staking'],
|
|
1560
1558
|
socials: {
|
|
1561
1559
|
twitter: 'https://twitter.com/furyachain'
|
|
@@ -1952,7 +1950,6 @@ const assets = {
|
|
|
1952
1950
|
logo_URIs: {
|
|
1953
1951
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png'
|
|
1954
1952
|
},
|
|
1955
|
-
coingecko_id: 'oec-token',
|
|
1956
1953
|
images: [{
|
|
1957
1954
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png'
|
|
1958
1955
|
}],
|
|
@@ -3722,7 +3719,6 @@ const assets = {
|
|
|
3722
3719
|
logo_URIs: {
|
|
3723
3720
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png'
|
|
3724
3721
|
},
|
|
3725
|
-
coingecko_id: 'oec-token',
|
|
3726
3722
|
images: [{
|
|
3727
3723
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png'
|
|
3728
3724
|
}],
|
package/esm/mainnet/kujira.js
CHANGED
|
@@ -1186,7 +1186,6 @@ const assets = {
|
|
|
1186
1186
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
1187
1187
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
1188
1188
|
}],
|
|
1189
|
-
coingecko_id: 'fanfury',
|
|
1190
1189
|
keywords: ['gaming', 'staking'],
|
|
1191
1190
|
socials: {
|
|
1192
1191
|
twitter: 'https://twitter.com/furyachain'
|
|
@@ -3003,7 +3002,6 @@ const assets = {
|
|
|
3003
3002
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
3004
3003
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
3005
3004
|
}],
|
|
3006
|
-
coingecko_id: 'fanfury',
|
|
3007
3005
|
keywords: ['gaming', 'staking'],
|
|
3008
3006
|
socials: {
|
|
3009
3007
|
twitter: 'https://twitter.com/furyachain'
|
package/esm/mainnet/migaloo.js
CHANGED
|
@@ -5474,6 +5474,10 @@ const assets = {
|
|
|
5474
5474
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
5475
5475
|
},
|
|
5476
5476
|
images: [{
|
|
5477
|
+
image_sync: {
|
|
5478
|
+
chain_name: 'ethereum',
|
|
5479
|
+
base_denom: '0x514910771af9ca656af840dff83e8264ecf986ca'
|
|
5480
|
+
},
|
|
5477
5481
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
5478
5482
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
5479
5483
|
}]
|
|
@@ -7586,6 +7590,10 @@ const assets = {
|
|
|
7586
7590
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
7587
7591
|
},
|
|
7588
7592
|
images: [{
|
|
7593
|
+
image_sync: {
|
|
7594
|
+
chain_name: 'ethereum',
|
|
7595
|
+
base_denom: '0x514910771af9ca656af840dff83e8264ecf986ca'
|
|
7596
|
+
},
|
|
7589
7597
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
7590
7598
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
7591
7599
|
}]
|
|
@@ -14016,6 +14024,10 @@ const assets = {
|
|
|
14016
14024
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
14017
14025
|
},
|
|
14018
14026
|
images: [{
|
|
14027
|
+
image_sync: {
|
|
14028
|
+
chain_name: 'ethereum',
|
|
14029
|
+
base_denom: '0x514910771af9ca656af840dff83e8264ecf986ca'
|
|
14030
|
+
},
|
|
14019
14031
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
14020
14032
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
14021
14033
|
}]
|
|
@@ -16128,6 +16140,10 @@ const assets = {
|
|
|
16128
16140
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
16129
16141
|
},
|
|
16130
16142
|
images: [{
|
|
16143
|
+
image_sync: {
|
|
16144
|
+
chain_name: 'ethereum',
|
|
16145
|
+
base_denom: '0x514910771af9ca656af840dff83e8264ecf986ca'
|
|
16146
|
+
},
|
|
16131
16147
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
16132
16148
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
16133
16149
|
}]
|
package/esm/mainnet/noble.js
CHANGED
|
@@ -1137,7 +1137,6 @@ const assets = {
|
|
|
1137
1137
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
1138
1138
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
1139
1139
|
}],
|
|
1140
|
-
coingecko_id: 'fanfury',
|
|
1141
1140
|
keywords: ['gaming', 'staking'],
|
|
1142
1141
|
socials: {
|
|
1143
1142
|
twitter: 'https://twitter.com/furyachain'
|
|
@@ -3596,7 +3595,6 @@ const assets = {
|
|
|
3596
3595
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
3597
3596
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
3598
3597
|
}],
|
|
3599
|
-
coingecko_id: 'fanfury',
|
|
3600
3598
|
keywords: ['gaming', 'staking'],
|
|
3601
3599
|
socials: {
|
|
3602
3600
|
twitter: 'https://twitter.com/furyachain'
|
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -3100,7 +3100,6 @@ const assets = {
|
|
|
3100
3100
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
3101
3101
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
3102
3102
|
}],
|
|
3103
|
-
coingecko_id: 'fanfury',
|
|
3104
3103
|
keywords: ['gaming', 'staking'],
|
|
3105
3104
|
socials: {
|
|
3106
3105
|
twitter: 'https://twitter.com/furyachain'
|
|
@@ -4816,7 +4815,6 @@ const assets = {
|
|
|
4816
4815
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.png',
|
|
4817
4816
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg'
|
|
4818
4817
|
},
|
|
4819
|
-
coingecko_id: 'likecoin',
|
|
4820
4818
|
images: [{
|
|
4821
4819
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.png',
|
|
4822
4820
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg'
|
|
@@ -9333,7 +9331,6 @@ const assets = {
|
|
|
9333
9331
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
9334
9332
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
9335
9333
|
}],
|
|
9336
|
-
coingecko_id: 'fanfury',
|
|
9337
9334
|
keywords: ['gaming', 'staking'],
|
|
9338
9335
|
socials: {
|
|
9339
9336
|
twitter: 'https://twitter.com/furyachain'
|
|
@@ -11049,7 +11046,6 @@ const assets = {
|
|
|
11049
11046
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.png',
|
|
11050
11047
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg'
|
|
11051
11048
|
},
|
|
11052
|
-
coingecko_id: 'likecoin',
|
|
11053
11049
|
images: [{
|
|
11054
11050
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.png',
|
|
11055
11051
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg'
|
|
@@ -20074,7 +20070,6 @@ const assets = {
|
|
|
20074
20070
|
name: 'Rizon Chain',
|
|
20075
20071
|
display: 'atolo',
|
|
20076
20072
|
symbol: 'ATOLO',
|
|
20077
|
-
coingecko_id: 'rizon',
|
|
20078
20073
|
logo_URIs: {
|
|
20079
20074
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.png',
|
|
20080
20075
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.svg'
|
|
@@ -30129,7 +30124,6 @@ const assets = {
|
|
|
30129
30124
|
name: 'Rizon Chain',
|
|
30130
30125
|
display: 'atolo',
|
|
30131
30126
|
symbol: 'ATOLO',
|
|
30132
|
-
coingecko_id: 'rizon',
|
|
30133
30127
|
logo_URIs: {
|
|
30134
30128
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.png',
|
|
30135
30129
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.svg'
|
|
@@ -42478,6 +42472,10 @@ const assets = {
|
|
|
42478
42472
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
42479
42473
|
},
|
|
42480
42474
|
images: [{
|
|
42475
|
+
image_sync: {
|
|
42476
|
+
chain_name: 'ethereum',
|
|
42477
|
+
base_denom: '0x514910771af9ca656af840dff83e8264ecf986ca'
|
|
42478
|
+
},
|
|
42481
42479
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
42482
42480
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
42483
42481
|
}]
|
|
@@ -44590,6 +44588,10 @@ const assets = {
|
|
|
44590
44588
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
44591
44589
|
},
|
|
44592
44590
|
images: [{
|
|
44591
|
+
image_sync: {
|
|
44592
|
+
chain_name: 'ethereum',
|
|
44593
|
+
base_denom: '0x514910771af9ca656af840dff83e8264ecf986ca'
|
|
44594
|
+
},
|
|
44593
44595
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
44594
44596
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
44595
44597
|
}]
|
|
@@ -51020,6 +51022,10 @@ const assets = {
|
|
|
51020
51022
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
51021
51023
|
},
|
|
51022
51024
|
images: [{
|
|
51025
|
+
image_sync: {
|
|
51026
|
+
chain_name: 'ethereum',
|
|
51027
|
+
base_denom: '0x514910771af9ca656af840dff83e8264ecf986ca'
|
|
51028
|
+
},
|
|
51023
51029
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
51024
51030
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
51025
51031
|
}]
|
|
@@ -53132,6 +53138,10 @@ const assets = {
|
|
|
53132
53138
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
53133
53139
|
},
|
|
53134
53140
|
images: [{
|
|
53141
|
+
image_sync: {
|
|
53142
|
+
chain_name: 'ethereum',
|
|
53143
|
+
base_denom: '0x514910771af9ca656af840dff83e8264ecf986ca'
|
|
53144
|
+
},
|
|
53135
53145
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
53136
53146
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
53137
53147
|
}]
|
package/esm/mainnet/terra2.js
CHANGED
|
@@ -814,7 +814,6 @@ const assets = {
|
|
|
814
814
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
815
815
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
816
816
|
}],
|
|
817
|
-
coingecko_id: 'fanfury',
|
|
818
817
|
keywords: ['gaming', 'staking'],
|
|
819
818
|
socials: {
|
|
820
819
|
twitter: 'https://twitter.com/furyachain'
|
|
@@ -10690,7 +10689,6 @@ const assets = {
|
|
|
10690
10689
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
10691
10690
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
10692
10691
|
}],
|
|
10693
|
-
coingecko_id: 'fanfury',
|
|
10694
10692
|
keywords: ['gaming', 'staking'],
|
|
10695
10693
|
socials: {
|
|
10696
10694
|
twitter: 'https://twitter.com/furyachain'
|
|
@@ -1,73 +1,5 @@
|
|
|
1
1
|
const assets = {
|
|
2
2
|
chain_name: 'archwaytestnet',
|
|
3
|
-
assets: [
|
|
4
|
-
description: 'Akash Token (AKT) is the Akash Network\'s native utility token, used as the primary means to govern, secure the blockchain, incentivize participants, and provide a default mechanism to store and exchange value.',
|
|
5
|
-
denom_units: [{
|
|
6
|
-
denom: 'ibc/6C63552ED271472171A239891B46915C4BDBEB83E2C83A5D0B762D97FC1CD89D',
|
|
7
|
-
exponent: 0,
|
|
8
|
-
aliases: ['uakt']
|
|
9
|
-
}, {
|
|
10
|
-
denom: 'akt',
|
|
11
|
-
exponent: 6
|
|
12
|
-
}],
|
|
13
|
-
base: 'ibc/6C63552ED271472171A239891B46915C4BDBEB83E2C83A5D0B762D97FC1CD89D',
|
|
14
|
-
name: 'Akash Network',
|
|
15
|
-
display: 'akt',
|
|
16
|
-
symbol: 'AKT',
|
|
17
|
-
logo_URIs: {
|
|
18
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
19
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
20
|
-
},
|
|
21
|
-
images: [{
|
|
22
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
23
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
24
|
-
}],
|
|
25
|
-
type_asset: 'sdk.coin',
|
|
26
|
-
traces: [{
|
|
27
|
-
type: 'ibc',
|
|
28
|
-
counterparty: {
|
|
29
|
-
channel_id: 'channel-4',
|
|
30
|
-
base_denom: 'uakt',
|
|
31
|
-
chain_name: 'akashtestnet'
|
|
32
|
-
},
|
|
33
|
-
chain: {
|
|
34
|
-
channel_id: 'channel-34'
|
|
35
|
-
}
|
|
36
|
-
}]
|
|
37
|
-
}, {
|
|
38
|
-
description: 'Akash Token (AKT) is the Akash Network\'s native utility token, used as the primary means to govern, secure the blockchain, incentivize participants, and provide a default mechanism to store and exchange value.',
|
|
39
|
-
denom_units: [{
|
|
40
|
-
denom: 'ibc/6C63552ED271472171A239891B46915C4BDBEB83E2C83A5D0B762D97FC1CD89D',
|
|
41
|
-
exponent: 0,
|
|
42
|
-
aliases: ['uakt']
|
|
43
|
-
}, {
|
|
44
|
-
denom: 'akt',
|
|
45
|
-
exponent: 6
|
|
46
|
-
}],
|
|
47
|
-
base: 'ibc/6C63552ED271472171A239891B46915C4BDBEB83E2C83A5D0B762D97FC1CD89D',
|
|
48
|
-
name: 'Akash Network',
|
|
49
|
-
display: 'akt',
|
|
50
|
-
symbol: 'AKT',
|
|
51
|
-
logo_URIs: {
|
|
52
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
53
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
54
|
-
},
|
|
55
|
-
images: [{
|
|
56
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
57
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
58
|
-
}],
|
|
59
|
-
type_asset: 'sdk.coin',
|
|
60
|
-
traces: [{
|
|
61
|
-
type: 'ibc',
|
|
62
|
-
counterparty: {
|
|
63
|
-
channel_id: 'channel-4',
|
|
64
|
-
base_denom: 'uakt',
|
|
65
|
-
chain_name: 'akashtestnet'
|
|
66
|
-
},
|
|
67
|
-
chain: {
|
|
68
|
-
channel_id: 'channel-34'
|
|
69
|
-
}
|
|
70
|
-
}]
|
|
71
|
-
}]
|
|
3
|
+
assets: []
|
|
72
4
|
};
|
|
73
5
|
export default assets;
|
package/esm/testnet/assets.js
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import _agoricdevnet from './agoricdevnet';
|
|
2
|
-
import _akashtestnet from './akashtestnet';
|
|
3
2
|
import _archwaytestnet from './archwaytestnet';
|
|
4
3
|
import _axelartestnet from './axelartestnet';
|
|
5
4
|
import _babylontestnet from './babylontestnet';
|
|
@@ -48,5 +47,5 @@ import _wardenprotocoltestnet from './wardenprotocoltestnet';
|
|
|
48
47
|
import _xiontestnet2 from './xiontestnet2';
|
|
49
48
|
import _xrplevmtestnet from './xrplevmtestnet';
|
|
50
49
|
import _zigchaintestnet from './zigchaintestnet';
|
|
51
|
-
const assets = [_agoricdevnet,
|
|
50
|
+
const assets = [_agoricdevnet, _archwaytestnet, _axelartestnet, _babylontestnet, _celestiatestnet3, _chain4energytestnet, _composabletestnet, _coreumtestnet, _cosmoshubtestnet, _cosmosicsprovidertestnet, _doravotatestnet, _dydxtestnet, _elystestnet, _empowertestnet, _hippoprotocoltestnet, _impacthubtestnet, _injectivetestnet, _int3facetestnet, _jackaltestnet2, _kimanetworktestnet, _kujiratestnet, _kyvetestnet, _lavatestnet, _likecointestnet, _lumeratestnet, _manifesttestnet, _mantrachaintestnet2, _marstestnet, _neutrontestnet, _nobletestnet, _noistestnet, _nolustestnet, _osmosistestnet, _persistencetestnet2, _sagatestnet, _seitestnet2, _sgetestnet, _stargazetestnet, _stridetestnet, _swisstroniktestnet, _symphonytestnet, _synternettestnet, _terra2testnet, _titannettestnet, _titantestnet, _wardenprotocoltestnet, _xiontestnet2, _xrplevmtestnet, _zigchaintestnet];
|
|
52
51
|
export default assets;
|
package/esm/testnet/index.js
CHANGED
|
@@ -77,41 +77,6 @@ const assets = {
|
|
|
77
77
|
}
|
|
78
78
|
}]
|
|
79
79
|
},
|
|
80
|
-
{
|
|
81
|
-
description: 'Akash Token (AKT) is the Akash Network\'s native utility token, used as the primary means to govern, secure the blockchain, incentivize participants, and provide a default mechanism to store and exchange value.',
|
|
82
|
-
denom_units: [{
|
|
83
|
-
denom: 'ibc/AD59D59CFB0E628E73C798415F823AB5B6257C2FE4BF67DBB5D6A677B2686E82',
|
|
84
|
-
exponent: 0,
|
|
85
|
-
aliases: ['uakt']
|
|
86
|
-
}, {
|
|
87
|
-
denom: 'akt',
|
|
88
|
-
exponent: 6
|
|
89
|
-
}],
|
|
90
|
-
base: 'ibc/AD59D59CFB0E628E73C798415F823AB5B6257C2FE4BF67DBB5D6A677B2686E82',
|
|
91
|
-
name: 'Akash Network',
|
|
92
|
-
display: 'akt',
|
|
93
|
-
symbol: 'AKT',
|
|
94
|
-
logo_URIs: {
|
|
95
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
96
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
97
|
-
},
|
|
98
|
-
images: [{
|
|
99
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
100
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
101
|
-
}],
|
|
102
|
-
type_asset: 'sdk.coin',
|
|
103
|
-
traces: [{
|
|
104
|
-
type: 'ibc',
|
|
105
|
-
counterparty: {
|
|
106
|
-
channel_id: 'channel-6',
|
|
107
|
-
base_denom: 'uakt',
|
|
108
|
-
chain_name: 'akashtestnet'
|
|
109
|
-
},
|
|
110
|
-
chain: {
|
|
111
|
-
channel_id: 'channel-4171'
|
|
112
|
-
}
|
|
113
|
-
}]
|
|
114
|
-
},
|
|
115
80
|
{
|
|
116
81
|
description: 'The native staking token of Babylon.',
|
|
117
82
|
denom_units: [{
|
|
@@ -860,41 +825,6 @@ const assets = {
|
|
|
860
825
|
}
|
|
861
826
|
}]
|
|
862
827
|
},
|
|
863
|
-
{
|
|
864
|
-
description: 'Akash Token (AKT) is the Akash Network\'s native utility token, used as the primary means to govern, secure the blockchain, incentivize participants, and provide a default mechanism to store and exchange value.',
|
|
865
|
-
denom_units: [{
|
|
866
|
-
denom: 'ibc/AD59D59CFB0E628E73C798415F823AB5B6257C2FE4BF67DBB5D6A677B2686E82',
|
|
867
|
-
exponent: 0,
|
|
868
|
-
aliases: ['uakt']
|
|
869
|
-
}, {
|
|
870
|
-
denom: 'akt',
|
|
871
|
-
exponent: 6
|
|
872
|
-
}],
|
|
873
|
-
base: 'ibc/AD59D59CFB0E628E73C798415F823AB5B6257C2FE4BF67DBB5D6A677B2686E82',
|
|
874
|
-
name: 'Akash Network',
|
|
875
|
-
display: 'akt',
|
|
876
|
-
symbol: 'AKT',
|
|
877
|
-
logo_URIs: {
|
|
878
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
879
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
880
|
-
},
|
|
881
|
-
images: [{
|
|
882
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
883
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
884
|
-
}],
|
|
885
|
-
type_asset: 'sdk.coin',
|
|
886
|
-
traces: [{
|
|
887
|
-
type: 'ibc',
|
|
888
|
-
counterparty: {
|
|
889
|
-
channel_id: 'channel-6',
|
|
890
|
-
base_denom: 'uakt',
|
|
891
|
-
chain_name: 'akashtestnet'
|
|
892
|
-
},
|
|
893
|
-
chain: {
|
|
894
|
-
channel_id: 'channel-4171'
|
|
895
|
-
}
|
|
896
|
-
}]
|
|
897
|
-
},
|
|
898
828
|
{
|
|
899
829
|
description: 'The native staking token of Babylon.',
|
|
900
830
|
denom_units: [{
|
package/mainnet/assetmantle.js
CHANGED
|
@@ -100,7 +100,6 @@ const assets = {
|
|
|
100
100
|
logo_URIs: {
|
|
101
101
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png'
|
|
102
102
|
},
|
|
103
|
-
coingecko_id: 'oec-token',
|
|
104
103
|
images: [{
|
|
105
104
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png'
|
|
106
105
|
}],
|
|
@@ -296,7 +295,6 @@ const assets = {
|
|
|
296
295
|
logo_URIs: {
|
|
297
296
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png'
|
|
298
297
|
},
|
|
299
|
-
coingecko_id: 'oec-token',
|
|
300
298
|
images: [{
|
|
301
299
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png'
|
|
302
300
|
}],
|
package/mainnet/chihuahua.js
CHANGED
|
@@ -278,7 +278,6 @@ const assets = {
|
|
|
278
278
|
logo_URIs: {
|
|
279
279
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png'
|
|
280
280
|
},
|
|
281
|
-
coingecko_id: 'oec-token',
|
|
282
281
|
images: [{
|
|
283
282
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png'
|
|
284
283
|
}],
|
|
@@ -769,7 +768,6 @@ const assets = {
|
|
|
769
768
|
logo_URIs: {
|
|
770
769
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png'
|
|
771
770
|
},
|
|
772
|
-
coingecko_id: 'oec-token',
|
|
773
771
|
images: [{
|
|
774
772
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png'
|
|
775
773
|
}],
|
package/mainnet/cosmoshub.js
CHANGED
|
@@ -4274,7 +4274,6 @@ const assets = {
|
|
|
4274
4274
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.png',
|
|
4275
4275
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg'
|
|
4276
4276
|
},
|
|
4277
|
-
coingecko_id: 'likecoin',
|
|
4278
4277
|
images: [{
|
|
4279
4278
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.png',
|
|
4280
4279
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg'
|
|
@@ -14909,7 +14908,6 @@ const assets = {
|
|
|
14909
14908
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.png',
|
|
14910
14909
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg'
|
|
14911
14910
|
},
|
|
14912
|
-
coingecko_id: 'likecoin',
|
|
14913
14911
|
images: [{
|
|
14914
14912
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.png',
|
|
14915
14913
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg'
|
package/mainnet/crescent.js
CHANGED
|
@@ -1417,7 +1417,6 @@ const assets = {
|
|
|
1417
1417
|
logo_URIs: {
|
|
1418
1418
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png'
|
|
1419
1419
|
},
|
|
1420
|
-
coingecko_id: 'oec-token',
|
|
1421
1420
|
images: [{
|
|
1422
1421
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png'
|
|
1423
1422
|
}],
|
|
@@ -3577,7 +3576,6 @@ const assets = {
|
|
|
3577
3576
|
logo_URIs: {
|
|
3578
3577
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png'
|
|
3579
3578
|
},
|
|
3580
|
-
coingecko_id: 'oec-token',
|
|
3581
3579
|
images: [{
|
|
3582
3580
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png'
|
|
3583
3581
|
}],
|
package/mainnet/dymension.js
CHANGED
|
@@ -1055,7 +1055,6 @@ const assets = {
|
|
|
1055
1055
|
name: 'NIM Network',
|
|
1056
1056
|
display: 'nim',
|
|
1057
1057
|
symbol: 'NIM',
|
|
1058
|
-
coingecko_id: 'nim-network',
|
|
1059
1058
|
images: [{
|
|
1060
1059
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.png',
|
|
1061
1060
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.svg'
|
|
@@ -1965,7 +1964,6 @@ const assets = {
|
|
|
1965
1964
|
name: 'NIM Network',
|
|
1966
1965
|
display: 'nim',
|
|
1967
1966
|
symbol: 'NIM',
|
|
1968
|
-
coingecko_id: 'nim-network',
|
|
1969
1967
|
images: [{
|
|
1970
1968
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.png',
|
|
1971
1969
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.svg'
|
package/mainnet/juno.js
CHANGED
|
@@ -771,7 +771,6 @@ const assets = {
|
|
|
771
771
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
772
772
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
773
773
|
}],
|
|
774
|
-
coingecko_id: 'fanfury',
|
|
775
774
|
keywords: ['gaming', 'staking'],
|
|
776
775
|
socials: {
|
|
777
776
|
twitter: 'https://twitter.com/furyachain'
|
|
@@ -1557,7 +1556,6 @@ const assets = {
|
|
|
1557
1556
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
1558
1557
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
1559
1558
|
}],
|
|
1560
|
-
coingecko_id: 'fanfury',
|
|
1561
1559
|
keywords: ['gaming', 'staking'],
|
|
1562
1560
|
socials: {
|
|
1563
1561
|
twitter: 'https://twitter.com/furyachain'
|
|
@@ -1954,7 +1952,6 @@ const assets = {
|
|
|
1954
1952
|
logo_URIs: {
|
|
1955
1953
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png'
|
|
1956
1954
|
},
|
|
1957
|
-
coingecko_id: 'oec-token',
|
|
1958
1955
|
images: [{
|
|
1959
1956
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png'
|
|
1960
1957
|
}],
|
|
@@ -3724,7 +3721,6 @@ const assets = {
|
|
|
3724
3721
|
logo_URIs: {
|
|
3725
3722
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png'
|
|
3726
3723
|
},
|
|
3727
|
-
coingecko_id: 'oec-token',
|
|
3728
3724
|
images: [{
|
|
3729
3725
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png'
|
|
3730
3726
|
}],
|
package/mainnet/kujira.js
CHANGED
|
@@ -1188,7 +1188,6 @@ const assets = {
|
|
|
1188
1188
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
1189
1189
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
1190
1190
|
}],
|
|
1191
|
-
coingecko_id: 'fanfury',
|
|
1192
1191
|
keywords: ['gaming', 'staking'],
|
|
1193
1192
|
socials: {
|
|
1194
1193
|
twitter: 'https://twitter.com/furyachain'
|
|
@@ -3005,7 +3004,6 @@ const assets = {
|
|
|
3005
3004
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
3006
3005
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
3007
3006
|
}],
|
|
3008
|
-
coingecko_id: 'fanfury',
|
|
3009
3007
|
keywords: ['gaming', 'staking'],
|
|
3010
3008
|
socials: {
|
|
3011
3009
|
twitter: 'https://twitter.com/furyachain'
|
package/mainnet/migaloo.js
CHANGED
|
@@ -5476,6 +5476,10 @@ const assets = {
|
|
|
5476
5476
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
5477
5477
|
},
|
|
5478
5478
|
images: [{
|
|
5479
|
+
image_sync: {
|
|
5480
|
+
chain_name: 'ethereum',
|
|
5481
|
+
base_denom: '0x514910771af9ca656af840dff83e8264ecf986ca'
|
|
5482
|
+
},
|
|
5479
5483
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
5480
5484
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
5481
5485
|
}]
|
|
@@ -7588,6 +7592,10 @@ const assets = {
|
|
|
7588
7592
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
7589
7593
|
},
|
|
7590
7594
|
images: [{
|
|
7595
|
+
image_sync: {
|
|
7596
|
+
chain_name: 'ethereum',
|
|
7597
|
+
base_denom: '0x514910771af9ca656af840dff83e8264ecf986ca'
|
|
7598
|
+
},
|
|
7591
7599
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
7592
7600
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
7593
7601
|
}]
|
|
@@ -14018,6 +14026,10 @@ const assets = {
|
|
|
14018
14026
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
14019
14027
|
},
|
|
14020
14028
|
images: [{
|
|
14029
|
+
image_sync: {
|
|
14030
|
+
chain_name: 'ethereum',
|
|
14031
|
+
base_denom: '0x514910771af9ca656af840dff83e8264ecf986ca'
|
|
14032
|
+
},
|
|
14021
14033
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
14022
14034
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
14023
14035
|
}]
|
|
@@ -16130,6 +16142,10 @@ const assets = {
|
|
|
16130
16142
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
16131
16143
|
},
|
|
16132
16144
|
images: [{
|
|
16145
|
+
image_sync: {
|
|
16146
|
+
chain_name: 'ethereum',
|
|
16147
|
+
base_denom: '0x514910771af9ca656af840dff83e8264ecf986ca'
|
|
16148
|
+
},
|
|
16133
16149
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
16134
16150
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
16135
16151
|
}]
|
package/mainnet/noble.js
CHANGED
|
@@ -1139,7 +1139,6 @@ const assets = {
|
|
|
1139
1139
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
1140
1140
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
1141
1141
|
}],
|
|
1142
|
-
coingecko_id: 'fanfury',
|
|
1143
1142
|
keywords: ['gaming', 'staking'],
|
|
1144
1143
|
socials: {
|
|
1145
1144
|
twitter: 'https://twitter.com/furyachain'
|
|
@@ -3598,7 +3597,6 @@ const assets = {
|
|
|
3598
3597
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
3599
3598
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
3600
3599
|
}],
|
|
3601
|
-
coingecko_id: 'fanfury',
|
|
3602
3600
|
keywords: ['gaming', 'staking'],
|
|
3603
3601
|
socials: {
|
|
3604
3602
|
twitter: 'https://twitter.com/furyachain'
|
package/mainnet/osmosis.js
CHANGED
|
@@ -3102,7 +3102,6 @@ const assets = {
|
|
|
3102
3102
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
3103
3103
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
3104
3104
|
}],
|
|
3105
|
-
coingecko_id: 'fanfury',
|
|
3106
3105
|
keywords: ['gaming', 'staking'],
|
|
3107
3106
|
socials: {
|
|
3108
3107
|
twitter: 'https://twitter.com/furyachain'
|
|
@@ -4818,7 +4817,6 @@ const assets = {
|
|
|
4818
4817
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.png',
|
|
4819
4818
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg'
|
|
4820
4819
|
},
|
|
4821
|
-
coingecko_id: 'likecoin',
|
|
4822
4820
|
images: [{
|
|
4823
4821
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.png',
|
|
4824
4822
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg'
|
|
@@ -9335,7 +9333,6 @@ const assets = {
|
|
|
9335
9333
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
9336
9334
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
9337
9335
|
}],
|
|
9338
|
-
coingecko_id: 'fanfury',
|
|
9339
9336
|
keywords: ['gaming', 'staking'],
|
|
9340
9337
|
socials: {
|
|
9341
9338
|
twitter: 'https://twitter.com/furyachain'
|
|
@@ -11051,7 +11048,6 @@ const assets = {
|
|
|
11051
11048
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.png',
|
|
11052
11049
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg'
|
|
11053
11050
|
},
|
|
11054
|
-
coingecko_id: 'likecoin',
|
|
11055
11051
|
images: [{
|
|
11056
11052
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.png',
|
|
11057
11053
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg'
|
|
@@ -20076,7 +20072,6 @@ const assets = {
|
|
|
20076
20072
|
name: 'Rizon Chain',
|
|
20077
20073
|
display: 'atolo',
|
|
20078
20074
|
symbol: 'ATOLO',
|
|
20079
|
-
coingecko_id: 'rizon',
|
|
20080
20075
|
logo_URIs: {
|
|
20081
20076
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.png',
|
|
20082
20077
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.svg'
|
|
@@ -30131,7 +30126,6 @@ const assets = {
|
|
|
30131
30126
|
name: 'Rizon Chain',
|
|
30132
30127
|
display: 'atolo',
|
|
30133
30128
|
symbol: 'ATOLO',
|
|
30134
|
-
coingecko_id: 'rizon',
|
|
30135
30129
|
logo_URIs: {
|
|
30136
30130
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.png',
|
|
30137
30131
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.svg'
|
|
@@ -42480,6 +42474,10 @@ const assets = {
|
|
|
42480
42474
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
42481
42475
|
},
|
|
42482
42476
|
images: [{
|
|
42477
|
+
image_sync: {
|
|
42478
|
+
chain_name: 'ethereum',
|
|
42479
|
+
base_denom: '0x514910771af9ca656af840dff83e8264ecf986ca'
|
|
42480
|
+
},
|
|
42483
42481
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
42484
42482
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
42485
42483
|
}]
|
|
@@ -44592,6 +44590,10 @@ const assets = {
|
|
|
44592
44590
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
44593
44591
|
},
|
|
44594
44592
|
images: [{
|
|
44593
|
+
image_sync: {
|
|
44594
|
+
chain_name: 'ethereum',
|
|
44595
|
+
base_denom: '0x514910771af9ca656af840dff83e8264ecf986ca'
|
|
44596
|
+
},
|
|
44595
44597
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
44596
44598
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
44597
44599
|
}]
|
|
@@ -51022,6 +51024,10 @@ const assets = {
|
|
|
51022
51024
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
51023
51025
|
},
|
|
51024
51026
|
images: [{
|
|
51027
|
+
image_sync: {
|
|
51028
|
+
chain_name: 'ethereum',
|
|
51029
|
+
base_denom: '0x514910771af9ca656af840dff83e8264ecf986ca'
|
|
51030
|
+
},
|
|
51025
51031
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
51026
51032
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
51027
51033
|
}]
|
|
@@ -53134,6 +53140,10 @@ const assets = {
|
|
|
53134
53140
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
53135
53141
|
},
|
|
53136
53142
|
images: [{
|
|
53143
|
+
image_sync: {
|
|
53144
|
+
chain_name: 'ethereum',
|
|
53145
|
+
base_denom: '0x514910771af9ca656af840dff83e8264ecf986ca'
|
|
53146
|
+
},
|
|
53137
53147
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
53138
53148
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
53139
53149
|
}]
|
package/mainnet/terra2.js
CHANGED
|
@@ -816,7 +816,6 @@ const assets = {
|
|
|
816
816
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
817
817
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
818
818
|
}],
|
|
819
|
-
coingecko_id: 'fanfury',
|
|
820
819
|
keywords: ['gaming', 'staking'],
|
|
821
820
|
socials: {
|
|
822
821
|
twitter: 'https://twitter.com/furyachain'
|
|
@@ -10692,7 +10691,6 @@ const assets = {
|
|
|
10692
10691
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
10693
10692
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
10694
10693
|
}],
|
|
10695
|
-
coingecko_id: 'fanfury',
|
|
10696
10694
|
keywords: ['gaming', 'staking'],
|
|
10697
10695
|
socials: {
|
|
10698
10696
|
twitter: 'https://twitter.com/furyachain'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.369",
|
|
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.230",
|
|
33
|
+
"chain-registry": "^1.69.369"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.230"
|
|
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": "61ca8f0522c4b0a813de98b6e93aeaa8b44dc778"
|
|
47
47
|
}
|
|
@@ -2,74 +2,6 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const assets = {
|
|
4
4
|
chain_name: 'archwaytestnet',
|
|
5
|
-
assets: [
|
|
6
|
-
description: 'Akash Token (AKT) is the Akash Network\'s native utility token, used as the primary means to govern, secure the blockchain, incentivize participants, and provide a default mechanism to store and exchange value.',
|
|
7
|
-
denom_units: [{
|
|
8
|
-
denom: 'ibc/6C63552ED271472171A239891B46915C4BDBEB83E2C83A5D0B762D97FC1CD89D',
|
|
9
|
-
exponent: 0,
|
|
10
|
-
aliases: ['uakt']
|
|
11
|
-
}, {
|
|
12
|
-
denom: 'akt',
|
|
13
|
-
exponent: 6
|
|
14
|
-
}],
|
|
15
|
-
base: 'ibc/6C63552ED271472171A239891B46915C4BDBEB83E2C83A5D0B762D97FC1CD89D',
|
|
16
|
-
name: 'Akash Network',
|
|
17
|
-
display: 'akt',
|
|
18
|
-
symbol: 'AKT',
|
|
19
|
-
logo_URIs: {
|
|
20
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
21
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
22
|
-
},
|
|
23
|
-
images: [{
|
|
24
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
25
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
26
|
-
}],
|
|
27
|
-
type_asset: 'sdk.coin',
|
|
28
|
-
traces: [{
|
|
29
|
-
type: 'ibc',
|
|
30
|
-
counterparty: {
|
|
31
|
-
channel_id: 'channel-4',
|
|
32
|
-
base_denom: 'uakt',
|
|
33
|
-
chain_name: 'akashtestnet'
|
|
34
|
-
},
|
|
35
|
-
chain: {
|
|
36
|
-
channel_id: 'channel-34'
|
|
37
|
-
}
|
|
38
|
-
}]
|
|
39
|
-
}, {
|
|
40
|
-
description: 'Akash Token (AKT) is the Akash Network\'s native utility token, used as the primary means to govern, secure the blockchain, incentivize participants, and provide a default mechanism to store and exchange value.',
|
|
41
|
-
denom_units: [{
|
|
42
|
-
denom: 'ibc/6C63552ED271472171A239891B46915C4BDBEB83E2C83A5D0B762D97FC1CD89D',
|
|
43
|
-
exponent: 0,
|
|
44
|
-
aliases: ['uakt']
|
|
45
|
-
}, {
|
|
46
|
-
denom: 'akt',
|
|
47
|
-
exponent: 6
|
|
48
|
-
}],
|
|
49
|
-
base: 'ibc/6C63552ED271472171A239891B46915C4BDBEB83E2C83A5D0B762D97FC1CD89D',
|
|
50
|
-
name: 'Akash Network',
|
|
51
|
-
display: 'akt',
|
|
52
|
-
symbol: 'AKT',
|
|
53
|
-
logo_URIs: {
|
|
54
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
55
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
56
|
-
},
|
|
57
|
-
images: [{
|
|
58
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
59
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
60
|
-
}],
|
|
61
|
-
type_asset: 'sdk.coin',
|
|
62
|
-
traces: [{
|
|
63
|
-
type: 'ibc',
|
|
64
|
-
counterparty: {
|
|
65
|
-
channel_id: 'channel-4',
|
|
66
|
-
base_denom: 'uakt',
|
|
67
|
-
chain_name: 'akashtestnet'
|
|
68
|
-
},
|
|
69
|
-
chain: {
|
|
70
|
-
channel_id: 'channel-34'
|
|
71
|
-
}
|
|
72
|
-
}]
|
|
73
|
-
}]
|
|
5
|
+
assets: []
|
|
74
6
|
};
|
|
75
7
|
exports.default = assets;
|
package/testnet/assets.js
CHANGED
|
@@ -4,7 +4,6 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
const agoricdevnet_1 = __importDefault(require("./agoricdevnet"));
|
|
7
|
-
const akashtestnet_1 = __importDefault(require("./akashtestnet"));
|
|
8
7
|
const archwaytestnet_1 = __importDefault(require("./archwaytestnet"));
|
|
9
8
|
const axelartestnet_1 = __importDefault(require("./axelartestnet"));
|
|
10
9
|
const babylontestnet_1 = __importDefault(require("./babylontestnet"));
|
|
@@ -53,5 +52,5 @@ const wardenprotocoltestnet_1 = __importDefault(require("./wardenprotocoltestnet
|
|
|
53
52
|
const xiontestnet2_1 = __importDefault(require("./xiontestnet2"));
|
|
54
53
|
const xrplevmtestnet_1 = __importDefault(require("./xrplevmtestnet"));
|
|
55
54
|
const zigchaintestnet_1 = __importDefault(require("./zigchaintestnet"));
|
|
56
|
-
const assets = [agoricdevnet_1.default,
|
|
55
|
+
const assets = [agoricdevnet_1.default, archwaytestnet_1.default, axelartestnet_1.default, babylontestnet_1.default, celestiatestnet3_1.default, chain4energytestnet_1.default, composabletestnet_1.default, coreumtestnet_1.default, cosmoshubtestnet_1.default, cosmosicsprovidertestnet_1.default, doravotatestnet_1.default, dydxtestnet_1.default, elystestnet_1.default, empowertestnet_1.default, hippoprotocoltestnet_1.default, impacthubtestnet_1.default, injectivetestnet_1.default, int3facetestnet_1.default, jackaltestnet2_1.default, kimanetworktestnet_1.default, kujiratestnet_1.default, kyvetestnet_1.default, lavatestnet_1.default, likecointestnet_1.default, lumeratestnet_1.default, manifesttestnet_1.default, mantrachaintestnet2_1.default, marstestnet_1.default, neutrontestnet_1.default, nobletestnet_1.default, noistestnet_1.default, nolustestnet_1.default, osmosistestnet_1.default, persistencetestnet2_1.default, sagatestnet_1.default, seitestnet2_1.default, sgetestnet_1.default, stargazetestnet_1.default, stridetestnet_1.default, swisstroniktestnet_1.default, symphonytestnet_1.default, synternettestnet_1.default, terra2testnet_1.default, titannettestnet_1.default, titantestnet_1.default, wardenprotocoltestnet_1.default, xiontestnet2_1.default, xrplevmtestnet_1.default, zigchaintestnet_1.default];
|
|
57
56
|
exports.default = assets;
|
package/testnet/index.d.ts
CHANGED
package/testnet/index.js
CHANGED
|
@@ -23,9 +23,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.zigchaintestnet = exports.xrplevmtestnet = exports.xiontestnet2 = exports.wardenprotocoltestnet = exports.titantestnet = exports.titannettestnet = exports.terra2testnet = exports.synternettestnet = exports.symphonytestnet = exports.swisstroniktestnet = exports.stridetestnet = exports.stargazetestnet = exports.sgetestnet = exports.seitestnet2 = exports.sagatestnet = exports.persistencetestnet2 = exports.osmosistestnet = exports.nolustestnet = exports.noistestnet = exports.nobletestnet = exports.neutrontestnet = exports.marstestnet = exports.mantrachaintestnet2 = exports.manifesttestnet = exports.lumeratestnet = exports.likecointestnet = exports.lavatestnet = exports.kyvetestnet = exports.kujiratestnet = exports.kimanetworktestnet = exports.jackaltestnet2 = exports.int3facetestnet = exports.injectivetestnet = exports.impacthubtestnet = exports.hippoprotocoltestnet = exports.empowertestnet = exports.elystestnet = exports.dydxtestnet = exports.doravotatestnet = exports.cosmosicsprovidertestnet = exports.cosmoshubtestnet = exports.coreumtestnet = exports.composabletestnet = exports.chain4energytestnet = exports.celestiatestnet3 = exports.babylontestnet = exports.axelartestnet = exports.archwaytestnet = exports.
|
|
26
|
+
exports.zigchaintestnet = exports.xrplevmtestnet = exports.xiontestnet2 = exports.wardenprotocoltestnet = exports.titantestnet = exports.titannettestnet = exports.terra2testnet = exports.synternettestnet = exports.symphonytestnet = exports.swisstroniktestnet = exports.stridetestnet = exports.stargazetestnet = exports.sgetestnet = exports.seitestnet2 = exports.sagatestnet = exports.persistencetestnet2 = exports.osmosistestnet = exports.nolustestnet = exports.noistestnet = exports.nobletestnet = exports.neutrontestnet = exports.marstestnet = exports.mantrachaintestnet2 = exports.manifesttestnet = exports.lumeratestnet = exports.likecointestnet = exports.lavatestnet = exports.kyvetestnet = exports.kujiratestnet = exports.kimanetworktestnet = exports.jackaltestnet2 = exports.int3facetestnet = exports.injectivetestnet = exports.impacthubtestnet = exports.hippoprotocoltestnet = exports.empowertestnet = exports.elystestnet = exports.dydxtestnet = exports.doravotatestnet = exports.cosmosicsprovidertestnet = exports.cosmoshubtestnet = exports.coreumtestnet = exports.composabletestnet = exports.chain4energytestnet = exports.celestiatestnet3 = exports.babylontestnet = exports.axelartestnet = exports.archwaytestnet = exports.agoricdevnet = void 0;
|
|
27
27
|
exports.agoricdevnet = __importStar(require("./agoricdevnet"));
|
|
28
|
-
exports.akashtestnet = __importStar(require("./akashtestnet"));
|
|
29
28
|
exports.archwaytestnet = __importStar(require("./archwaytestnet"));
|
|
30
29
|
exports.axelartestnet = __importStar(require("./axelartestnet"));
|
|
31
30
|
exports.babylontestnet = __importStar(require("./babylontestnet"));
|
|
@@ -79,41 +79,6 @@ const assets = {
|
|
|
79
79
|
}
|
|
80
80
|
}]
|
|
81
81
|
},
|
|
82
|
-
{
|
|
83
|
-
description: 'Akash Token (AKT) is the Akash Network\'s native utility token, used as the primary means to govern, secure the blockchain, incentivize participants, and provide a default mechanism to store and exchange value.',
|
|
84
|
-
denom_units: [{
|
|
85
|
-
denom: 'ibc/AD59D59CFB0E628E73C798415F823AB5B6257C2FE4BF67DBB5D6A677B2686E82',
|
|
86
|
-
exponent: 0,
|
|
87
|
-
aliases: ['uakt']
|
|
88
|
-
}, {
|
|
89
|
-
denom: 'akt',
|
|
90
|
-
exponent: 6
|
|
91
|
-
}],
|
|
92
|
-
base: 'ibc/AD59D59CFB0E628E73C798415F823AB5B6257C2FE4BF67DBB5D6A677B2686E82',
|
|
93
|
-
name: 'Akash Network',
|
|
94
|
-
display: 'akt',
|
|
95
|
-
symbol: 'AKT',
|
|
96
|
-
logo_URIs: {
|
|
97
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
98
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
99
|
-
},
|
|
100
|
-
images: [{
|
|
101
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
102
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
103
|
-
}],
|
|
104
|
-
type_asset: 'sdk.coin',
|
|
105
|
-
traces: [{
|
|
106
|
-
type: 'ibc',
|
|
107
|
-
counterparty: {
|
|
108
|
-
channel_id: 'channel-6',
|
|
109
|
-
base_denom: 'uakt',
|
|
110
|
-
chain_name: 'akashtestnet'
|
|
111
|
-
},
|
|
112
|
-
chain: {
|
|
113
|
-
channel_id: 'channel-4171'
|
|
114
|
-
}
|
|
115
|
-
}]
|
|
116
|
-
},
|
|
117
82
|
{
|
|
118
83
|
description: 'The native staking token of Babylon.',
|
|
119
84
|
denom_units: [{
|
|
@@ -862,41 +827,6 @@ const assets = {
|
|
|
862
827
|
}
|
|
863
828
|
}]
|
|
864
829
|
},
|
|
865
|
-
{
|
|
866
|
-
description: 'Akash Token (AKT) is the Akash Network\'s native utility token, used as the primary means to govern, secure the blockchain, incentivize participants, and provide a default mechanism to store and exchange value.',
|
|
867
|
-
denom_units: [{
|
|
868
|
-
denom: 'ibc/AD59D59CFB0E628E73C798415F823AB5B6257C2FE4BF67DBB5D6A677B2686E82',
|
|
869
|
-
exponent: 0,
|
|
870
|
-
aliases: ['uakt']
|
|
871
|
-
}, {
|
|
872
|
-
denom: 'akt',
|
|
873
|
-
exponent: 6
|
|
874
|
-
}],
|
|
875
|
-
base: 'ibc/AD59D59CFB0E628E73C798415F823AB5B6257C2FE4BF67DBB5D6A677B2686E82',
|
|
876
|
-
name: 'Akash Network',
|
|
877
|
-
display: 'akt',
|
|
878
|
-
symbol: 'AKT',
|
|
879
|
-
logo_URIs: {
|
|
880
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
881
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
882
|
-
},
|
|
883
|
-
images: [{
|
|
884
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
885
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
886
|
-
}],
|
|
887
|
-
type_asset: 'sdk.coin',
|
|
888
|
-
traces: [{
|
|
889
|
-
type: 'ibc',
|
|
890
|
-
counterparty: {
|
|
891
|
-
channel_id: 'channel-6',
|
|
892
|
-
base_denom: 'uakt',
|
|
893
|
-
chain_name: 'akashtestnet'
|
|
894
|
-
},
|
|
895
|
-
chain: {
|
|
896
|
-
channel_id: 'channel-4171'
|
|
897
|
-
}
|
|
898
|
-
}]
|
|
899
|
-
},
|
|
900
830
|
{
|
|
901
831
|
description: 'The native staking token of Babylon.',
|
|
902
832
|
denom_units: [{
|