chain-registry 2.0.79 → 2.0.80
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/axelar/asset-list.js +4 -0
- package/esm/mainnet/dymension/asset-list.js +1 -2
- package/esm/mainnet/furya/asset-list.js +0 -1
- package/esm/mainnet/highbury/asset-list.js +0 -1
- package/esm/mainnet/kujira/asset-list.js +0 -3
- package/esm/mainnet/likecoin/asset-list.js +0 -1
- package/esm/mainnet/neutron/asset-list.js +2 -1
- package/esm/mainnet/nim/asset-list.js +0 -1
- package/esm/mainnet/okexchain/asset-list.js +0 -1
- package/esm/mainnet/osmosis/asset-list.js +7 -10
- package/esm/mainnet/rizon/asset-list.js +0 -1
- package/esm/mainnet/sunrise/chain.js +108 -0
- package/esm/mainnet/terra/asset-list.js +8 -0
- package/esm/noncosmos/polygon/asset-list.js +0 -1
- package/esm/testnet/akashtestnet/asset-list.js +12 -0
- package/esm/testnet/akashtestnet/chain.js +14 -11
- package/esm/testnet/akashtestnet/index.js +0 -2
- package/esm/testnet/archwaytestnet/ibc-data.js +1 -1
- package/esm/testnet/asset-lists.js +2 -0
- package/esm/testnet/chains.js +2 -0
- package/esm/testnet/ibc-data.js +0 -2
- package/esm/testnet/kiiorotestnet/asset-list.js +26 -0
- package/esm/testnet/kiiorotestnet/chain.js +91 -0
- package/esm/testnet/kiiorotestnet/index.js +4 -0
- package/esm/testnet/neutrontestnet/asset-list.js +4 -1
- package/esm/testnet/osmosistestnet/asset-list.js +2 -2
- package/esm/testnet/osmosistestnet/chain.js +2 -2
- package/esm/testnet/osmosistestnet/ibc-data.js +1 -1
- package/mainnet/axelar/asset-list.js +4 -0
- package/mainnet/dymension/asset-list.js +1 -2
- package/mainnet/furya/asset-list.js +0 -1
- package/mainnet/highbury/asset-list.js +0 -1
- package/mainnet/kujira/asset-list.js +0 -3
- package/mainnet/likecoin/asset-list.js +0 -1
- package/mainnet/neutron/asset-list.js +2 -1
- package/mainnet/nim/asset-list.js +0 -1
- package/mainnet/okexchain/asset-list.js +0 -1
- package/mainnet/osmosis/asset-list.js +7 -10
- package/mainnet/rizon/asset-list.js +0 -1
- package/mainnet/sunrise/chain.js +108 -0
- package/mainnet/terra/asset-list.js +8 -0
- package/noncosmos/polygon/asset-list.js +0 -1
- package/package.json +3 -3
- package/testnet/akashtestnet/asset-list.js +12 -0
- package/testnet/akashtestnet/chain.js +14 -11
- package/testnet/akashtestnet/index.d.ts +0 -1
- package/testnet/akashtestnet/index.js +1 -3
- package/testnet/archwaytestnet/ibc-data.js +1 -1
- package/testnet/asset-lists.js +2 -0
- package/testnet/chains.js +2 -0
- package/testnet/ibc-data.js +0 -2
- package/testnet/kiiorotestnet/asset-list.d.ts +3 -0
- package/testnet/kiiorotestnet/asset-list.js +28 -0
- package/testnet/kiiorotestnet/chain.d.ts +3 -0
- package/testnet/kiiorotestnet/chain.js +93 -0
- package/testnet/kiiorotestnet/index.d.ts +2 -0
- package/testnet/kiiorotestnet/index.js +10 -0
- package/testnet/neutrontestnet/asset-list.js +4 -1
- package/testnet/osmosistestnet/asset-list.js +2 -2
- package/testnet/osmosistestnet/chain.js +2 -2
- package/testnet/osmosistestnet/ibc-data.js +1 -1
- package/esm/testnet/akashtestnet/ibc-data.js +0 -58
- package/testnet/akashtestnet/ibc-data.d.ts +0 -3
- package/testnet/akashtestnet/ibc-data.js +0 -60
|
@@ -402,7 +402,7 @@ const info = {
|
|
|
402
402
|
traces: [{
|
|
403
403
|
type: 'ibc',
|
|
404
404
|
counterparty: {
|
|
405
|
-
chainName: '
|
|
405
|
+
chainName: 'akashtestnet1',
|
|
406
406
|
baseDenom: 'uakt',
|
|
407
407
|
channelId: 'channel-6'
|
|
408
408
|
},
|
|
@@ -417,7 +417,7 @@ const info = {
|
|
|
417
417
|
},
|
|
418
418
|
images: [{
|
|
419
419
|
imageSync: {
|
|
420
|
-
chainName: '
|
|
420
|
+
chainName: 'akashtestnet1',
|
|
421
421
|
baseDenom: 'uakt'
|
|
422
422
|
},
|
|
423
423
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
@@ -85,8 +85,8 @@ const info = {
|
|
|
85
85
|
}]
|
|
86
86
|
},
|
|
87
87
|
logoURIs: {
|
|
88
|
-
|
|
89
|
-
|
|
88
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
89
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
90
90
|
},
|
|
91
91
|
explorers: [{
|
|
92
92
|
kind: 'mintscan',
|
|
@@ -1674,6 +1674,10 @@ const info = {
|
|
|
1674
1674
|
provider: 'Axelar'
|
|
1675
1675
|
}],
|
|
1676
1676
|
images: [{
|
|
1677
|
+
imageSync: {
|
|
1678
|
+
chainName: 'ethereum',
|
|
1679
|
+
baseDenom: '0xb2617246d0c6c0087f18703d576831899ca94f01'
|
|
1680
|
+
},
|
|
1677
1681
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
1678
1682
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
1679
1683
|
}],
|
|
@@ -76,8 +76,7 @@ const info = {
|
|
|
76
76
|
logoURIs: {
|
|
77
77
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.png',
|
|
78
78
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.svg'
|
|
79
|
-
}
|
|
80
|
-
coingeckoId: 'nim-network'
|
|
79
|
+
}
|
|
81
80
|
},
|
|
82
81
|
{
|
|
83
82
|
description: 'The native token of Mande Network.',
|
|
@@ -24,7 +24,6 @@ const info = {
|
|
|
24
24
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
25
25
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
26
26
|
}],
|
|
27
|
-
coingeckoId: 'fanfury',
|
|
28
27
|
keywords: ['gaming', 'staking'],
|
|
29
28
|
socials: {
|
|
30
29
|
twitter: 'https://twitter.com/furyachain'
|
|
@@ -29,7 +29,6 @@ const info = {
|
|
|
29
29
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/highbury/images/fury.png',
|
|
30
30
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/highbury/images/fury.svg'
|
|
31
31
|
},
|
|
32
|
-
coingeckoId: 'fanfury',
|
|
33
32
|
images: [{
|
|
34
33
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/highbury/images/fury.png',
|
|
35
34
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/highbury/images/fury.svg'
|
|
@@ -114,7 +114,6 @@ const info = {
|
|
|
114
114
|
name: 'MantaDAO',
|
|
115
115
|
display: 'mnta',
|
|
116
116
|
symbol: 'MNTA',
|
|
117
|
-
coingeckoId: 'mantadao',
|
|
118
117
|
logoURIs: {
|
|
119
118
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.png',
|
|
120
119
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.svg'
|
|
@@ -267,7 +266,6 @@ const info = {
|
|
|
267
266
|
name: 'Fuzion',
|
|
268
267
|
display: 'fuzn',
|
|
269
268
|
symbol: 'FUZN',
|
|
270
|
-
coingeckoId: 'fuzion',
|
|
271
269
|
logoURIs: {
|
|
272
270
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.png',
|
|
273
271
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.svg'
|
|
@@ -411,7 +409,6 @@ const info = {
|
|
|
411
409
|
logoURIs: {
|
|
412
410
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg'
|
|
413
411
|
},
|
|
414
|
-
coingeckoId: 'unstake-fi',
|
|
415
412
|
images: [{
|
|
416
413
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg'
|
|
417
414
|
}],
|
|
@@ -20,7 +20,6 @@ const info = {
|
|
|
20
20
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.png',
|
|
21
21
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg'
|
|
22
22
|
},
|
|
23
|
-
coingeckoId: 'likecoin',
|
|
24
23
|
images: [{
|
|
25
24
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.png',
|
|
26
25
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg'
|
|
@@ -1255,7 +1255,8 @@ const info = {
|
|
|
1255
1255
|
chainName: 'ethereum',
|
|
1256
1256
|
baseDenom: 'wei'
|
|
1257
1257
|
},
|
|
1258
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/
|
|
1258
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
1259
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png'
|
|
1259
1260
|
}],
|
|
1260
1261
|
coingeckoId: 'axlweth'
|
|
1261
1262
|
},
|
|
@@ -18,7 +18,6 @@ const info = {
|
|
|
18
18
|
name: 'NIM Network',
|
|
19
19
|
display: 'nim',
|
|
20
20
|
symbol: 'NIM',
|
|
21
|
-
coingeckoId: 'nim-network',
|
|
22
21
|
images: [{
|
|
23
22
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.png',
|
|
24
23
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.svg'
|
|
@@ -19,7 +19,6 @@ const info = {
|
|
|
19
19
|
logoURIs: {
|
|
20
20
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png'
|
|
21
21
|
},
|
|
22
|
-
coingeckoId: 'oec-token',
|
|
23
22
|
images: [{
|
|
24
23
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png'
|
|
25
24
|
}],
|
|
@@ -1357,8 +1357,7 @@ const info = {
|
|
|
1357
1357
|
},
|
|
1358
1358
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.png',
|
|
1359
1359
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg'
|
|
1360
|
-
}]
|
|
1361
|
-
coingeckoId: 'likecoin'
|
|
1360
|
+
}]
|
|
1362
1361
|
},
|
|
1363
1362
|
{
|
|
1364
1363
|
description: 'The native token of IXO Chain',
|
|
@@ -3293,8 +3292,7 @@ const info = {
|
|
|
3293
3292
|
},
|
|
3294
3293
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.png',
|
|
3295
3294
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.svg'
|
|
3296
|
-
}]
|
|
3297
|
-
coingeckoId: 'rizon'
|
|
3295
|
+
}]
|
|
3298
3296
|
},
|
|
3299
3297
|
{
|
|
3300
3298
|
description: 'Governance token of Kava Lend Protocol',
|
|
@@ -3761,6 +3759,7 @@ const info = {
|
|
|
3761
3759
|
}
|
|
3762
3760
|
}],
|
|
3763
3761
|
logoURIs: {
|
|
3762
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.png',
|
|
3764
3763
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg'
|
|
3765
3764
|
},
|
|
3766
3765
|
images: [{
|
|
@@ -3768,7 +3767,8 @@ const info = {
|
|
|
3768
3767
|
chainName: 'echelon',
|
|
3769
3768
|
baseDenom: 'aechelon'
|
|
3770
3769
|
},
|
|
3771
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg'
|
|
3770
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg',
|
|
3771
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.png'
|
|
3772
3772
|
}]
|
|
3773
3773
|
},
|
|
3774
3774
|
{
|
|
@@ -9084,8 +9084,7 @@ const info = {
|
|
|
9084
9084
|
},
|
|
9085
9085
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.png',
|
|
9086
9086
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.svg'
|
|
9087
|
-
}]
|
|
9088
|
-
coingeckoId: 'mantadao'
|
|
9087
|
+
}]
|
|
9089
9088
|
},
|
|
9090
9089
|
{
|
|
9091
9090
|
denomUnits: [{
|
|
@@ -10018,8 +10017,7 @@ const info = {
|
|
|
10018
10017
|
baseDenom: 'factory/kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh/unstk'
|
|
10019
10018
|
},
|
|
10020
10019
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg'
|
|
10021
|
-
}]
|
|
10022
|
-
coingeckoId: 'unstake-fi'
|
|
10020
|
+
}]
|
|
10023
10021
|
},
|
|
10024
10022
|
{
|
|
10025
10023
|
description: 'ohhNFT LP token.',
|
|
@@ -12861,7 +12859,6 @@ const info = {
|
|
|
12861
12859
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
12862
12860
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
12863
12861
|
}],
|
|
12864
|
-
coingeckoId: 'fanfury',
|
|
12865
12862
|
keywords: ['gaming', 'staking']
|
|
12866
12863
|
},
|
|
12867
12864
|
{
|
|
@@ -16,7 +16,6 @@ const info = {
|
|
|
16
16
|
name: 'Rizon Chain',
|
|
17
17
|
display: 'atolo',
|
|
18
18
|
symbol: 'ATOLO',
|
|
19
|
-
coingeckoId: 'rizon',
|
|
20
19
|
logoURIs: {
|
|
21
20
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.png',
|
|
22
21
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.svg'
|
package/mainnet/sunrise/chain.js
CHANGED
|
@@ -125,9 +125,33 @@ const info = {
|
|
|
125
125
|
address: 'https://rpc-sunrise.blockval.io/',
|
|
126
126
|
provider: 'Blockval'
|
|
127
127
|
},
|
|
128
|
+
{
|
|
129
|
+
address: 'https://sunrise-rpc.onenov.xyz',
|
|
130
|
+
provider: 'OneNov'
|
|
131
|
+
},
|
|
128
132
|
{
|
|
129
133
|
address: 'https://rpc-sunrice-mainnet.catsmile.space',
|
|
130
134
|
provider: 'catsmile'
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
address: 'https://rpc-sunrise-m.winsnip.xyz',
|
|
138
|
+
provider: 'Winsnip'
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
address: 'https://rpc-sunrise.maouam.xyz',
|
|
142
|
+
provider: 'MaouamNodelab'
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
address: 'https://rpc-sunrise.nodegod20.cloud',
|
|
146
|
+
provider: 'nodegod20'
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
address: 'https://rpc-sunrise.divinzzo.xyz',
|
|
150
|
+
provider: 'divinzzo'
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
address: 'https://rpc-sunrise.veriznode.xyz',
|
|
154
|
+
provider: 'veriznode'
|
|
131
155
|
}
|
|
132
156
|
],
|
|
133
157
|
rest: [
|
|
@@ -195,9 +219,33 @@ const info = {
|
|
|
195
219
|
address: 'https://api-sunrise.blockval.io',
|
|
196
220
|
provider: 'Blockval'
|
|
197
221
|
},
|
|
222
|
+
{
|
|
223
|
+
address: 'https://sunrise-api.onenov.xyz',
|
|
224
|
+
provider: 'OneNov'
|
|
225
|
+
},
|
|
198
226
|
{
|
|
199
227
|
address: 'https://api-sunrice-mainnet.catsmile.space',
|
|
200
228
|
provider: 'catsmile'
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
address: 'https://api-sunrise-m.winsnip.xyz',
|
|
232
|
+
provider: 'Winsnip'
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
address: 'https://api-sunrise.maouam.xyz',
|
|
236
|
+
provider: 'MaouamNodelab'
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
address: 'https://api-sunrise.nodegod20.cloud',
|
|
240
|
+
provider: 'nodegod20'
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
address: 'https://api-sunrise.divinzzo.xyz',
|
|
244
|
+
provider: 'divinzzo'
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
address: 'https://api-sunrise.veriznode.xyz',
|
|
248
|
+
provider: 'veriznode'
|
|
201
249
|
}
|
|
202
250
|
],
|
|
203
251
|
grpc: [
|
|
@@ -249,9 +297,33 @@ const info = {
|
|
|
249
297
|
address: 'grpc-sunrise.blockval.io:443',
|
|
250
298
|
provider: 'Blockval'
|
|
251
299
|
},
|
|
300
|
+
{
|
|
301
|
+
address: 'https://sunrise-grpc.onenov.xyz:9193',
|
|
302
|
+
provider: 'OneNov'
|
|
303
|
+
},
|
|
252
304
|
{
|
|
253
305
|
address: 'grpc-sunrice-mainnet.catsmile.space:443',
|
|
254
306
|
provider: 'catsmile'
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
address: 'https://grpc-sunrise-m.winsnip.xyz:443',
|
|
310
|
+
provider: 'Winsnip'
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
address: 'grpc-sunrise.maouam.xyz:443',
|
|
314
|
+
provider: 'MaouamNodelab'
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
address: 'grpc-sunrise.nodegod20.cloud:443',
|
|
318
|
+
provider: 'nodegod20'
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
address: 'grpc-sunrise.divinzzo.xyz:443',
|
|
322
|
+
provider: 'divinzzo'
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
address: 'grpc-sunrise.veriznode.xyz:443',
|
|
326
|
+
provider: 'veriznode'
|
|
255
327
|
}
|
|
256
328
|
]
|
|
257
329
|
},
|
|
@@ -327,11 +399,47 @@ const info = {
|
|
|
327
399
|
txPage: 'https://explorer.winnode.xyz/Sunrise-Mainnet/tx/${txHash}',
|
|
328
400
|
accountPage: 'https://explorer.winnode.xyz/Sunrise-Mainnet/account/${accountAddress}'
|
|
329
401
|
},
|
|
402
|
+
{
|
|
403
|
+
kind: 'OneNov Explorer',
|
|
404
|
+
url: 'https://explorer.onenov.xyz/Sunrise-Mainnet',
|
|
405
|
+
txPage: 'https://explorer.onenov.xyz/Sunrise-Mainnet/transaction/${txHash}',
|
|
406
|
+
accountPage: 'https://explorer.onenov.xyz/Sunrise-Mainnet/account/${accountAddress}'
|
|
407
|
+
},
|
|
330
408
|
{
|
|
331
409
|
kind: 'catsmile explorer',
|
|
332
410
|
url: 'https://explorer.catsmile.cloud/sunrice-mainnet',
|
|
333
411
|
txPage: 'https://explorer.catsmile.cloud/sunrice-mainnet/tx/${txHash}',
|
|
334
412
|
accountPage: 'https://explorer.catsmile.cloud/sunrice-mainnet/account/${accountAddress}'
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
kind: 'Winsnip explorer',
|
|
416
|
+
url: 'https://portal.winsnip.xyz/Sunrise-Mainnet',
|
|
417
|
+
txPage: 'https://portal.winsnip.xyz/Sunrise-Mainnet/tx/${txHash}',
|
|
418
|
+
accountPage: 'https://portal.winsnip.xyz/Sunrise-Mainnet/account/${accountAddress}'
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
kind: 'Maouam explorer',
|
|
422
|
+
url: 'https://explorer.maouam.xyz/sunrise-mainnet',
|
|
423
|
+
txPage: 'https://explorer.maouam.xyz/sunrise-mainnet/tx/${txHash}',
|
|
424
|
+
accountPage: 'https://explorer.maouam.xyz/sunrise-mainnet/account/${accountAddress}'
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
kind: 'nodegod20 explorer',
|
|
428
|
+
url: 'https://explorer.nodegod20.cloud/sunrice-mainnet',
|
|
429
|
+
txPage: 'https://explorer.nodegod20.cloud/sunrice-mainnet/tx/${txHash}',
|
|
430
|
+
accountPage: 'https://explorer.nodegod20.cloud/sunrice-mainnet/account/${accountAddress}'
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
kind: 'Divinzzo explorer',
|
|
434
|
+
url: 'https://explorer.divinzzo.xyz/sunrise-mainnet',
|
|
435
|
+
txPage: 'https://explorer.divinzzo.xyz/sunrise-mainnet/tx/${txHash}',
|
|
436
|
+
accountPage: 'https://explorer.divinzzo.xyz/sunrise-mainnet/account/${accountAddress}'
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
kind: 'veriznode explorer',
|
|
440
|
+
url: 'https://explorer.veriznode.xyz/sunrise-mainnet',
|
|
441
|
+
txPage: 'https://explorer.veriznode.xyz/sunrise-mainnet/tx/${txHash}',
|
|
442
|
+
accountPage: 'https://explorer.veriznode.xyz/sunrise-mainnet/account/${accountAddress}'
|
|
335
443
|
}
|
|
336
444
|
],
|
|
337
445
|
images: [{
|
|
@@ -1655,6 +1655,10 @@ const info = {
|
|
|
1655
1655
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
1656
1656
|
},
|
|
1657
1657
|
images: [{
|
|
1658
|
+
imageSync: {
|
|
1659
|
+
chainName: 'ethereum',
|
|
1660
|
+
baseDenom: '0x514910771af9ca656af840dff83e8264ecf986ca'
|
|
1661
|
+
},
|
|
1658
1662
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
1659
1663
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
1660
1664
|
}]
|
|
@@ -2937,6 +2941,10 @@ const info = {
|
|
|
2937
2941
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
2938
2942
|
},
|
|
2939
2943
|
images: [{
|
|
2944
|
+
imageSync: {
|
|
2945
|
+
chainName: 'ethereum',
|
|
2946
|
+
baseDenom: '0x514910771af9ca656af840dff83e8264ecf986ca'
|
|
2947
|
+
},
|
|
2940
2948
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
2941
2949
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
2942
2950
|
}]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.80",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@chain-registry/types": "^2.0.
|
|
32
|
+
"@chain-registry/types": "^2.0.80"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"interchain",
|
|
40
40
|
"tokens"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "3531a2501b2b2dbe1e1dd1d1af25b0cac43a4c19"
|
|
43
43
|
}
|
|
@@ -16,11 +16,23 @@ const info = {
|
|
|
16
16
|
name: 'Akash Network',
|
|
17
17
|
display: 'akt',
|
|
18
18
|
symbol: 'AKT',
|
|
19
|
+
traces: [{
|
|
20
|
+
type: 'test-mintage',
|
|
21
|
+
counterparty: {
|
|
22
|
+
chainName: 'akash',
|
|
23
|
+
baseDenom: 'uakt'
|
|
24
|
+
},
|
|
25
|
+
provider: 'Akash'
|
|
26
|
+
}],
|
|
19
27
|
logoURIs: {
|
|
20
28
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
21
29
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
22
30
|
},
|
|
23
31
|
images: [{
|
|
32
|
+
imageSync: {
|
|
33
|
+
chainName: 'akash',
|
|
34
|
+
baseDenom: 'uakt'
|
|
35
|
+
},
|
|
24
36
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
25
37
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
26
38
|
}],
|
|
@@ -8,7 +8,7 @@ const info = {
|
|
|
8
8
|
website: 'https://akash.network/',
|
|
9
9
|
prettyName: 'Sandbox',
|
|
10
10
|
chainType: 'cosmos',
|
|
11
|
-
chainId: 'sandbox-
|
|
11
|
+
chainId: 'sandbox-2',
|
|
12
12
|
bech32Prefix: 'akash',
|
|
13
13
|
daemonName: 'akash',
|
|
14
14
|
nodeHome: '$HOME/.akash',
|
|
@@ -29,14 +29,14 @@ const info = {
|
|
|
29
29
|
},
|
|
30
30
|
codebase: {
|
|
31
31
|
gitRepo: 'https://github.com/akash-network/node',
|
|
32
|
-
recommendedVersion: 'v0.
|
|
33
|
-
compatibleVersions: ['v0.
|
|
32
|
+
recommendedVersion: 'v0.38.2',
|
|
33
|
+
compatibleVersions: ['v0.38.0'],
|
|
34
34
|
binaries: {
|
|
35
|
-
"linux/amd64": 'https://github.com/akash-network/node/releases/download/v0.
|
|
36
|
-
"linux/arm64": 'https://github.com/akash-network/node/releases/download/v0.
|
|
35
|
+
"linux/amd64": 'https://github.com/akash-network/node/releases/download/v0.38.2/akash_0.38.2_linux_amd64.zip',
|
|
36
|
+
"linux/arm64": 'https://github.com/akash-network/node/releases/download/v0.38.2/akash_0.38.2_linux_arm64.zip'
|
|
37
37
|
},
|
|
38
38
|
genesis: {
|
|
39
|
-
genesisUrl: 'https://raw.githubusercontent.com/akash-network/net/master/sandbox/genesis.json'
|
|
39
|
+
genesisUrl: 'https://raw.githubusercontent.com/akash-network/net/master/sandbox-2/genesis.json'
|
|
40
40
|
}
|
|
41
41
|
},
|
|
42
42
|
logoURIs: {
|
|
@@ -45,24 +45,27 @@ const info = {
|
|
|
45
45
|
},
|
|
46
46
|
apis: {
|
|
47
47
|
rpc: [{
|
|
48
|
-
address: 'https://rpc.sandbox-
|
|
48
|
+
address: 'https://rpc.sandbox-2.aksh.pw:443',
|
|
49
49
|
provider: 'akash'
|
|
50
50
|
}],
|
|
51
51
|
rest: [{
|
|
52
|
-
address: 'https://api.sandbox-
|
|
52
|
+
address: 'https://api.sandbox-2.aksh.pw:443',
|
|
53
53
|
provider: 'akash'
|
|
54
54
|
}],
|
|
55
55
|
grpc: [{
|
|
56
|
-
address: 'grpc.sandbox-
|
|
56
|
+
address: 'grpc.sandbox-2.aksh.pw:9090',
|
|
57
57
|
provider: 'akash'
|
|
58
58
|
}]
|
|
59
59
|
},
|
|
60
60
|
explorers: [{
|
|
61
61
|
kind: 'ping.pub',
|
|
62
|
-
url: 'https://explorer.sandbox-
|
|
63
|
-
txPage: 'https://explorer.sandbox-
|
|
62
|
+
url: 'https://explorer.sandbox-2.aksh.pw/akash',
|
|
63
|
+
txPage: 'https://explorer.sandbox-2.aksh.pw/akash/tx/${txHash}'
|
|
64
64
|
}],
|
|
65
65
|
images: [{
|
|
66
|
+
imageSync: {
|
|
67
|
+
chainName: 'akash'
|
|
68
|
+
},
|
|
66
69
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
67
70
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
68
71
|
}]
|
|
@@ -3,10 +3,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.
|
|
6
|
+
exports.chain = exports.assetList = void 0;
|
|
7
7
|
const asset_list_1 = __importDefault(require("./asset-list"));
|
|
8
8
|
const chain_1 = __importDefault(require("./chain"));
|
|
9
|
-
const ibc_data_1 = __importDefault(require("./ibc-data"));
|
|
10
9
|
exports.assetList = asset_list_1.default;
|
|
11
10
|
exports.chain = chain_1.default;
|
|
12
|
-
exports.ibcData = ibc_data_1.default;
|
package/testnet/asset-lists.js
CHANGED
|
@@ -82,6 +82,7 @@ const _jackaltestnet = __importStar(require("./jackaltestnet"));
|
|
|
82
82
|
const _jackaltestnet2 = __importStar(require("./jackaltestnet2"));
|
|
83
83
|
const _junotestnet = __importStar(require("./junotestnet"));
|
|
84
84
|
const _kichaintestnet = __importStar(require("./kichaintestnet"));
|
|
85
|
+
const _kiiorotestnet = __importStar(require("./kiiorotestnet"));
|
|
85
86
|
const _kimanetworktestnet = __importStar(require("./kimanetworktestnet"));
|
|
86
87
|
const _kujiratestnet = __importStar(require("./kujiratestnet"));
|
|
87
88
|
const _kyvetestnet = __importStar(require("./kyvetestnet"));
|
|
@@ -219,6 +220,7 @@ const assetList = [
|
|
|
219
220
|
_jackaltestnet2.assetList,
|
|
220
221
|
_junotestnet.assetList,
|
|
221
222
|
_kichaintestnet.assetList,
|
|
223
|
+
_kiiorotestnet.assetList,
|
|
222
224
|
_kimanetworktestnet.assetList,
|
|
223
225
|
_kujiratestnet.assetList,
|
|
224
226
|
_kyvetestnet.assetList,
|
package/testnet/chains.js
CHANGED
|
@@ -82,6 +82,7 @@ const _jackaltestnet = __importStar(require("./jackaltestnet"));
|
|
|
82
82
|
const _jackaltestnet2 = __importStar(require("./jackaltestnet2"));
|
|
83
83
|
const _junotestnet = __importStar(require("./junotestnet"));
|
|
84
84
|
const _kichaintestnet = __importStar(require("./kichaintestnet"));
|
|
85
|
+
const _kiiorotestnet = __importStar(require("./kiiorotestnet"));
|
|
85
86
|
const _kimanetworktestnet = __importStar(require("./kimanetworktestnet"));
|
|
86
87
|
const _kujiratestnet = __importStar(require("./kujiratestnet"));
|
|
87
88
|
const _kyvetestnet = __importStar(require("./kyvetestnet"));
|
|
@@ -219,6 +220,7 @@ const chains = [
|
|
|
219
220
|
_jackaltestnet2.chain,
|
|
220
221
|
_junotestnet.chain,
|
|
221
222
|
_kichaintestnet.chain,
|
|
223
|
+
_kiiorotestnet.chain,
|
|
222
224
|
_kimanetworktestnet.chain,
|
|
223
225
|
_kujiratestnet.chain,
|
|
224
226
|
_kyvetestnet.chain,
|
package/testnet/ibc-data.js
CHANGED
|
@@ -24,7 +24,6 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
const _agoricdevnet = __importStar(require("./agoricdevnet"));
|
|
27
|
-
const _akashtestnet = __importStar(require("./akashtestnet"));
|
|
28
27
|
const _archwaytestnet = __importStar(require("./archwaytestnet"));
|
|
29
28
|
const _axelartestnet = __importStar(require("./axelartestnet"));
|
|
30
29
|
const _babylontestnet = __importStar(require("./babylontestnet"));
|
|
@@ -75,7 +74,6 @@ const _xrplevmtestnet = __importStar(require("./xrplevmtestnet"));
|
|
|
75
74
|
const _zigchaintestnet = __importStar(require("./zigchaintestnet"));
|
|
76
75
|
const ibcData = [
|
|
77
76
|
..._agoricdevnet.ibcData,
|
|
78
|
-
..._akashtestnet.ibcData,
|
|
79
77
|
..._archwaytestnet.ibcData,
|
|
80
78
|
..._axelartestnet.ibcData,
|
|
81
79
|
..._babylontestnet.ibcData,
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../../assetlist.schema.json',
|
|
5
|
+
chainName: 'kiiorotestnet',
|
|
6
|
+
assets: [{
|
|
7
|
+
description: 'The native token of Kii Testnet Oro',
|
|
8
|
+
denomUnits: [{
|
|
9
|
+
denom: 'akii',
|
|
10
|
+
exponent: 0
|
|
11
|
+
}, {
|
|
12
|
+
denom: 'kii',
|
|
13
|
+
exponent: 18
|
|
14
|
+
}],
|
|
15
|
+
base: 'akii',
|
|
16
|
+
name: 'Kii',
|
|
17
|
+
display: 'kii',
|
|
18
|
+
symbol: 'KII',
|
|
19
|
+
logoURIs: {
|
|
20
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/kiiorotestnet/images/kii_oro.png'
|
|
21
|
+
},
|
|
22
|
+
images: [{
|
|
23
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/kiiorotestnet/images/kii_oro.png'
|
|
24
|
+
}],
|
|
25
|
+
typeAsset: 'sdk.coin'
|
|
26
|
+
}]
|
|
27
|
+
};
|
|
28
|
+
exports.default = info;
|