chain-registry 1.69.122 → 1.69.124
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/devnet/bitcannadevnet2/assets.js +8 -0
- package/devnet/impacthubdevnet/assets.js +8 -0
- package/esm/devnet/bitcannadevnet2/assets.js +8 -0
- package/esm/devnet/impacthubdevnet/assets.js +8 -0
- package/esm/mainnet/axelar/ibc.js +29 -0
- package/esm/mainnet/cheqd/chain.js +10 -10
- package/esm/mainnet/coreum/assets.js +0 -1
- package/esm/mainnet/kimanetwork/assets.js +2 -2
- package/esm/mainnet/kimanetwork/chain.js +9 -6
- package/esm/mainnet/mantrachain/assets.js +43 -0
- package/esm/mainnet/mantrachain/chain.js +8 -12
- package/esm/mainnet/mantrachain/ibc.js +29 -0
- package/esm/mainnet/noble/ibc.js +29 -0
- package/esm/mainnet/osmosis/assets.js +125 -0
- package/esm/mainnet/routerchain/ibc.js +35 -3
- package/esm/mainnet/sidechain/chain.js +6 -0
- package/esm/noncosmos/avalanchetestnet/assets.js +8 -0
- package/esm/noncosmos/binancesmartchaintestnet/assets.js +8 -0
- package/esm/noncosmos/ethereumtestnet/assets.js +8 -0
- package/esm/noncosmos/moonbeamtestnet/assets.js +8 -0
- package/esm/noncosmos/polkadottestnet/assets.js +8 -0
- package/esm/noncosmos/polygontestnet/assets.js +8 -0
- package/esm/testnet/assets.js +3 -1
- package/esm/testnet/axelartestnet/assets.js +8 -0
- package/esm/testnet/bitcannadevnet/assets.js +8 -0
- package/esm/testnet/chains.js +3 -1
- package/esm/testnet/cheqdtestnet/assets.js +8 -0
- package/esm/testnet/cheqdtestnet/chain.js +9 -9
- package/esm/testnet/coreumtestnet/assets.js +8 -0
- package/esm/testnet/fetchhubtestnet/assets.js +8 -0
- package/esm/testnet/injectivetestnet/assets.js +8 -0
- package/esm/testnet/kimanetworktestnet/assets.js +2 -2
- package/esm/testnet/kimanetworktestnet/chain.js +22 -10
- package/esm/testnet/mantrachaintestnet2/chain.js +1 -1
- package/esm/testnet/named.js +1 -0
- package/esm/testnet/osmosistestnet/assets.js +16 -0
- package/esm/testnet/persistencetestnet/assets.js +8 -0
- package/esm/testnet/persistencetestnet2/assets.js +8 -0
- package/esm/testnet/quicksilvertestnet/assets.js +8 -0
- package/esm/testnet/secretnetworktestnet/assets.js +8 -0
- package/esm/testnet/stargazetestnet/assets.js +8 -0
- package/esm/testnet/terra2testnet/assets.js +8 -0
- package/esm/testnet/xplatestnet/assets.js +8 -0
- package/esm/testnet/zigchaintestnet/assets.js +53 -0
- package/esm/testnet/zigchaintestnet/chain.js +55 -0
- package/esm/testnet/zigchaintestnet/index.js +4 -0
- package/mainnet/axelar/ibc.js +29 -0
- package/mainnet/cheqd/chain.js +10 -10
- package/mainnet/coreum/assets.js +0 -1
- package/mainnet/kimanetwork/assets.js +2 -2
- package/mainnet/kimanetwork/chain.js +9 -6
- package/mainnet/mantrachain/assets.js +43 -0
- package/mainnet/mantrachain/chain.js +8 -12
- package/mainnet/mantrachain/ibc.js +29 -0
- package/mainnet/noble/ibc.js +29 -0
- package/mainnet/osmosis/assets.js +125 -0
- package/mainnet/routerchain/ibc.js +35 -3
- package/mainnet/sidechain/chain.js +6 -0
- package/noncosmos/avalanchetestnet/assets.js +8 -0
- package/noncosmos/binancesmartchaintestnet/assets.js +8 -0
- package/noncosmos/ethereumtestnet/assets.js +8 -0
- package/noncosmos/moonbeamtestnet/assets.js +8 -0
- package/noncosmos/polkadottestnet/assets.js +8 -0
- package/noncosmos/polygontestnet/assets.js +8 -0
- package/package.json +4 -4
- package/testnet/assets.js +3 -1
- package/testnet/axelartestnet/assets.js +8 -0
- package/testnet/bitcannadevnet/assets.js +8 -0
- package/testnet/chains.js +3 -1
- package/testnet/cheqdtestnet/assets.js +8 -0
- package/testnet/cheqdtestnet/chain.js +9 -9
- package/testnet/coreumtestnet/assets.js +8 -0
- package/testnet/fetchhubtestnet/assets.js +8 -0
- package/testnet/injectivetestnet/assets.js +8 -0
- package/testnet/kimanetworktestnet/assets.js +2 -2
- package/testnet/kimanetworktestnet/chain.js +22 -10
- package/testnet/mantrachaintestnet2/chain.js +1 -1
- package/testnet/named.d.ts +1 -0
- package/testnet/named.js +2 -1
- package/testnet/osmosistestnet/assets.js +16 -0
- package/testnet/persistencetestnet/assets.js +8 -0
- package/testnet/persistencetestnet2/assets.js +8 -0
- package/testnet/quicksilvertestnet/assets.js +8 -0
- package/testnet/secretnetworktestnet/assets.js +8 -0
- package/testnet/stargazetestnet/assets.js +8 -0
- package/testnet/terra2testnet/assets.js +8 -0
- package/testnet/xplatestnet/assets.js +8 -0
- package/testnet/zigchaintestnet/assets.d.ts +3 -0
- package/testnet/zigchaintestnet/assets.js +55 -0
- package/testnet/zigchaintestnet/chain.d.ts +3 -0
- package/testnet/zigchaintestnet/chain.js +57 -0
- package/testnet/zigchaintestnet/index.d.ts +2 -0
- package/testnet/zigchaintestnet/index.js +10 -0
|
@@ -277,6 +277,49 @@ const info = {
|
|
|
277
277
|
primary_color_hex: '#db2777'
|
|
278
278
|
}
|
|
279
279
|
}]
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
description: 'The native token of Axelar',
|
|
283
|
+
denom_units: [{
|
|
284
|
+
denom: 'ibc/3E35008738AC049C9C1A1E37F785E947A8DAA9811B3EA3B25580664294056151',
|
|
285
|
+
exponent: 0,
|
|
286
|
+
aliases: ['uaxl']
|
|
287
|
+
}, {
|
|
288
|
+
denom: 'axl',
|
|
289
|
+
exponent: 6
|
|
290
|
+
}],
|
|
291
|
+
type_asset: 'ics20',
|
|
292
|
+
base: 'ibc/3E35008738AC049C9C1A1E37F785E947A8DAA9811B3EA3B25580664294056151',
|
|
293
|
+
name: 'Axelar',
|
|
294
|
+
display: 'axl',
|
|
295
|
+
symbol: 'AXL',
|
|
296
|
+
traces: [{
|
|
297
|
+
type: 'ibc',
|
|
298
|
+
counterparty: {
|
|
299
|
+
chain_name: 'axelar',
|
|
300
|
+
base_denom: 'uaxl',
|
|
301
|
+
channel_id: 'channel-170'
|
|
302
|
+
},
|
|
303
|
+
chain: {
|
|
304
|
+
channel_id: 'channel-6',
|
|
305
|
+
path: 'transfer/channel-6/uaxl'
|
|
306
|
+
}
|
|
307
|
+
}],
|
|
308
|
+
logo_URIs: {
|
|
309
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
310
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
311
|
+
},
|
|
312
|
+
images: [{
|
|
313
|
+
image_sync: {
|
|
314
|
+
chain_name: 'axelar',
|
|
315
|
+
base_denom: 'uaxl'
|
|
316
|
+
},
|
|
317
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
318
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg',
|
|
319
|
+
theme: {
|
|
320
|
+
primary_color_hex: '#040404'
|
|
321
|
+
}
|
|
322
|
+
}]
|
|
280
323
|
}
|
|
281
324
|
]
|
|
282
325
|
};
|
|
@@ -18,7 +18,7 @@ const info = {
|
|
|
18
18
|
denom: 'uom',
|
|
19
19
|
fixed_min_gas_price: 0.01,
|
|
20
20
|
low_gas_price: 0.01,
|
|
21
|
-
average_gas_price: 0.
|
|
21
|
+
average_gas_price: 0.01,
|
|
22
22
|
high_gas_price: 0.03
|
|
23
23
|
}]
|
|
24
24
|
},
|
|
@@ -29,29 +29,25 @@ const info = {
|
|
|
29
29
|
},
|
|
30
30
|
codebase: {
|
|
31
31
|
git_repo: 'https://github.com/MANTRA-Chain/mantrachain',
|
|
32
|
-
recommended_version: '
|
|
33
|
-
compatible_versions: [
|
|
34
|
-
'v1.0.3',
|
|
35
|
-
'v1.0.1',
|
|
36
|
-
'v1.0.0',
|
|
37
|
-
'v1.0.0-rc3'
|
|
38
|
-
],
|
|
32
|
+
recommended_version: 'v2.0.0',
|
|
33
|
+
compatible_versions: ['v2.0.0'],
|
|
39
34
|
consensus: {
|
|
40
35
|
type: 'cometbft',
|
|
41
36
|
version: 'v0.38.15'
|
|
42
37
|
},
|
|
43
38
|
sdk: {
|
|
44
39
|
type: 'cosmos',
|
|
45
|
-
version: 'v0.50.
|
|
46
|
-
repo: 'https://github.com/MANTRA-Chain/cosmos-sdk'
|
|
40
|
+
version: 'v0.50.11',
|
|
41
|
+
repo: 'https://github.com/MANTRA-Chain/cosmos-sdk',
|
|
42
|
+
tag: 'v0.50.11-v2-mantra-1'
|
|
47
43
|
},
|
|
48
44
|
cosmwasm: {
|
|
49
|
-
version: 'v0.
|
|
45
|
+
version: 'v0.54.0',
|
|
50
46
|
enabled: true
|
|
51
47
|
},
|
|
52
48
|
ibc: {
|
|
53
49
|
type: 'go',
|
|
54
|
-
version: 'v8.5.
|
|
50
|
+
version: 'v8.5.2'
|
|
55
51
|
},
|
|
56
52
|
genesis: {
|
|
57
53
|
genesis_url: 'https://raw.githubusercontent.com/MANTRA-Chain/mantrachain/refs/heads/main/networks/mantra-1/genesis.json'
|
|
@@ -1,6 +1,35 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const info = [
|
|
4
|
+
{
|
|
5
|
+
$schema: '../ibc_data.schema.json',
|
|
6
|
+
chain_1: {
|
|
7
|
+
chain_name: 'axelar',
|
|
8
|
+
client_id: '07-tendermint-237',
|
|
9
|
+
connection_id: 'connection-227'
|
|
10
|
+
},
|
|
11
|
+
chain_2: {
|
|
12
|
+
chain_name: 'mantrachain',
|
|
13
|
+
client_id: '07-tendermint-6',
|
|
14
|
+
connection_id: 'connection-6'
|
|
15
|
+
},
|
|
16
|
+
channels: [{
|
|
17
|
+
chain_1: {
|
|
18
|
+
channel_id: 'channel-170',
|
|
19
|
+
port_id: 'transfer'
|
|
20
|
+
},
|
|
21
|
+
chain_2: {
|
|
22
|
+
channel_id: 'channel-6',
|
|
23
|
+
port_id: 'transfer'
|
|
24
|
+
},
|
|
25
|
+
ordering: 'unordered',
|
|
26
|
+
version: 'ics20-1',
|
|
27
|
+
tags: {
|
|
28
|
+
status: 'live',
|
|
29
|
+
preferred: true
|
|
30
|
+
}
|
|
31
|
+
}]
|
|
32
|
+
},
|
|
4
33
|
{
|
|
5
34
|
$schema: '../ibc_data.schema.json',
|
|
6
35
|
chain_1: {
|
package/mainnet/noble/ibc.js
CHANGED
|
@@ -1017,6 +1017,35 @@ const info = [
|
|
|
1017
1017
|
}
|
|
1018
1018
|
}]
|
|
1019
1019
|
},
|
|
1020
|
+
{
|
|
1021
|
+
$schema: '../ibc_data.schema.json',
|
|
1022
|
+
chain_1: {
|
|
1023
|
+
chain_name: 'noble',
|
|
1024
|
+
client_id: '07-tendermint-136',
|
|
1025
|
+
connection_id: 'connection-132'
|
|
1026
|
+
},
|
|
1027
|
+
chain_2: {
|
|
1028
|
+
chain_name: 'routerchain',
|
|
1029
|
+
client_id: '07-tendermint-16',
|
|
1030
|
+
connection_id: 'connection-17'
|
|
1031
|
+
},
|
|
1032
|
+
channels: [{
|
|
1033
|
+
chain_1: {
|
|
1034
|
+
channel_id: 'channel-119',
|
|
1035
|
+
port_id: 'transfer'
|
|
1036
|
+
},
|
|
1037
|
+
chain_2: {
|
|
1038
|
+
channel_id: 'channel-13',
|
|
1039
|
+
port_id: 'transfer'
|
|
1040
|
+
},
|
|
1041
|
+
ordering: 'unordered',
|
|
1042
|
+
version: 'ics20-1',
|
|
1043
|
+
tags: {
|
|
1044
|
+
status: 'live',
|
|
1045
|
+
preferred: true
|
|
1046
|
+
}
|
|
1047
|
+
}]
|
|
1048
|
+
},
|
|
1020
1049
|
{
|
|
1021
1050
|
$schema: '../ibc_data.schema.json',
|
|
1022
1051
|
chain_1: {
|
|
@@ -23254,6 +23254,131 @@ const info = {
|
|
|
23254
23254
|
twitter: 'https://x.com/instantnoodlesinc'
|
|
23255
23255
|
},
|
|
23256
23256
|
keywords: ['meme']
|
|
23257
|
+
},
|
|
23258
|
+
{
|
|
23259
|
+
description: 'An alloy of DYDX asset variants on Osmosis.',
|
|
23260
|
+
extended_description: 'Multiple DYDX variants on Osmosis comprise the liquidity backing of a tokenized transmuter pool to create an alloy of DYDX.',
|
|
23261
|
+
denom_units: [{
|
|
23262
|
+
denom: 'factory/osmo1zem8r6dv6u38f6qpg546zy30946av8h5srgug0s4gcyy6cfecf3seac083/alloyed/allDYDX',
|
|
23263
|
+
exponent: 0
|
|
23264
|
+
}, {
|
|
23265
|
+
denom: 'allDYDX',
|
|
23266
|
+
exponent: 12
|
|
23267
|
+
}],
|
|
23268
|
+
type_asset: 'sdk.coin',
|
|
23269
|
+
address: 'osmo1zem8r6dv6u38f6qpg546zy30946av8h5srgug0s4gcyy6cfecf3seac083',
|
|
23270
|
+
base: 'factory/osmo1zem8r6dv6u38f6qpg546zy30946av8h5srgug0s4gcyy6cfecf3seac083/alloyed/allDYDX',
|
|
23271
|
+
name: 'dYdX',
|
|
23272
|
+
display: 'allDYDX',
|
|
23273
|
+
symbol: 'DYDX',
|
|
23274
|
+
traces: [{
|
|
23275
|
+
type: 'synthetic',
|
|
23276
|
+
counterparty: {
|
|
23277
|
+
chain_name: 'dydx',
|
|
23278
|
+
base_denom: 'adydx'
|
|
23279
|
+
},
|
|
23280
|
+
provider: 'Osmosis'
|
|
23281
|
+
}],
|
|
23282
|
+
logo_URIs: {
|
|
23283
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
|
|
23284
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
|
|
23285
|
+
},
|
|
23286
|
+
images: [{
|
|
23287
|
+
image_sync: {
|
|
23288
|
+
chain_name: 'dydx',
|
|
23289
|
+
base_denom: 'adydx'
|
|
23290
|
+
},
|
|
23291
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
|
|
23292
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg',
|
|
23293
|
+
theme: {
|
|
23294
|
+
primary_color_hex: '#21212f'
|
|
23295
|
+
}
|
|
23296
|
+
}, {
|
|
23297
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx-circle.svg',
|
|
23298
|
+
theme: {
|
|
23299
|
+
circle: true
|
|
23300
|
+
}
|
|
23301
|
+
}]
|
|
23302
|
+
},
|
|
23303
|
+
{
|
|
23304
|
+
description: 'An alloy of FET asset variants on Osmosis.',
|
|
23305
|
+
extended_description: 'Multiple FET variants on Osmosis comprise the liquidity backing of a tokenized transmuter pool to create an alloy of FET.',
|
|
23306
|
+
denom_units: [{
|
|
23307
|
+
denom: 'factory/osmo1mdvn6lmykp2z345ncpf647dztslyll8cyhwj9pltrc0lf7nva3cqvrp6qs/alloyed/allFET',
|
|
23308
|
+
exponent: 0
|
|
23309
|
+
}, {
|
|
23310
|
+
denom: 'allFET',
|
|
23311
|
+
exponent: 12
|
|
23312
|
+
}],
|
|
23313
|
+
type_asset: 'sdk.coin',
|
|
23314
|
+
address: 'osmo1mdvn6lmykp2z345ncpf647dztslyll8cyhwj9pltrc0lf7nva3cqvrp6qs',
|
|
23315
|
+
base: 'factory/osmo1mdvn6lmykp2z345ncpf647dztslyll8cyhwj9pltrc0lf7nva3cqvrp6qs/alloyed/allFET',
|
|
23316
|
+
name: 'fetch-ai',
|
|
23317
|
+
display: 'allFET',
|
|
23318
|
+
symbol: 'FET',
|
|
23319
|
+
traces: [{
|
|
23320
|
+
type: 'synthetic',
|
|
23321
|
+
counterparty: {
|
|
23322
|
+
chain_name: 'fetchhub',
|
|
23323
|
+
base_denom: 'afet'
|
|
23324
|
+
},
|
|
23325
|
+
provider: 'Osmosis'
|
|
23326
|
+
}],
|
|
23327
|
+
logo_URIs: {
|
|
23328
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.png',
|
|
23329
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.svg'
|
|
23330
|
+
},
|
|
23331
|
+
images: [{
|
|
23332
|
+
image_sync: {
|
|
23333
|
+
chain_name: 'fetchhub',
|
|
23334
|
+
base_denom: 'afet'
|
|
23335
|
+
},
|
|
23336
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.png',
|
|
23337
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.svg',
|
|
23338
|
+
theme: {
|
|
23339
|
+
primary_color_hex: '#1c2444'
|
|
23340
|
+
}
|
|
23341
|
+
}]
|
|
23342
|
+
},
|
|
23343
|
+
{
|
|
23344
|
+
description: 'An alloy of AIOZ asset variants on Osmosis.',
|
|
23345
|
+
extended_description: 'Multiple AIOZ variants on Osmosis comprise the liquidity backing of a tokenized transmuter pool to create an alloy of AIOZ.',
|
|
23346
|
+
denom_units: [{
|
|
23347
|
+
denom: 'factory/osmo17ceugf0nnkk228k2sulemn0s9pl3yg554462eexxs3pgq8p629us98gqae/alloyed/allAIOZ',
|
|
23348
|
+
exponent: 0
|
|
23349
|
+
}, {
|
|
23350
|
+
denom: 'allAIOZ',
|
|
23351
|
+
exponent: 12
|
|
23352
|
+
}],
|
|
23353
|
+
type_asset: 'sdk.coin',
|
|
23354
|
+
address: 'osmo17ceugf0nnkk228k2sulemn0s9pl3yg554462eexxs3pgq8p629us98gqae',
|
|
23355
|
+
base: 'factory/osmo17ceugf0nnkk228k2sulemn0s9pl3yg554462eexxs3pgq8p629us98gqae/alloyed/allAIOZ',
|
|
23356
|
+
name: 'AIOZ',
|
|
23357
|
+
display: 'allAIOZ',
|
|
23358
|
+
symbol: 'AIOZ',
|
|
23359
|
+
traces: [{
|
|
23360
|
+
type: 'synthetic',
|
|
23361
|
+
counterparty: {
|
|
23362
|
+
chain_name: 'aioz',
|
|
23363
|
+
base_denom: 'attoaioz'
|
|
23364
|
+
},
|
|
23365
|
+
provider: 'Osmosis'
|
|
23366
|
+
}],
|
|
23367
|
+
logo_URIs: {
|
|
23368
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.png',
|
|
23369
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.svg'
|
|
23370
|
+
},
|
|
23371
|
+
images: [{
|
|
23372
|
+
image_sync: {
|
|
23373
|
+
chain_name: 'aioz',
|
|
23374
|
+
base_denom: 'attoaioz'
|
|
23375
|
+
},
|
|
23376
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.png',
|
|
23377
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.svg',
|
|
23378
|
+
theme: {
|
|
23379
|
+
primary_color_hex: '#24241c'
|
|
23380
|
+
}
|
|
23381
|
+
}]
|
|
23257
23382
|
}
|
|
23258
23383
|
]
|
|
23259
23384
|
};
|
|
@@ -1,6 +1,36 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const info = [
|
|
3
|
+
const info = [
|
|
4
|
+
{
|
|
5
|
+
$schema: '../ibc_data.schema.json',
|
|
6
|
+
chain_1: {
|
|
7
|
+
chain_name: 'noble',
|
|
8
|
+
client_id: '07-tendermint-136',
|
|
9
|
+
connection_id: 'connection-132'
|
|
10
|
+
},
|
|
11
|
+
chain_2: {
|
|
12
|
+
chain_name: 'routerchain',
|
|
13
|
+
client_id: '07-tendermint-16',
|
|
14
|
+
connection_id: 'connection-17'
|
|
15
|
+
},
|
|
16
|
+
channels: [{
|
|
17
|
+
chain_1: {
|
|
18
|
+
channel_id: 'channel-119',
|
|
19
|
+
port_id: 'transfer'
|
|
20
|
+
},
|
|
21
|
+
chain_2: {
|
|
22
|
+
channel_id: 'channel-13',
|
|
23
|
+
port_id: 'transfer'
|
|
24
|
+
},
|
|
25
|
+
ordering: 'unordered',
|
|
26
|
+
version: 'ics20-1',
|
|
27
|
+
tags: {
|
|
28
|
+
status: 'live',
|
|
29
|
+
preferred: true
|
|
30
|
+
}
|
|
31
|
+
}]
|
|
32
|
+
},
|
|
33
|
+
{
|
|
4
34
|
$schema: '../ibc_data.schema.json',
|
|
5
35
|
chain_1: {
|
|
6
36
|
chain_name: 'osmosis',
|
|
@@ -43,7 +73,8 @@ const info = [{
|
|
|
43
73
|
preferred: true
|
|
44
74
|
}
|
|
45
75
|
}]
|
|
46
|
-
},
|
|
76
|
+
},
|
|
77
|
+
{
|
|
47
78
|
$schema: '../ibc_data.schema.json',
|
|
48
79
|
chain_1: {
|
|
49
80
|
chain_name: 'routerchain',
|
|
@@ -71,5 +102,6 @@ const info = [{
|
|
|
71
102
|
preferred: true
|
|
72
103
|
}
|
|
73
104
|
}]
|
|
74
|
-
}
|
|
105
|
+
}
|
|
106
|
+
];
|
|
75
107
|
exports.default = info;
|
|
@@ -21,6 +21,12 @@ const info = {
|
|
|
21
21
|
low_gas_price: 0.0006,
|
|
22
22
|
average_gas_price: 0.0008,
|
|
23
23
|
high_gas_price: 0.001
|
|
24
|
+
}, {
|
|
25
|
+
denom: 'sat',
|
|
26
|
+
fixed_min_gas_price: 0.000001,
|
|
27
|
+
low_gas_price: 0.000001,
|
|
28
|
+
average_gas_price: 0.0000015,
|
|
29
|
+
high_gas_price: 0.000002
|
|
24
30
|
}]
|
|
25
31
|
},
|
|
26
32
|
staking: {
|
|
@@ -18,6 +18,14 @@ const info = {
|
|
|
18
18
|
name: 'Avalanche',
|
|
19
19
|
display: 'avax',
|
|
20
20
|
symbol: 'AVAX',
|
|
21
|
+
traces: [{
|
|
22
|
+
type: 'test-mintage',
|
|
23
|
+
counterparty: {
|
|
24
|
+
chain_name: 'avalanche',
|
|
25
|
+
base_denom: 'wei'
|
|
26
|
+
},
|
|
27
|
+
provider: 'Avalanche'
|
|
28
|
+
}],
|
|
21
29
|
logo_URIs: {
|
|
22
30
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/avax.png',
|
|
23
31
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/avax.svg'
|
|
@@ -18,6 +18,14 @@ const info = {
|
|
|
18
18
|
name: 'Binance Coin',
|
|
19
19
|
display: 'bnb',
|
|
20
20
|
symbol: 'BNB',
|
|
21
|
+
traces: [{
|
|
22
|
+
type: 'test-mintage',
|
|
23
|
+
counterparty: {
|
|
24
|
+
chain_name: 'binancesmartchain',
|
|
25
|
+
base_denom: 'wei'
|
|
26
|
+
},
|
|
27
|
+
provider: 'Binance Smart Chain'
|
|
28
|
+
}],
|
|
21
29
|
logo_URIs: {
|
|
22
30
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.png',
|
|
23
31
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.svg'
|
|
@@ -26,6 +26,14 @@ const info = {
|
|
|
26
26
|
name: 'Ether',
|
|
27
27
|
display: 'eth',
|
|
28
28
|
symbol: 'ETH',
|
|
29
|
+
traces: [{
|
|
30
|
+
type: 'test-mintage',
|
|
31
|
+
counterparty: {
|
|
32
|
+
chain_name: 'ethereum',
|
|
33
|
+
base_denom: 'wei'
|
|
34
|
+
},
|
|
35
|
+
provider: 'Ethereum'
|
|
36
|
+
}],
|
|
29
37
|
logo_URIs: {
|
|
30
38
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
|
|
31
39
|
},
|
|
@@ -20,6 +20,14 @@ const info = {
|
|
|
20
20
|
name: 'Glimmer',
|
|
21
21
|
display: 'GLMR',
|
|
22
22
|
symbol: 'GLMR',
|
|
23
|
+
traces: [{
|
|
24
|
+
type: 'test-mintage',
|
|
25
|
+
counterparty: {
|
|
26
|
+
chain_name: 'moonbeam',
|
|
27
|
+
base_denom: 'Wei'
|
|
28
|
+
},
|
|
29
|
+
provider: 'Moonbeam'
|
|
30
|
+
}],
|
|
23
31
|
logo_URIs: {
|
|
24
32
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.svg'
|
|
25
33
|
},
|
|
@@ -49,6 +49,14 @@ const info = {
|
|
|
49
49
|
name: 'Polkadot',
|
|
50
50
|
display: 'DOT',
|
|
51
51
|
symbol: 'DOT',
|
|
52
|
+
traces: [{
|
|
53
|
+
type: 'test-mintage',
|
|
54
|
+
counterparty: {
|
|
55
|
+
chain_name: 'polkadot',
|
|
56
|
+
base_denom: 'Planck'
|
|
57
|
+
},
|
|
58
|
+
provider: 'Polkadot'
|
|
59
|
+
}],
|
|
52
60
|
logo_URIs: {
|
|
53
61
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.svg'
|
|
54
62
|
},
|
|
@@ -19,6 +19,14 @@ const info = {
|
|
|
19
19
|
name: 'Matic',
|
|
20
20
|
display: 'matic',
|
|
21
21
|
symbol: 'MATIC',
|
|
22
|
+
traces: [{
|
|
23
|
+
type: 'test-mintage',
|
|
24
|
+
counterparty: {
|
|
25
|
+
chain_name: 'polygon',
|
|
26
|
+
base_denom: 'wei'
|
|
27
|
+
},
|
|
28
|
+
provider: 'Polygon'
|
|
29
|
+
}],
|
|
22
30
|
logo_URIs: {
|
|
23
31
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic.png',
|
|
24
32
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic.svg'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.69.
|
|
3
|
+
"version": "1.69.124",
|
|
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,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.51.
|
|
32
|
+
"@chain-registry/utils": "^1.51.72",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.72"
|
|
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": "f683d398c674a55f1e29bc8c455be293f81a4a29"
|
|
47
47
|
}
|
package/testnet/assets.js
CHANGED
|
@@ -147,6 +147,7 @@ const _xiontestnet2 = __importStar(require("./xiontestnet2"));
|
|
|
147
147
|
const _xplatestnet = __importStar(require("./xplatestnet"));
|
|
148
148
|
const _zenrocktestnet = __importStar(require("./zenrocktestnet"));
|
|
149
149
|
const _zetachaintestnet = __importStar(require("./zetachaintestnet"));
|
|
150
|
+
const _zigchaintestnet = __importStar(require("./zigchaintestnet"));
|
|
150
151
|
const assets = [
|
|
151
152
|
_airchainstestnet.assets,
|
|
152
153
|
_akashtestnet.assets,
|
|
@@ -271,6 +272,7 @@ const assets = [
|
|
|
271
272
|
_xiontestnet2.assets,
|
|
272
273
|
_xplatestnet.assets,
|
|
273
274
|
_zenrocktestnet.assets,
|
|
274
|
-
_zetachaintestnet.assets
|
|
275
|
+
_zetachaintestnet.assets,
|
|
276
|
+
_zigchaintestnet.assets
|
|
275
277
|
];
|
|
276
278
|
exports.default = assets;
|
|
@@ -17,6 +17,14 @@ const info = {
|
|
|
17
17
|
name: 'Axelar',
|
|
18
18
|
display: 'axl',
|
|
19
19
|
symbol: 'AXL',
|
|
20
|
+
traces: [{
|
|
21
|
+
type: 'test-mintage',
|
|
22
|
+
counterparty: {
|
|
23
|
+
chain_name: 'axelar',
|
|
24
|
+
base_denom: 'uaxl'
|
|
25
|
+
},
|
|
26
|
+
provider: 'Axelar'
|
|
27
|
+
}],
|
|
20
28
|
logo_URIs: {
|
|
21
29
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
22
30
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
@@ -16,6 +16,14 @@ const info = {
|
|
|
16
16
|
display: 'bcna',
|
|
17
17
|
name: 'BitCanna',
|
|
18
18
|
symbol: 'BCNA',
|
|
19
|
+
traces: [{
|
|
20
|
+
type: 'test-mintage',
|
|
21
|
+
counterparty: {
|
|
22
|
+
chain_name: 'bitcanna',
|
|
23
|
+
base_denom: 'ubcna'
|
|
24
|
+
},
|
|
25
|
+
provider: 'Bitcanna'
|
|
26
|
+
}],
|
|
19
27
|
logo_URIs: {
|
|
20
28
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/bitcannadevnet/images/bcna.png',
|
|
21
29
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/bitcannadevnet/images/bcna.svg'
|
package/testnet/chains.js
CHANGED
|
@@ -147,6 +147,7 @@ const _xiontestnet2 = __importStar(require("./xiontestnet2"));
|
|
|
147
147
|
const _xplatestnet = __importStar(require("./xplatestnet"));
|
|
148
148
|
const _zenrocktestnet = __importStar(require("./zenrocktestnet"));
|
|
149
149
|
const _zetachaintestnet = __importStar(require("./zetachaintestnet"));
|
|
150
|
+
const _zigchaintestnet = __importStar(require("./zigchaintestnet"));
|
|
150
151
|
const chains = [
|
|
151
152
|
_airchainstestnet.chain,
|
|
152
153
|
_akashtestnet.chain,
|
|
@@ -271,6 +272,7 @@ const chains = [
|
|
|
271
272
|
_xiontestnet2.chain,
|
|
272
273
|
_xplatestnet.chain,
|
|
273
274
|
_zenrocktestnet.chain,
|
|
274
|
-
_zetachaintestnet.chain
|
|
275
|
+
_zetachaintestnet.chain,
|
|
276
|
+
_zigchaintestnet.chain
|
|
275
277
|
];
|
|
276
278
|
exports.default = chains;
|
|
@@ -16,6 +16,14 @@ const info = {
|
|
|
16
16
|
display: 'cheq',
|
|
17
17
|
name: 'cheqd',
|
|
18
18
|
symbol: 'CHEQ',
|
|
19
|
+
traces: [{
|
|
20
|
+
type: 'test-mintage',
|
|
21
|
+
counterparty: {
|
|
22
|
+
chain_name: 'cheqd',
|
|
23
|
+
base_denom: 'ncheq'
|
|
24
|
+
},
|
|
25
|
+
provider: 'Cheqd'
|
|
26
|
+
}],
|
|
19
27
|
logo_URIs: {
|
|
20
28
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/cheqdtestnet/images/cheq.png',
|
|
21
29
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/cheqdtestnet/images/cheq.svg'
|
|
@@ -16,20 +16,20 @@ const info = {
|
|
|
16
16
|
fee_tokens: [{
|
|
17
17
|
denom: 'ncheq',
|
|
18
18
|
fixed_min_gas_price: 5000,
|
|
19
|
-
low_gas_price:
|
|
20
|
-
average_gas_price:
|
|
21
|
-
high_gas_price:
|
|
19
|
+
low_gas_price: 5000,
|
|
20
|
+
average_gas_price: 7500,
|
|
21
|
+
high_gas_price: 10000
|
|
22
22
|
}]
|
|
23
23
|
},
|
|
24
24
|
codebase: {
|
|
25
25
|
git_repo: 'https://github.com/cheqd/cheqd-node',
|
|
26
|
-
recommended_version: 'v3.1.
|
|
27
|
-
compatible_versions: ['v3.1.
|
|
26
|
+
recommended_version: 'v3.1.6',
|
|
27
|
+
compatible_versions: ['v3.1.5', 'v3.1.6'],
|
|
28
28
|
binaries: {
|
|
29
|
-
"linux/amd64": 'https://github.com/cheqd/cheqd-node/releases/download/v3.1.
|
|
30
|
-
"linux/arm64": 'https://github.com/cheqd/cheqd-node/releases/download/v3.1.
|
|
31
|
-
"darwin/amd64": 'https://github.com/cheqd/cheqd-node/releases/download/v3.1.
|
|
32
|
-
"darwin/arm64": 'https://github.com/cheqd/cheqd-node/releases/download/v3.1.
|
|
29
|
+
"linux/amd64": 'https://github.com/cheqd/cheqd-node/releases/download/v3.1.6/cheqd-noded-3.1.6-linux-amd64.tar.gz',
|
|
30
|
+
"linux/arm64": 'https://github.com/cheqd/cheqd-node/releases/download/v3.1.6/cheqd-noded-3.1.6-linux-arm64.tar.gz',
|
|
31
|
+
"darwin/amd64": 'https://github.com/cheqd/cheqd-node/releases/download/v3.1.6/cheqd-noded-3.1.6-darwin-amd64.tar.gz',
|
|
32
|
+
"darwin/arm64": 'https://github.com/cheqd/cheqd-node/releases/download/v3.1.6/cheqd-noded-3.1.6-darwin-arm64.tar.gz'
|
|
33
33
|
},
|
|
34
34
|
consensus: {
|
|
35
35
|
type: 'cometbft',
|
|
@@ -16,6 +16,14 @@ const info = {
|
|
|
16
16
|
name: 'Coreum',
|
|
17
17
|
display: 'testcore',
|
|
18
18
|
symbol: 'TESTCORE',
|
|
19
|
+
traces: [{
|
|
20
|
+
type: 'test-mintage',
|
|
21
|
+
counterparty: {
|
|
22
|
+
chain_name: 'coreum',
|
|
23
|
+
base_denom: 'ucore'
|
|
24
|
+
},
|
|
25
|
+
provider: 'Coreum'
|
|
26
|
+
}],
|
|
19
27
|
logo_URIs: {
|
|
20
28
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
|
|
21
29
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg'
|
|
@@ -16,6 +16,14 @@ const info = {
|
|
|
16
16
|
name: 'fetch-ai',
|
|
17
17
|
display: 'testfet',
|
|
18
18
|
symbol: 'FET',
|
|
19
|
+
traces: [{
|
|
20
|
+
type: 'test-mintage',
|
|
21
|
+
counterparty: {
|
|
22
|
+
chain_name: 'fetchhub',
|
|
23
|
+
base_denom: 'afet'
|
|
24
|
+
},
|
|
25
|
+
provider: 'Bitcanna'
|
|
26
|
+
}],
|
|
19
27
|
logo_URIs: {
|
|
20
28
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.png',
|
|
21
29
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.svg'
|
|
@@ -16,6 +16,14 @@ const info = {
|
|
|
16
16
|
name: 'Injective',
|
|
17
17
|
display: 'INJ',
|
|
18
18
|
symbol: 'INJ',
|
|
19
|
+
traces: [{
|
|
20
|
+
type: 'test-mintage',
|
|
21
|
+
counterparty: {
|
|
22
|
+
chain_name: 'injective',
|
|
23
|
+
base_denom: 'inj'
|
|
24
|
+
},
|
|
25
|
+
provider: 'Injective'
|
|
26
|
+
}],
|
|
19
27
|
logo_URIs: {
|
|
20
28
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
|
|
21
29
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
|