chain-registry 2.0.87 → 2.0.89
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/atomone/ibc-data.js +62 -0
- package/esm/mainnet/axelar/asset-list.js +1 -2
- package/esm/mainnet/axelar/ibc-data.js +31 -0
- package/esm/mainnet/composable/asset-list.js +1 -1
- package/esm/mainnet/cosmoshub/asset-list.js +50 -1
- package/esm/mainnet/cosmoshub/chain.js +12 -12
- package/esm/mainnet/dungeon/ibc-data.js +62 -0
- package/esm/mainnet/ethereum/asset-list.js +23 -0
- package/esm/mainnet/fandomchain/chain.js +1 -1
- package/esm/mainnet/fandomchain/ibc-data.js +3 -3
- package/esm/mainnet/neutron/ibc-data.js +31 -0
- package/esm/mainnet/oraichain/asset-list.js +1 -1
- package/esm/mainnet/osmosis/asset-list.js +1 -1
- package/esm/mainnet/osmosis/ibc-data.js +3 -3
- package/esm/mainnet/terra2/asset-list.js +59 -2
- package/esm/mainnet/zigchain/asset-list.js +9 -2
- package/esm/testnet/asset-lists.js +2 -0
- package/esm/testnet/atomonetestnet/ibc-data.js +32 -0
- package/esm/testnet/atomonetestnet/index.js +2 -0
- package/esm/testnet/axelartestnet/ibc-data.js +31 -0
- package/esm/testnet/babylontestnet/asset-list.js +4 -4
- package/esm/testnet/chains.js +2 -0
- package/esm/testnet/daodiseotestnet/asset-list.js +32 -0
- package/esm/testnet/daodiseotestnet/chain.js +267 -0
- package/esm/testnet/daodiseotestnet/index.js +4 -0
- package/esm/testnet/ibc-data.js +2 -0
- package/esm/testnet/zigchaintestnet/asset-list.js +32 -6
- package/esm/testnet/zigchaintestnet/chain.js +4 -4
- package/mainnet/atomone/ibc-data.js +62 -0
- package/mainnet/axelar/asset-list.js +1 -2
- package/mainnet/axelar/ibc-data.js +31 -0
- package/mainnet/composable/asset-list.js +1 -1
- package/mainnet/cosmoshub/asset-list.js +50 -1
- package/mainnet/cosmoshub/chain.js +12 -12
- package/mainnet/dungeon/ibc-data.js +62 -0
- package/mainnet/ethereum/asset-list.js +23 -0
- package/mainnet/fandomchain/chain.js +1 -1
- package/mainnet/fandomchain/ibc-data.js +3 -3
- package/mainnet/neutron/ibc-data.js +31 -0
- package/mainnet/oraichain/asset-list.js +1 -1
- package/mainnet/osmosis/asset-list.js +1 -1
- package/mainnet/osmosis/ibc-data.js +3 -3
- package/mainnet/terra2/asset-list.js +59 -2
- package/mainnet/zigchain/asset-list.js +9 -2
- package/package.json +3 -3
- package/testnet/asset-lists.js +2 -0
- package/testnet/atomonetestnet/ibc-data.d.ts +3 -0
- package/testnet/atomonetestnet/ibc-data.js +34 -0
- package/testnet/atomonetestnet/index.d.ts +1 -0
- package/testnet/atomonetestnet/index.js +3 -1
- package/testnet/axelartestnet/ibc-data.js +31 -0
- package/testnet/babylontestnet/asset-list.js +4 -4
- package/testnet/chains.js +2 -0
- package/testnet/daodiseotestnet/asset-list.d.ts +3 -0
- package/testnet/daodiseotestnet/asset-list.js +34 -0
- package/testnet/daodiseotestnet/chain.d.ts +3 -0
- package/testnet/daodiseotestnet/chain.js +269 -0
- package/testnet/daodiseotestnet/index.d.ts +2 -0
- package/testnet/daodiseotestnet/index.js +10 -0
- package/testnet/ibc-data.js +2 -0
- package/testnet/zigchaintestnet/asset-list.js +32 -6
- package/testnet/zigchaintestnet/chain.js +4 -4
|
@@ -30,35 +30,35 @@ const info = {
|
|
|
30
30
|
},
|
|
31
31
|
codebase: {
|
|
32
32
|
gitRepo: 'https://github.com/cosmos/gaia',
|
|
33
|
-
recommendedVersion: '
|
|
34
|
-
compatibleVersions: ['
|
|
33
|
+
recommendedVersion: 'v25.1.1',
|
|
34
|
+
compatibleVersions: ['v25.1.1'],
|
|
35
35
|
consensus: {
|
|
36
36
|
type: 'cometbft',
|
|
37
|
-
version: 'v0.38.
|
|
37
|
+
version: 'v0.38.19'
|
|
38
38
|
},
|
|
39
39
|
binaries: {
|
|
40
|
-
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/
|
|
41
|
-
"darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/
|
|
42
|
-
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/
|
|
40
|
+
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.1.1/gaiad-v25.1.1-darwin-amd64',
|
|
41
|
+
"darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v25.1.1/gaiad-v25.1.1-darwin-arm64',
|
|
42
|
+
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.1.1/gaiad-v25.1.1-linux-amd64'
|
|
43
43
|
},
|
|
44
44
|
genesis: {
|
|
45
45
|
genesisUrl: 'https://github.com/cosmos/mainnet/raw/master/genesis/genesis.cosmoshub-4.json.gz'
|
|
46
46
|
},
|
|
47
47
|
sdk: {
|
|
48
48
|
type: 'cosmos',
|
|
49
|
-
version: 'v0.
|
|
50
|
-
tag: 'v0.
|
|
49
|
+
version: 'v0.53.3',
|
|
50
|
+
tag: 'v0.53.3'
|
|
51
51
|
},
|
|
52
52
|
ibc: {
|
|
53
53
|
type: 'go',
|
|
54
|
-
version: '
|
|
54
|
+
version: 'v10.3.0'
|
|
55
55
|
},
|
|
56
56
|
cosmwasm: {
|
|
57
|
-
version: 'v0.
|
|
57
|
+
version: 'v0.60.1',
|
|
58
58
|
repo: 'https://github.com/CosmWasm/wasmd',
|
|
59
|
-
tag: 'v0.
|
|
59
|
+
tag: 'v0.60.1'
|
|
60
60
|
},
|
|
61
|
-
tag: '
|
|
61
|
+
tag: 'v25.1.1'
|
|
62
62
|
},
|
|
63
63
|
logoURIs: {
|
|
64
64
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
@@ -1,6 +1,37 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const info = [
|
|
4
|
+
{
|
|
5
|
+
$schema: '../ibc_data.schema.json',
|
|
6
|
+
chain1: {
|
|
7
|
+
chainName: 'atomone',
|
|
8
|
+
chainId: 'atomone-1',
|
|
9
|
+
clientId: '07-tendermint-37',
|
|
10
|
+
connectionId: 'connection-39'
|
|
11
|
+
},
|
|
12
|
+
chain2: {
|
|
13
|
+
chainName: 'dungeon',
|
|
14
|
+
chainId: 'dungeon-1',
|
|
15
|
+
clientId: '07-tendermint-34',
|
|
16
|
+
connectionId: 'connection-8635'
|
|
17
|
+
},
|
|
18
|
+
channels: [{
|
|
19
|
+
chain1: {
|
|
20
|
+
channelId: 'channel-9',
|
|
21
|
+
portId: 'transfer'
|
|
22
|
+
},
|
|
23
|
+
chain2: {
|
|
24
|
+
channelId: 'channel-5310',
|
|
25
|
+
portId: 'transfer'
|
|
26
|
+
},
|
|
27
|
+
ordering: 'unordered',
|
|
28
|
+
version: 'ics20-1',
|
|
29
|
+
tags: {
|
|
30
|
+
preferred: true,
|
|
31
|
+
status: 'ACTIVE'
|
|
32
|
+
}
|
|
33
|
+
}]
|
|
34
|
+
},
|
|
4
35
|
{
|
|
5
36
|
$schema: '../ibc_data.schema.json',
|
|
6
37
|
chain1: {
|
|
@@ -32,6 +63,37 @@ const info = [
|
|
|
32
63
|
}
|
|
33
64
|
}]
|
|
34
65
|
},
|
|
66
|
+
{
|
|
67
|
+
$schema: '../ibc_data.schema.json',
|
|
68
|
+
chain1: {
|
|
69
|
+
chainName: 'dungeon',
|
|
70
|
+
chainId: 'dungeon-1',
|
|
71
|
+
clientId: '07-tendermint-32',
|
|
72
|
+
connectionId: 'connection-8634'
|
|
73
|
+
},
|
|
74
|
+
chain2: {
|
|
75
|
+
chainName: 'neutron',
|
|
76
|
+
chainId: 'neutron-1',
|
|
77
|
+
clientId: '07-tendermint-188',
|
|
78
|
+
connectionId: 'connection-149'
|
|
79
|
+
},
|
|
80
|
+
channels: [{
|
|
81
|
+
chain1: {
|
|
82
|
+
channelId: 'channel-5309',
|
|
83
|
+
portId: 'transfer'
|
|
84
|
+
},
|
|
85
|
+
chain2: {
|
|
86
|
+
channelId: 'channel-7358',
|
|
87
|
+
portId: 'transfer'
|
|
88
|
+
},
|
|
89
|
+
ordering: 'unordered',
|
|
90
|
+
version: 'ics20-1',
|
|
91
|
+
tags: {
|
|
92
|
+
preferred: true,
|
|
93
|
+
status: 'ACTIVE'
|
|
94
|
+
}
|
|
95
|
+
}]
|
|
96
|
+
},
|
|
35
97
|
{
|
|
36
98
|
$schema: '../ibc_data.schema.json',
|
|
37
99
|
chain1: {
|
|
@@ -2089,6 +2089,29 @@ const info = {
|
|
|
2089
2089
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
2090
2090
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
2091
2091
|
}]
|
|
2092
|
+
},
|
|
2093
|
+
{
|
|
2094
|
+
description: 'Tether Gold(XAUT)',
|
|
2095
|
+
typeAsset: 'erc20',
|
|
2096
|
+
address: '0x68749665ff8d2d112fa859aa293f07a622782f38',
|
|
2097
|
+
denomUnits: [{
|
|
2098
|
+
denom: '0x68749665ff8d2d112fa859aa293f07a622782f38',
|
|
2099
|
+
exponent: 0
|
|
2100
|
+
}, {
|
|
2101
|
+
denom: 'xaut',
|
|
2102
|
+
exponent: 6
|
|
2103
|
+
}],
|
|
2104
|
+
base: '0x68749665ff8d2d112fa859aa293f07a622782f38',
|
|
2105
|
+
name: 'Tether Gold',
|
|
2106
|
+
display: 'xaut',
|
|
2107
|
+
symbol: 'XAUt',
|
|
2108
|
+
coingeckoId: 'tether-gold',
|
|
2109
|
+
images: [{
|
|
2110
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xaut.png'
|
|
2111
|
+
}],
|
|
2112
|
+
logoURIs: {
|
|
2113
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xaut.png'
|
|
2114
|
+
}
|
|
2092
2115
|
}
|
|
2093
2116
|
]
|
|
2094
2117
|
};
|
|
@@ -11,8 +11,8 @@ const info = [{
|
|
|
11
11
|
chain2: {
|
|
12
12
|
chainName: 'osmosis',
|
|
13
13
|
chainId: 'osmosis-1',
|
|
14
|
-
clientId: '07-tendermint-
|
|
15
|
-
connectionId: 'connection-
|
|
14
|
+
clientId: '07-tendermint-3613',
|
|
15
|
+
connectionId: 'connection-10964'
|
|
16
16
|
},
|
|
17
17
|
channels: [{
|
|
18
18
|
chain1: {
|
|
@@ -20,7 +20,7 @@ const info = [{
|
|
|
20
20
|
portId: 'transfer'
|
|
21
21
|
},
|
|
22
22
|
chain2: {
|
|
23
|
-
channelId: 'channel-
|
|
23
|
+
channelId: 'channel-107392',
|
|
24
24
|
portId: 'transfer'
|
|
25
25
|
},
|
|
26
26
|
ordering: 'unordered',
|
|
@@ -295,6 +295,37 @@ const info = [
|
|
|
295
295
|
}
|
|
296
296
|
}]
|
|
297
297
|
},
|
|
298
|
+
{
|
|
299
|
+
$schema: '../ibc_data.schema.json',
|
|
300
|
+
chain1: {
|
|
301
|
+
chainName: 'dungeon',
|
|
302
|
+
chainId: 'dungeon-1',
|
|
303
|
+
clientId: '07-tendermint-32',
|
|
304
|
+
connectionId: 'connection-8634'
|
|
305
|
+
},
|
|
306
|
+
chain2: {
|
|
307
|
+
chainName: 'neutron',
|
|
308
|
+
chainId: 'neutron-1',
|
|
309
|
+
clientId: '07-tendermint-188',
|
|
310
|
+
connectionId: 'connection-149'
|
|
311
|
+
},
|
|
312
|
+
channels: [{
|
|
313
|
+
chain1: {
|
|
314
|
+
channelId: 'channel-5309',
|
|
315
|
+
portId: 'transfer'
|
|
316
|
+
},
|
|
317
|
+
chain2: {
|
|
318
|
+
channelId: 'channel-7358',
|
|
319
|
+
portId: 'transfer'
|
|
320
|
+
},
|
|
321
|
+
ordering: 'unordered',
|
|
322
|
+
version: 'ics20-1',
|
|
323
|
+
tags: {
|
|
324
|
+
preferred: true,
|
|
325
|
+
status: 'ACTIVE'
|
|
326
|
+
}
|
|
327
|
+
}]
|
|
328
|
+
},
|
|
298
329
|
{
|
|
299
330
|
$schema: '../ibc_data.schema.json',
|
|
300
331
|
chain1: {
|
|
@@ -19147,7 +19147,7 @@ const info = {
|
|
|
19147
19147
|
typeAsset: 'ics20',
|
|
19148
19148
|
base: 'ibc/3C85C44DCB6BCC4FFB9D295EE79ED412E1FAD5D775C99E6AA51CCEF5CA32409C',
|
|
19149
19149
|
name: 'Quicksilver Liquid Staked INJ',
|
|
19150
|
-
display: '
|
|
19150
|
+
display: 'qINJ',
|
|
19151
19151
|
symbol: 'qINJ',
|
|
19152
19152
|
traces: [{
|
|
19153
19153
|
type: 'ibc',
|
|
@@ -1715,8 +1715,8 @@ const info = [
|
|
|
1715
1715
|
chain2: {
|
|
1716
1716
|
chainName: 'osmosis',
|
|
1717
1717
|
chainId: 'osmosis-1',
|
|
1718
|
-
clientId: '07-tendermint-
|
|
1719
|
-
connectionId: 'connection-
|
|
1718
|
+
clientId: '07-tendermint-3613',
|
|
1719
|
+
connectionId: 'connection-10964'
|
|
1720
1720
|
},
|
|
1721
1721
|
channels: [{
|
|
1722
1722
|
chain1: {
|
|
@@ -1724,7 +1724,7 @@ const info = [
|
|
|
1724
1724
|
portId: 'transfer'
|
|
1725
1725
|
},
|
|
1726
1726
|
chain2: {
|
|
1727
|
-
channelId: 'channel-
|
|
1727
|
+
channelId: 'channel-107392',
|
|
1728
1728
|
portId: 'transfer'
|
|
1729
1729
|
},
|
|
1730
1730
|
ordering: 'unordered',
|
|
@@ -673,9 +673,9 @@ const info = {
|
|
|
673
673
|
denomUnits: [{
|
|
674
674
|
denom: 'ibc/A356EC90DC3AE43D485514DA7260EDC7ABB5CFAA0654CE2524C739392975AD3C',
|
|
675
675
|
exponent: 0,
|
|
676
|
-
aliases: ['wstETH']
|
|
676
|
+
aliases: ['factory/neutron1ug740qrkquxzrk2hh29qrlx3sktkfml3je7juusc2te7xmvsscns0n2wry/wstETH']
|
|
677
677
|
}, {
|
|
678
|
-
denom: '
|
|
678
|
+
denom: 'wstETH',
|
|
679
679
|
exponent: 18
|
|
680
680
|
}],
|
|
681
681
|
typeAsset: 'ics20',
|
|
@@ -1497,6 +1497,63 @@ const info = {
|
|
|
1497
1497
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png'
|
|
1498
1498
|
}],
|
|
1499
1499
|
coingeckoId: 'eureka-bridged-pax-gold-terra'
|
|
1500
|
+
},
|
|
1501
|
+
{
|
|
1502
|
+
description: 'Tether Gold bridged via Eureka on Cosmos Hub and relayed to Terra (phoenix-1) over IBC.',
|
|
1503
|
+
denomUnits: [
|
|
1504
|
+
{
|
|
1505
|
+
denom: 'ibc/F20FE45BF7122CF10559EDEA032E37956D3314774EA6D8D1D46B87D138290C45',
|
|
1506
|
+
exponent: 0,
|
|
1507
|
+
aliases: ['microxaut', 'uxaut']
|
|
1508
|
+
},
|
|
1509
|
+
{
|
|
1510
|
+
denom: 'xaut',
|
|
1511
|
+
exponent: 6
|
|
1512
|
+
},
|
|
1513
|
+
{
|
|
1514
|
+
denom: 'xaut.atom',
|
|
1515
|
+
exponent: 6
|
|
1516
|
+
}
|
|
1517
|
+
],
|
|
1518
|
+
typeAsset: 'ics20',
|
|
1519
|
+
base: 'ibc/F20FE45BF7122CF10559EDEA032E37956D3314774EA6D8D1D46B87D138290C45',
|
|
1520
|
+
name: 'Eureka Bridged Tether Gold (Terra)',
|
|
1521
|
+
display: 'xaut.atom',
|
|
1522
|
+
symbol: 'XAUt.ATOM',
|
|
1523
|
+
traces: [{
|
|
1524
|
+
type: 'ibc-bridge',
|
|
1525
|
+
counterparty: {
|
|
1526
|
+
chainName: 'ethereum',
|
|
1527
|
+
baseDenom: '0x68749665ff8d2d112fa859aa293f07a622782f38',
|
|
1528
|
+
channelId: 'channel-0'
|
|
1529
|
+
},
|
|
1530
|
+
chain: {
|
|
1531
|
+
channelId: '08-wasm-1369',
|
|
1532
|
+
path: 'transfer/08-wasm-1369/0x68749665ff8d2d112fa859aa293f07a622782f38'
|
|
1533
|
+
},
|
|
1534
|
+
provider: 'Eureka'
|
|
1535
|
+
}, {
|
|
1536
|
+
type: 'ibc',
|
|
1537
|
+
counterparty: {
|
|
1538
|
+
chainName: 'cosmoshub',
|
|
1539
|
+
baseDenom: 'ibc/A96C4DBCB7E36F8D265E92240510DB0F29F39CE4AAF52DBDE686E448BA447886',
|
|
1540
|
+
channelId: 'channel-339'
|
|
1541
|
+
},
|
|
1542
|
+
chain: {
|
|
1543
|
+
channelId: 'channel-0',
|
|
1544
|
+
path: 'transfer/channel-0/transfer/08-wasm-1369/0x68749665ff8d2d112fa859aa293f07a622782f38'
|
|
1545
|
+
}
|
|
1546
|
+
}],
|
|
1547
|
+
logoURIs: {
|
|
1548
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xaut.png'
|
|
1549
|
+
},
|
|
1550
|
+
images: [{
|
|
1551
|
+
imageSync: {
|
|
1552
|
+
chainName: 'ethereum',
|
|
1553
|
+
baseDenom: '0x68749665ff8d2d112fa859aa293f07a622782f38'
|
|
1554
|
+
},
|
|
1555
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xaut.png'
|
|
1556
|
+
}]
|
|
1500
1557
|
}
|
|
1501
1558
|
]
|
|
1502
1559
|
};
|
|
@@ -28,6 +28,14 @@ const info = {
|
|
|
28
28
|
name: 'ZIG',
|
|
29
29
|
display: 'zig',
|
|
30
30
|
symbol: 'ZIG',
|
|
31
|
+
traces: [{
|
|
32
|
+
type: 'additional-mintage',
|
|
33
|
+
counterparty: {
|
|
34
|
+
chainName: 'ethereum',
|
|
35
|
+
baseDenom: '0xb2617246d0c6c0087f18703d576831899ca94f01'
|
|
36
|
+
},
|
|
37
|
+
provider: 'ZIGChain'
|
|
38
|
+
}],
|
|
31
39
|
coingeckoId: 'zignaly',
|
|
32
40
|
keywords: [
|
|
33
41
|
'zigchain',
|
|
@@ -221,8 +229,7 @@ const info = {
|
|
|
221
229
|
},
|
|
222
230
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
223
231
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
224
|
-
}]
|
|
225
|
-
coingeckoId: 'zignaly'
|
|
232
|
+
}]
|
|
226
233
|
}
|
|
227
234
|
]
|
|
228
235
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.89",
|
|
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.89"
|
|
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": "f602196d01e7e7e08849eeab4192ba0d99f64dbf"
|
|
43
43
|
}
|
package/testnet/asset-lists.js
CHANGED
|
@@ -52,6 +52,7 @@ const _cosmosicsprovidertestnet = __importStar(require("./cosmosicsprovidertestn
|
|
|
52
52
|
const _cosmwasmtestnet = __importStar(require("./cosmwasmtestnet"));
|
|
53
53
|
const _cosstestnet = __importStar(require("./cosstestnet"));
|
|
54
54
|
const _cudostestnet = __importStar(require("./cudostestnet"));
|
|
55
|
+
const _daodiseotestnet = __importStar(require("./daodiseotestnet"));
|
|
55
56
|
const _deardogetestnet = __importStar(require("./deardogetestnet"));
|
|
56
57
|
const _desmostestnet = __importStar(require("./desmostestnet"));
|
|
57
58
|
const _dhealthtestnet = __importStar(require("./dhealthtestnet"));
|
|
@@ -190,6 +191,7 @@ const assetList = [
|
|
|
190
191
|
_cosmwasmtestnet.assetList,
|
|
191
192
|
_cosstestnet.assetList,
|
|
192
193
|
_cudostestnet.assetList,
|
|
194
|
+
_daodiseotestnet.assetList,
|
|
193
195
|
_deardogetestnet.assetList,
|
|
194
196
|
_desmostestnet.assetList,
|
|
195
197
|
_dhealthtestnet.assetList,
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = [{
|
|
4
|
+
$schema: '../../ibc_data.schema.json',
|
|
5
|
+
chain1: {
|
|
6
|
+
chainName: 'atomonetestnet',
|
|
7
|
+
chainId: 'atomone-testnet-1',
|
|
8
|
+
clientId: '07-tendermint-0',
|
|
9
|
+
connectionId: 'connection-0'
|
|
10
|
+
},
|
|
11
|
+
chain2: {
|
|
12
|
+
chainName: 'axelartestnet',
|
|
13
|
+
chainId: 'axelar-testnet-lisbon-3',
|
|
14
|
+
clientId: '07-tendermint-1197',
|
|
15
|
+
connectionId: 'connection-948'
|
|
16
|
+
},
|
|
17
|
+
channels: [{
|
|
18
|
+
chain1: {
|
|
19
|
+
channelId: 'channel-0',
|
|
20
|
+
portId: 'transfer'
|
|
21
|
+
},
|
|
22
|
+
chain2: {
|
|
23
|
+
channelId: 'channel-629',
|
|
24
|
+
portId: 'transfer'
|
|
25
|
+
},
|
|
26
|
+
ordering: 'unordered',
|
|
27
|
+
version: 'ics20-1',
|
|
28
|
+
tags: {
|
|
29
|
+
preferred: true,
|
|
30
|
+
status: 'ACTIVE'
|
|
31
|
+
}
|
|
32
|
+
}]
|
|
33
|
+
}];
|
|
34
|
+
exports.default = info;
|
|
@@ -3,8 +3,10 @@ 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.chain = exports.assetList = void 0;
|
|
6
|
+
exports.ibcData = 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"));
|
|
9
10
|
exports.assetList = asset_list_1.default;
|
|
10
11
|
exports.chain = chain_1.default;
|
|
12
|
+
exports.ibcData = ibc_data_1.default;
|
|
@@ -62,6 +62,37 @@ const info = [
|
|
|
62
62
|
}
|
|
63
63
|
}]
|
|
64
64
|
},
|
|
65
|
+
{
|
|
66
|
+
$schema: '../../ibc_data.schema.json',
|
|
67
|
+
chain1: {
|
|
68
|
+
chainName: 'atomonetestnet',
|
|
69
|
+
chainId: 'atomone-testnet-1',
|
|
70
|
+
clientId: '07-tendermint-0',
|
|
71
|
+
connectionId: 'connection-0'
|
|
72
|
+
},
|
|
73
|
+
chain2: {
|
|
74
|
+
chainName: 'axelartestnet',
|
|
75
|
+
chainId: 'axelar-testnet-lisbon-3',
|
|
76
|
+
clientId: '07-tendermint-1197',
|
|
77
|
+
connectionId: 'connection-948'
|
|
78
|
+
},
|
|
79
|
+
channels: [{
|
|
80
|
+
chain1: {
|
|
81
|
+
channelId: 'channel-0',
|
|
82
|
+
portId: 'transfer'
|
|
83
|
+
},
|
|
84
|
+
chain2: {
|
|
85
|
+
channelId: 'channel-629',
|
|
86
|
+
portId: 'transfer'
|
|
87
|
+
},
|
|
88
|
+
ordering: 'unordered',
|
|
89
|
+
version: 'ics20-1',
|
|
90
|
+
tags: {
|
|
91
|
+
preferred: true,
|
|
92
|
+
status: 'ACTIVE'
|
|
93
|
+
}
|
|
94
|
+
}]
|
|
95
|
+
},
|
|
65
96
|
{
|
|
66
97
|
$schema: '../../ibc_data.schema.json',
|
|
67
98
|
chain1: {
|
|
@@ -32,7 +32,7 @@ const info = {
|
|
|
32
32
|
exponent: 0
|
|
33
33
|
}, {
|
|
34
34
|
denom: 'IBC6',
|
|
35
|
-
exponent:
|
|
35
|
+
exponent: 6
|
|
36
36
|
}],
|
|
37
37
|
base: 'ibc/2278567FFA6D754BDD8C159CE1770D8AF27649BFB58E5132CF530460591E479D',
|
|
38
38
|
name: 'IBC Test Token 6',
|
|
@@ -69,7 +69,7 @@ const info = {
|
|
|
69
69
|
exponent: 0
|
|
70
70
|
}, {
|
|
71
71
|
denom: 'IBC1',
|
|
72
|
-
exponent:
|
|
72
|
+
exponent: 18
|
|
73
73
|
}],
|
|
74
74
|
base: 'ibc/241F1FFE4117C31D7DFC2A91C026F083FCEB6868C169BA5002FF0B3E17B88EDF',
|
|
75
75
|
name: 'IBC Test Token 1',
|
|
@@ -106,7 +106,7 @@ const info = {
|
|
|
106
106
|
exponent: 0
|
|
107
107
|
}, {
|
|
108
108
|
denom: 'IBC5',
|
|
109
|
-
exponent:
|
|
109
|
+
exponent: 6
|
|
110
110
|
}],
|
|
111
111
|
base: 'ibc/3AA6631D204C192DDB757935A4C49A0E83EEEE14AC045E8A180CCB4EE08B6196',
|
|
112
112
|
name: 'IBC Test Token 5',
|
|
@@ -180,7 +180,7 @@ const info = {
|
|
|
180
180
|
exponent: 0
|
|
181
181
|
}, {
|
|
182
182
|
denom: 'IBC3',
|
|
183
|
-
exponent:
|
|
183
|
+
exponent: 18
|
|
184
184
|
}],
|
|
185
185
|
base: 'ibc/53BE513F8FEA2E000E8522CD60383AFA431F0F655EC05A1D56B7428836F3F314',
|
|
186
186
|
name: 'IBC Test Token 3',
|
package/testnet/chains.js
CHANGED
|
@@ -52,6 +52,7 @@ const _cosmosicsprovidertestnet = __importStar(require("./cosmosicsprovidertestn
|
|
|
52
52
|
const _cosmwasmtestnet = __importStar(require("./cosmwasmtestnet"));
|
|
53
53
|
const _cosstestnet = __importStar(require("./cosstestnet"));
|
|
54
54
|
const _cudostestnet = __importStar(require("./cudostestnet"));
|
|
55
|
+
const _daodiseotestnet = __importStar(require("./daodiseotestnet"));
|
|
55
56
|
const _deardogetestnet = __importStar(require("./deardogetestnet"));
|
|
56
57
|
const _desmostestnet = __importStar(require("./desmostestnet"));
|
|
57
58
|
const _dhealthtestnet = __importStar(require("./dhealthtestnet"));
|
|
@@ -190,6 +191,7 @@ const chains = [
|
|
|
190
191
|
_cosmwasmtestnet.chain,
|
|
191
192
|
_cosstestnet.chain,
|
|
192
193
|
_cudostestnet.chain,
|
|
194
|
+
_daodiseotestnet.chain,
|
|
193
195
|
_deardogetestnet.chain,
|
|
194
196
|
_desmostestnet.chain,
|
|
195
197
|
_dhealthtestnet.chain,
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../../assetlist.schema.json',
|
|
5
|
+
chainName: 'daodiseotestnet',
|
|
6
|
+
assets: [{
|
|
7
|
+
denomUnits: [{
|
|
8
|
+
denom: 'uodis',
|
|
9
|
+
exponent: 0
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'ODIS',
|
|
12
|
+
exponent: 6
|
|
13
|
+
}],
|
|
14
|
+
base: 'uodis',
|
|
15
|
+
name: 'Odis',
|
|
16
|
+
display: 'ODIS',
|
|
17
|
+
symbol: 'ODIS',
|
|
18
|
+
logoURIs: {
|
|
19
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/daodiseotestnet/images/odiseo.svg'
|
|
20
|
+
},
|
|
21
|
+
socials: {
|
|
22
|
+
website: 'https://daodiseo.money',
|
|
23
|
+
twitter: 'https://x.com/DaoDiseoMoney'
|
|
24
|
+
},
|
|
25
|
+
images: [{
|
|
26
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/daodiseotestnet/images/odiseo.svg',
|
|
27
|
+
theme: {
|
|
28
|
+
circle: true
|
|
29
|
+
}
|
|
30
|
+
}],
|
|
31
|
+
typeAsset: 'sdk.coin'
|
|
32
|
+
}]
|
|
33
|
+
};
|
|
34
|
+
exports.default = info;
|