chain-registry 2.0.103 → 2.0.105
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/bitway/asset-list.js +108 -0
- package/esm/mainnet/bitway/chain.js +1 -1
- package/esm/mainnet/bitway/ibc-data.js +30 -0
- package/esm/mainnet/cosmoshub/ibc-data.js +31 -0
- package/esm/mainnet/ethereum/asset-list.js +0 -1
- package/esm/mainnet/kujira/asset-list.js +0 -1
- package/esm/mainnet/osmosis/asset-list.js +3 -6
- package/esm/mainnet/quicksilver/asset-list.js +0 -1
- package/esm/mainnet/secretnetwork/asset-list.js +0 -1
- package/esm/mainnet/sei/chain.js +0 -8
- package/esm/testnet/jackaltestnet2/chain.js +2 -8
- package/esm/testnet/osmosistestnet/asset-list.js +1 -2
- package/esm/testnet/quicksilvertestnet/asset-list.js +0 -1
- package/esm/testnet/seitestnet2/chain.js +0 -11
- package/mainnet/bitway/asset-list.js +108 -0
- package/mainnet/bitway/chain.js +1 -1
- package/mainnet/bitway/ibc-data.js +30 -0
- package/mainnet/cosmoshub/ibc-data.js +31 -0
- package/mainnet/ethereum/asset-list.js +0 -1
- package/mainnet/kujira/asset-list.js +0 -1
- package/mainnet/osmosis/asset-list.js +3 -6
- package/mainnet/quicksilver/asset-list.js +0 -1
- package/mainnet/secretnetwork/asset-list.js +0 -1
- package/mainnet/sei/chain.js +0 -8
- package/package.json +3 -3
- package/testnet/jackaltestnet2/chain.js +2 -8
- package/testnet/osmosistestnet/asset-list.js +1 -2
- package/testnet/quicksilvertestnet/asset-list.js +0 -1
- package/testnet/seitestnet2/chain.js +0 -11
|
@@ -103,6 +103,114 @@ const info = {
|
|
|
103
103
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
104
104
|
},
|
|
105
105
|
coingeckoId: 'usd-coin'
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
description: 'Tether USD via Eureka',
|
|
109
|
+
denomUnits: [{
|
|
110
|
+
denom: 'ibc/F03F09579E9B70EBE7801B6541502C6BC71609ED2642E69FB5FE59CCC56D7BF1',
|
|
111
|
+
exponent: 0
|
|
112
|
+
}, {
|
|
113
|
+
denom: 'usdt',
|
|
114
|
+
exponent: 6
|
|
115
|
+
}],
|
|
116
|
+
typeAsset: 'ics20',
|
|
117
|
+
base: 'ibc/F03F09579E9B70EBE7801B6541502C6BC71609ED2642E69FB5FE59CCC56D7BF1',
|
|
118
|
+
name: 'Tether USD',
|
|
119
|
+
display: 'usdt',
|
|
120
|
+
symbol: 'USDT',
|
|
121
|
+
traces: [{
|
|
122
|
+
type: 'ibc-bridge',
|
|
123
|
+
counterparty: {
|
|
124
|
+
chainName: 'ethereum',
|
|
125
|
+
baseDenom: '0xdac17f958d2ee523a2206206994597c13d831ec7',
|
|
126
|
+
channelId: 'channel-0'
|
|
127
|
+
},
|
|
128
|
+
chain: {
|
|
129
|
+
channelId: '08-wasm-1369',
|
|
130
|
+
path: 'transfer/08-wasm-1369/0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
131
|
+
},
|
|
132
|
+
provider: 'Eureka'
|
|
133
|
+
}, {
|
|
134
|
+
type: 'ibc',
|
|
135
|
+
counterparty: {
|
|
136
|
+
chainName: 'cosmoshub',
|
|
137
|
+
baseDenom: 'ibc/E7E51FFF94A8B55BE84CEB0345E5CAF0A5DAEB374C6806CE908098B8996C7782',
|
|
138
|
+
channelId: 'channel-1556'
|
|
139
|
+
},
|
|
140
|
+
chain: {
|
|
141
|
+
channelId: 'channel-14',
|
|
142
|
+
path: 'transfer/channel-14/transfer/08-wasm-1369/0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
143
|
+
}
|
|
144
|
+
}],
|
|
145
|
+
images: [{
|
|
146
|
+
imageSync: {
|
|
147
|
+
chainName: 'ethereum',
|
|
148
|
+
baseDenom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
149
|
+
},
|
|
150
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
151
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
152
|
+
theme: {
|
|
153
|
+
circle: true
|
|
154
|
+
}
|
|
155
|
+
}],
|
|
156
|
+
logoURIs: {
|
|
157
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
158
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
159
|
+
}
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
description: 'Ether via Eureka',
|
|
163
|
+
denomUnits: [{
|
|
164
|
+
denom: 'ibc/5F5E7D25BBAD0BB09FCE567C75EC8527590CA8AC5F947BAF8E533FBF7E270A44',
|
|
165
|
+
exponent: 0
|
|
166
|
+
}, {
|
|
167
|
+
denom: 'eth',
|
|
168
|
+
exponent: 18
|
|
169
|
+
}],
|
|
170
|
+
typeAsset: 'ics20',
|
|
171
|
+
base: 'ibc/5F5E7D25BBAD0BB09FCE567C75EC8527590CA8AC5F947BAF8E533FBF7E270A44',
|
|
172
|
+
name: 'Ethereum',
|
|
173
|
+
display: 'eth',
|
|
174
|
+
symbol: 'ETH',
|
|
175
|
+
traces: [{
|
|
176
|
+
type: 'ibc-bridge',
|
|
177
|
+
counterparty: {
|
|
178
|
+
chainName: 'ethereum',
|
|
179
|
+
baseDenom: '0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2',
|
|
180
|
+
channelId: 'channel-0'
|
|
181
|
+
},
|
|
182
|
+
chain: {
|
|
183
|
+
channelId: '08-wasm-1369',
|
|
184
|
+
path: 'transfer/08-wasm-1369/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2'
|
|
185
|
+
},
|
|
186
|
+
provider: 'Eureka'
|
|
187
|
+
}, {
|
|
188
|
+
type: 'ibc',
|
|
189
|
+
counterparty: {
|
|
190
|
+
chainName: 'cosmoshub',
|
|
191
|
+
baseDenom: 'ibc/C0B53D3D23827AE38058BED0BDCD554229278AF530A8D265FCF6DFF7C4B2ADFF',
|
|
192
|
+
channelId: 'channel-1556'
|
|
193
|
+
},
|
|
194
|
+
chain: {
|
|
195
|
+
channelId: 'channel-14',
|
|
196
|
+
path: 'transfer/channel-14/transfer/08-wasm-1369/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2'
|
|
197
|
+
}
|
|
198
|
+
}],
|
|
199
|
+
images: [{
|
|
200
|
+
imageSync: {
|
|
201
|
+
chainName: 'ethereum',
|
|
202
|
+
baseDenom: 'wei'
|
|
203
|
+
},
|
|
204
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
205
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
206
|
+
theme: {
|
|
207
|
+
circle: true
|
|
208
|
+
}
|
|
209
|
+
}],
|
|
210
|
+
logoURIs: {
|
|
211
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
212
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
213
|
+
}
|
|
106
214
|
}
|
|
107
215
|
]
|
|
108
216
|
};
|
|
@@ -1,4 +1,34 @@
|
|
|
1
1
|
const info = [{
|
|
2
|
+
$schema: '../ibc_data.schema.json',
|
|
3
|
+
chain1: {
|
|
4
|
+
chainName: 'bitway',
|
|
5
|
+
chainId: 'bitway-1',
|
|
6
|
+
clientId: '07-tendermint-31',
|
|
7
|
+
connectionId: 'connection-15'
|
|
8
|
+
},
|
|
9
|
+
chain2: {
|
|
10
|
+
chainName: 'cosmoshub',
|
|
11
|
+
chainId: 'cosmoshub-4',
|
|
12
|
+
clientId: '07-tendermint-1440',
|
|
13
|
+
connectionId: 'connection-1178'
|
|
14
|
+
},
|
|
15
|
+
channels: [{
|
|
16
|
+
chain1: {
|
|
17
|
+
channelId: 'channel-14',
|
|
18
|
+
portId: 'transfer'
|
|
19
|
+
},
|
|
20
|
+
chain2: {
|
|
21
|
+
channelId: 'channel-1556',
|
|
22
|
+
portId: 'transfer'
|
|
23
|
+
},
|
|
24
|
+
ordering: 'unordered',
|
|
25
|
+
version: 'ics20-1',
|
|
26
|
+
tags: {
|
|
27
|
+
preferred: true,
|
|
28
|
+
status: 'ACTIVE'
|
|
29
|
+
}
|
|
30
|
+
}]
|
|
31
|
+
}, {
|
|
2
32
|
$schema: '../ibc_data.schema.json',
|
|
3
33
|
chain1: {
|
|
4
34
|
chainName: 'bitway',
|
|
@@ -362,6 +362,37 @@ const info = [
|
|
|
362
362
|
}
|
|
363
363
|
}]
|
|
364
364
|
},
|
|
365
|
+
{
|
|
366
|
+
$schema: '../ibc_data.schema.json',
|
|
367
|
+
chain1: {
|
|
368
|
+
chainName: 'bitway',
|
|
369
|
+
chainId: 'bitway-1',
|
|
370
|
+
clientId: '07-tendermint-31',
|
|
371
|
+
connectionId: 'connection-15'
|
|
372
|
+
},
|
|
373
|
+
chain2: {
|
|
374
|
+
chainName: 'cosmoshub',
|
|
375
|
+
chainId: 'cosmoshub-4',
|
|
376
|
+
clientId: '07-tendermint-1440',
|
|
377
|
+
connectionId: 'connection-1178'
|
|
378
|
+
},
|
|
379
|
+
channels: [{
|
|
380
|
+
chain1: {
|
|
381
|
+
channelId: 'channel-14',
|
|
382
|
+
portId: 'transfer'
|
|
383
|
+
},
|
|
384
|
+
chain2: {
|
|
385
|
+
channelId: 'channel-1556',
|
|
386
|
+
portId: 'transfer'
|
|
387
|
+
},
|
|
388
|
+
ordering: 'unordered',
|
|
389
|
+
version: 'ics20-1',
|
|
390
|
+
tags: {
|
|
391
|
+
preferred: true,
|
|
392
|
+
status: 'ACTIVE'
|
|
393
|
+
}
|
|
394
|
+
}]
|
|
395
|
+
},
|
|
365
396
|
{
|
|
366
397
|
$schema: '../ibc_data.schema.json',
|
|
367
398
|
chain1: {
|
|
@@ -1036,7 +1036,6 @@ const info = {
|
|
|
1036
1036
|
},
|
|
1037
1037
|
provider: 'Frax'
|
|
1038
1038
|
}],
|
|
1039
|
-
coingeckoId: 'staked-frax',
|
|
1040
1039
|
images: [{
|
|
1041
1040
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrax.png',
|
|
1042
1041
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrax.svg'
|
|
@@ -44,7 +44,6 @@ const info = {
|
|
|
44
44
|
name: 'USK',
|
|
45
45
|
display: 'usk',
|
|
46
46
|
symbol: 'USK',
|
|
47
|
-
coingeckoId: 'usk',
|
|
48
47
|
logoURIs: {
|
|
49
48
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.png',
|
|
50
49
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg'
|
|
@@ -4961,8 +4961,7 @@ const info = {
|
|
|
4961
4961
|
},
|
|
4962
4962
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.png',
|
|
4963
4963
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg'
|
|
4964
|
-
}]
|
|
4965
|
-
coingeckoId: 'usk'
|
|
4964
|
+
}]
|
|
4966
4965
|
},
|
|
4967
4966
|
{
|
|
4968
4967
|
description: 'Staking and governance coin for the Unification Blockchain',
|
|
@@ -5211,8 +5210,7 @@ const info = {
|
|
|
5211
5210
|
},
|
|
5212
5211
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.png',
|
|
5213
5212
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.svg'
|
|
5214
|
-
}]
|
|
5215
|
-
coingeckoId: 'sienna'
|
|
5213
|
+
}]
|
|
5216
5214
|
},
|
|
5217
5215
|
{
|
|
5218
5216
|
description: 'The native token cw20 for SCRT Staking Derivatives on Secret Network',
|
|
@@ -6522,8 +6520,7 @@ const info = {
|
|
|
6522
6520
|
baseDenom: 'uqck'
|
|
6523
6521
|
},
|
|
6524
6522
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
|
|
6525
|
-
}]
|
|
6526
|
-
coingeckoId: 'quicksilver'
|
|
6523
|
+
}]
|
|
6527
6524
|
},
|
|
6528
6525
|
{
|
|
6529
6526
|
description: 'The native token of Arkhadian',
|
|
@@ -20,7 +20,6 @@ const info = {
|
|
|
20
20
|
logoURIs: {
|
|
21
21
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
|
|
22
22
|
},
|
|
23
|
-
coingeckoId: 'quicksilver',
|
|
24
23
|
images: [{
|
|
25
24
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
|
|
26
25
|
}],
|
|
@@ -48,7 +48,6 @@ const info = {
|
|
|
48
48
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.png',
|
|
49
49
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.svg'
|
|
50
50
|
},
|
|
51
|
-
coingeckoId: 'sienna',
|
|
52
51
|
images: [{
|
|
53
52
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.png',
|
|
54
53
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.svg'
|
package/esm/mainnet/sei/chain.js
CHANGED
|
@@ -73,10 +73,6 @@ const info = {
|
|
|
73
73
|
address: 'https://sei-rpc.polkachu.com',
|
|
74
74
|
provider: 'polkachu.com'
|
|
75
75
|
},
|
|
76
|
-
{
|
|
77
|
-
address: 'https://sei-rpc.brocha.in',
|
|
78
|
-
provider: 'Brochain'
|
|
79
|
-
},
|
|
80
76
|
{
|
|
81
77
|
address: 'https://rpc-sei.stingray.plus',
|
|
82
78
|
provider: 'StingRay'
|
|
@@ -111,10 +107,6 @@ const info = {
|
|
|
111
107
|
address: 'https://sei-api.polkachu.com',
|
|
112
108
|
provider: 'polkachu.com'
|
|
113
109
|
},
|
|
114
|
-
{
|
|
115
|
-
address: 'https://sei-rest.brocha.in',
|
|
116
|
-
provider: 'Brochain'
|
|
117
|
-
},
|
|
118
110
|
{
|
|
119
111
|
address: 'https://api-sei.stingray.plus',
|
|
120
112
|
provider: 'StingRay'
|
|
@@ -31,14 +31,8 @@ const info = {
|
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
apis: {
|
|
34
|
-
rpc: [
|
|
35
|
-
|
|
36
|
-
provider: 'Brochain'
|
|
37
|
-
}],
|
|
38
|
-
rest: [{
|
|
39
|
-
address: 'https://jackal-testnet-v4-rest.brocha.in',
|
|
40
|
-
provider: 'Brochain'
|
|
41
|
-
}],
|
|
34
|
+
rpc: [],
|
|
35
|
+
rest: [],
|
|
42
36
|
grpc: []
|
|
43
37
|
},
|
|
44
38
|
explorers: [{
|
|
@@ -509,8 +509,7 @@ const info = {
|
|
|
509
509
|
baseDenom: 'uqck'
|
|
510
510
|
},
|
|
511
511
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
|
|
512
|
-
}]
|
|
513
|
-
coingeckoId: 'quicksilver'
|
|
512
|
+
}]
|
|
514
513
|
},
|
|
515
514
|
{
|
|
516
515
|
description: 'The XPRT token is primarily a governance token for the Persistence chain.',
|
|
@@ -32,16 +32,10 @@ const info = {
|
|
|
32
32
|
},
|
|
33
33
|
apis: {
|
|
34
34
|
rpc: [{
|
|
35
|
-
address: 'https://sei-testnet-2-rpc.brocha.in',
|
|
36
|
-
provider: 'Brochain'
|
|
37
|
-
}, {
|
|
38
35
|
address: 'https://rpc-testnet-sei.stingray.plus',
|
|
39
36
|
provider: 'StingRay'
|
|
40
37
|
}],
|
|
41
38
|
rest: [{
|
|
42
|
-
address: 'https://sei-testnet-2-rest.brocha.in',
|
|
43
|
-
provider: 'Brochain'
|
|
44
|
-
}, {
|
|
45
39
|
address: 'https://api-testnet-sei.stingray.plus',
|
|
46
40
|
provider: 'StingRay'
|
|
47
41
|
}],
|
|
@@ -69,11 +63,6 @@ const info = {
|
|
|
69
63
|
kind: 'explorers.guru',
|
|
70
64
|
url: 'https://testnet.sei.explorers.guru',
|
|
71
65
|
txPage: 'https://testnet.sei.explorers.guru/transaction/${txHash}'
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
kind: 'Brochain',
|
|
75
|
-
url: 'https://testnet-explorer.brocha.in/sei%20atlantic%202',
|
|
76
|
-
txPage: 'https://testnet-explorer.brocha.in/sei%20atlantic%202/tx/${txHash}'
|
|
77
66
|
}
|
|
78
67
|
]
|
|
79
68
|
};
|
|
@@ -105,6 +105,114 @@ const info = {
|
|
|
105
105
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
106
106
|
},
|
|
107
107
|
coingeckoId: 'usd-coin'
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
description: 'Tether USD via Eureka',
|
|
111
|
+
denomUnits: [{
|
|
112
|
+
denom: 'ibc/F03F09579E9B70EBE7801B6541502C6BC71609ED2642E69FB5FE59CCC56D7BF1',
|
|
113
|
+
exponent: 0
|
|
114
|
+
}, {
|
|
115
|
+
denom: 'usdt',
|
|
116
|
+
exponent: 6
|
|
117
|
+
}],
|
|
118
|
+
typeAsset: 'ics20',
|
|
119
|
+
base: 'ibc/F03F09579E9B70EBE7801B6541502C6BC71609ED2642E69FB5FE59CCC56D7BF1',
|
|
120
|
+
name: 'Tether USD',
|
|
121
|
+
display: 'usdt',
|
|
122
|
+
symbol: 'USDT',
|
|
123
|
+
traces: [{
|
|
124
|
+
type: 'ibc-bridge',
|
|
125
|
+
counterparty: {
|
|
126
|
+
chainName: 'ethereum',
|
|
127
|
+
baseDenom: '0xdac17f958d2ee523a2206206994597c13d831ec7',
|
|
128
|
+
channelId: 'channel-0'
|
|
129
|
+
},
|
|
130
|
+
chain: {
|
|
131
|
+
channelId: '08-wasm-1369',
|
|
132
|
+
path: 'transfer/08-wasm-1369/0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
133
|
+
},
|
|
134
|
+
provider: 'Eureka'
|
|
135
|
+
}, {
|
|
136
|
+
type: 'ibc',
|
|
137
|
+
counterparty: {
|
|
138
|
+
chainName: 'cosmoshub',
|
|
139
|
+
baseDenom: 'ibc/E7E51FFF94A8B55BE84CEB0345E5CAF0A5DAEB374C6806CE908098B8996C7782',
|
|
140
|
+
channelId: 'channel-1556'
|
|
141
|
+
},
|
|
142
|
+
chain: {
|
|
143
|
+
channelId: 'channel-14',
|
|
144
|
+
path: 'transfer/channel-14/transfer/08-wasm-1369/0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
145
|
+
}
|
|
146
|
+
}],
|
|
147
|
+
images: [{
|
|
148
|
+
imageSync: {
|
|
149
|
+
chainName: 'ethereum',
|
|
150
|
+
baseDenom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
151
|
+
},
|
|
152
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
153
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
154
|
+
theme: {
|
|
155
|
+
circle: true
|
|
156
|
+
}
|
|
157
|
+
}],
|
|
158
|
+
logoURIs: {
|
|
159
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
160
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
161
|
+
}
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
description: 'Ether via Eureka',
|
|
165
|
+
denomUnits: [{
|
|
166
|
+
denom: 'ibc/5F5E7D25BBAD0BB09FCE567C75EC8527590CA8AC5F947BAF8E533FBF7E270A44',
|
|
167
|
+
exponent: 0
|
|
168
|
+
}, {
|
|
169
|
+
denom: 'eth',
|
|
170
|
+
exponent: 18
|
|
171
|
+
}],
|
|
172
|
+
typeAsset: 'ics20',
|
|
173
|
+
base: 'ibc/5F5E7D25BBAD0BB09FCE567C75EC8527590CA8AC5F947BAF8E533FBF7E270A44',
|
|
174
|
+
name: 'Ethereum',
|
|
175
|
+
display: 'eth',
|
|
176
|
+
symbol: 'ETH',
|
|
177
|
+
traces: [{
|
|
178
|
+
type: 'ibc-bridge',
|
|
179
|
+
counterparty: {
|
|
180
|
+
chainName: 'ethereum',
|
|
181
|
+
baseDenom: '0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2',
|
|
182
|
+
channelId: 'channel-0'
|
|
183
|
+
},
|
|
184
|
+
chain: {
|
|
185
|
+
channelId: '08-wasm-1369',
|
|
186
|
+
path: 'transfer/08-wasm-1369/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2'
|
|
187
|
+
},
|
|
188
|
+
provider: 'Eureka'
|
|
189
|
+
}, {
|
|
190
|
+
type: 'ibc',
|
|
191
|
+
counterparty: {
|
|
192
|
+
chainName: 'cosmoshub',
|
|
193
|
+
baseDenom: 'ibc/C0B53D3D23827AE38058BED0BDCD554229278AF530A8D265FCF6DFF7C4B2ADFF',
|
|
194
|
+
channelId: 'channel-1556'
|
|
195
|
+
},
|
|
196
|
+
chain: {
|
|
197
|
+
channelId: 'channel-14',
|
|
198
|
+
path: 'transfer/channel-14/transfer/08-wasm-1369/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2'
|
|
199
|
+
}
|
|
200
|
+
}],
|
|
201
|
+
images: [{
|
|
202
|
+
imageSync: {
|
|
203
|
+
chainName: 'ethereum',
|
|
204
|
+
baseDenom: 'wei'
|
|
205
|
+
},
|
|
206
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
207
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
208
|
+
theme: {
|
|
209
|
+
circle: true
|
|
210
|
+
}
|
|
211
|
+
}],
|
|
212
|
+
logoURIs: {
|
|
213
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
214
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
215
|
+
}
|
|
108
216
|
}
|
|
109
217
|
]
|
|
110
218
|
};
|
package/mainnet/bitway/chain.js
CHANGED
|
@@ -1,6 +1,36 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const info = [{
|
|
4
|
+
$schema: '../ibc_data.schema.json',
|
|
5
|
+
chain1: {
|
|
6
|
+
chainName: 'bitway',
|
|
7
|
+
chainId: 'bitway-1',
|
|
8
|
+
clientId: '07-tendermint-31',
|
|
9
|
+
connectionId: 'connection-15'
|
|
10
|
+
},
|
|
11
|
+
chain2: {
|
|
12
|
+
chainName: 'cosmoshub',
|
|
13
|
+
chainId: 'cosmoshub-4',
|
|
14
|
+
clientId: '07-tendermint-1440',
|
|
15
|
+
connectionId: 'connection-1178'
|
|
16
|
+
},
|
|
17
|
+
channels: [{
|
|
18
|
+
chain1: {
|
|
19
|
+
channelId: 'channel-14',
|
|
20
|
+
portId: 'transfer'
|
|
21
|
+
},
|
|
22
|
+
chain2: {
|
|
23
|
+
channelId: 'channel-1556',
|
|
24
|
+
portId: 'transfer'
|
|
25
|
+
},
|
|
26
|
+
ordering: 'unordered',
|
|
27
|
+
version: 'ics20-1',
|
|
28
|
+
tags: {
|
|
29
|
+
preferred: true,
|
|
30
|
+
status: 'ACTIVE'
|
|
31
|
+
}
|
|
32
|
+
}]
|
|
33
|
+
}, {
|
|
4
34
|
$schema: '../ibc_data.schema.json',
|
|
5
35
|
chain1: {
|
|
6
36
|
chainName: 'bitway',
|
|
@@ -364,6 +364,37 @@ const info = [
|
|
|
364
364
|
}
|
|
365
365
|
}]
|
|
366
366
|
},
|
|
367
|
+
{
|
|
368
|
+
$schema: '../ibc_data.schema.json',
|
|
369
|
+
chain1: {
|
|
370
|
+
chainName: 'bitway',
|
|
371
|
+
chainId: 'bitway-1',
|
|
372
|
+
clientId: '07-tendermint-31',
|
|
373
|
+
connectionId: 'connection-15'
|
|
374
|
+
},
|
|
375
|
+
chain2: {
|
|
376
|
+
chainName: 'cosmoshub',
|
|
377
|
+
chainId: 'cosmoshub-4',
|
|
378
|
+
clientId: '07-tendermint-1440',
|
|
379
|
+
connectionId: 'connection-1178'
|
|
380
|
+
},
|
|
381
|
+
channels: [{
|
|
382
|
+
chain1: {
|
|
383
|
+
channelId: 'channel-14',
|
|
384
|
+
portId: 'transfer'
|
|
385
|
+
},
|
|
386
|
+
chain2: {
|
|
387
|
+
channelId: 'channel-1556',
|
|
388
|
+
portId: 'transfer'
|
|
389
|
+
},
|
|
390
|
+
ordering: 'unordered',
|
|
391
|
+
version: 'ics20-1',
|
|
392
|
+
tags: {
|
|
393
|
+
preferred: true,
|
|
394
|
+
status: 'ACTIVE'
|
|
395
|
+
}
|
|
396
|
+
}]
|
|
397
|
+
},
|
|
367
398
|
{
|
|
368
399
|
$schema: '../ibc_data.schema.json',
|
|
369
400
|
chain1: {
|
|
@@ -1038,7 +1038,6 @@ const info = {
|
|
|
1038
1038
|
},
|
|
1039
1039
|
provider: 'Frax'
|
|
1040
1040
|
}],
|
|
1041
|
-
coingeckoId: 'staked-frax',
|
|
1042
1041
|
images: [{
|
|
1043
1042
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrax.png',
|
|
1044
1043
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrax.svg'
|
|
@@ -46,7 +46,6 @@ const info = {
|
|
|
46
46
|
name: 'USK',
|
|
47
47
|
display: 'usk',
|
|
48
48
|
symbol: 'USK',
|
|
49
|
-
coingeckoId: 'usk',
|
|
50
49
|
logoURIs: {
|
|
51
50
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.png',
|
|
52
51
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg'
|
|
@@ -4963,8 +4963,7 @@ const info = {
|
|
|
4963
4963
|
},
|
|
4964
4964
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.png',
|
|
4965
4965
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg'
|
|
4966
|
-
}]
|
|
4967
|
-
coingeckoId: 'usk'
|
|
4966
|
+
}]
|
|
4968
4967
|
},
|
|
4969
4968
|
{
|
|
4970
4969
|
description: 'Staking and governance coin for the Unification Blockchain',
|
|
@@ -5213,8 +5212,7 @@ const info = {
|
|
|
5213
5212
|
},
|
|
5214
5213
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.png',
|
|
5215
5214
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.svg'
|
|
5216
|
-
}]
|
|
5217
|
-
coingeckoId: 'sienna'
|
|
5215
|
+
}]
|
|
5218
5216
|
},
|
|
5219
5217
|
{
|
|
5220
5218
|
description: 'The native token cw20 for SCRT Staking Derivatives on Secret Network',
|
|
@@ -6524,8 +6522,7 @@ const info = {
|
|
|
6524
6522
|
baseDenom: 'uqck'
|
|
6525
6523
|
},
|
|
6526
6524
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
|
|
6527
|
-
}]
|
|
6528
|
-
coingeckoId: 'quicksilver'
|
|
6525
|
+
}]
|
|
6529
6526
|
},
|
|
6530
6527
|
{
|
|
6531
6528
|
description: 'The native token of Arkhadian',
|
|
@@ -22,7 +22,6 @@ const info = {
|
|
|
22
22
|
logoURIs: {
|
|
23
23
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
|
|
24
24
|
},
|
|
25
|
-
coingeckoId: 'quicksilver',
|
|
26
25
|
images: [{
|
|
27
26
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
|
|
28
27
|
}],
|
|
@@ -50,7 +50,6 @@ const info = {
|
|
|
50
50
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.png',
|
|
51
51
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.svg'
|
|
52
52
|
},
|
|
53
|
-
coingeckoId: 'sienna',
|
|
54
53
|
images: [{
|
|
55
54
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.png',
|
|
56
55
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.svg'
|
package/mainnet/sei/chain.js
CHANGED
|
@@ -75,10 +75,6 @@ const info = {
|
|
|
75
75
|
address: 'https://sei-rpc.polkachu.com',
|
|
76
76
|
provider: 'polkachu.com'
|
|
77
77
|
},
|
|
78
|
-
{
|
|
79
|
-
address: 'https://sei-rpc.brocha.in',
|
|
80
|
-
provider: 'Brochain'
|
|
81
|
-
},
|
|
82
78
|
{
|
|
83
79
|
address: 'https://rpc-sei.stingray.plus',
|
|
84
80
|
provider: 'StingRay'
|
|
@@ -113,10 +109,6 @@ const info = {
|
|
|
113
109
|
address: 'https://sei-api.polkachu.com',
|
|
114
110
|
provider: 'polkachu.com'
|
|
115
111
|
},
|
|
116
|
-
{
|
|
117
|
-
address: 'https://sei-rest.brocha.in',
|
|
118
|
-
provider: 'Brochain'
|
|
119
|
-
},
|
|
120
112
|
{
|
|
121
113
|
address: 'https://api-sei.stingray.plus',
|
|
122
114
|
provider: 'StingRay'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.105",
|
|
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.105"
|
|
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": "127f3527df0f1191825038f57cedaff5df5d1b2a"
|
|
43
43
|
}
|
|
@@ -33,14 +33,8 @@ const info = {
|
|
|
33
33
|
}
|
|
34
34
|
},
|
|
35
35
|
apis: {
|
|
36
|
-
rpc: [
|
|
37
|
-
|
|
38
|
-
provider: 'Brochain'
|
|
39
|
-
}],
|
|
40
|
-
rest: [{
|
|
41
|
-
address: 'https://jackal-testnet-v4-rest.brocha.in',
|
|
42
|
-
provider: 'Brochain'
|
|
43
|
-
}],
|
|
36
|
+
rpc: [],
|
|
37
|
+
rest: [],
|
|
44
38
|
grpc: []
|
|
45
39
|
},
|
|
46
40
|
explorers: [{
|
|
@@ -511,8 +511,7 @@ const info = {
|
|
|
511
511
|
baseDenom: 'uqck'
|
|
512
512
|
},
|
|
513
513
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
|
|
514
|
-
}]
|
|
515
|
-
coingeckoId: 'quicksilver'
|
|
514
|
+
}]
|
|
516
515
|
},
|
|
517
516
|
{
|
|
518
517
|
description: 'The XPRT token is primarily a governance token for the Persistence chain.',
|
|
@@ -34,16 +34,10 @@ const info = {
|
|
|
34
34
|
},
|
|
35
35
|
apis: {
|
|
36
36
|
rpc: [{
|
|
37
|
-
address: 'https://sei-testnet-2-rpc.brocha.in',
|
|
38
|
-
provider: 'Brochain'
|
|
39
|
-
}, {
|
|
40
37
|
address: 'https://rpc-testnet-sei.stingray.plus',
|
|
41
38
|
provider: 'StingRay'
|
|
42
39
|
}],
|
|
43
40
|
rest: [{
|
|
44
|
-
address: 'https://sei-testnet-2-rest.brocha.in',
|
|
45
|
-
provider: 'Brochain'
|
|
46
|
-
}, {
|
|
47
41
|
address: 'https://api-testnet-sei.stingray.plus',
|
|
48
42
|
provider: 'StingRay'
|
|
49
43
|
}],
|
|
@@ -71,11 +65,6 @@ const info = {
|
|
|
71
65
|
kind: 'explorers.guru',
|
|
72
66
|
url: 'https://testnet.sei.explorers.guru',
|
|
73
67
|
txPage: 'https://testnet.sei.explorers.guru/transaction/${txHash}'
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
kind: 'Brochain',
|
|
77
|
-
url: 'https://testnet-explorer.brocha.in/sei%20atlantic%202',
|
|
78
|
-
txPage: 'https://testnet-explorer.brocha.in/sei%20atlantic%202/tx/${txHash}'
|
|
79
68
|
}
|
|
80
69
|
]
|
|
81
70
|
};
|