chain-registry 2.0.87 → 2.0.88
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 +31 -0
- 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 +31 -0
- package/esm/mainnet/ethereum/asset-list.js +23 -0
- 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/terra2/asset-list.js +59 -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/mainnet/atomone/ibc-data.js +31 -0
- 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 +31 -0
- package/mainnet/ethereum/asset-list.js +23 -0
- 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/terra2/asset-list.js +59 -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
|
@@ -1,4 +1,35 @@
|
|
|
1
1
|
const info = [
|
|
2
|
+
{
|
|
3
|
+
$schema: '../ibc_data.schema.json',
|
|
4
|
+
chain1: {
|
|
5
|
+
chainName: 'atomone',
|
|
6
|
+
chainId: 'atomone-1',
|
|
7
|
+
clientId: '07-tendermint-38',
|
|
8
|
+
connectionId: 'connection-40'
|
|
9
|
+
},
|
|
10
|
+
chain2: {
|
|
11
|
+
chainName: 'axelar',
|
|
12
|
+
chainId: 'axelar-dojo-1',
|
|
13
|
+
clientId: '07-tendermint-258',
|
|
14
|
+
connectionId: 'connection-252'
|
|
15
|
+
},
|
|
16
|
+
channels: [{
|
|
17
|
+
chain1: {
|
|
18
|
+
channelId: 'channel-10',
|
|
19
|
+
portId: 'transfer'
|
|
20
|
+
},
|
|
21
|
+
chain2: {
|
|
22
|
+
channelId: 'channel-190',
|
|
23
|
+
portId: 'transfer'
|
|
24
|
+
},
|
|
25
|
+
ordering: 'unordered',
|
|
26
|
+
version: 'ics20-1',
|
|
27
|
+
tags: {
|
|
28
|
+
preferred: true,
|
|
29
|
+
status: 'ACTIVE'
|
|
30
|
+
}
|
|
31
|
+
}]
|
|
32
|
+
},
|
|
2
33
|
{
|
|
3
34
|
$schema: '../ibc_data.schema.json',
|
|
4
35
|
chain1: {
|
|
@@ -118,6 +118,37 @@ const info = [
|
|
|
118
118
|
}
|
|
119
119
|
}]
|
|
120
120
|
},
|
|
121
|
+
{
|
|
122
|
+
$schema: '../ibc_data.schema.json',
|
|
123
|
+
chain1: {
|
|
124
|
+
chainName: 'atomone',
|
|
125
|
+
chainId: 'atomone-1',
|
|
126
|
+
clientId: '07-tendermint-38',
|
|
127
|
+
connectionId: 'connection-40'
|
|
128
|
+
},
|
|
129
|
+
chain2: {
|
|
130
|
+
chainName: 'axelar',
|
|
131
|
+
chainId: 'axelar-dojo-1',
|
|
132
|
+
clientId: '07-tendermint-258',
|
|
133
|
+
connectionId: 'connection-252'
|
|
134
|
+
},
|
|
135
|
+
channels: [{
|
|
136
|
+
chain1: {
|
|
137
|
+
channelId: 'channel-10',
|
|
138
|
+
portId: 'transfer'
|
|
139
|
+
},
|
|
140
|
+
chain2: {
|
|
141
|
+
channelId: 'channel-190',
|
|
142
|
+
portId: 'transfer'
|
|
143
|
+
},
|
|
144
|
+
ordering: 'unordered',
|
|
145
|
+
version: 'ics20-1',
|
|
146
|
+
tags: {
|
|
147
|
+
preferred: true,
|
|
148
|
+
status: 'ACTIVE'
|
|
149
|
+
}
|
|
150
|
+
}]
|
|
151
|
+
},
|
|
121
152
|
{
|
|
122
153
|
$schema: '../ibc_data.schema.json',
|
|
123
154
|
chain1: {
|
|
@@ -80,11 +80,14 @@ const info = {
|
|
|
80
80
|
denom: 'ibc/4925E6ABA571A44D2BE0286D2D29AF42A294D0FF2BB16490149A1B26EAD33729',
|
|
81
81
|
exponent: 0,
|
|
82
82
|
aliases: ['FX']
|
|
83
|
+
}, {
|
|
84
|
+
denom: 'WFX',
|
|
85
|
+
exponent: 18
|
|
83
86
|
}],
|
|
84
87
|
typeAsset: 'ics20',
|
|
85
88
|
base: 'ibc/4925E6ABA571A44D2BE0286D2D29AF42A294D0FF2BB16490149A1B26EAD33729',
|
|
86
89
|
name: 'Function X',
|
|
87
|
-
display: '
|
|
90
|
+
display: 'WFX',
|
|
88
91
|
symbol: 'FX',
|
|
89
92
|
traces: [{
|
|
90
93
|
type: 'ibc',
|
|
@@ -895,6 +898,52 @@ const info = {
|
|
|
895
898
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.png',
|
|
896
899
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.svg'
|
|
897
900
|
}]
|
|
901
|
+
},
|
|
902
|
+
{
|
|
903
|
+
description: 'Tether Gold bridged via Eureka on Cosmos Hub.',
|
|
904
|
+
denomUnits: [
|
|
905
|
+
{
|
|
906
|
+
denom: 'ibc/A96C4DBCB7E36F8D265E92240510DB0F29F39CE4AAF52DBDE686E448BA447886',
|
|
907
|
+
exponent: 0,
|
|
908
|
+
aliases: ['uxaut']
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
denom: 'xaut',
|
|
912
|
+
exponent: 6
|
|
913
|
+
},
|
|
914
|
+
{
|
|
915
|
+
denom: 'xaut.atom',
|
|
916
|
+
exponent: 6
|
|
917
|
+
}
|
|
918
|
+
],
|
|
919
|
+
typeAsset: 'ics20',
|
|
920
|
+
base: 'ibc/A96C4DBCB7E36F8D265E92240510DB0F29F39CE4AAF52DBDE686E448BA447886',
|
|
921
|
+
name: 'Eureka Bridged Tether Gold (ATOM)',
|
|
922
|
+
display: 'xaut',
|
|
923
|
+
symbol: 'XAUt',
|
|
924
|
+
traces: [{
|
|
925
|
+
type: 'ibc-bridge',
|
|
926
|
+
counterparty: {
|
|
927
|
+
chainName: 'ethereum',
|
|
928
|
+
baseDenom: '0x68749665ff8d2d112fa859aa293f07a622782f38',
|
|
929
|
+
channelId: 'channel-0'
|
|
930
|
+
},
|
|
931
|
+
chain: {
|
|
932
|
+
channelId: '08-wasm-1369',
|
|
933
|
+
path: 'transfer/08-wasm-1369/0x68749665ff8d2d112fa859aa293f07a622782f38'
|
|
934
|
+
},
|
|
935
|
+
provider: 'Eureka'
|
|
936
|
+
}],
|
|
937
|
+
logoURIs: {
|
|
938
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xaut.png'
|
|
939
|
+
},
|
|
940
|
+
images: [{
|
|
941
|
+
imageSync: {
|
|
942
|
+
chainName: 'ethereum',
|
|
943
|
+
baseDenom: '0x68749665ff8d2d112fa859aa293f07a622782f38'
|
|
944
|
+
},
|
|
945
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xaut.png'
|
|
946
|
+
}]
|
|
898
947
|
}
|
|
899
948
|
]
|
|
900
949
|
};
|
|
@@ -28,35 +28,35 @@ const info = {
|
|
|
28
28
|
},
|
|
29
29
|
codebase: {
|
|
30
30
|
gitRepo: 'https://github.com/cosmos/gaia',
|
|
31
|
-
recommendedVersion: '
|
|
32
|
-
compatibleVersions: ['
|
|
31
|
+
recommendedVersion: 'v25.1.1',
|
|
32
|
+
compatibleVersions: ['v25.1.1'],
|
|
33
33
|
consensus: {
|
|
34
34
|
type: 'cometbft',
|
|
35
|
-
version: 'v0.38.
|
|
35
|
+
version: 'v0.38.19'
|
|
36
36
|
},
|
|
37
37
|
binaries: {
|
|
38
|
-
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/
|
|
39
|
-
"darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/
|
|
40
|
-
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/
|
|
38
|
+
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.1.1/gaiad-v25.1.1-darwin-amd64',
|
|
39
|
+
"darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v25.1.1/gaiad-v25.1.1-darwin-arm64',
|
|
40
|
+
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.1.1/gaiad-v25.1.1-linux-amd64'
|
|
41
41
|
},
|
|
42
42
|
genesis: {
|
|
43
43
|
genesisUrl: 'https://github.com/cosmos/mainnet/raw/master/genesis/genesis.cosmoshub-4.json.gz'
|
|
44
44
|
},
|
|
45
45
|
sdk: {
|
|
46
46
|
type: 'cosmos',
|
|
47
|
-
version: 'v0.
|
|
48
|
-
tag: 'v0.
|
|
47
|
+
version: 'v0.53.3',
|
|
48
|
+
tag: 'v0.53.3'
|
|
49
49
|
},
|
|
50
50
|
ibc: {
|
|
51
51
|
type: 'go',
|
|
52
|
-
version: '
|
|
52
|
+
version: 'v10.3.0'
|
|
53
53
|
},
|
|
54
54
|
cosmwasm: {
|
|
55
|
-
version: 'v0.
|
|
55
|
+
version: 'v0.60.1',
|
|
56
56
|
repo: 'https://github.com/CosmWasm/wasmd',
|
|
57
|
-
tag: 'v0.
|
|
57
|
+
tag: 'v0.60.1'
|
|
58
58
|
},
|
|
59
|
-
tag: '
|
|
59
|
+
tag: 'v25.1.1'
|
|
60
60
|
},
|
|
61
61
|
logoURIs: {
|
|
62
62
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
@@ -30,6 +30,37 @@ const info = [
|
|
|
30
30
|
}
|
|
31
31
|
}]
|
|
32
32
|
},
|
|
33
|
+
{
|
|
34
|
+
$schema: '../ibc_data.schema.json',
|
|
35
|
+
chain1: {
|
|
36
|
+
chainName: 'dungeon',
|
|
37
|
+
chainId: 'dungeon-1',
|
|
38
|
+
clientId: '07-tendermint-32',
|
|
39
|
+
connectionId: 'connection-8634'
|
|
40
|
+
},
|
|
41
|
+
chain2: {
|
|
42
|
+
chainName: 'neutron',
|
|
43
|
+
chainId: 'neutron-1',
|
|
44
|
+
clientId: '07-tendermint-188',
|
|
45
|
+
connectionId: 'connection-149'
|
|
46
|
+
},
|
|
47
|
+
channels: [{
|
|
48
|
+
chain1: {
|
|
49
|
+
channelId: 'channel-5309',
|
|
50
|
+
portId: 'transfer'
|
|
51
|
+
},
|
|
52
|
+
chain2: {
|
|
53
|
+
channelId: 'channel-7358',
|
|
54
|
+
portId: 'transfer'
|
|
55
|
+
},
|
|
56
|
+
ordering: 'unordered',
|
|
57
|
+
version: 'ics20-1',
|
|
58
|
+
tags: {
|
|
59
|
+
preferred: true,
|
|
60
|
+
status: 'ACTIVE'
|
|
61
|
+
}
|
|
62
|
+
}]
|
|
63
|
+
},
|
|
33
64
|
{
|
|
34
65
|
$schema: '../ibc_data.schema.json',
|
|
35
66
|
chain1: {
|
|
@@ -2087,6 +2087,29 @@ const info = {
|
|
|
2087
2087
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
2088
2088
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
2089
2089
|
}]
|
|
2090
|
+
},
|
|
2091
|
+
{
|
|
2092
|
+
description: 'Tether Gold(XAUT)',
|
|
2093
|
+
typeAsset: 'erc20',
|
|
2094
|
+
address: '0x68749665ff8d2d112fa859aa293f07a622782f38',
|
|
2095
|
+
denomUnits: [{
|
|
2096
|
+
denom: '0x68749665ff8d2d112fa859aa293f07a622782f38',
|
|
2097
|
+
exponent: 0
|
|
2098
|
+
}, {
|
|
2099
|
+
denom: 'xaut',
|
|
2100
|
+
exponent: 6
|
|
2101
|
+
}],
|
|
2102
|
+
base: '0x68749665ff8d2d112fa859aa293f07a622782f38',
|
|
2103
|
+
name: 'Tether Gold',
|
|
2104
|
+
display: 'xaut',
|
|
2105
|
+
symbol: 'XAUt',
|
|
2106
|
+
coingeckoId: 'tether-gold',
|
|
2107
|
+
images: [{
|
|
2108
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xaut.png'
|
|
2109
|
+
}],
|
|
2110
|
+
logoURIs: {
|
|
2111
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xaut.png'
|
|
2112
|
+
}
|
|
2090
2113
|
}
|
|
2091
2114
|
]
|
|
2092
2115
|
};
|
|
@@ -293,6 +293,37 @@ const info = [
|
|
|
293
293
|
}
|
|
294
294
|
}]
|
|
295
295
|
},
|
|
296
|
+
{
|
|
297
|
+
$schema: '../ibc_data.schema.json',
|
|
298
|
+
chain1: {
|
|
299
|
+
chainName: 'dungeon',
|
|
300
|
+
chainId: 'dungeon-1',
|
|
301
|
+
clientId: '07-tendermint-32',
|
|
302
|
+
connectionId: 'connection-8634'
|
|
303
|
+
},
|
|
304
|
+
chain2: {
|
|
305
|
+
chainName: 'neutron',
|
|
306
|
+
chainId: 'neutron-1',
|
|
307
|
+
clientId: '07-tendermint-188',
|
|
308
|
+
connectionId: 'connection-149'
|
|
309
|
+
},
|
|
310
|
+
channels: [{
|
|
311
|
+
chain1: {
|
|
312
|
+
channelId: 'channel-5309',
|
|
313
|
+
portId: 'transfer'
|
|
314
|
+
},
|
|
315
|
+
chain2: {
|
|
316
|
+
channelId: 'channel-7358',
|
|
317
|
+
portId: 'transfer'
|
|
318
|
+
},
|
|
319
|
+
ordering: 'unordered',
|
|
320
|
+
version: 'ics20-1',
|
|
321
|
+
tags: {
|
|
322
|
+
preferred: true,
|
|
323
|
+
status: 'ACTIVE'
|
|
324
|
+
}
|
|
325
|
+
}]
|
|
326
|
+
},
|
|
296
327
|
{
|
|
297
328
|
$schema: '../ibc_data.schema.json',
|
|
298
329
|
chain1: {
|
|
@@ -19145,7 +19145,7 @@ const info = {
|
|
|
19145
19145
|
typeAsset: 'ics20',
|
|
19146
19146
|
base: 'ibc/3C85C44DCB6BCC4FFB9D295EE79ED412E1FAD5D775C99E6AA51CCEF5CA32409C',
|
|
19147
19147
|
name: 'Quicksilver Liquid Staked INJ',
|
|
19148
|
-
display: '
|
|
19148
|
+
display: 'qINJ',
|
|
19149
19149
|
symbol: 'qINJ',
|
|
19150
19150
|
traces: [{
|
|
19151
19151
|
type: 'ibc',
|
|
@@ -671,9 +671,9 @@ const info = {
|
|
|
671
671
|
denomUnits: [{
|
|
672
672
|
denom: 'ibc/A356EC90DC3AE43D485514DA7260EDC7ABB5CFAA0654CE2524C739392975AD3C',
|
|
673
673
|
exponent: 0,
|
|
674
|
-
aliases: ['wstETH']
|
|
674
|
+
aliases: ['factory/neutron1ug740qrkquxzrk2hh29qrlx3sktkfml3je7juusc2te7xmvsscns0n2wry/wstETH']
|
|
675
675
|
}, {
|
|
676
|
-
denom: '
|
|
676
|
+
denom: 'wstETH',
|
|
677
677
|
exponent: 18
|
|
678
678
|
}],
|
|
679
679
|
typeAsset: 'ics20',
|
|
@@ -1495,6 +1495,63 @@ const info = {
|
|
|
1495
1495
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png'
|
|
1496
1496
|
}],
|
|
1497
1497
|
coingeckoId: 'eureka-bridged-pax-gold-terra'
|
|
1498
|
+
},
|
|
1499
|
+
{
|
|
1500
|
+
description: 'Tether Gold bridged via Eureka on Cosmos Hub and relayed to Terra (phoenix-1) over IBC.',
|
|
1501
|
+
denomUnits: [
|
|
1502
|
+
{
|
|
1503
|
+
denom: 'ibc/F20FE45BF7122CF10559EDEA032E37956D3314774EA6D8D1D46B87D138290C45',
|
|
1504
|
+
exponent: 0,
|
|
1505
|
+
aliases: ['microxaut', 'uxaut']
|
|
1506
|
+
},
|
|
1507
|
+
{
|
|
1508
|
+
denom: 'xaut',
|
|
1509
|
+
exponent: 6
|
|
1510
|
+
},
|
|
1511
|
+
{
|
|
1512
|
+
denom: 'xaut.atom',
|
|
1513
|
+
exponent: 6
|
|
1514
|
+
}
|
|
1515
|
+
],
|
|
1516
|
+
typeAsset: 'ics20',
|
|
1517
|
+
base: 'ibc/F20FE45BF7122CF10559EDEA032E37956D3314774EA6D8D1D46B87D138290C45',
|
|
1518
|
+
name: 'Eureka Bridged Tether Gold (Terra)',
|
|
1519
|
+
display: 'xaut.atom',
|
|
1520
|
+
symbol: 'XAUt.ATOM',
|
|
1521
|
+
traces: [{
|
|
1522
|
+
type: 'ibc-bridge',
|
|
1523
|
+
counterparty: {
|
|
1524
|
+
chainName: 'ethereum',
|
|
1525
|
+
baseDenom: '0x68749665ff8d2d112fa859aa293f07a622782f38',
|
|
1526
|
+
channelId: 'channel-0'
|
|
1527
|
+
},
|
|
1528
|
+
chain: {
|
|
1529
|
+
channelId: '08-wasm-1369',
|
|
1530
|
+
path: 'transfer/08-wasm-1369/0x68749665ff8d2d112fa859aa293f07a622782f38'
|
|
1531
|
+
},
|
|
1532
|
+
provider: 'Eureka'
|
|
1533
|
+
}, {
|
|
1534
|
+
type: 'ibc',
|
|
1535
|
+
counterparty: {
|
|
1536
|
+
chainName: 'cosmoshub',
|
|
1537
|
+
baseDenom: 'ibc/A96C4DBCB7E36F8D265E92240510DB0F29F39CE4AAF52DBDE686E448BA447886',
|
|
1538
|
+
channelId: 'channel-339'
|
|
1539
|
+
},
|
|
1540
|
+
chain: {
|
|
1541
|
+
channelId: 'channel-0',
|
|
1542
|
+
path: 'transfer/channel-0/transfer/08-wasm-1369/0x68749665ff8d2d112fa859aa293f07a622782f38'
|
|
1543
|
+
}
|
|
1544
|
+
}],
|
|
1545
|
+
logoURIs: {
|
|
1546
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xaut.png'
|
|
1547
|
+
},
|
|
1548
|
+
images: [{
|
|
1549
|
+
imageSync: {
|
|
1550
|
+
chainName: 'ethereum',
|
|
1551
|
+
baseDenom: '0x68749665ff8d2d112fa859aa293f07a622782f38'
|
|
1552
|
+
},
|
|
1553
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xaut.png'
|
|
1554
|
+
}]
|
|
1498
1555
|
}
|
|
1499
1556
|
]
|
|
1500
1557
|
};
|
|
@@ -27,6 +27,7 @@ import * as _cosmosicsprovidertestnet from './cosmosicsprovidertestnet';
|
|
|
27
27
|
import * as _cosmwasmtestnet from './cosmwasmtestnet';
|
|
28
28
|
import * as _cosstestnet from './cosstestnet';
|
|
29
29
|
import * as _cudostestnet from './cudostestnet';
|
|
30
|
+
import * as _daodiseotestnet from './daodiseotestnet';
|
|
30
31
|
import * as _deardogetestnet from './deardogetestnet';
|
|
31
32
|
import * as _desmostestnet from './desmostestnet';
|
|
32
33
|
import * as _dhealthtestnet from './dhealthtestnet';
|
|
@@ -165,6 +166,7 @@ const assetList = [
|
|
|
165
166
|
_cosmwasmtestnet.assetList,
|
|
166
167
|
_cosstestnet.assetList,
|
|
167
168
|
_cudostestnet.assetList,
|
|
169
|
+
_daodiseotestnet.assetList,
|
|
168
170
|
_deardogetestnet.assetList,
|
|
169
171
|
_desmostestnet.assetList,
|
|
170
172
|
_dhealthtestnet.assetList,
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
const info = [{
|
|
2
|
+
$schema: '../../ibc_data.schema.json',
|
|
3
|
+
chain1: {
|
|
4
|
+
chainName: 'atomonetestnet',
|
|
5
|
+
chainId: 'atomone-testnet-1',
|
|
6
|
+
clientId: '07-tendermint-0',
|
|
7
|
+
connectionId: 'connection-0'
|
|
8
|
+
},
|
|
9
|
+
chain2: {
|
|
10
|
+
chainName: 'axelartestnet',
|
|
11
|
+
chainId: 'axelar-testnet-lisbon-3',
|
|
12
|
+
clientId: '07-tendermint-1197',
|
|
13
|
+
connectionId: 'connection-948'
|
|
14
|
+
},
|
|
15
|
+
channels: [{
|
|
16
|
+
chain1: {
|
|
17
|
+
channelId: 'channel-0',
|
|
18
|
+
portId: 'transfer'
|
|
19
|
+
},
|
|
20
|
+
chain2: {
|
|
21
|
+
channelId: 'channel-629',
|
|
22
|
+
portId: 'transfer'
|
|
23
|
+
},
|
|
24
|
+
ordering: 'unordered',
|
|
25
|
+
version: 'ics20-1',
|
|
26
|
+
tags: {
|
|
27
|
+
preferred: true,
|
|
28
|
+
status: 'ACTIVE'
|
|
29
|
+
}
|
|
30
|
+
}]
|
|
31
|
+
}];
|
|
32
|
+
export default info;
|
|
@@ -60,6 +60,37 @@ const info = [
|
|
|
60
60
|
}
|
|
61
61
|
}]
|
|
62
62
|
},
|
|
63
|
+
{
|
|
64
|
+
$schema: '../../ibc_data.schema.json',
|
|
65
|
+
chain1: {
|
|
66
|
+
chainName: 'atomonetestnet',
|
|
67
|
+
chainId: 'atomone-testnet-1',
|
|
68
|
+
clientId: '07-tendermint-0',
|
|
69
|
+
connectionId: 'connection-0'
|
|
70
|
+
},
|
|
71
|
+
chain2: {
|
|
72
|
+
chainName: 'axelartestnet',
|
|
73
|
+
chainId: 'axelar-testnet-lisbon-3',
|
|
74
|
+
clientId: '07-tendermint-1197',
|
|
75
|
+
connectionId: 'connection-948'
|
|
76
|
+
},
|
|
77
|
+
channels: [{
|
|
78
|
+
chain1: {
|
|
79
|
+
channelId: 'channel-0',
|
|
80
|
+
portId: 'transfer'
|
|
81
|
+
},
|
|
82
|
+
chain2: {
|
|
83
|
+
channelId: 'channel-629',
|
|
84
|
+
portId: 'transfer'
|
|
85
|
+
},
|
|
86
|
+
ordering: 'unordered',
|
|
87
|
+
version: 'ics20-1',
|
|
88
|
+
tags: {
|
|
89
|
+
preferred: true,
|
|
90
|
+
status: 'ACTIVE'
|
|
91
|
+
}
|
|
92
|
+
}]
|
|
93
|
+
},
|
|
63
94
|
{
|
|
64
95
|
$schema: '../../ibc_data.schema.json',
|
|
65
96
|
chain1: {
|
|
@@ -30,7 +30,7 @@ const info = {
|
|
|
30
30
|
exponent: 0
|
|
31
31
|
}, {
|
|
32
32
|
denom: 'IBC6',
|
|
33
|
-
exponent:
|
|
33
|
+
exponent: 6
|
|
34
34
|
}],
|
|
35
35
|
base: 'ibc/2278567FFA6D754BDD8C159CE1770D8AF27649BFB58E5132CF530460591E479D',
|
|
36
36
|
name: 'IBC Test Token 6',
|
|
@@ -67,7 +67,7 @@ const info = {
|
|
|
67
67
|
exponent: 0
|
|
68
68
|
}, {
|
|
69
69
|
denom: 'IBC1',
|
|
70
|
-
exponent:
|
|
70
|
+
exponent: 18
|
|
71
71
|
}],
|
|
72
72
|
base: 'ibc/241F1FFE4117C31D7DFC2A91C026F083FCEB6868C169BA5002FF0B3E17B88EDF',
|
|
73
73
|
name: 'IBC Test Token 1',
|
|
@@ -104,7 +104,7 @@ const info = {
|
|
|
104
104
|
exponent: 0
|
|
105
105
|
}, {
|
|
106
106
|
denom: 'IBC5',
|
|
107
|
-
exponent:
|
|
107
|
+
exponent: 6
|
|
108
108
|
}],
|
|
109
109
|
base: 'ibc/3AA6631D204C192DDB757935A4C49A0E83EEEE14AC045E8A180CCB4EE08B6196',
|
|
110
110
|
name: 'IBC Test Token 5',
|
|
@@ -178,7 +178,7 @@ const info = {
|
|
|
178
178
|
exponent: 0
|
|
179
179
|
}, {
|
|
180
180
|
denom: 'IBC3',
|
|
181
|
-
exponent:
|
|
181
|
+
exponent: 18
|
|
182
182
|
}],
|
|
183
183
|
base: 'ibc/53BE513F8FEA2E000E8522CD60383AFA431F0F655EC05A1D56B7428836F3F314',
|
|
184
184
|
name: 'IBC Test Token 3',
|
package/esm/testnet/chains.js
CHANGED
|
@@ -27,6 +27,7 @@ import * as _cosmosicsprovidertestnet from './cosmosicsprovidertestnet';
|
|
|
27
27
|
import * as _cosmwasmtestnet from './cosmwasmtestnet';
|
|
28
28
|
import * as _cosstestnet from './cosstestnet';
|
|
29
29
|
import * as _cudostestnet from './cudostestnet';
|
|
30
|
+
import * as _daodiseotestnet from './daodiseotestnet';
|
|
30
31
|
import * as _deardogetestnet from './deardogetestnet';
|
|
31
32
|
import * as _desmostestnet from './desmostestnet';
|
|
32
33
|
import * as _dhealthtestnet from './dhealthtestnet';
|
|
@@ -165,6 +166,7 @@ const chains = [
|
|
|
165
166
|
_cosmwasmtestnet.chain,
|
|
166
167
|
_cosstestnet.chain,
|
|
167
168
|
_cudostestnet.chain,
|
|
169
|
+
_daodiseotestnet.chain,
|
|
168
170
|
_deardogetestnet.chain,
|
|
169
171
|
_desmostestnet.chain,
|
|
170
172
|
_dhealthtestnet.chain,
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../../assetlist.schema.json',
|
|
3
|
+
chainName: 'daodiseotestnet',
|
|
4
|
+
assets: [{
|
|
5
|
+
denomUnits: [{
|
|
6
|
+
denom: 'uodis',
|
|
7
|
+
exponent: 0
|
|
8
|
+
}, {
|
|
9
|
+
denom: 'ODIS',
|
|
10
|
+
exponent: 6
|
|
11
|
+
}],
|
|
12
|
+
base: 'uodis',
|
|
13
|
+
name: 'Odis',
|
|
14
|
+
display: 'ODIS',
|
|
15
|
+
symbol: 'ODIS',
|
|
16
|
+
logoURIs: {
|
|
17
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/daodiseotestnet/images/odiseo.svg'
|
|
18
|
+
},
|
|
19
|
+
socials: {
|
|
20
|
+
website: 'https://daodiseo.money',
|
|
21
|
+
twitter: 'https://x.com/DaoDiseoMoney'
|
|
22
|
+
},
|
|
23
|
+
images: [{
|
|
24
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/daodiseotestnet/images/odiseo.svg',
|
|
25
|
+
theme: {
|
|
26
|
+
circle: true
|
|
27
|
+
}
|
|
28
|
+
}],
|
|
29
|
+
typeAsset: 'sdk.coin'
|
|
30
|
+
}]
|
|
31
|
+
};
|
|
32
|
+
export default info;
|