chain-registry 1.69.171 → 1.69.173
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/cosmoshub/ibc.js +1 -1
- package/esm/mainnet/dungeon/ibc.js +8 -158
- package/esm/mainnet/kyve/ibc.js +29 -0
- package/esm/mainnet/migaloo/assets.js +2 -2
- package/esm/mainnet/migaloo/ibc.js +1 -1
- package/esm/mainnet/neutron/ibc.js +1 -1
- package/esm/mainnet/osmosis/assets.js +106 -7
- package/esm/mainnet/osmosis/ibc.js +30 -0
- package/esm/mainnet/stride/ibc.js +1 -1
- package/esm/mainnet/terra2/assets.js +2 -2
- package/esm/mainnet/terra2/ibc.js +1 -1
- package/esm/mainnet/xion/assets.js +305 -5
- package/esm/mainnet/xion/ibc.js +29 -0
- package/esm/testnet/assets.js +0 -2
- package/esm/testnet/babylontestnet/assets.js +29 -0
- package/esm/testnet/chains.js +0 -2
- package/esm/testnet/ibc.js +0 -2
- package/esm/testnet/named.js +0 -1
- package/esm/testnet/xiontestnet2/assets.js +7 -0
- package/esm/testnet/xiontestnet2/chain.js +64 -8
- package/mainnet/cosmoshub/ibc.js +1 -1
- package/mainnet/dungeon/ibc.js +8 -158
- package/mainnet/kyve/ibc.js +29 -0
- package/mainnet/migaloo/assets.js +2 -2
- package/mainnet/migaloo/ibc.js +1 -1
- package/mainnet/neutron/ibc.js +1 -1
- package/mainnet/osmosis/assets.js +106 -7
- package/mainnet/osmosis/ibc.js +30 -0
- package/mainnet/stride/ibc.js +1 -1
- package/mainnet/terra2/assets.js +2 -2
- package/mainnet/terra2/ibc.js +1 -1
- package/mainnet/xion/assets.js +305 -5
- package/mainnet/xion/ibc.js +29 -0
- package/package.json +4 -4
- package/testnet/assets.js +0 -2
- package/testnet/babylontestnet/assets.js +29 -0
- package/testnet/chains.js +0 -2
- package/testnet/ibc.js +0 -2
- package/testnet/named.d.ts +0 -1
- package/testnet/named.js +1 -2
- package/testnet/xiontestnet2/assets.js +7 -0
- package/testnet/xiontestnet2/chain.js +64 -8
- package/esm/testnet/xiontestnet/assets.js +0 -194
- package/esm/testnet/xiontestnet/chain.js +0 -159
- package/esm/testnet/xiontestnet/ibc.js +0 -116
- package/esm/testnet/xiontestnet/index.js +0 -6
- package/testnet/xiontestnet/assets.d.ts +0 -3
- package/testnet/xiontestnet/assets.js +0 -196
- package/testnet/xiontestnet/chain.d.ts +0 -3
- package/testnet/xiontestnet/chain.js +0 -161
- package/testnet/xiontestnet/ibc.d.ts +0 -3
- package/testnet/xiontestnet/ibc.js +0 -118
- package/testnet/xiontestnet/index.d.ts +0 -3
- package/testnet/xiontestnet/index.js +0 -12
|
@@ -1,194 +0,0 @@
|
|
|
1
|
-
const info = {
|
|
2
|
-
$schema: '../../assetlist.schema.json',
|
|
3
|
-
chain_name: 'xiontestnet',
|
|
4
|
-
assets: [
|
|
5
|
-
{
|
|
6
|
-
description: 'The native staking token of the Xion network.',
|
|
7
|
-
denom_units: [{
|
|
8
|
-
denom: 'uxion',
|
|
9
|
-
exponent: 0,
|
|
10
|
-
aliases: ['microxion']
|
|
11
|
-
}, {
|
|
12
|
-
denom: 'XION',
|
|
13
|
-
exponent: 6,
|
|
14
|
-
aliases: ['xion']
|
|
15
|
-
}],
|
|
16
|
-
base: 'uxion',
|
|
17
|
-
display: 'XION',
|
|
18
|
-
name: 'xion',
|
|
19
|
-
symbol: 'XION',
|
|
20
|
-
logo_URIs: {
|
|
21
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
22
|
-
},
|
|
23
|
-
images: [{
|
|
24
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
25
|
-
}],
|
|
26
|
-
type_asset: 'sdk.coin'
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
denom_units: [{
|
|
30
|
-
denom: 'ibc/33517D439F5E545A1AAB148FAE43AAE17CF68FFB9BC97AE0048A3E3B64518C58',
|
|
31
|
-
exponent: 0,
|
|
32
|
-
aliases: ['uaxl']
|
|
33
|
-
}, {
|
|
34
|
-
denom: 'axl',
|
|
35
|
-
exponent: 6
|
|
36
|
-
}],
|
|
37
|
-
type_asset: 'ics20',
|
|
38
|
-
base: 'ibc/33517D439F5E545A1AAB148FAE43AAE17CF68FFB9BC97AE0048A3E3B64518C58',
|
|
39
|
-
name: 'Axelar AXL Token',
|
|
40
|
-
display: 'axl',
|
|
41
|
-
symbol: 'AXL',
|
|
42
|
-
traces: [{
|
|
43
|
-
type: 'ibc',
|
|
44
|
-
counterparty: {
|
|
45
|
-
chain_name: 'axelartestnet',
|
|
46
|
-
base_denom: 'uaxl',
|
|
47
|
-
channel_id: 'channel-521'
|
|
48
|
-
},
|
|
49
|
-
chain: {
|
|
50
|
-
channel_id: 'channel-225057',
|
|
51
|
-
path: 'transfer/channel-225057/uaxl'
|
|
52
|
-
}
|
|
53
|
-
}],
|
|
54
|
-
images: [{
|
|
55
|
-
image_sync: {
|
|
56
|
-
chain_name: 'axelartestnet',
|
|
57
|
-
base_denom: 'uaxl'
|
|
58
|
-
},
|
|
59
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
60
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
61
|
-
}],
|
|
62
|
-
logo_URIs: {
|
|
63
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
64
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
65
|
-
},
|
|
66
|
-
coingecko_id: 'axelar'
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
denom_units: [{
|
|
70
|
-
denom: 'ibc/484532EB74866F3FB8A71F909F7B1B470FE2E66313DA0A1F9EE5B7C5C046D195',
|
|
71
|
-
exponent: 0,
|
|
72
|
-
aliases: ['uosmo']
|
|
73
|
-
}, {
|
|
74
|
-
denom: 'osmo',
|
|
75
|
-
exponent: 6
|
|
76
|
-
}],
|
|
77
|
-
type_asset: 'ics20',
|
|
78
|
-
base: 'ibc/484532EB74866F3FB8A71F909F7B1B470FE2E66313DA0A1F9EE5B7C5C046D195',
|
|
79
|
-
name: 'Osmosis OSMO Token',
|
|
80
|
-
display: 'osmo',
|
|
81
|
-
symbol: 'OSMO',
|
|
82
|
-
traces: [{
|
|
83
|
-
type: 'ibc',
|
|
84
|
-
counterparty: {
|
|
85
|
-
chain_name: 'osmosistestnet',
|
|
86
|
-
base_denom: 'uosmo',
|
|
87
|
-
channel_id: 'channel-6668'
|
|
88
|
-
},
|
|
89
|
-
chain: {
|
|
90
|
-
channel_id: 'channel-490',
|
|
91
|
-
path: 'transfer/channel-490/uosmo'
|
|
92
|
-
}
|
|
93
|
-
}],
|
|
94
|
-
images: [{
|
|
95
|
-
image_sync: {
|
|
96
|
-
chain_name: 'osmosistestnet',
|
|
97
|
-
base_denom: 'uosmo'
|
|
98
|
-
},
|
|
99
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
100
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
101
|
-
}],
|
|
102
|
-
logo_URIs: {
|
|
103
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
104
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
105
|
-
},
|
|
106
|
-
coingecko_id: 'osmosis'
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
denom_units: [{
|
|
110
|
-
denom: 'ibc/57097251ED81A232CE3C9D899E7C8096D6D87EF84BA203E12E424AA4C9B57A64',
|
|
111
|
-
exponent: 0,
|
|
112
|
-
aliases: ['uusdc']
|
|
113
|
-
}, {
|
|
114
|
-
denom: 'usdc',
|
|
115
|
-
exponent: 6
|
|
116
|
-
}],
|
|
117
|
-
type_asset: 'ics20',
|
|
118
|
-
base: 'ibc/57097251ED81A232CE3C9D899E7C8096D6D87EF84BA203E12E424AA4C9B57A64',
|
|
119
|
-
name: 'Noble USDC Token',
|
|
120
|
-
display: 'usdc',
|
|
121
|
-
symbol: 'USDC',
|
|
122
|
-
coingecko_id: 'usd-coin',
|
|
123
|
-
traces: [{
|
|
124
|
-
type: 'ibc',
|
|
125
|
-
counterparty: {
|
|
126
|
-
chain_name: 'nobletestnet',
|
|
127
|
-
base_denom: 'uusdc',
|
|
128
|
-
channel_id: 'channel-147'
|
|
129
|
-
},
|
|
130
|
-
chain: {
|
|
131
|
-
channel_id: 'channel-489',
|
|
132
|
-
path: 'transfer/channel-489/uusdc'
|
|
133
|
-
}
|
|
134
|
-
}],
|
|
135
|
-
images: [{
|
|
136
|
-
image_sync: {
|
|
137
|
-
chain_name: 'nobletestnet',
|
|
138
|
-
base_denom: 'uusdc'
|
|
139
|
-
},
|
|
140
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
141
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
142
|
-
theme: {
|
|
143
|
-
circle: true,
|
|
144
|
-
primary_color_hex: '#2775CA'
|
|
145
|
-
}
|
|
146
|
-
}],
|
|
147
|
-
logo_URIs: {
|
|
148
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
149
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
150
|
-
}
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
denom_units: [{
|
|
154
|
-
denom: 'ibc/05314A48723E06A1B1B666066B6BEC89F3708E8854DF2E5E9193387AA9653036',
|
|
155
|
-
exponent: 0,
|
|
156
|
-
aliases: ['inj']
|
|
157
|
-
}, {
|
|
158
|
-
denom: 'INJ',
|
|
159
|
-
exponent: 18
|
|
160
|
-
}],
|
|
161
|
-
type_asset: 'ics20',
|
|
162
|
-
base: 'ibc/05314A48723E06A1B1B666066B6BEC89F3708E8854DF2E5E9193387AA9653036',
|
|
163
|
-
name: 'Injective INJ token',
|
|
164
|
-
display: 'INJ',
|
|
165
|
-
symbol: 'INJ',
|
|
166
|
-
traces: [{
|
|
167
|
-
type: 'ibc',
|
|
168
|
-
counterparty: {
|
|
169
|
-
chain_name: 'injectivetestnet',
|
|
170
|
-
base_denom: 'inj',
|
|
171
|
-
channel_id: 'channel-489'
|
|
172
|
-
},
|
|
173
|
-
chain: {
|
|
174
|
-
channel_id: 'channel-487',
|
|
175
|
-
path: 'transfer/channel-487/inj'
|
|
176
|
-
}
|
|
177
|
-
}],
|
|
178
|
-
images: [{
|
|
179
|
-
image_sync: {
|
|
180
|
-
chain_name: 'injectivetestnet',
|
|
181
|
-
base_denom: 'inj'
|
|
182
|
-
},
|
|
183
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg',
|
|
184
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png'
|
|
185
|
-
}],
|
|
186
|
-
logo_URIs: {
|
|
187
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
|
|
188
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
|
|
189
|
-
},
|
|
190
|
-
coingecko_id: 'injective-protocol'
|
|
191
|
-
}
|
|
192
|
-
]
|
|
193
|
-
};
|
|
194
|
-
export default info;
|
|
@@ -1,159 +0,0 @@
|
|
|
1
|
-
const info = {
|
|
2
|
-
$schema: '../../chain.schema.json',
|
|
3
|
-
chain_name: 'xiontestnet',
|
|
4
|
-
chain_type: 'cosmos',
|
|
5
|
-
chain_id: 'xion-testnet-1',
|
|
6
|
-
pretty_name: 'Xion Testnet 1',
|
|
7
|
-
website: 'https://xion.burnt.com',
|
|
8
|
-
status: 'live',
|
|
9
|
-
network_type: 'testnet',
|
|
10
|
-
bech32_prefix: 'xion',
|
|
11
|
-
bech32_config: {
|
|
12
|
-
bech32PrefixAccAddr: 'xion',
|
|
13
|
-
bech32PrefixAccPub: 'xionpub',
|
|
14
|
-
bech32PrefixValAddr: 'xionvaloper',
|
|
15
|
-
bech32PrefixValPub: 'xionvaloperpub',
|
|
16
|
-
bech32PrefixConsAddr: 'xionvalcons',
|
|
17
|
-
bech32PrefixConsPub: 'xionvalconspub'
|
|
18
|
-
},
|
|
19
|
-
daemon_name: 'xiond',
|
|
20
|
-
node_home: '$HOME/.xiond',
|
|
21
|
-
key_algos: ['secp256k1'],
|
|
22
|
-
slip44: 118,
|
|
23
|
-
fees: {
|
|
24
|
-
fee_tokens: [{
|
|
25
|
-
denom: 'uxion',
|
|
26
|
-
fixed_min_gas_price: 0.001,
|
|
27
|
-
low_gas_price: 0.001,
|
|
28
|
-
average_gas_price: 0.001,
|
|
29
|
-
high_gas_price: 0.01
|
|
30
|
-
}]
|
|
31
|
-
},
|
|
32
|
-
staking: {
|
|
33
|
-
staking_tokens: [{
|
|
34
|
-
denom: 'uxion'
|
|
35
|
-
}]
|
|
36
|
-
},
|
|
37
|
-
codebase: {
|
|
38
|
-
git_repo: 'https://github.com/burnt-labs/xion',
|
|
39
|
-
tag: 'v17.1.0',
|
|
40
|
-
recommended_version: 'v17.1.0',
|
|
41
|
-
language: {
|
|
42
|
-
type: 'go',
|
|
43
|
-
version: 'v1.23'
|
|
44
|
-
},
|
|
45
|
-
binaries: {
|
|
46
|
-
"darwin/amd64": 'https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_darwin_amd64.zip?checksum=sha256:4ea876e3d083314d208fa6f42086bef257898638ed1e0a1f5247f407e3bce517',
|
|
47
|
-
"darwin/arm64": 'https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_darwin_arm64.zip?checksum=sha256:aa73852b76389abf5dd2667a6bc8a187429a79dc2eb5d350b2fea4ebe2faf608',
|
|
48
|
-
"linux/amd64": 'https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_linux_amd64.zip?checksum=sha256:80a3d3c434b9f6948c63d866635ed20f1ffdc47c297c55b70b73c23950bfe230',
|
|
49
|
-
"linux/arm64": 'https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_linux_arm64.zip?checksum=sha256:71f5860ad34cdd07bc00257438ee494cda6c7eb9a3ce7024b99afa8e6c2a8a17'
|
|
50
|
-
},
|
|
51
|
-
sdk: {
|
|
52
|
-
type: 'cosmos',
|
|
53
|
-
version: 'v0.50.13'
|
|
54
|
-
},
|
|
55
|
-
consensus: {
|
|
56
|
-
type: 'cometbft',
|
|
57
|
-
version: 'v0.38.17'
|
|
58
|
-
},
|
|
59
|
-
cosmwasm: {
|
|
60
|
-
version: 'v0.54.0',
|
|
61
|
-
enabled: true
|
|
62
|
-
},
|
|
63
|
-
ibc: {
|
|
64
|
-
type: 'go',
|
|
65
|
-
version: 'v8.7.0'
|
|
66
|
-
},
|
|
67
|
-
genesis: {
|
|
68
|
-
genesis_url: 'https://raw.githubusercontent.com/burnt-labs/burnt-networks/main/testnets/xion-testnet-1/genesis.json'
|
|
69
|
-
}
|
|
70
|
-
},
|
|
71
|
-
apis: {
|
|
72
|
-
rpc: [
|
|
73
|
-
{
|
|
74
|
-
address: 'https://rpc.xion-testnet-1.burnt.com:443',
|
|
75
|
-
provider: '🔥BurntLabs🔥'
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
address: 'https://testnet-burnt-rpc.lavenderfive.com:443',
|
|
79
|
-
provider: 'Lavender.Five Nodes 🐝'
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
address: 'https://xion-testnet-rpc.polkachu.com:443',
|
|
83
|
-
provider: 'Polkachu'
|
|
84
|
-
},
|
|
85
|
-
{
|
|
86
|
-
address: 'https://burnt-testnet-rpc.itrocket.net:443',
|
|
87
|
-
provider: 'ITRocket'
|
|
88
|
-
}
|
|
89
|
-
],
|
|
90
|
-
rest: [
|
|
91
|
-
{
|
|
92
|
-
address: 'https://api.xion-testnet-1.burnt.com',
|
|
93
|
-
provider: '🔥BurntLabs🔥'
|
|
94
|
-
},
|
|
95
|
-
{
|
|
96
|
-
address: 'https://testnet-burnt-api.lavenderfive.com',
|
|
97
|
-
provider: 'Lavender.Five Nodes 🐝'
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
address: 'https://xion-testnet-api.polkachu.com',
|
|
101
|
-
provider: 'Polkachu'
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
address: 'https://burnt-testnet-api.itrocket.net',
|
|
105
|
-
provider: 'ITRocket'
|
|
106
|
-
}
|
|
107
|
-
],
|
|
108
|
-
grpc: [
|
|
109
|
-
{
|
|
110
|
-
address: 'grpc.xion-testnet-1.burnt.com:443',
|
|
111
|
-
provider: '🔥BurntLabs🔥'
|
|
112
|
-
},
|
|
113
|
-
{
|
|
114
|
-
address: 'testnet-burnt-grpc.lavenderfive.com:443',
|
|
115
|
-
provider: 'Lavender.Five Nodes 🐝'
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
address: 'xion-testnet-grpc.polkachu.com:22390',
|
|
119
|
-
provider: 'Polkachu'
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
address: 'burnt-testnet-grpc.itrocket.net:443',
|
|
123
|
-
provider: 'ITRocket'
|
|
124
|
-
}
|
|
125
|
-
]
|
|
126
|
-
},
|
|
127
|
-
explorers: [
|
|
128
|
-
{
|
|
129
|
-
url: 'https://explorer.burnt.com/xion-testnet-1',
|
|
130
|
-
tx_page: 'https://explorer.burnt.com/xion-testnet-1/tx/${txHash}',
|
|
131
|
-
account_page: 'https://explorer.burnt.com/xion-testnet-1/account/${accountAddress}'
|
|
132
|
-
},
|
|
133
|
-
{
|
|
134
|
-
kind: 'ITRocket',
|
|
135
|
-
url: 'https://testnet.itrocket.net/burnt',
|
|
136
|
-
tx_page: 'https://testnet.itrocket.net/burnt/tx/${txHash}',
|
|
137
|
-
account_page: 'https://testnet.itrocket.net/burnt/account/${accountAddress}'
|
|
138
|
-
},
|
|
139
|
-
{
|
|
140
|
-
kind: 'Nodes.Guru',
|
|
141
|
-
url: 'https://testnet.xion.explorers.guru',
|
|
142
|
-
tx_page: 'https://testnet.xion.explorers.guru/transactions/${txHash}',
|
|
143
|
-
account_page: 'https://testnet.xion.explorers.guru//account/${accountAddress}'
|
|
144
|
-
}
|
|
145
|
-
],
|
|
146
|
-
images: [{
|
|
147
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt.png'
|
|
148
|
-
}],
|
|
149
|
-
logo_URIs: {
|
|
150
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt.png'
|
|
151
|
-
},
|
|
152
|
-
description: 'XION is the first walletless L1 blockchain purpose built for consumer adoption through chain abstraction.',
|
|
153
|
-
keywords: [
|
|
154
|
-
'xion',
|
|
155
|
-
'burnt',
|
|
156
|
-
'testnet'
|
|
157
|
-
]
|
|
158
|
-
};
|
|
159
|
-
export default info;
|
|
@@ -1,116 +0,0 @@
|
|
|
1
|
-
const info = [
|
|
2
|
-
{
|
|
3
|
-
$schema: '../../ibc_data.schema.json',
|
|
4
|
-
chain_1: {
|
|
5
|
-
chain_name: 'axelartestnet',
|
|
6
|
-
client_id: '07-tendermint-970',
|
|
7
|
-
connection_id: 'connection-752'
|
|
8
|
-
},
|
|
9
|
-
chain_2: {
|
|
10
|
-
chain_name: 'xiontestnet',
|
|
11
|
-
client_id: '07-tendermint-127',
|
|
12
|
-
connection_id: 'connection-64'
|
|
13
|
-
},
|
|
14
|
-
channels: [{
|
|
15
|
-
chain_1: {
|
|
16
|
-
channel_id: 'channel-521',
|
|
17
|
-
port_id: 'transfer'
|
|
18
|
-
},
|
|
19
|
-
chain_2: {
|
|
20
|
-
channel_id: 'channel-225057',
|
|
21
|
-
port_id: 'transfer'
|
|
22
|
-
},
|
|
23
|
-
ordering: 'unordered',
|
|
24
|
-
version: 'ics20-1',
|
|
25
|
-
tags: {
|
|
26
|
-
status: 'live'
|
|
27
|
-
}
|
|
28
|
-
}]
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
$schema: '../../ibc_data.schema.json',
|
|
32
|
-
chain_1: {
|
|
33
|
-
chain_name: 'injectivetestnet',
|
|
34
|
-
client_id: '07-tendermint-239',
|
|
35
|
-
connection_id: 'connection-220'
|
|
36
|
-
},
|
|
37
|
-
chain_2: {
|
|
38
|
-
chain_name: 'xiontestnet',
|
|
39
|
-
client_id: '07-tendermint-119',
|
|
40
|
-
connection_id: 'connection-55'
|
|
41
|
-
},
|
|
42
|
-
channels: [{
|
|
43
|
-
chain_1: {
|
|
44
|
-
channel_id: 'channel-489',
|
|
45
|
-
port_id: 'transfer'
|
|
46
|
-
},
|
|
47
|
-
chain_2: {
|
|
48
|
-
channel_id: 'channel-487',
|
|
49
|
-
port_id: 'transfer'
|
|
50
|
-
},
|
|
51
|
-
ordering: 'unordered',
|
|
52
|
-
version: 'ics20-1',
|
|
53
|
-
tags: {
|
|
54
|
-
status: 'live',
|
|
55
|
-
preferred: true
|
|
56
|
-
}
|
|
57
|
-
}]
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
$schema: '../../ibc_data.schema.json',
|
|
61
|
-
chain_1: {
|
|
62
|
-
chain_name: 'nobletestnet',
|
|
63
|
-
client_id: '07-tendermint-224',
|
|
64
|
-
connection_id: 'connection-176'
|
|
65
|
-
},
|
|
66
|
-
chain_2: {
|
|
67
|
-
chain_name: 'xiontestnet',
|
|
68
|
-
client_id: '07-tendermint-120',
|
|
69
|
-
connection_id: 'connection-56'
|
|
70
|
-
},
|
|
71
|
-
channels: [{
|
|
72
|
-
chain_1: {
|
|
73
|
-
channel_id: 'channel-147',
|
|
74
|
-
port_id: 'transfer'
|
|
75
|
-
},
|
|
76
|
-
chain_2: {
|
|
77
|
-
channel_id: 'channel-489',
|
|
78
|
-
port_id: 'transfer'
|
|
79
|
-
},
|
|
80
|
-
ordering: 'unordered',
|
|
81
|
-
version: 'ics20-1',
|
|
82
|
-
tags: {
|
|
83
|
-
status: 'live'
|
|
84
|
-
}
|
|
85
|
-
}]
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
$schema: '../../ibc_data.schema.json',
|
|
89
|
-
chain_1: {
|
|
90
|
-
chain_name: 'osmosistestnet',
|
|
91
|
-
client_id: '07-tendermint-3125',
|
|
92
|
-
connection_id: 'connection-2826'
|
|
93
|
-
},
|
|
94
|
-
chain_2: {
|
|
95
|
-
chain_name: 'xiontestnet',
|
|
96
|
-
client_id: '07-tendermint-121',
|
|
97
|
-
connection_id: 'connection-57'
|
|
98
|
-
},
|
|
99
|
-
channels: [{
|
|
100
|
-
chain_1: {
|
|
101
|
-
channel_id: 'channel-6668',
|
|
102
|
-
port_id: 'transfer'
|
|
103
|
-
},
|
|
104
|
-
chain_2: {
|
|
105
|
-
channel_id: 'channel-490',
|
|
106
|
-
port_id: 'transfer'
|
|
107
|
-
},
|
|
108
|
-
ordering: 'unordered',
|
|
109
|
-
version: 'ics20-1',
|
|
110
|
-
tags: {
|
|
111
|
-
status: 'live'
|
|
112
|
-
}
|
|
113
|
-
}]
|
|
114
|
-
}
|
|
115
|
-
];
|
|
116
|
-
export default info;
|
|
@@ -1,196 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const info = {
|
|
4
|
-
$schema: '../../assetlist.schema.json',
|
|
5
|
-
chain_name: 'xiontestnet',
|
|
6
|
-
assets: [
|
|
7
|
-
{
|
|
8
|
-
description: 'The native staking token of the Xion network.',
|
|
9
|
-
denom_units: [{
|
|
10
|
-
denom: 'uxion',
|
|
11
|
-
exponent: 0,
|
|
12
|
-
aliases: ['microxion']
|
|
13
|
-
}, {
|
|
14
|
-
denom: 'XION',
|
|
15
|
-
exponent: 6,
|
|
16
|
-
aliases: ['xion']
|
|
17
|
-
}],
|
|
18
|
-
base: 'uxion',
|
|
19
|
-
display: 'XION',
|
|
20
|
-
name: 'xion',
|
|
21
|
-
symbol: 'XION',
|
|
22
|
-
logo_URIs: {
|
|
23
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
24
|
-
},
|
|
25
|
-
images: [{
|
|
26
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
27
|
-
}],
|
|
28
|
-
type_asset: 'sdk.coin'
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
denom_units: [{
|
|
32
|
-
denom: 'ibc/33517D439F5E545A1AAB148FAE43AAE17CF68FFB9BC97AE0048A3E3B64518C58',
|
|
33
|
-
exponent: 0,
|
|
34
|
-
aliases: ['uaxl']
|
|
35
|
-
}, {
|
|
36
|
-
denom: 'axl',
|
|
37
|
-
exponent: 6
|
|
38
|
-
}],
|
|
39
|
-
type_asset: 'ics20',
|
|
40
|
-
base: 'ibc/33517D439F5E545A1AAB148FAE43AAE17CF68FFB9BC97AE0048A3E3B64518C58',
|
|
41
|
-
name: 'Axelar AXL Token',
|
|
42
|
-
display: 'axl',
|
|
43
|
-
symbol: 'AXL',
|
|
44
|
-
traces: [{
|
|
45
|
-
type: 'ibc',
|
|
46
|
-
counterparty: {
|
|
47
|
-
chain_name: 'axelartestnet',
|
|
48
|
-
base_denom: 'uaxl',
|
|
49
|
-
channel_id: 'channel-521'
|
|
50
|
-
},
|
|
51
|
-
chain: {
|
|
52
|
-
channel_id: 'channel-225057',
|
|
53
|
-
path: 'transfer/channel-225057/uaxl'
|
|
54
|
-
}
|
|
55
|
-
}],
|
|
56
|
-
images: [{
|
|
57
|
-
image_sync: {
|
|
58
|
-
chain_name: 'axelartestnet',
|
|
59
|
-
base_denom: 'uaxl'
|
|
60
|
-
},
|
|
61
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
62
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
63
|
-
}],
|
|
64
|
-
logo_URIs: {
|
|
65
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
66
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
67
|
-
},
|
|
68
|
-
coingecko_id: 'axelar'
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
denom_units: [{
|
|
72
|
-
denom: 'ibc/484532EB74866F3FB8A71F909F7B1B470FE2E66313DA0A1F9EE5B7C5C046D195',
|
|
73
|
-
exponent: 0,
|
|
74
|
-
aliases: ['uosmo']
|
|
75
|
-
}, {
|
|
76
|
-
denom: 'osmo',
|
|
77
|
-
exponent: 6
|
|
78
|
-
}],
|
|
79
|
-
type_asset: 'ics20',
|
|
80
|
-
base: 'ibc/484532EB74866F3FB8A71F909F7B1B470FE2E66313DA0A1F9EE5B7C5C046D195',
|
|
81
|
-
name: 'Osmosis OSMO Token',
|
|
82
|
-
display: 'osmo',
|
|
83
|
-
symbol: 'OSMO',
|
|
84
|
-
traces: [{
|
|
85
|
-
type: 'ibc',
|
|
86
|
-
counterparty: {
|
|
87
|
-
chain_name: 'osmosistestnet',
|
|
88
|
-
base_denom: 'uosmo',
|
|
89
|
-
channel_id: 'channel-6668'
|
|
90
|
-
},
|
|
91
|
-
chain: {
|
|
92
|
-
channel_id: 'channel-490',
|
|
93
|
-
path: 'transfer/channel-490/uosmo'
|
|
94
|
-
}
|
|
95
|
-
}],
|
|
96
|
-
images: [{
|
|
97
|
-
image_sync: {
|
|
98
|
-
chain_name: 'osmosistestnet',
|
|
99
|
-
base_denom: 'uosmo'
|
|
100
|
-
},
|
|
101
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
102
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
103
|
-
}],
|
|
104
|
-
logo_URIs: {
|
|
105
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
106
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
107
|
-
},
|
|
108
|
-
coingecko_id: 'osmosis'
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
denom_units: [{
|
|
112
|
-
denom: 'ibc/57097251ED81A232CE3C9D899E7C8096D6D87EF84BA203E12E424AA4C9B57A64',
|
|
113
|
-
exponent: 0,
|
|
114
|
-
aliases: ['uusdc']
|
|
115
|
-
}, {
|
|
116
|
-
denom: 'usdc',
|
|
117
|
-
exponent: 6
|
|
118
|
-
}],
|
|
119
|
-
type_asset: 'ics20',
|
|
120
|
-
base: 'ibc/57097251ED81A232CE3C9D899E7C8096D6D87EF84BA203E12E424AA4C9B57A64',
|
|
121
|
-
name: 'Noble USDC Token',
|
|
122
|
-
display: 'usdc',
|
|
123
|
-
symbol: 'USDC',
|
|
124
|
-
coingecko_id: 'usd-coin',
|
|
125
|
-
traces: [{
|
|
126
|
-
type: 'ibc',
|
|
127
|
-
counterparty: {
|
|
128
|
-
chain_name: 'nobletestnet',
|
|
129
|
-
base_denom: 'uusdc',
|
|
130
|
-
channel_id: 'channel-147'
|
|
131
|
-
},
|
|
132
|
-
chain: {
|
|
133
|
-
channel_id: 'channel-489',
|
|
134
|
-
path: 'transfer/channel-489/uusdc'
|
|
135
|
-
}
|
|
136
|
-
}],
|
|
137
|
-
images: [{
|
|
138
|
-
image_sync: {
|
|
139
|
-
chain_name: 'nobletestnet',
|
|
140
|
-
base_denom: 'uusdc'
|
|
141
|
-
},
|
|
142
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
143
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
144
|
-
theme: {
|
|
145
|
-
circle: true,
|
|
146
|
-
primary_color_hex: '#2775CA'
|
|
147
|
-
}
|
|
148
|
-
}],
|
|
149
|
-
logo_URIs: {
|
|
150
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
151
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
152
|
-
}
|
|
153
|
-
},
|
|
154
|
-
{
|
|
155
|
-
denom_units: [{
|
|
156
|
-
denom: 'ibc/05314A48723E06A1B1B666066B6BEC89F3708E8854DF2E5E9193387AA9653036',
|
|
157
|
-
exponent: 0,
|
|
158
|
-
aliases: ['inj']
|
|
159
|
-
}, {
|
|
160
|
-
denom: 'INJ',
|
|
161
|
-
exponent: 18
|
|
162
|
-
}],
|
|
163
|
-
type_asset: 'ics20',
|
|
164
|
-
base: 'ibc/05314A48723E06A1B1B666066B6BEC89F3708E8854DF2E5E9193387AA9653036',
|
|
165
|
-
name: 'Injective INJ token',
|
|
166
|
-
display: 'INJ',
|
|
167
|
-
symbol: 'INJ',
|
|
168
|
-
traces: [{
|
|
169
|
-
type: 'ibc',
|
|
170
|
-
counterparty: {
|
|
171
|
-
chain_name: 'injectivetestnet',
|
|
172
|
-
base_denom: 'inj',
|
|
173
|
-
channel_id: 'channel-489'
|
|
174
|
-
},
|
|
175
|
-
chain: {
|
|
176
|
-
channel_id: 'channel-487',
|
|
177
|
-
path: 'transfer/channel-487/inj'
|
|
178
|
-
}
|
|
179
|
-
}],
|
|
180
|
-
images: [{
|
|
181
|
-
image_sync: {
|
|
182
|
-
chain_name: 'injectivetestnet',
|
|
183
|
-
base_denom: 'inj'
|
|
184
|
-
},
|
|
185
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg',
|
|
186
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png'
|
|
187
|
-
}],
|
|
188
|
-
logo_URIs: {
|
|
189
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
|
|
190
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
|
|
191
|
-
},
|
|
192
|
-
coingecko_id: 'injective-protocol'
|
|
193
|
-
}
|
|
194
|
-
]
|
|
195
|
-
};
|
|
196
|
-
exports.default = info;
|