chain-registry 2.0.64 → 2.0.66
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/andromeda/chain.js +0 -8
- package/esm/mainnet/aura/chain.js +0 -8
- package/esm/mainnet/babylon/asset-list.js +8 -20
- package/esm/mainnet/gateway/chain.js +0 -6
- package/esm/mainnet/juno/asset-list.js +1 -9
- package/esm/mainnet/lefeef/asset-list.js +0 -8
- package/esm/mainnet/migaloo/asset-list.js +2 -2
- package/esm/mainnet/neutron/asset-list.js +1 -1
- package/esm/mainnet/neutron/chain.js +3 -10
- package/esm/mainnet/omniflixhub/asset-list.js +0 -3
- package/esm/mainnet/pryzm/asset-list.js +2 -4
- package/esm/mainnet/sunrise/chain.js +4 -0
- package/esm/mainnet/terra/asset-list.js +1 -7
- package/esm/noncosmos/asset-lists.js +3 -1
- package/esm/noncosmos/tsc/asset-list.js +23 -0
- package/esm/noncosmos/tsc/index.js +2 -0
- package/esm/testnet/axelartestnet/ibc-data.js +29 -0
- package/esm/testnet/composabletestnet/asset-list.js +0 -8
- package/esm/testnet/desmostestnet/asset-list.js +0 -8
- package/esm/testnet/ibc-data.js +3 -1
- package/esm/testnet/iopntestnet/asset-list.js +2 -2
- package/esm/testnet/iopntestnet/chain.js +1 -1
- package/esm/testnet/junotestnet/asset-list.js +0 -12
- package/esm/testnet/nobletestnet/ibc-data.js +29 -0
- package/esm/testnet/nyxtestnet/asset-list.js +8 -8
- package/esm/testnet/nyxtestnet/chain.js +9 -15
- package/esm/testnet/osmosistestnet/asset-list.js +8 -8
- package/esm/testnet/seitestnet/asset-list.js +0 -6
- package/esm/testnet/sgetestnet/asset-list.js +0 -6
- package/esm/testnet/zenrocktestnet/chain.js +0 -6
- package/esm/testnet/zigchaintestnet/asset-list.js +95 -2
- package/esm/testnet/zigchaintestnet/ibc-data.js +58 -0
- package/esm/testnet/zigchaintestnet/index.js +2 -0
- package/mainnet/andromeda/chain.js +0 -8
- package/mainnet/aura/chain.js +0 -8
- package/mainnet/babylon/asset-list.js +8 -20
- package/mainnet/gateway/chain.js +0 -6
- package/mainnet/juno/asset-list.js +1 -9
- package/mainnet/lefeef/asset-list.js +0 -8
- package/mainnet/migaloo/asset-list.js +2 -2
- package/mainnet/neutron/asset-list.js +1 -1
- package/mainnet/neutron/chain.js +3 -10
- package/mainnet/omniflixhub/asset-list.js +0 -3
- package/mainnet/pryzm/asset-list.js +2 -4
- package/mainnet/sunrise/chain.js +4 -0
- package/mainnet/terra/asset-list.js +1 -7
- package/noncosmos/asset-lists.js +3 -1
- package/noncosmos/tsc/asset-list.d.ts +3 -0
- package/noncosmos/tsc/asset-list.js +25 -0
- package/noncosmos/tsc/index.d.ts +1 -0
- package/noncosmos/tsc/index.js +8 -0
- package/package.json +3 -3
- package/testnet/axelartestnet/ibc-data.js +29 -0
- package/testnet/composabletestnet/asset-list.js +0 -8
- package/testnet/desmostestnet/asset-list.js +0 -8
- package/testnet/ibc-data.js +3 -1
- package/testnet/iopntestnet/asset-list.js +2 -2
- package/testnet/iopntestnet/chain.js +1 -1
- package/testnet/junotestnet/asset-list.js +0 -12
- package/testnet/nobletestnet/ibc-data.js +29 -0
- package/testnet/nyxtestnet/asset-list.js +8 -8
- package/testnet/nyxtestnet/chain.js +9 -15
- package/testnet/osmosistestnet/asset-list.js +8 -8
- package/testnet/seitestnet/asset-list.js +0 -6
- package/testnet/sgetestnet/asset-list.js +0 -6
- package/testnet/zenrocktestnet/chain.js +0 -6
- package/testnet/zigchaintestnet/asset-list.js +95 -2
- package/testnet/zigchaintestnet/ibc-data.d.ts +3 -0
- package/testnet/zigchaintestnet/ibc-data.js +60 -0
- package/testnet/zigchaintestnet/index.d.ts +1 -0
- package/testnet/zigchaintestnet/index.js +3 -1
|
@@ -14,12 +14,6 @@ const info = {
|
|
|
14
14
|
name: 'Sei',
|
|
15
15
|
display: 'sei',
|
|
16
16
|
symbol: 'SEI',
|
|
17
|
-
logoURIs: {
|
|
18
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/seitestnet/images/sei.png'
|
|
19
|
-
},
|
|
20
|
-
images: [{
|
|
21
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/seitestnet/images/sei.png'
|
|
22
|
-
}],
|
|
23
17
|
typeAsset: 'sdk.coin'
|
|
24
18
|
}]
|
|
25
19
|
};
|
|
@@ -16,12 +16,6 @@ const info = {
|
|
|
16
16
|
name: 'SGE Testnet',
|
|
17
17
|
display: 'sge',
|
|
18
18
|
symbol: 'SGE',
|
|
19
|
-
logoURIs: {
|
|
20
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sgetestnet/images/sge.png'
|
|
21
|
-
},
|
|
22
|
-
images: [{
|
|
23
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sgetestnet/images/sge.png'
|
|
24
|
-
}],
|
|
25
19
|
typeAsset: 'sdk.coin'
|
|
26
20
|
}]
|
|
27
21
|
};
|
|
@@ -52,9 +52,6 @@ const info = {
|
|
|
52
52
|
},
|
|
53
53
|
tag: 'v5.3.8'
|
|
54
54
|
},
|
|
55
|
-
images: [{
|
|
56
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zenrocktestnet/images/zenrock.png'
|
|
57
|
-
}],
|
|
58
55
|
apis: {
|
|
59
56
|
rpc: [{
|
|
60
57
|
address: 'https://rpc.gardia.zenrocklabs.io/',
|
|
@@ -75,9 +72,6 @@ const info = {
|
|
|
75
72
|
txPage: 'https://explorer.gardia.zenrocklabs.io/tx/${txHash}',
|
|
76
73
|
accountPage: 'https://explorer.gardia.zenrocklabs.io/account/${accountAddress}'
|
|
77
74
|
}],
|
|
78
|
-
logoURIs: {
|
|
79
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zenrocktestnet/images/zenrock.png'
|
|
80
|
-
},
|
|
81
75
|
keywords: ['mpc', 'testnet']
|
|
82
76
|
};
|
|
83
77
|
export default info;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const info = {
|
|
2
2
|
$schema: '../../assetlist.schema.json',
|
|
3
3
|
chainName: 'zigchaintestnet',
|
|
4
|
-
assets: [
|
|
4
|
+
assets: [
|
|
5
|
+
{
|
|
5
6
|
description: 'The native token of ZIGChain',
|
|
6
7
|
denomUnits: [
|
|
7
8
|
{
|
|
@@ -48,6 +49,98 @@ const info = {
|
|
|
48
49
|
discord: 'https://discord.com/invite/zignaly-the-better-way-to-invest-in-crypto-486954374845956097',
|
|
49
50
|
medium: 'https://medium.com/zignaly'
|
|
50
51
|
}
|
|
51
|
-
}
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
description: 'Staked Zig Token by Valdora Finance - Decentralized staking with stZIG',
|
|
55
|
+
denomUnits: [{
|
|
56
|
+
denom: 'coin.zig1q5cuxuekvjdsl3l2t87jv83gdwjryc4hmh8s90y7mwgpyfwkqutsy9tqak.stzig',
|
|
57
|
+
exponent: 0
|
|
58
|
+
}, {
|
|
59
|
+
denom: 'stzig',
|
|
60
|
+
exponent: 6
|
|
61
|
+
}],
|
|
62
|
+
base: 'coin.zig1q5cuxuekvjdsl3l2t87jv83gdwjryc4hmh8s90y7mwgpyfwkqutsy9tqak.stzig',
|
|
63
|
+
name: 'Staked Zig',
|
|
64
|
+
display: 'stzig',
|
|
65
|
+
symbol: 'STZIG',
|
|
66
|
+
logoURIs: {
|
|
67
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/stzig.png',
|
|
68
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/stzig.svg'
|
|
69
|
+
},
|
|
70
|
+
images: [{
|
|
71
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/stzig.png',
|
|
72
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/stzig.svg'
|
|
73
|
+
}],
|
|
74
|
+
typeAsset: 'sdk.coin',
|
|
75
|
+
socials: {
|
|
76
|
+
website: 'https://dev.valdora.finance',
|
|
77
|
+
twitter: 'https://x.com/Valdora_finance',
|
|
78
|
+
telegram: 'https://t.me/ValdoraWarriors',
|
|
79
|
+
discord: 'http://discord.gg/valdora'
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
description: 'Noble USDC on ZIGChain',
|
|
84
|
+
denomUnits: [{
|
|
85
|
+
denom: 'ibc/8E452E728A6598EEF051E63FFE49AF19004F5D2AA3F690413C2985660AAFD38F',
|
|
86
|
+
exponent: 0,
|
|
87
|
+
aliases: ['microusdc', 'uusdc']
|
|
88
|
+
}, {
|
|
89
|
+
denom: 'usdc',
|
|
90
|
+
exponent: 6
|
|
91
|
+
}],
|
|
92
|
+
typeAsset: 'ics20',
|
|
93
|
+
base: 'ibc/8E452E728A6598EEF051E63FFE49AF19004F5D2AA3F690413C2985660AAFD38F',
|
|
94
|
+
name: 'Noble USDC',
|
|
95
|
+
display: 'usdc',
|
|
96
|
+
symbol: 'USDC',
|
|
97
|
+
traces: [
|
|
98
|
+
{
|
|
99
|
+
type: 'synthetic',
|
|
100
|
+
counterparty: {
|
|
101
|
+
chainName: 'forex',
|
|
102
|
+
baseDenom: 'USD'
|
|
103
|
+
},
|
|
104
|
+
provider: 'Circle'
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
type: 'test-mintage',
|
|
108
|
+
counterparty: {
|
|
109
|
+
chainName: 'noble',
|
|
110
|
+
baseDenom: 'uusdc'
|
|
111
|
+
},
|
|
112
|
+
provider: 'Circle'
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
type: 'ibc',
|
|
116
|
+
counterparty: {
|
|
117
|
+
chainName: 'nobletestnet',
|
|
118
|
+
baseDenom: 'uusdc',
|
|
119
|
+
channelId: 'channel-664'
|
|
120
|
+
},
|
|
121
|
+
chain: {
|
|
122
|
+
channelId: 'channel-35',
|
|
123
|
+
path: 'transfer/channel-35/uusdc'
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
],
|
|
127
|
+
logoURIs: {
|
|
128
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
129
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
130
|
+
},
|
|
131
|
+
images: [{
|
|
132
|
+
imageSync: {
|
|
133
|
+
chainName: 'nobletestnet',
|
|
134
|
+
baseDenom: 'uusdc'
|
|
135
|
+
},
|
|
136
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
137
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
138
|
+
theme: {
|
|
139
|
+
circle: true
|
|
140
|
+
}
|
|
141
|
+
}],
|
|
142
|
+
coingeckoId: 'usd-coin'
|
|
143
|
+
}
|
|
144
|
+
]
|
|
52
145
|
};
|
|
53
146
|
export default info;
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
const info = [{
|
|
2
|
+
$schema: '../../ibc_data.schema.json',
|
|
3
|
+
chain1: {
|
|
4
|
+
chainName: 'axelartestnet',
|
|
5
|
+
clientId: '07-tendermint-1163',
|
|
6
|
+
connectionId: 'connection-916'
|
|
7
|
+
},
|
|
8
|
+
chain2: {
|
|
9
|
+
chainName: 'zigchaintestnet',
|
|
10
|
+
clientId: '07-tendermint-0',
|
|
11
|
+
connectionId: 'connection-0'
|
|
12
|
+
},
|
|
13
|
+
channels: [{
|
|
14
|
+
chain1: {
|
|
15
|
+
channelId: 'channel-612',
|
|
16
|
+
portId: 'transfer'
|
|
17
|
+
},
|
|
18
|
+
chain2: {
|
|
19
|
+
channelId: 'channel-0',
|
|
20
|
+
portId: 'transfer'
|
|
21
|
+
},
|
|
22
|
+
ordering: 'unordered',
|
|
23
|
+
version: 'ics20-1',
|
|
24
|
+
tags: {
|
|
25
|
+
status: 'live',
|
|
26
|
+
preferred: true
|
|
27
|
+
}
|
|
28
|
+
}]
|
|
29
|
+
}, {
|
|
30
|
+
$schema: '../../ibc_data.schema.json',
|
|
31
|
+
chain1: {
|
|
32
|
+
chainName: 'nobletestnet',
|
|
33
|
+
clientId: '07-tendermint-555',
|
|
34
|
+
connectionId: 'connection-507'
|
|
35
|
+
},
|
|
36
|
+
chain2: {
|
|
37
|
+
chainName: 'zigchaintestnet',
|
|
38
|
+
clientId: '07-tendermint-72',
|
|
39
|
+
connectionId: 'connection-52'
|
|
40
|
+
},
|
|
41
|
+
channels: [{
|
|
42
|
+
chain1: {
|
|
43
|
+
channelId: 'channel-664',
|
|
44
|
+
portId: 'transfer'
|
|
45
|
+
},
|
|
46
|
+
chain2: {
|
|
47
|
+
channelId: 'channel-35',
|
|
48
|
+
portId: 'transfer'
|
|
49
|
+
},
|
|
50
|
+
ordering: 'unordered',
|
|
51
|
+
version: 'ics20-1',
|
|
52
|
+
tags: {
|
|
53
|
+
status: 'live',
|
|
54
|
+
preferred: true
|
|
55
|
+
}
|
|
56
|
+
}]
|
|
57
|
+
}];
|
|
58
|
+
export default info;
|
|
@@ -85,10 +85,6 @@ const info = {
|
|
|
85
85
|
address: 'https://andromeda-rpc.stakerhouse.com:443',
|
|
86
86
|
provider: 'StakerHouse'
|
|
87
87
|
},
|
|
88
|
-
{
|
|
89
|
-
address: 'https://andromeda-rpc.highstakes.ch',
|
|
90
|
-
provider: 'High Stakes 🇨🇭'
|
|
91
|
-
},
|
|
92
88
|
{
|
|
93
89
|
address: 'https://andromeda-rpc.genznodes.dev',
|
|
94
90
|
provider: 'genznodes'
|
|
@@ -135,10 +131,6 @@ const info = {
|
|
|
135
131
|
address: 'https://andromeda-rest.stakerhouse.com:443',
|
|
136
132
|
provider: 'StakerHouse'
|
|
137
133
|
},
|
|
138
|
-
{
|
|
139
|
-
address: 'https://andromeda-api.highstakes.ch',
|
|
140
|
-
provider: 'High Stakes 🇨🇭'
|
|
141
|
-
},
|
|
142
134
|
{
|
|
143
135
|
address: 'https://andromeda-api.genznodes.dev',
|
|
144
136
|
provider: 'genznodes'
|
package/mainnet/aura/chain.js
CHANGED
|
@@ -118,10 +118,6 @@ const info = {
|
|
|
118
118
|
address: 'https://aura.rpc.srv.stakr.space',
|
|
119
119
|
provider: 'STAKR.space'
|
|
120
120
|
},
|
|
121
|
-
{
|
|
122
|
-
address: 'https://aura-rpc.highstakes.ch',
|
|
123
|
-
provider: 'High Stakes 🇨🇭'
|
|
124
|
-
},
|
|
125
121
|
{
|
|
126
122
|
address: 'https://aura-rpc.noders.services',
|
|
127
123
|
provider: '[NODERS]TEAM'
|
|
@@ -180,10 +176,6 @@ const info = {
|
|
|
180
176
|
address: 'https://aura.api.srv.stakr.space',
|
|
181
177
|
provider: 'STAKR.space'
|
|
182
178
|
},
|
|
183
|
-
{
|
|
184
|
-
address: 'https://aura-api.highstakes.ch',
|
|
185
|
-
provider: 'High Stakes 🇨🇭'
|
|
186
|
-
},
|
|
187
179
|
{
|
|
188
180
|
address: 'https://aura-api.noders.services',
|
|
189
181
|
provider: '[NODERS]TEAM'
|
|
@@ -232,9 +232,6 @@ const info = {
|
|
|
232
232
|
name: 'uniBTC',
|
|
233
233
|
display: 'uniBTC',
|
|
234
234
|
symbol: 'uniBTC',
|
|
235
|
-
logoURIs: {
|
|
236
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uniBTC.png'
|
|
237
|
-
},
|
|
238
235
|
traces: [{
|
|
239
236
|
type: 'ibc',
|
|
240
237
|
counterparty: {
|
|
@@ -247,10 +244,7 @@ const info = {
|
|
|
247
244
|
path: 'transfer/channel-0/transfer/08-wasm-1369/0x004e9c3ef86bc1ca1f0bb5c7662861ee93350568'
|
|
248
245
|
}
|
|
249
246
|
}],
|
|
250
|
-
typeAsset: 'ics20'
|
|
251
|
-
images: [{
|
|
252
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uniBTC.png'
|
|
253
|
-
}]
|
|
247
|
+
typeAsset: 'ics20'
|
|
254
248
|
},
|
|
255
249
|
{
|
|
256
250
|
denomUnits: [{
|
|
@@ -264,9 +258,6 @@ const info = {
|
|
|
264
258
|
name: 'mBTC',
|
|
265
259
|
display: 'mBTC',
|
|
266
260
|
symbol: 'mBTC',
|
|
267
|
-
logoURIs: {
|
|
268
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/mbtc.png'
|
|
269
|
-
},
|
|
270
261
|
traces: [{
|
|
271
262
|
type: 'ibc',
|
|
272
263
|
counterparty: {
|
|
@@ -279,10 +270,7 @@ const info = {
|
|
|
279
270
|
path: 'transfer/channel-0/transfer/08-wasm-1369/0xbdf245957992bfbc62b07e344128a1eec7b7ee3f'
|
|
280
271
|
}
|
|
281
272
|
}],
|
|
282
|
-
typeAsset: 'ics20'
|
|
283
|
-
images: [{
|
|
284
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/mbtc.png'
|
|
285
|
-
}]
|
|
273
|
+
typeAsset: 'ics20'
|
|
286
274
|
},
|
|
287
275
|
{
|
|
288
276
|
denomUnits: [{
|
|
@@ -297,7 +285,7 @@ const info = {
|
|
|
297
285
|
display: 'LBTC',
|
|
298
286
|
symbol: 'LBTC',
|
|
299
287
|
logoURIs: {
|
|
300
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/
|
|
288
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.svg'
|
|
301
289
|
},
|
|
302
290
|
traces: [{
|
|
303
291
|
type: 'ibc',
|
|
@@ -313,7 +301,7 @@ const info = {
|
|
|
313
301
|
}],
|
|
314
302
|
typeAsset: 'ics20',
|
|
315
303
|
images: [{
|
|
316
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/
|
|
304
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.svg'
|
|
317
305
|
}]
|
|
318
306
|
},
|
|
319
307
|
{
|
|
@@ -365,7 +353,7 @@ const info = {
|
|
|
365
353
|
display: 'SolvBTC',
|
|
366
354
|
symbol: 'SolvBTC',
|
|
367
355
|
logoURIs: {
|
|
368
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/
|
|
356
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/solvBTC.png'
|
|
369
357
|
},
|
|
370
358
|
traces: [{
|
|
371
359
|
type: 'ibc',
|
|
@@ -381,7 +369,7 @@ const info = {
|
|
|
381
369
|
}],
|
|
382
370
|
typeAsset: 'ics20',
|
|
383
371
|
images: [{
|
|
384
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/
|
|
372
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/solvBTC.png'
|
|
385
373
|
}]
|
|
386
374
|
},
|
|
387
375
|
{
|
|
@@ -765,7 +753,7 @@ const info = {
|
|
|
765
753
|
display: 'mBTC',
|
|
766
754
|
symbol: 'mBTC',
|
|
767
755
|
logoURIs: {
|
|
768
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/
|
|
756
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mbtc.png'
|
|
769
757
|
},
|
|
770
758
|
typeAsset: 'cw20',
|
|
771
759
|
traces: [{
|
|
@@ -782,7 +770,7 @@ const info = {
|
|
|
782
770
|
}
|
|
783
771
|
}],
|
|
784
772
|
images: [{
|
|
785
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/
|
|
773
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mbtc.png'
|
|
786
774
|
}]
|
|
787
775
|
},
|
|
788
776
|
{
|
package/mainnet/gateway/chain.js
CHANGED
|
@@ -59,12 +59,6 @@ const info = {
|
|
|
59
59
|
theme: {
|
|
60
60
|
circle: false
|
|
61
61
|
}
|
|
62
|
-
}, {
|
|
63
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gateway/images/wormhole_circle.svg',
|
|
64
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gateway/images/wormhole_circle.png',
|
|
65
|
-
theme: {
|
|
66
|
-
circle: true
|
|
67
|
-
}
|
|
68
62
|
}],
|
|
69
63
|
logoURIs: {
|
|
70
64
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gateway/images/wormhole_icon.svg'
|
|
@@ -1861,15 +1861,7 @@ const info = {
|
|
|
1861
1861
|
base: 'factory/juno1vwmnqk0vyxc96qgffrure4nqxupjrql0zut8s02hadgp0n79r8xq5xdsxy/ARENA',
|
|
1862
1862
|
name: 'Arena Token',
|
|
1863
1863
|
display: 'arena',
|
|
1864
|
-
symbol: 'ARENA'
|
|
1865
|
-
images: [{
|
|
1866
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.svg',
|
|
1867
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png'
|
|
1868
|
-
}],
|
|
1869
|
-
logoURIs: {
|
|
1870
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png',
|
|
1871
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.svg'
|
|
1872
|
-
}
|
|
1864
|
+
symbol: 'ARENA'
|
|
1873
1865
|
},
|
|
1874
1866
|
{
|
|
1875
1867
|
description: 'ashWIND',
|
|
@@ -23,14 +23,6 @@ const info = {
|
|
|
23
23
|
name: 'LEFEEF',
|
|
24
24
|
display: 'lefeef',
|
|
25
25
|
symbol: 'LEFEEF',
|
|
26
|
-
logoURIs: {
|
|
27
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lefeef/images/lefeef.png',
|
|
28
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lefeef/images/lefeef.svg'
|
|
29
|
-
},
|
|
30
|
-
images: [{
|
|
31
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lefeef/images/lefeef.png',
|
|
32
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lefeef/images/lefeef.svg'
|
|
33
|
-
}],
|
|
34
26
|
socials: {
|
|
35
27
|
website: 'https://lefeef.net',
|
|
36
28
|
twitter: 'https://x.com/lefeef2024'
|
|
@@ -749,10 +749,10 @@ const info = {
|
|
|
749
749
|
display: 'uwhalex',
|
|
750
750
|
symbol: 'WHALEX',
|
|
751
751
|
logoURIs: {
|
|
752
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/
|
|
752
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/whaleX.png'
|
|
753
753
|
},
|
|
754
754
|
images: [{
|
|
755
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/
|
|
755
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/whaleX.png'
|
|
756
756
|
}],
|
|
757
757
|
traces: [{
|
|
758
758
|
type: 'liquid-stake',
|
|
@@ -927,7 +927,7 @@ const info = {
|
|
|
927
927
|
display: 'takumi',
|
|
928
928
|
symbol: 'TAKUMI',
|
|
929
929
|
images: [{
|
|
930
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/
|
|
930
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/takumi.png'
|
|
931
931
|
}],
|
|
932
932
|
typeAsset: 'sdk.coin'
|
|
933
933
|
},
|
package/mainnet/neutron/chain.js
CHANGED
|
@@ -274,25 +274,18 @@ const info = {
|
|
|
274
274
|
accountPage: 'https://mainnet.whispernode.com/neutron/account/${accountAddress}'
|
|
275
275
|
}
|
|
276
276
|
],
|
|
277
|
-
images: [
|
|
278
|
-
{
|
|
277
|
+
images: [{
|
|
279
278
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron-raw.png',
|
|
280
279
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron-raw.svg',
|
|
281
280
|
theme: {
|
|
282
281
|
circle: false
|
|
283
282
|
}
|
|
284
|
-
},
|
|
285
|
-
{
|
|
283
|
+
}, {
|
|
286
284
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
287
285
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
288
286
|
theme: {
|
|
289
287
|
circle: true
|
|
290
288
|
}
|
|
291
|
-
}
|
|
292
|
-
{
|
|
293
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron-black-logo.png',
|
|
294
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron-black-logo.svg'
|
|
295
|
-
}
|
|
296
|
-
]
|
|
289
|
+
}]
|
|
297
290
|
};
|
|
298
291
|
exports.default = info;
|
|
@@ -268,9 +268,6 @@ const info = {
|
|
|
268
268
|
theme: {
|
|
269
269
|
circle: true
|
|
270
270
|
}
|
|
271
|
-
}, {
|
|
272
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png',
|
|
273
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.svg'
|
|
274
271
|
}],
|
|
275
272
|
logoURIs: {
|
|
276
273
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png'
|
|
@@ -5338,12 +5338,10 @@ const info = {
|
|
|
5338
5338
|
display: 'scar',
|
|
5339
5339
|
symbol: 'SCAR',
|
|
5340
5340
|
logoURIs: {
|
|
5341
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/SCAR.png'
|
|
5342
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/SCAR.svg'
|
|
5341
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/SCAR.png'
|
|
5343
5342
|
},
|
|
5344
5343
|
images: [{
|
|
5345
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/SCAR.png'
|
|
5346
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/SCAR.svg'
|
|
5344
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/SCAR.png'
|
|
5347
5345
|
}],
|
|
5348
5346
|
typeAsset: 'sdk.coin'
|
|
5349
5347
|
}
|
package/mainnet/sunrise/chain.js
CHANGED
|
@@ -61,6 +61,10 @@ const info = {
|
|
|
61
61
|
address: 'https://a.consensus.sunrise-1.sunriselayer.io',
|
|
62
62
|
provider: 'Sunrise Team'
|
|
63
63
|
},
|
|
64
|
+
{
|
|
65
|
+
address: 'https://rpc-sunrise.infrasingularity.com',
|
|
66
|
+
provider: 'Infrasingularity'
|
|
67
|
+
},
|
|
64
68
|
{
|
|
65
69
|
address: 'https://sunrise-mainnet-rpc.mekonglabs.tech',
|
|
66
70
|
provider: 'MekongLabs'
|
|
@@ -2152,13 +2152,7 @@ const info = {
|
|
|
2152
2152
|
base: 'cw20:terra14lpnyzc9z4g3ugr4lhm8s4nle0tq8vcltkhzh7',
|
|
2153
2153
|
name: 'Staked Astroport Token',
|
|
2154
2154
|
display: 'xastro.cw20',
|
|
2155
|
-
symbol: 'xASTRO.cw20'
|
|
2156
|
-
logoURIs: {
|
|
2157
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xastro-cw20.svg'
|
|
2158
|
-
},
|
|
2159
|
-
images: [{
|
|
2160
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xastro-cw20.svg'
|
|
2161
|
-
}]
|
|
2155
|
+
symbol: 'xASTRO.cw20'
|
|
2162
2156
|
},
|
|
2163
2157
|
{
|
|
2164
2158
|
denomUnits: [{
|
package/noncosmos/asset-lists.js
CHANGED
|
@@ -73,6 +73,7 @@ const _solanatestnet = __importStar(require("./solanatestnet"));
|
|
|
73
73
|
const _tontestnet = __importStar(require("./tontestnet"));
|
|
74
74
|
const _xrpltestnet = __importStar(require("./xrpltestnet"));
|
|
75
75
|
const _ojotestnet = __importStar(require("./ojotestnet"));
|
|
76
|
+
const _tsc = __importStar(require("./tsc"));
|
|
76
77
|
const assetList = [
|
|
77
78
|
_picasso.assetList,
|
|
78
79
|
_composablepolkadot.assetList,
|
|
@@ -123,6 +124,7 @@ const assetList = [
|
|
|
123
124
|
_solanatestnet.assetList,
|
|
124
125
|
_tontestnet.assetList,
|
|
125
126
|
_xrpltestnet.assetList,
|
|
126
|
-
_ojotestnet.assetList
|
|
127
|
+
_ojotestnet.assetList,
|
|
128
|
+
_tsc.assetList
|
|
127
129
|
];
|
|
128
130
|
exports.default = assetList;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../assetlist.schema.json',
|
|
5
|
+
chainName: 'tsc',
|
|
6
|
+
assets: [{
|
|
7
|
+
description: 'The native token of the TSC chain.',
|
|
8
|
+
denomUnits: [{
|
|
9
|
+
denom: 'aTSC',
|
|
10
|
+
exponent: 0
|
|
11
|
+
}, {
|
|
12
|
+
denom: 'TSC',
|
|
13
|
+
exponent: 18
|
|
14
|
+
}],
|
|
15
|
+
typeAsset: 'sdk.coin',
|
|
16
|
+
base: 'aTSC',
|
|
17
|
+
name: 'TSC',
|
|
18
|
+
display: 'TSC',
|
|
19
|
+
symbol: 'TSC',
|
|
20
|
+
images: [{
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tsc/images/tsc.png'
|
|
22
|
+
}]
|
|
23
|
+
}]
|
|
24
|
+
};
|
|
25
|
+
exports.default = info;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const assetList: import("@chain-registry/types").AssetList;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.assetList = void 0;
|
|
7
|
+
const asset_list_1 = __importDefault(require("./asset-list"));
|
|
8
|
+
exports.assetList = asset_list_1.default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.66",
|
|
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.66"
|
|
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": "9348e5f08b1121f72ee8bfba4837df7200cea56d"
|
|
43
43
|
}
|
|
@@ -406,6 +406,35 @@ const info = [
|
|
|
406
406
|
status: 'live'
|
|
407
407
|
}
|
|
408
408
|
}]
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
$schema: '../../ibc_data.schema.json',
|
|
412
|
+
chain1: {
|
|
413
|
+
chainName: 'axelartestnet',
|
|
414
|
+
clientId: '07-tendermint-1163',
|
|
415
|
+
connectionId: 'connection-916'
|
|
416
|
+
},
|
|
417
|
+
chain2: {
|
|
418
|
+
chainName: 'zigchaintestnet',
|
|
419
|
+
clientId: '07-tendermint-0',
|
|
420
|
+
connectionId: 'connection-0'
|
|
421
|
+
},
|
|
422
|
+
channels: [{
|
|
423
|
+
chain1: {
|
|
424
|
+
channelId: 'channel-612',
|
|
425
|
+
portId: 'transfer'
|
|
426
|
+
},
|
|
427
|
+
chain2: {
|
|
428
|
+
channelId: 'channel-0',
|
|
429
|
+
portId: 'transfer'
|
|
430
|
+
},
|
|
431
|
+
ordering: 'unordered',
|
|
432
|
+
version: 'ics20-1',
|
|
433
|
+
tags: {
|
|
434
|
+
status: 'live',
|
|
435
|
+
preferred: true
|
|
436
|
+
}
|
|
437
|
+
}]
|
|
409
438
|
}
|
|
410
439
|
];
|
|
411
440
|
exports.default = info;
|