chain-registry 1.69.60 → 1.69.62
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/agoric/ibc.js +29 -0
- package/esm/mainnet/assetmantle/assets.js +2 -2
- package/esm/mainnet/assetmantle/chain.js +7 -7
- package/esm/mainnet/assets.js +2 -0
- package/esm/mainnet/chains.js +2 -0
- package/esm/mainnet/dungeon/chain.js +0 -4
- package/esm/mainnet/elys/assets.js +198 -0
- package/esm/mainnet/elys/chain.js +143 -0
- package/esm/mainnet/elys/index.js +4 -0
- package/esm/mainnet/impacthub/assets.js +1 -1
- package/esm/mainnet/impacthub/chain.js +0 -6
- package/esm/mainnet/named.js +1 -0
- package/esm/mainnet/neutron/ibc.js +29 -0
- package/esm/mainnet/nibiru/assets.js +32 -0
- package/esm/mainnet/osmosis/assets.js +37 -0
- package/esm/testnet/axelartestnet/ibc.js +6 -6
- package/esm/testnet/elystestnet/assets.js +10 -10
- package/esm/testnet/elystestnet/chain.js +10 -51
- package/esm/testnet/sagatestnet/chain.js +1 -1
- package/esm/testnet/sagatestnet/ibc.js +6 -6
- package/mainnet/agoric/ibc.js +29 -0
- package/mainnet/assetmantle/assets.js +2 -2
- package/mainnet/assetmantle/chain.js +7 -7
- package/mainnet/assets.js +2 -0
- package/mainnet/chains.js +2 -0
- package/mainnet/dungeon/chain.js +0 -4
- package/mainnet/elys/assets.d.ts +3 -0
- package/mainnet/elys/assets.js +200 -0
- package/mainnet/elys/chain.d.ts +3 -0
- package/mainnet/elys/chain.js +145 -0
- package/mainnet/elys/index.d.ts +2 -0
- package/mainnet/elys/index.js +10 -0
- package/mainnet/impacthub/assets.js +1 -1
- package/mainnet/impacthub/chain.js +0 -6
- package/mainnet/named.d.ts +1 -0
- package/mainnet/named.js +4 -3
- package/mainnet/neutron/ibc.js +29 -0
- package/mainnet/nibiru/assets.js +32 -0
- package/mainnet/osmosis/assets.js +37 -0
- package/package.json +4 -4
- package/testnet/axelartestnet/ibc.js +6 -6
- package/testnet/elystestnet/assets.js +10 -10
- package/testnet/elystestnet/chain.js +10 -51
- package/testnet/sagatestnet/chain.js +1 -1
- package/testnet/sagatestnet/ibc.js +6 -6
|
@@ -68,14 +68,14 @@ const info = {
|
|
|
68
68
|
{
|
|
69
69
|
description: 'USDC from Noble',
|
|
70
70
|
denom_units: [{
|
|
71
|
-
denom: 'ibc/
|
|
71
|
+
denom: 'ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349',
|
|
72
72
|
exponent: 0
|
|
73
73
|
}, {
|
|
74
74
|
denom: 'usdc',
|
|
75
75
|
exponent: 6
|
|
76
76
|
}],
|
|
77
77
|
type_asset: 'ics20',
|
|
78
|
-
base: 'ibc/
|
|
78
|
+
base: 'ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349',
|
|
79
79
|
name: 'Noble USD Coin',
|
|
80
80
|
display: 'usdc',
|
|
81
81
|
symbol: 'USDC',
|
|
@@ -84,11 +84,11 @@ const info = {
|
|
|
84
84
|
counterparty: {
|
|
85
85
|
chain_name: 'nobletestnet',
|
|
86
86
|
base_denom: 'uusdc',
|
|
87
|
-
channel_id: 'channel-
|
|
87
|
+
channel_id: 'channel-287'
|
|
88
88
|
},
|
|
89
89
|
chain: {
|
|
90
|
-
channel_id: 'channel-
|
|
91
|
-
path: 'transfer/channel-
|
|
90
|
+
channel_id: 'channel-2',
|
|
91
|
+
path: 'transfer/channel-2/uusdc'
|
|
92
92
|
}
|
|
93
93
|
}],
|
|
94
94
|
images: [{
|
|
@@ -110,14 +110,14 @@ const info = {
|
|
|
110
110
|
},
|
|
111
111
|
{
|
|
112
112
|
denom_units: [{
|
|
113
|
-
denom: 'ibc/
|
|
113
|
+
denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
114
114
|
exponent: 0
|
|
115
115
|
}, {
|
|
116
116
|
denom: 'atom',
|
|
117
117
|
exponent: 6
|
|
118
118
|
}],
|
|
119
119
|
type_asset: 'ics20',
|
|
120
|
-
base: 'ibc/
|
|
120
|
+
base: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
121
121
|
name: 'ATOM on Elys',
|
|
122
122
|
display: 'atom',
|
|
123
123
|
symbol: 'ATOM',
|
|
@@ -126,11 +126,11 @@ const info = {
|
|
|
126
126
|
counterparty: {
|
|
127
127
|
chain_name: 'cosmoshubtestnet',
|
|
128
128
|
base_denom: 'uatom',
|
|
129
|
-
channel_id: 'channel-
|
|
129
|
+
channel_id: 'channel-290'
|
|
130
130
|
},
|
|
131
131
|
chain: {
|
|
132
|
-
channel_id: 'channel-
|
|
133
|
-
path: 'transfer/channel-
|
|
132
|
+
channel_id: 'channel-1',
|
|
133
|
+
path: 'transfer/channel-1/uatom'
|
|
134
134
|
}
|
|
135
135
|
}],
|
|
136
136
|
images: [{
|
|
@@ -5,7 +5,7 @@ const info = {
|
|
|
5
5
|
network_type: 'testnet',
|
|
6
6
|
pretty_name: 'Elys Network',
|
|
7
7
|
chain_type: 'cosmos',
|
|
8
|
-
chain_id: '
|
|
8
|
+
chain_id: 'elysicstestnet-1',
|
|
9
9
|
bech32_prefix: 'elys',
|
|
10
10
|
daemon_name: 'elysd',
|
|
11
11
|
node_home: '$HOME/.elys',
|
|
@@ -29,14 +29,14 @@ const info = {
|
|
|
29
29
|
high_gas_price: 0.03
|
|
30
30
|
},
|
|
31
31
|
{
|
|
32
|
-
denom: 'ibc/
|
|
32
|
+
denom: 'ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349',
|
|
33
33
|
fixed_min_gas_price: 0.01,
|
|
34
34
|
low_gas_price: 0.01,
|
|
35
35
|
average_gas_price: 0.025,
|
|
36
36
|
high_gas_price: 0.03
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
|
-
denom: 'ibc/
|
|
39
|
+
denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
40
40
|
fixed_min_gas_price: 0.01,
|
|
41
41
|
low_gas_price: 0.01,
|
|
42
42
|
average_gas_price: 0.025,
|
|
@@ -51,18 +51,10 @@ const info = {
|
|
|
51
51
|
address: 'https://rpc.testnet.elys.network',
|
|
52
52
|
provider: 'Elys Network'
|
|
53
53
|
},
|
|
54
|
-
{
|
|
55
|
-
address: 'https://elys-testnet-rpc.staketab.org:443',
|
|
56
|
-
provider: 'Staketab'
|
|
57
|
-
},
|
|
58
54
|
{
|
|
59
55
|
address: 'https://elys-testnet-rpc.itrocket.net:443',
|
|
60
56
|
provider: 'itrocket'
|
|
61
57
|
},
|
|
62
|
-
{
|
|
63
|
-
address: 'https://elys-rpc.kleomedes.network:443',
|
|
64
|
-
provider: 'Kleomedes'
|
|
65
|
-
},
|
|
66
58
|
{
|
|
67
59
|
address: 'https://elys-testnet-rpc.publicnode.com:443',
|
|
68
60
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
@@ -73,60 +65,27 @@ const info = {
|
|
|
73
65
|
address: 'https://api.testnet.elys.network',
|
|
74
66
|
provider: 'Elys Network'
|
|
75
67
|
},
|
|
76
|
-
{
|
|
77
|
-
address: 'https://elys.api.t.stavr.tech',
|
|
78
|
-
provider: '🔥STAVR🔥'
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
address: 'https://elys-testnet-rest.staketab.org',
|
|
82
|
-
provider: 'Staketab'
|
|
83
|
-
},
|
|
84
68
|
{
|
|
85
69
|
address: 'https://elys-testnet-api.itrocket.net',
|
|
86
70
|
provider: 'itrocket'
|
|
87
71
|
},
|
|
88
|
-
{
|
|
89
|
-
address: 'https://elys-api.kleomedes.network:443',
|
|
90
|
-
provider: 'Kleomedes'
|
|
91
|
-
},
|
|
92
72
|
{
|
|
93
73
|
address: 'https://elys-testnet-rest.publicnode.com',
|
|
94
74
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
95
75
|
}
|
|
96
76
|
],
|
|
97
|
-
grpc: [
|
|
98
|
-
{
|
|
99
|
-
address: 'services.staketab.com:9390',
|
|
100
|
-
provider: 'Staketab'
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
address: 'elys-testnet-grpc.itrocket.net:38090',
|
|
104
|
-
provider: 'itrocket'
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
address: 'elys-testnet-grpc.publicnode.com:443',
|
|
108
|
-
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
109
|
-
}
|
|
110
|
-
]
|
|
77
|
+
grpc: []
|
|
111
78
|
},
|
|
112
|
-
explorers: [
|
|
113
|
-
{
|
|
114
|
-
kind: '🔥STAVR🔥',
|
|
115
|
-
url: 'https://explorer.stavr.tech/Elys-Testnet',
|
|
116
|
-
tx_page: 'https://explorer.stavr.tech/Elys-Testnet/tx/${txHash}',
|
|
117
|
-
account_page: 'https://explorer.stavr.tech/Elys-Testnet/account/${accountAddress}'
|
|
118
|
-
},
|
|
119
|
-
{
|
|
79
|
+
explorers: [{
|
|
120
80
|
kind: 'ping.pub',
|
|
121
|
-
url: 'https://testnet.
|
|
122
|
-
tx_page: 'https://testnet.
|
|
123
|
-
|
|
124
|
-
{
|
|
81
|
+
url: 'https://testnet.ping.pub/elys',
|
|
82
|
+
tx_page: 'https://testnet.ping.pub/elys/tx/${txHash}',
|
|
83
|
+
account_page: 'https://testnet.ping.pub/elys/account/${accountAddress}'
|
|
84
|
+
}, {
|
|
125
85
|
kind: 'itrocket',
|
|
126
86
|
url: 'https://testnet.itrocket.net/elys',
|
|
127
87
|
tx_page: 'https://testnet.itrocket.net/elys/staking/tx/${txHash}',
|
|
128
88
|
account_page: 'https://testnet.itrocket.net/elys/account/${accountAddress}'
|
|
129
|
-
}
|
|
130
|
-
]
|
|
89
|
+
}]
|
|
131
90
|
};
|
|
132
91
|
export default info;
|
|
@@ -2,21 +2,21 @@ const info = [{
|
|
|
2
2
|
$schema: '../../ibc_data.schema.json',
|
|
3
3
|
chain_1: {
|
|
4
4
|
chain_name: 'axelartestnet',
|
|
5
|
-
client_id: '07-tendermint-
|
|
6
|
-
connection_id: 'connection-
|
|
5
|
+
client_id: '07-tendermint-1047',
|
|
6
|
+
connection_id: 'connection-808'
|
|
7
7
|
},
|
|
8
8
|
chain_2: {
|
|
9
9
|
chain_name: 'sagatestnet',
|
|
10
|
-
client_id: '07-tendermint-
|
|
11
|
-
connection_id: 'connection-
|
|
10
|
+
client_id: '07-tendermint-2',
|
|
11
|
+
connection_id: 'connection-3'
|
|
12
12
|
},
|
|
13
13
|
channels: [{
|
|
14
14
|
chain_1: {
|
|
15
|
-
channel_id: 'channel-
|
|
15
|
+
channel_id: 'channel-566',
|
|
16
16
|
port_id: 'transfer'
|
|
17
17
|
},
|
|
18
18
|
chain_2: {
|
|
19
|
-
channel_id: 'channel-
|
|
19
|
+
channel_id: 'channel-3',
|
|
20
20
|
port_id: 'transfer'
|
|
21
21
|
},
|
|
22
22
|
ordering: 'unordered',
|
package/mainnet/agoric/ibc.js
CHANGED
|
@@ -261,6 +261,35 @@ const info = [
|
|
|
261
261
|
}
|
|
262
262
|
}]
|
|
263
263
|
},
|
|
264
|
+
{
|
|
265
|
+
$schema: '../ibc_data.schema.json',
|
|
266
|
+
chain_1: {
|
|
267
|
+
chain_name: 'agoric',
|
|
268
|
+
client_id: '07-tendermint-101',
|
|
269
|
+
connection_id: 'connection-99'
|
|
270
|
+
},
|
|
271
|
+
chain_2: {
|
|
272
|
+
chain_name: 'neutron',
|
|
273
|
+
client_id: '07-tendermint-148',
|
|
274
|
+
connection_id: 'connection-108'
|
|
275
|
+
},
|
|
276
|
+
channels: [{
|
|
277
|
+
chain_1: {
|
|
278
|
+
channel_id: 'channel-146',
|
|
279
|
+
port_id: 'transfer'
|
|
280
|
+
},
|
|
281
|
+
chain_2: {
|
|
282
|
+
channel_id: 'channel-5789',
|
|
283
|
+
port_id: 'transfer'
|
|
284
|
+
},
|
|
285
|
+
ordering: 'unordered',
|
|
286
|
+
version: 'ics20-1',
|
|
287
|
+
tags: {
|
|
288
|
+
status: 'live',
|
|
289
|
+
preferred: true
|
|
290
|
+
}
|
|
291
|
+
}]
|
|
292
|
+
},
|
|
264
293
|
{
|
|
265
294
|
$schema: '../ibc_data.schema.json',
|
|
266
295
|
chain_1: {
|
|
@@ -4,7 +4,7 @@ const info = {
|
|
|
4
4
|
$schema: '../assetlist.schema.json',
|
|
5
5
|
chain_name: 'assetmantle',
|
|
6
6
|
assets: [{
|
|
7
|
-
description: 'The native token of
|
|
7
|
+
description: 'The native token of AssetMantle',
|
|
8
8
|
denom_units: [{
|
|
9
9
|
denom: 'umntl',
|
|
10
10
|
exponent: 0
|
|
@@ -25,7 +25,7 @@ const info = {
|
|
|
25
25
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png',
|
|
26
26
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg',
|
|
27
27
|
theme: {
|
|
28
|
-
primary_color_hex: '#
|
|
28
|
+
primary_color_hex: '#fbab30'
|
|
29
29
|
}
|
|
30
30
|
}],
|
|
31
31
|
socials: {
|
|
@@ -16,7 +16,7 @@ const info = {
|
|
|
16
16
|
fees: {
|
|
17
17
|
fee_tokens: [{
|
|
18
18
|
denom: 'umntl',
|
|
19
|
-
low_gas_price: 0
|
|
19
|
+
low_gas_price: 0,
|
|
20
20
|
average_gas_price: 0.025,
|
|
21
21
|
high_gas_price: 0.04
|
|
22
22
|
}]
|
|
@@ -28,10 +28,10 @@ const info = {
|
|
|
28
28
|
},
|
|
29
29
|
codebase: {},
|
|
30
30
|
logo_URIs: {
|
|
31
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/
|
|
32
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/
|
|
31
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png',
|
|
32
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg'
|
|
33
33
|
},
|
|
34
|
-
description: 'AssetMantle
|
|
34
|
+
description: 'AssetMantle is building the native web3 assets for Real World Asset Tokenization & Enterprise Asset Tokenization',
|
|
35
35
|
apis: {
|
|
36
36
|
rpc: [
|
|
37
37
|
{
|
|
@@ -164,10 +164,10 @@ const info = {
|
|
|
164
164
|
}
|
|
165
165
|
],
|
|
166
166
|
images: [{
|
|
167
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/
|
|
168
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/
|
|
167
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png',
|
|
168
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg',
|
|
169
169
|
theme: {
|
|
170
|
-
primary_color_hex: '#
|
|
170
|
+
primary_color_hex: '#fbab30'
|
|
171
171
|
}
|
|
172
172
|
}]
|
|
173
173
|
};
|
package/mainnet/assets.js
CHANGED
|
@@ -79,6 +79,7 @@ const _dydx = __importStar(require("./dydx"));
|
|
|
79
79
|
const _dymension = __importStar(require("./dymension"));
|
|
80
80
|
const _dyson = __importStar(require("./dyson"));
|
|
81
81
|
const _echelon = __importStar(require("./echelon"));
|
|
82
|
+
const _elys = __importStar(require("./elys"));
|
|
82
83
|
const _emoney = __importStar(require("./emoney"));
|
|
83
84
|
const _empowerchain = __importStar(require("./empowerchain"));
|
|
84
85
|
const _epix = __importStar(require("./epix"));
|
|
@@ -267,6 +268,7 @@ const assets = [
|
|
|
267
268
|
_dymension.assets,
|
|
268
269
|
_dyson.assets,
|
|
269
270
|
_echelon.assets,
|
|
271
|
+
_elys.assets,
|
|
270
272
|
_emoney.assets,
|
|
271
273
|
_empowerchain.assets,
|
|
272
274
|
_epix.assets,
|
package/mainnet/chains.js
CHANGED
|
@@ -79,6 +79,7 @@ const _dydx = __importStar(require("./dydx"));
|
|
|
79
79
|
const _dymension = __importStar(require("./dymension"));
|
|
80
80
|
const _dyson = __importStar(require("./dyson"));
|
|
81
81
|
const _echelon = __importStar(require("./echelon"));
|
|
82
|
+
const _elys = __importStar(require("./elys"));
|
|
82
83
|
const _emoney = __importStar(require("./emoney"));
|
|
83
84
|
const _empowerchain = __importStar(require("./empowerchain"));
|
|
84
85
|
const _epix = __importStar(require("./epix"));
|
|
@@ -267,6 +268,7 @@ const chains = [
|
|
|
267
268
|
_dymension.chain,
|
|
268
269
|
_dyson.chain,
|
|
269
270
|
_echelon.chain,
|
|
271
|
+
_elys.chain,
|
|
270
272
|
_emoney.chain,
|
|
271
273
|
_empowerchain.chain,
|
|
272
274
|
_epix.chain,
|
package/mainnet/dungeon/chain.js
CHANGED
|
@@ -34,10 +34,6 @@ const info = {
|
|
|
34
34
|
address: 'https://rpc-dungeonchain.apeironnodes.com',
|
|
35
35
|
provider: 'ApeironNodes'
|
|
36
36
|
},
|
|
37
|
-
{
|
|
38
|
-
address: 'https://rpc-archive-dungeonchain.apeironnodes.com',
|
|
39
|
-
provider: 'ApeironNodes (Archive)'
|
|
40
|
-
},
|
|
41
37
|
{
|
|
42
38
|
address: 'https://dungeon_mainnet_rpc.chain.whenmoonwhenlambo.money',
|
|
43
39
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
@@ -0,0 +1,200 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../assetlist.schema.json',
|
|
5
|
+
chain_name: 'elys',
|
|
6
|
+
assets: [
|
|
7
|
+
{
|
|
8
|
+
description: 'The native token of Elys Network',
|
|
9
|
+
denom_units: [
|
|
10
|
+
{
|
|
11
|
+
denom: 'uelys',
|
|
12
|
+
exponent: 0,
|
|
13
|
+
aliases: ['microelys']
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
denom: 'melys',
|
|
17
|
+
exponent: 3,
|
|
18
|
+
aliases: ['millielys']
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
denom: 'elys',
|
|
22
|
+
exponent: 6,
|
|
23
|
+
aliases: []
|
|
24
|
+
}
|
|
25
|
+
],
|
|
26
|
+
base: 'uelys',
|
|
27
|
+
name: 'Elys Network',
|
|
28
|
+
display: 'elys',
|
|
29
|
+
symbol: 'ELYS',
|
|
30
|
+
logo_URIs: {
|
|
31
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
32
|
+
},
|
|
33
|
+
coingecko_id: 'elys',
|
|
34
|
+
images: [{
|
|
35
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
36
|
+
}],
|
|
37
|
+
type_asset: 'sdk.coin'
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
description: 'Eden token definition',
|
|
41
|
+
denom_units: [
|
|
42
|
+
{
|
|
43
|
+
denom: 'ueden',
|
|
44
|
+
exponent: 0,
|
|
45
|
+
aliases: ['microeden']
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
denom: 'meden',
|
|
49
|
+
exponent: 3,
|
|
50
|
+
aliases: ['millieden']
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
denom: 'eden',
|
|
54
|
+
exponent: 6,
|
|
55
|
+
aliases: []
|
|
56
|
+
}
|
|
57
|
+
],
|
|
58
|
+
base: 'ueden',
|
|
59
|
+
name: 'Eden',
|
|
60
|
+
display: 'eden',
|
|
61
|
+
symbol: 'EDEN',
|
|
62
|
+
logo_URIs: {
|
|
63
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png'
|
|
64
|
+
},
|
|
65
|
+
images: [{
|
|
66
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png'
|
|
67
|
+
}],
|
|
68
|
+
type_asset: 'sdk.coin'
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
description: 'USDC from Noble',
|
|
72
|
+
denom_units: [{
|
|
73
|
+
denom: 'ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349',
|
|
74
|
+
exponent: 0
|
|
75
|
+
}, {
|
|
76
|
+
denom: 'usdc',
|
|
77
|
+
exponent: 6
|
|
78
|
+
}],
|
|
79
|
+
type_asset: 'ics20',
|
|
80
|
+
base: 'ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349',
|
|
81
|
+
name: 'Noble USD Coin',
|
|
82
|
+
display: 'usdc',
|
|
83
|
+
symbol: 'USDC',
|
|
84
|
+
traces: [{
|
|
85
|
+
type: 'ibc',
|
|
86
|
+
counterparty: {
|
|
87
|
+
chain_name: 'noble',
|
|
88
|
+
base_denom: 'uusdc',
|
|
89
|
+
channel_id: 'channel-117'
|
|
90
|
+
},
|
|
91
|
+
chain: {
|
|
92
|
+
channel_id: 'channel-2',
|
|
93
|
+
path: 'transfer/channel-2/uusdc'
|
|
94
|
+
}
|
|
95
|
+
}],
|
|
96
|
+
images: [{
|
|
97
|
+
image_sync: {
|
|
98
|
+
chain_name: 'noble',
|
|
99
|
+
base_denom: 'uusdc'
|
|
100
|
+
},
|
|
101
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
102
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
103
|
+
theme: {
|
|
104
|
+
circle: true,
|
|
105
|
+
primary_color_hex: '#2775CA'
|
|
106
|
+
}
|
|
107
|
+
}],
|
|
108
|
+
logo_URIs: {
|
|
109
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
110
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
denom_units: [{
|
|
115
|
+
denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
116
|
+
exponent: 0
|
|
117
|
+
}, {
|
|
118
|
+
denom: 'atom',
|
|
119
|
+
exponent: 6
|
|
120
|
+
}],
|
|
121
|
+
type_asset: 'ics20',
|
|
122
|
+
base: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
123
|
+
name: 'ATOM on Elys',
|
|
124
|
+
display: 'atom',
|
|
125
|
+
symbol: 'ATOM',
|
|
126
|
+
traces: [{
|
|
127
|
+
type: 'ibc',
|
|
128
|
+
counterparty: {
|
|
129
|
+
chain_name: 'cosmoshub',
|
|
130
|
+
base_denom: 'uatom',
|
|
131
|
+
channel_id: 'channel-1266'
|
|
132
|
+
},
|
|
133
|
+
chain: {
|
|
134
|
+
channel_id: 'channel-1',
|
|
135
|
+
path: 'transfer/channel-1/uatom'
|
|
136
|
+
}
|
|
137
|
+
}],
|
|
138
|
+
images: [{
|
|
139
|
+
image_sync: {
|
|
140
|
+
chain_name: 'cosmoshub',
|
|
141
|
+
base_denom: 'uatom'
|
|
142
|
+
},
|
|
143
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
144
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg',
|
|
145
|
+
theme: {
|
|
146
|
+
primary_color_hex: '#272d45'
|
|
147
|
+
}
|
|
148
|
+
}],
|
|
149
|
+
logo_URIs: {
|
|
150
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
151
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
152
|
+
}
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
description: 'Axelar Network Token',
|
|
156
|
+
denom_units: [{
|
|
157
|
+
denom: 'ibc/9463E39D230614B313B487836D13A392BD1731928713D4C8427A083627048DB3',
|
|
158
|
+
exponent: 0,
|
|
159
|
+
aliases: ['microaxl']
|
|
160
|
+
}, {
|
|
161
|
+
denom: 'axl',
|
|
162
|
+
exponent: 6,
|
|
163
|
+
aliases: []
|
|
164
|
+
}],
|
|
165
|
+
type_asset: 'ics20',
|
|
166
|
+
base: 'ibc/9463E39D230614B313B487836D13A392BD1731928713D4C8427A083627048DB3',
|
|
167
|
+
name: 'Axelar',
|
|
168
|
+
display: 'axl',
|
|
169
|
+
symbol: 'AXL',
|
|
170
|
+
traces: [{
|
|
171
|
+
type: 'ibc',
|
|
172
|
+
counterparty: {
|
|
173
|
+
chain_name: 'axelar',
|
|
174
|
+
base_denom: 'uaxl',
|
|
175
|
+
channel_id: 'channel-163'
|
|
176
|
+
},
|
|
177
|
+
chain: {
|
|
178
|
+
channel_id: 'channel-3',
|
|
179
|
+
path: 'transfer/channel-3/uaxl'
|
|
180
|
+
}
|
|
181
|
+
}],
|
|
182
|
+
images: [{
|
|
183
|
+
image_sync: {
|
|
184
|
+
chain_name: 'axelar',
|
|
185
|
+
base_denom: 'uaxl'
|
|
186
|
+
},
|
|
187
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
188
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg',
|
|
189
|
+
theme: {
|
|
190
|
+
primary_color_hex: '#040404'
|
|
191
|
+
}
|
|
192
|
+
}],
|
|
193
|
+
logo_URIs: {
|
|
194
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
195
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
196
|
+
}
|
|
197
|
+
}
|
|
198
|
+
]
|
|
199
|
+
};
|
|
200
|
+
exports.default = info;
|