chain-registry 1.69.61 → 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/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/nibiru/assets.js +32 -0
- package/esm/testnet/axelartestnet/ibc.js +6 -6
- package/esm/testnet/elystestnet/chain.js +3 -2
- package/esm/testnet/sagatestnet/chain.js +1 -1
- package/esm/testnet/sagatestnet/ibc.js +6 -6
- 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/nibiru/assets.js +32 -0
- package/package.json +4 -4
- package/testnet/axelartestnet/ibc.js +6 -6
- package/testnet/elystestnet/chain.js +3 -2
- package/testnet/sagatestnet/chain.js +1 -1
- package/testnet/sagatestnet/ibc.js +6 -6
package/esm/mainnet/assets.js
CHANGED
|
@@ -54,6 +54,7 @@ import * as _dydx from './dydx';
|
|
|
54
54
|
import * as _dymension from './dymension';
|
|
55
55
|
import * as _dyson from './dyson';
|
|
56
56
|
import * as _echelon from './echelon';
|
|
57
|
+
import * as _elys from './elys';
|
|
57
58
|
import * as _emoney from './emoney';
|
|
58
59
|
import * as _empowerchain from './empowerchain';
|
|
59
60
|
import * as _epix from './epix';
|
|
@@ -242,6 +243,7 @@ const assets = [
|
|
|
242
243
|
_dymension.assets,
|
|
243
244
|
_dyson.assets,
|
|
244
245
|
_echelon.assets,
|
|
246
|
+
_elys.assets,
|
|
245
247
|
_emoney.assets,
|
|
246
248
|
_empowerchain.assets,
|
|
247
249
|
_epix.assets,
|
package/esm/mainnet/chains.js
CHANGED
|
@@ -54,6 +54,7 @@ import * as _dydx from './dydx';
|
|
|
54
54
|
import * as _dymension from './dymension';
|
|
55
55
|
import * as _dyson from './dyson';
|
|
56
56
|
import * as _echelon from './echelon';
|
|
57
|
+
import * as _elys from './elys';
|
|
57
58
|
import * as _emoney from './emoney';
|
|
58
59
|
import * as _empowerchain from './empowerchain';
|
|
59
60
|
import * as _epix from './epix';
|
|
@@ -242,6 +243,7 @@ const chains = [
|
|
|
242
243
|
_dymension.chain,
|
|
243
244
|
_dyson.chain,
|
|
244
245
|
_echelon.chain,
|
|
246
|
+
_elys.chain,
|
|
245
247
|
_emoney.chain,
|
|
246
248
|
_empowerchain.chain,
|
|
247
249
|
_epix.chain,
|
|
@@ -32,10 +32,6 @@ const info = {
|
|
|
32
32
|
address: 'https://rpc-dungeonchain.apeironnodes.com',
|
|
33
33
|
provider: 'ApeironNodes'
|
|
34
34
|
},
|
|
35
|
-
{
|
|
36
|
-
address: 'https://rpc-archive-dungeonchain.apeironnodes.com',
|
|
37
|
-
provider: 'ApeironNodes (Archive)'
|
|
38
|
-
},
|
|
39
35
|
{
|
|
40
36
|
address: 'https://dungeon_mainnet_rpc.chain.whenmoonwhenlambo.money',
|
|
41
37
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
@@ -0,0 +1,198 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../assetlist.schema.json',
|
|
3
|
+
chain_name: 'elys',
|
|
4
|
+
assets: [
|
|
5
|
+
{
|
|
6
|
+
description: 'The native token of Elys Network',
|
|
7
|
+
denom_units: [
|
|
8
|
+
{
|
|
9
|
+
denom: 'uelys',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['microelys']
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
denom: 'melys',
|
|
15
|
+
exponent: 3,
|
|
16
|
+
aliases: ['millielys']
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
denom: 'elys',
|
|
20
|
+
exponent: 6,
|
|
21
|
+
aliases: []
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
base: 'uelys',
|
|
25
|
+
name: 'Elys Network',
|
|
26
|
+
display: 'elys',
|
|
27
|
+
symbol: 'ELYS',
|
|
28
|
+
logo_URIs: {
|
|
29
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
30
|
+
},
|
|
31
|
+
coingecko_id: 'elys',
|
|
32
|
+
images: [{
|
|
33
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
34
|
+
}],
|
|
35
|
+
type_asset: 'sdk.coin'
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
description: 'Eden token definition',
|
|
39
|
+
denom_units: [
|
|
40
|
+
{
|
|
41
|
+
denom: 'ueden',
|
|
42
|
+
exponent: 0,
|
|
43
|
+
aliases: ['microeden']
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
denom: 'meden',
|
|
47
|
+
exponent: 3,
|
|
48
|
+
aliases: ['millieden']
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
denom: 'eden',
|
|
52
|
+
exponent: 6,
|
|
53
|
+
aliases: []
|
|
54
|
+
}
|
|
55
|
+
],
|
|
56
|
+
base: 'ueden',
|
|
57
|
+
name: 'Eden',
|
|
58
|
+
display: 'eden',
|
|
59
|
+
symbol: 'EDEN',
|
|
60
|
+
logo_URIs: {
|
|
61
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png'
|
|
62
|
+
},
|
|
63
|
+
images: [{
|
|
64
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png'
|
|
65
|
+
}],
|
|
66
|
+
type_asset: 'sdk.coin'
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
description: 'USDC from Noble',
|
|
70
|
+
denom_units: [{
|
|
71
|
+
denom: 'ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349',
|
|
72
|
+
exponent: 0
|
|
73
|
+
}, {
|
|
74
|
+
denom: 'usdc',
|
|
75
|
+
exponent: 6
|
|
76
|
+
}],
|
|
77
|
+
type_asset: 'ics20',
|
|
78
|
+
base: 'ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349',
|
|
79
|
+
name: 'Noble USD Coin',
|
|
80
|
+
display: 'usdc',
|
|
81
|
+
symbol: 'USDC',
|
|
82
|
+
traces: [{
|
|
83
|
+
type: 'ibc',
|
|
84
|
+
counterparty: {
|
|
85
|
+
chain_name: 'noble',
|
|
86
|
+
base_denom: 'uusdc',
|
|
87
|
+
channel_id: 'channel-117'
|
|
88
|
+
},
|
|
89
|
+
chain: {
|
|
90
|
+
channel_id: 'channel-2',
|
|
91
|
+
path: 'transfer/channel-2/uusdc'
|
|
92
|
+
}
|
|
93
|
+
}],
|
|
94
|
+
images: [{
|
|
95
|
+
image_sync: {
|
|
96
|
+
chain_name: 'noble',
|
|
97
|
+
base_denom: 'uusdc'
|
|
98
|
+
},
|
|
99
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
100
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
101
|
+
theme: {
|
|
102
|
+
circle: true,
|
|
103
|
+
primary_color_hex: '#2775CA'
|
|
104
|
+
}
|
|
105
|
+
}],
|
|
106
|
+
logo_URIs: {
|
|
107
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
108
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
109
|
+
}
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
denom_units: [{
|
|
113
|
+
denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
114
|
+
exponent: 0
|
|
115
|
+
}, {
|
|
116
|
+
denom: 'atom',
|
|
117
|
+
exponent: 6
|
|
118
|
+
}],
|
|
119
|
+
type_asset: 'ics20',
|
|
120
|
+
base: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
121
|
+
name: 'ATOM on Elys',
|
|
122
|
+
display: 'atom',
|
|
123
|
+
symbol: 'ATOM',
|
|
124
|
+
traces: [{
|
|
125
|
+
type: 'ibc',
|
|
126
|
+
counterparty: {
|
|
127
|
+
chain_name: 'cosmoshub',
|
|
128
|
+
base_denom: 'uatom',
|
|
129
|
+
channel_id: 'channel-1266'
|
|
130
|
+
},
|
|
131
|
+
chain: {
|
|
132
|
+
channel_id: 'channel-1',
|
|
133
|
+
path: 'transfer/channel-1/uatom'
|
|
134
|
+
}
|
|
135
|
+
}],
|
|
136
|
+
images: [{
|
|
137
|
+
image_sync: {
|
|
138
|
+
chain_name: 'cosmoshub',
|
|
139
|
+
base_denom: 'uatom'
|
|
140
|
+
},
|
|
141
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
142
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg',
|
|
143
|
+
theme: {
|
|
144
|
+
primary_color_hex: '#272d45'
|
|
145
|
+
}
|
|
146
|
+
}],
|
|
147
|
+
logo_URIs: {
|
|
148
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
149
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
150
|
+
}
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
description: 'Axelar Network Token',
|
|
154
|
+
denom_units: [{
|
|
155
|
+
denom: 'ibc/9463E39D230614B313B487836D13A392BD1731928713D4C8427A083627048DB3',
|
|
156
|
+
exponent: 0,
|
|
157
|
+
aliases: ['microaxl']
|
|
158
|
+
}, {
|
|
159
|
+
denom: 'axl',
|
|
160
|
+
exponent: 6,
|
|
161
|
+
aliases: []
|
|
162
|
+
}],
|
|
163
|
+
type_asset: 'ics20',
|
|
164
|
+
base: 'ibc/9463E39D230614B313B487836D13A392BD1731928713D4C8427A083627048DB3',
|
|
165
|
+
name: 'Axelar',
|
|
166
|
+
display: 'axl',
|
|
167
|
+
symbol: 'AXL',
|
|
168
|
+
traces: [{
|
|
169
|
+
type: 'ibc',
|
|
170
|
+
counterparty: {
|
|
171
|
+
chain_name: 'axelar',
|
|
172
|
+
base_denom: 'uaxl',
|
|
173
|
+
channel_id: 'channel-163'
|
|
174
|
+
},
|
|
175
|
+
chain: {
|
|
176
|
+
channel_id: 'channel-3',
|
|
177
|
+
path: 'transfer/channel-3/uaxl'
|
|
178
|
+
}
|
|
179
|
+
}],
|
|
180
|
+
images: [{
|
|
181
|
+
image_sync: {
|
|
182
|
+
chain_name: 'axelar',
|
|
183
|
+
base_denom: 'uaxl'
|
|
184
|
+
},
|
|
185
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
186
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg',
|
|
187
|
+
theme: {
|
|
188
|
+
primary_color_hex: '#040404'
|
|
189
|
+
}
|
|
190
|
+
}],
|
|
191
|
+
logo_URIs: {
|
|
192
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
193
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
]
|
|
197
|
+
};
|
|
198
|
+
export default info;
|
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../chain.schema.json',
|
|
3
|
+
chain_name: 'elys',
|
|
4
|
+
status: 'live',
|
|
5
|
+
network_type: 'mainnet',
|
|
6
|
+
pretty_name: 'Elys Network',
|
|
7
|
+
chain_type: 'cosmos',
|
|
8
|
+
chain_id: 'elys-1',
|
|
9
|
+
bech32_prefix: 'elys',
|
|
10
|
+
daemon_name: 'elysd',
|
|
11
|
+
node_home: '$HOME/.elys',
|
|
12
|
+
key_algos: ['secp256k1'],
|
|
13
|
+
slip44: 118,
|
|
14
|
+
staking: {
|
|
15
|
+
staking_tokens: [{
|
|
16
|
+
denom: 'uelys'
|
|
17
|
+
}],
|
|
18
|
+
lock_duration: {
|
|
19
|
+
time: '1209600s'
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
fees: {
|
|
23
|
+
fee_tokens: [
|
|
24
|
+
{
|
|
25
|
+
denom: 'uelys',
|
|
26
|
+
fixed_min_gas_price: 0.01,
|
|
27
|
+
low_gas_price: 0.01,
|
|
28
|
+
average_gas_price: 0.025,
|
|
29
|
+
high_gas_price: 0.03
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
denom: 'ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349',
|
|
33
|
+
fixed_min_gas_price: 0.01,
|
|
34
|
+
low_gas_price: 0.01,
|
|
35
|
+
average_gas_price: 0.025,
|
|
36
|
+
high_gas_price: 0.03
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
40
|
+
fixed_min_gas_price: 0.01,
|
|
41
|
+
low_gas_price: 0.01,
|
|
42
|
+
average_gas_price: 0.025,
|
|
43
|
+
high_gas_price: 0.03
|
|
44
|
+
}
|
|
45
|
+
]
|
|
46
|
+
},
|
|
47
|
+
codebase: {},
|
|
48
|
+
apis: {
|
|
49
|
+
rpc: [
|
|
50
|
+
{
|
|
51
|
+
address: 'https://rpc.elys.network:443',
|
|
52
|
+
provider: 'Elys Network'
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
address: 'https://elys-rpc.polkachu.com:443',
|
|
56
|
+
provider: 'Polkachu'
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
address: 'https://elys-rpc.publicnode.com:443',
|
|
60
|
+
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
address: 'https://elys-mainnet-rpc.itrocket.net:443',
|
|
64
|
+
provider: 'itrocket'
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
address: 'https://rpc.elys.nodestake.org:443',
|
|
68
|
+
provider: 'NodeStake'
|
|
69
|
+
}
|
|
70
|
+
],
|
|
71
|
+
rest: [
|
|
72
|
+
{
|
|
73
|
+
address: 'https://api.elys.network',
|
|
74
|
+
provider: 'Elys Network'
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
address: 'https://elys-api.polkachu.com',
|
|
78
|
+
provider: 'Polkachu'
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
address: 'https://elys-rest.publicnode.com',
|
|
82
|
+
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
address: 'https://elys-mainnet-api.itrocket.net',
|
|
86
|
+
provider: 'itrocket'
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
address: 'https://api.elys.nodestake.org',
|
|
90
|
+
provider: 'NodeStake'
|
|
91
|
+
}
|
|
92
|
+
],
|
|
93
|
+
grpc: [
|
|
94
|
+
{
|
|
95
|
+
address: 'elys-grpc.polkachu.com:22090',
|
|
96
|
+
provider: 'Polkachu'
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
address: 'elys-testnet-grpc.itrocket.net:38090',
|
|
100
|
+
provider: 'itrocket'
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
address: 'elys-grpc.publicnode.com:443',
|
|
104
|
+
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
address: 'elys-mainnet-grpc.itrocket.net:443',
|
|
108
|
+
provider: 'itrocket'
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
address: 'grpc.elys.nodestake.org:443',
|
|
112
|
+
provider: 'NodeStake'
|
|
113
|
+
}
|
|
114
|
+
]
|
|
115
|
+
},
|
|
116
|
+
explorers: [
|
|
117
|
+
{
|
|
118
|
+
kind: 'NodeStake',
|
|
119
|
+
url: 'https://explorer.nodestake.org/elys',
|
|
120
|
+
tx_page: 'https://explorer.nodestake.org/elys/tx/${txHash}',
|
|
121
|
+
account_page: 'https://explorer.nodestake.org/elys/account/${accountAddress}'
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
kind: 'Moonlet',
|
|
125
|
+
url: 'https://explorer.moonlet.cloud/elys',
|
|
126
|
+
tx_page: 'https://explorer.moonlet.cloud/elys/tx/${txHash}',
|
|
127
|
+
account_page: 'https://explorer.moonlet.cloud/elys/account/${accountAddress}'
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
kind: 'ping.pub',
|
|
131
|
+
url: 'https://ping.pub/elys',
|
|
132
|
+
tx_page: 'https://ping.pub/elys/tx/${txHash}',
|
|
133
|
+
account_page: 'https://ping.pub/elys/account/${accountAddress}'
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
kind: 'itrocket',
|
|
137
|
+
url: 'https://mainnet.itrocket.net/elys',
|
|
138
|
+
tx_page: 'https://mainnet.itrocket.net/elys/staking/tx/${txHash}',
|
|
139
|
+
account_page: 'https://mainnet.itrocket.net/elys/account/${accountAddress}'
|
|
140
|
+
}
|
|
141
|
+
]
|
|
142
|
+
};
|
|
143
|
+
export default info;
|
|
@@ -2,7 +2,7 @@ const info = {
|
|
|
2
2
|
$schema: '../assetlist.schema.json',
|
|
3
3
|
chain_name: 'impacthub',
|
|
4
4
|
assets: [{
|
|
5
|
-
description: 'The native token of IXO
|
|
5
|
+
description: 'The native token of the Internet of Impacts of inter-connected networks, powered by IXO Protocol blockchains.',
|
|
6
6
|
denom_units: [{
|
|
7
7
|
denom: 'uixo',
|
|
8
8
|
exponent: 0
|
|
@@ -150,12 +150,6 @@ const info = {
|
|
|
150
150
|
tx_page: 'https://atomscan.com/ixo/transactions/${txHash}',
|
|
151
151
|
account_page: 'https://atomscan.com/ixo/accounts/${accountAddress}'
|
|
152
152
|
},
|
|
153
|
-
{
|
|
154
|
-
kind: 'Mintscan',
|
|
155
|
-
url: 'https://www.mintscan.io/ixo',
|
|
156
|
-
tx_page: 'https://www.mintscan.io/ixo/transactions/${txHash}',
|
|
157
|
-
account_page: 'https://www.mintscan.io/ixo/accounts/${accountAddress}'
|
|
158
|
-
},
|
|
159
153
|
{
|
|
160
154
|
kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥',
|
|
161
155
|
url: 'https://explorer.whenmoonwhenlambo.money/ixo',
|
package/esm/mainnet/named.js
CHANGED
|
@@ -54,6 +54,7 @@ export * as dydx from './dydx';
|
|
|
54
54
|
export * as dymension from './dymension';
|
|
55
55
|
export * as dyson from './dyson';
|
|
56
56
|
export * as echelon from './echelon';
|
|
57
|
+
export * as elys from './elys';
|
|
57
58
|
export * as emoney from './emoney';
|
|
58
59
|
export * as empowerchain from './empowerchain';
|
|
59
60
|
export * as epix from './epix';
|
|
@@ -123,6 +123,38 @@ const info = {
|
|
|
123
123
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
124
124
|
}
|
|
125
125
|
},
|
|
126
|
+
{
|
|
127
|
+
description: 'AXV',
|
|
128
|
+
extended_description: 'AXV is the Astrovault token.',
|
|
129
|
+
socials: {
|
|
130
|
+
website: 'https://astrovault.io/',
|
|
131
|
+
twitter: 'https://x.com/axvdex'
|
|
132
|
+
},
|
|
133
|
+
denom_units: [{
|
|
134
|
+
denom: 'tf/nibi1vetfuua65frvf6f458xgtjerf0ra7wwjykrdpuyn0jur5x07awxsfka0ga/axv',
|
|
135
|
+
exponent: 0
|
|
136
|
+
}, {
|
|
137
|
+
denom: 'AXV',
|
|
138
|
+
exponent: 6
|
|
139
|
+
}],
|
|
140
|
+
base: 'tf/nibi1vetfuua65frvf6f458xgtjerf0ra7wwjykrdpuyn0jur5x07awxsfka0ga/axv',
|
|
141
|
+
name: 'AXV',
|
|
142
|
+
display: 'AXV',
|
|
143
|
+
symbol: 'AXV',
|
|
144
|
+
logo_URIs: {
|
|
145
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
146
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
147
|
+
},
|
|
148
|
+
images: [{
|
|
149
|
+
image_sync: {
|
|
150
|
+
chain_name: 'neutron',
|
|
151
|
+
base_denom: 'cw20:neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af'
|
|
152
|
+
},
|
|
153
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
154
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
155
|
+
}],
|
|
156
|
+
type_asset: 'sdk.coin'
|
|
157
|
+
},
|
|
126
158
|
{
|
|
127
159
|
description: 'uoprek',
|
|
128
160
|
denom_units: [{
|
|
@@ -232,21 +232,21 @@ const info = [
|
|
|
232
232
|
$schema: '../../ibc_data.schema.json',
|
|
233
233
|
chain_1: {
|
|
234
234
|
chain_name: 'axelartestnet',
|
|
235
|
-
client_id: '07-tendermint-
|
|
236
|
-
connection_id: 'connection-
|
|
235
|
+
client_id: '07-tendermint-1047',
|
|
236
|
+
connection_id: 'connection-808'
|
|
237
237
|
},
|
|
238
238
|
chain_2: {
|
|
239
239
|
chain_name: 'sagatestnet',
|
|
240
|
-
client_id: '07-tendermint-
|
|
241
|
-
connection_id: 'connection-
|
|
240
|
+
client_id: '07-tendermint-2',
|
|
241
|
+
connection_id: 'connection-3'
|
|
242
242
|
},
|
|
243
243
|
channels: [{
|
|
244
244
|
chain_1: {
|
|
245
|
-
channel_id: 'channel-
|
|
245
|
+
channel_id: 'channel-566',
|
|
246
246
|
port_id: 'transfer'
|
|
247
247
|
},
|
|
248
248
|
chain_2: {
|
|
249
|
-
channel_id: 'channel-
|
|
249
|
+
channel_id: 'channel-3',
|
|
250
250
|
port_id: 'transfer'
|
|
251
251
|
},
|
|
252
252
|
ordering: 'unordered',
|
|
@@ -78,8 +78,9 @@ const info = {
|
|
|
78
78
|
},
|
|
79
79
|
explorers: [{
|
|
80
80
|
kind: 'ping.pub',
|
|
81
|
-
url: 'https://testnet.
|
|
82
|
-
tx_page: 'https://testnet.
|
|
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}'
|
|
83
84
|
}, {
|
|
84
85
|
kind: 'itrocket',
|
|
85
86
|
url: 'https://testnet.itrocket.net/elys',
|
|
@@ -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/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;
|
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../chain.schema.json',
|
|
5
|
+
chain_name: 'elys',
|
|
6
|
+
status: 'live',
|
|
7
|
+
network_type: 'mainnet',
|
|
8
|
+
pretty_name: 'Elys Network',
|
|
9
|
+
chain_type: 'cosmos',
|
|
10
|
+
chain_id: 'elys-1',
|
|
11
|
+
bech32_prefix: 'elys',
|
|
12
|
+
daemon_name: 'elysd',
|
|
13
|
+
node_home: '$HOME/.elys',
|
|
14
|
+
key_algos: ['secp256k1'],
|
|
15
|
+
slip44: 118,
|
|
16
|
+
staking: {
|
|
17
|
+
staking_tokens: [{
|
|
18
|
+
denom: 'uelys'
|
|
19
|
+
}],
|
|
20
|
+
lock_duration: {
|
|
21
|
+
time: '1209600s'
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
fees: {
|
|
25
|
+
fee_tokens: [
|
|
26
|
+
{
|
|
27
|
+
denom: 'uelys',
|
|
28
|
+
fixed_min_gas_price: 0.01,
|
|
29
|
+
low_gas_price: 0.01,
|
|
30
|
+
average_gas_price: 0.025,
|
|
31
|
+
high_gas_price: 0.03
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
denom: 'ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349',
|
|
35
|
+
fixed_min_gas_price: 0.01,
|
|
36
|
+
low_gas_price: 0.01,
|
|
37
|
+
average_gas_price: 0.025,
|
|
38
|
+
high_gas_price: 0.03
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
42
|
+
fixed_min_gas_price: 0.01,
|
|
43
|
+
low_gas_price: 0.01,
|
|
44
|
+
average_gas_price: 0.025,
|
|
45
|
+
high_gas_price: 0.03
|
|
46
|
+
}
|
|
47
|
+
]
|
|
48
|
+
},
|
|
49
|
+
codebase: {},
|
|
50
|
+
apis: {
|
|
51
|
+
rpc: [
|
|
52
|
+
{
|
|
53
|
+
address: 'https://rpc.elys.network:443',
|
|
54
|
+
provider: 'Elys Network'
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
address: 'https://elys-rpc.polkachu.com:443',
|
|
58
|
+
provider: 'Polkachu'
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
address: 'https://elys-rpc.publicnode.com:443',
|
|
62
|
+
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
address: 'https://elys-mainnet-rpc.itrocket.net:443',
|
|
66
|
+
provider: 'itrocket'
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
address: 'https://rpc.elys.nodestake.org:443',
|
|
70
|
+
provider: 'NodeStake'
|
|
71
|
+
}
|
|
72
|
+
],
|
|
73
|
+
rest: [
|
|
74
|
+
{
|
|
75
|
+
address: 'https://api.elys.network',
|
|
76
|
+
provider: 'Elys Network'
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
address: 'https://elys-api.polkachu.com',
|
|
80
|
+
provider: 'Polkachu'
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
address: 'https://elys-rest.publicnode.com',
|
|
84
|
+
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
address: 'https://elys-mainnet-api.itrocket.net',
|
|
88
|
+
provider: 'itrocket'
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
address: 'https://api.elys.nodestake.org',
|
|
92
|
+
provider: 'NodeStake'
|
|
93
|
+
}
|
|
94
|
+
],
|
|
95
|
+
grpc: [
|
|
96
|
+
{
|
|
97
|
+
address: 'elys-grpc.polkachu.com:22090',
|
|
98
|
+
provider: 'Polkachu'
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
address: 'elys-testnet-grpc.itrocket.net:38090',
|
|
102
|
+
provider: 'itrocket'
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
address: 'elys-grpc.publicnode.com:443',
|
|
106
|
+
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
address: 'elys-mainnet-grpc.itrocket.net:443',
|
|
110
|
+
provider: 'itrocket'
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
address: 'grpc.elys.nodestake.org:443',
|
|
114
|
+
provider: 'NodeStake'
|
|
115
|
+
}
|
|
116
|
+
]
|
|
117
|
+
},
|
|
118
|
+
explorers: [
|
|
119
|
+
{
|
|
120
|
+
kind: 'NodeStake',
|
|
121
|
+
url: 'https://explorer.nodestake.org/elys',
|
|
122
|
+
tx_page: 'https://explorer.nodestake.org/elys/tx/${txHash}',
|
|
123
|
+
account_page: 'https://explorer.nodestake.org/elys/account/${accountAddress}'
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
kind: 'Moonlet',
|
|
127
|
+
url: 'https://explorer.moonlet.cloud/elys',
|
|
128
|
+
tx_page: 'https://explorer.moonlet.cloud/elys/tx/${txHash}',
|
|
129
|
+
account_page: 'https://explorer.moonlet.cloud/elys/account/${accountAddress}'
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
kind: 'ping.pub',
|
|
133
|
+
url: 'https://ping.pub/elys',
|
|
134
|
+
tx_page: 'https://ping.pub/elys/tx/${txHash}',
|
|
135
|
+
account_page: 'https://ping.pub/elys/account/${accountAddress}'
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
kind: 'itrocket',
|
|
139
|
+
url: 'https://mainnet.itrocket.net/elys',
|
|
140
|
+
tx_page: 'https://mainnet.itrocket.net/elys/staking/tx/${txHash}',
|
|
141
|
+
account_page: 'https://mainnet.itrocket.net/elys/account/${accountAddress}'
|
|
142
|
+
}
|
|
143
|
+
]
|
|
144
|
+
};
|
|
145
|
+
exports.default = info;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.chain = exports.assets = void 0;
|
|
7
|
+
const assets_1 = __importDefault(require("./assets"));
|
|
8
|
+
const chain_1 = __importDefault(require("./chain"));
|
|
9
|
+
exports.assets = assets_1.default;
|
|
10
|
+
exports.chain = chain_1.default;
|
|
@@ -4,7 +4,7 @@ const info = {
|
|
|
4
4
|
$schema: '../assetlist.schema.json',
|
|
5
5
|
chain_name: 'impacthub',
|
|
6
6
|
assets: [{
|
|
7
|
-
description: 'The native token of IXO
|
|
7
|
+
description: 'The native token of the Internet of Impacts of inter-connected networks, powered by IXO Protocol blockchains.',
|
|
8
8
|
denom_units: [{
|
|
9
9
|
denom: 'uixo',
|
|
10
10
|
exponent: 0
|
|
@@ -152,12 +152,6 @@ const info = {
|
|
|
152
152
|
tx_page: 'https://atomscan.com/ixo/transactions/${txHash}',
|
|
153
153
|
account_page: 'https://atomscan.com/ixo/accounts/${accountAddress}'
|
|
154
154
|
},
|
|
155
|
-
{
|
|
156
|
-
kind: 'Mintscan',
|
|
157
|
-
url: 'https://www.mintscan.io/ixo',
|
|
158
|
-
tx_page: 'https://www.mintscan.io/ixo/transactions/${txHash}',
|
|
159
|
-
account_page: 'https://www.mintscan.io/ixo/accounts/${accountAddress}'
|
|
160
|
-
},
|
|
161
155
|
{
|
|
162
156
|
kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥',
|
|
163
157
|
url: 'https://explorer.whenmoonwhenlambo.money/ixo',
|
package/mainnet/named.d.ts
CHANGED
|
@@ -54,6 +54,7 @@ export * as dydx from './dydx';
|
|
|
54
54
|
export * as dymension from './dymension';
|
|
55
55
|
export * as dyson from './dyson';
|
|
56
56
|
export * as echelon from './echelon';
|
|
57
|
+
export * as elys from './elys';
|
|
57
58
|
export * as emoney from './emoney';
|
|
58
59
|
export * as empowerchain from './empowerchain';
|
|
59
60
|
export * as epix from './epix';
|
package/mainnet/named.js
CHANGED
|
@@ -24,9 +24,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.dhealth = exports.desmos = exports.decentr = exports.cryptoorgchain = exports.cronos = exports.crescent = exports.coss = exports.cosmoshub = exports.coreum = exports.conscious = exports.composable = exports.commercionetwork = exports.comdex = exports.cnhostables = exports.cifer = exports.chimba = exports.chihuahua = exports.cheqd = exports.chain4energy = exports.celestia = exports.carbon = exports.canto = exports.bouachain = exports.bostrom = exports.bluzelle = exports.bluechip = exports.blockx = exports.bitsong = exports.bitcanna = exports.bitbadges = exports.beezee = exports.bandchain = exports.axelar = exports.aura = exports.atomone = exports.assetmantle = exports.arkh = exports.archway = exports.andromeda = exports.althea = exports.akash = exports.aioz = exports.agoric = exports.acrechain = exports.aaronetwork = exports.tron = exports.ton = exports.solana = exports.rootstock = exports.ethereum = void 0;
|
|
27
|
-
exports.
|
|
28
|
-
exports.
|
|
29
|
-
exports.zetachain = exports.xpla = exports.xion = exports.uptick = exports.ununifi = exports.unification = exports.unicorn = exports.umee = exports.titan = exports.thorchain = exports.tgrade = exports.terra2 = exports.terra = exports.terpnetwork = exports.teritori = exports.tenet = exports.taketitan = exports.synternet = exports.sunrise = exports.stride = exports.stratos = exports.starname = exports.stargaze = exports.stafihub = exports.source = exports.sommelier = exports.six = exports.sifchain = exports.shido = exports.shentu = exports.shareledger = exports.sge = exports.sentinel = exports.self = exports.sei = exports.seda = exports.secretnetwork = void 0;
|
|
27
|
+
exports.loyal = exports.lorenzo = exports.loop = exports.logos = exports.likecoin = exports.lava = exports.lambda = exports.kyve = exports.kujira = exports.kopi = exports.konstellation = exports.kimanetwork = exports.kichain = exports.kava = exports.juno = exports.joltify = exports.jackal = exports.irisnet = exports.int3face = exports.injective = exports.imversed = exports.impacthub = exports.idep = exports.humans = exports.highbury = exports.heli = exports.haqq = exports.gravitybridge = exports.govgen = exports.gitopia = exports.genesisl1 = exports.gateway = exports.galaxy = exports.fxcore = exports.furya = exports.firmachain = exports.finschia = exports.fetchhub = exports.evmos = exports.ethos = exports.epix = exports.empowerchain = exports.emoney = exports.elys = exports.echelon = exports.dyson = exports.dymension = exports.dydx = exports.dungeon = exports.doravota = void 0;
|
|
28
|
+
exports.saga = exports.routerchain = exports.rizon = exports.regen = exports.rebus = exports.realio = exports.qwoyn = exports.quicksilver = exports.quasar = exports.qfs = exports.pylons = exports.pundix = exports.pryzm = exports.provenance = exports.point = exports.planq = exports.persistence = exports.passage = exports.panacea = exports.paloma = exports.osmosis = exports.oraichain = exports.onomy = exports.onex = exports.omniflixhub = exports.okexchain = exports.odin = exports.octa = exports.nyx = exports.nomic = exports.nolus = exports.noble = exports.nim = exports.nibiru = exports.neutron = exports.neutaro = exports.neura = exports.mythos = exports.mun = exports.mtgbp = exports.mises = exports.milkyway = exports.migaloo = exports.meme = exports.medasdigital = exports.mayachain = exports.mars = exports.mantrachain = exports.mande = exports.lumnetwork = void 0;
|
|
29
|
+
exports.zetachain = exports.xpla = exports.xion = exports.uptick = exports.ununifi = exports.unification = exports.unicorn = exports.umee = exports.titan = exports.thorchain = exports.tgrade = exports.terra2 = exports.terra = exports.terpnetwork = exports.teritori = exports.tenet = exports.taketitan = exports.synternet = exports.sunrise = exports.stride = exports.stratos = exports.starname = exports.stargaze = exports.stafihub = exports.source = exports.sommelier = exports.six = exports.sifchain = exports.shido = exports.shentu = exports.shareledger = exports.sge = exports.sentinel = exports.self = exports.sei = exports.seda = exports.secretnetwork = exports.scorum = void 0;
|
|
30
30
|
exports.ethereum = __importStar(require("./ethereum"));
|
|
31
31
|
exports.rootstock = __importStar(require("./rootstock"));
|
|
32
32
|
exports.solana = __importStar(require("./solana"));
|
|
@@ -83,6 +83,7 @@ exports.dydx = __importStar(require("./dydx"));
|
|
|
83
83
|
exports.dymension = __importStar(require("./dymension"));
|
|
84
84
|
exports.dyson = __importStar(require("./dyson"));
|
|
85
85
|
exports.echelon = __importStar(require("./echelon"));
|
|
86
|
+
exports.elys = __importStar(require("./elys"));
|
|
86
87
|
exports.emoney = __importStar(require("./emoney"));
|
|
87
88
|
exports.empowerchain = __importStar(require("./empowerchain"));
|
|
88
89
|
exports.epix = __importStar(require("./epix"));
|
package/mainnet/nibiru/assets.js
CHANGED
|
@@ -125,6 +125,38 @@ const info = {
|
|
|
125
125
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
126
126
|
}
|
|
127
127
|
},
|
|
128
|
+
{
|
|
129
|
+
description: 'AXV',
|
|
130
|
+
extended_description: 'AXV is the Astrovault token.',
|
|
131
|
+
socials: {
|
|
132
|
+
website: 'https://astrovault.io/',
|
|
133
|
+
twitter: 'https://x.com/axvdex'
|
|
134
|
+
},
|
|
135
|
+
denom_units: [{
|
|
136
|
+
denom: 'tf/nibi1vetfuua65frvf6f458xgtjerf0ra7wwjykrdpuyn0jur5x07awxsfka0ga/axv',
|
|
137
|
+
exponent: 0
|
|
138
|
+
}, {
|
|
139
|
+
denom: 'AXV',
|
|
140
|
+
exponent: 6
|
|
141
|
+
}],
|
|
142
|
+
base: 'tf/nibi1vetfuua65frvf6f458xgtjerf0ra7wwjykrdpuyn0jur5x07awxsfka0ga/axv',
|
|
143
|
+
name: 'AXV',
|
|
144
|
+
display: 'AXV',
|
|
145
|
+
symbol: 'AXV',
|
|
146
|
+
logo_URIs: {
|
|
147
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
148
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
149
|
+
},
|
|
150
|
+
images: [{
|
|
151
|
+
image_sync: {
|
|
152
|
+
chain_name: 'neutron',
|
|
153
|
+
base_denom: 'cw20:neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af'
|
|
154
|
+
},
|
|
155
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
156
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
157
|
+
}],
|
|
158
|
+
type_asset: 'sdk.coin'
|
|
159
|
+
},
|
|
128
160
|
{
|
|
129
161
|
description: 'uoprek',
|
|
130
162
|
denom_units: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.69.
|
|
3
|
+
"version": "1.69.62",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/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.36",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.36"
|
|
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": "1fe2363e06dfb71294ecec446c323d103ffbc52f"
|
|
47
47
|
}
|
|
@@ -234,21 +234,21 @@ const info = [
|
|
|
234
234
|
$schema: '../../ibc_data.schema.json',
|
|
235
235
|
chain_1: {
|
|
236
236
|
chain_name: 'axelartestnet',
|
|
237
|
-
client_id: '07-tendermint-
|
|
238
|
-
connection_id: 'connection-
|
|
237
|
+
client_id: '07-tendermint-1047',
|
|
238
|
+
connection_id: 'connection-808'
|
|
239
239
|
},
|
|
240
240
|
chain_2: {
|
|
241
241
|
chain_name: 'sagatestnet',
|
|
242
|
-
client_id: '07-tendermint-
|
|
243
|
-
connection_id: 'connection-
|
|
242
|
+
client_id: '07-tendermint-2',
|
|
243
|
+
connection_id: 'connection-3'
|
|
244
244
|
},
|
|
245
245
|
channels: [{
|
|
246
246
|
chain_1: {
|
|
247
|
-
channel_id: 'channel-
|
|
247
|
+
channel_id: 'channel-566',
|
|
248
248
|
port_id: 'transfer'
|
|
249
249
|
},
|
|
250
250
|
chain_2: {
|
|
251
|
-
channel_id: 'channel-
|
|
251
|
+
channel_id: 'channel-3',
|
|
252
252
|
port_id: 'transfer'
|
|
253
253
|
},
|
|
254
254
|
ordering: 'unordered',
|
|
@@ -80,8 +80,9 @@ const info = {
|
|
|
80
80
|
},
|
|
81
81
|
explorers: [{
|
|
82
82
|
kind: 'ping.pub',
|
|
83
|
-
url: 'https://testnet.
|
|
84
|
-
tx_page: 'https://testnet.
|
|
83
|
+
url: 'https://testnet.ping.pub/elys',
|
|
84
|
+
tx_page: 'https://testnet.ping.pub/elys/tx/${txHash}',
|
|
85
|
+
account_page: 'https://testnet.ping.pub/elys/account/${accountAddress}'
|
|
85
86
|
}, {
|
|
86
87
|
kind: 'itrocket',
|
|
87
88
|
url: 'https://testnet.itrocket.net/elys',
|
|
@@ -4,21 +4,21 @@ const info = [{
|
|
|
4
4
|
$schema: '../../ibc_data.schema.json',
|
|
5
5
|
chain_1: {
|
|
6
6
|
chain_name: 'axelartestnet',
|
|
7
|
-
client_id: '07-tendermint-
|
|
8
|
-
connection_id: 'connection-
|
|
7
|
+
client_id: '07-tendermint-1047',
|
|
8
|
+
connection_id: 'connection-808'
|
|
9
9
|
},
|
|
10
10
|
chain_2: {
|
|
11
11
|
chain_name: 'sagatestnet',
|
|
12
|
-
client_id: '07-tendermint-
|
|
13
|
-
connection_id: 'connection-
|
|
12
|
+
client_id: '07-tendermint-2',
|
|
13
|
+
connection_id: 'connection-3'
|
|
14
14
|
},
|
|
15
15
|
channels: [{
|
|
16
16
|
chain_1: {
|
|
17
|
-
channel_id: 'channel-
|
|
17
|
+
channel_id: 'channel-566',
|
|
18
18
|
port_id: 'transfer'
|
|
19
19
|
},
|
|
20
20
|
chain_2: {
|
|
21
|
-
channel_id: 'channel-
|
|
21
|
+
channel_id: 'channel-3',
|
|
22
22
|
port_id: 'transfer'
|
|
23
23
|
},
|
|
24
24
|
ordering: 'unordered',
|