chain-registry 1.69.60 → 1.69.61
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/neutron/ibc.js +29 -0
- package/esm/mainnet/osmosis/assets.js +37 -0
- package/esm/testnet/elystestnet/assets.js +10 -10
- package/esm/testnet/elystestnet/chain.js +7 -49
- package/mainnet/agoric/ibc.js +29 -0
- package/mainnet/assetmantle/assets.js +2 -2
- package/mainnet/assetmantle/chain.js +7 -7
- package/mainnet/neutron/ibc.js +29 -0
- package/mainnet/osmosis/assets.js +37 -0
- package/package.json +4 -4
- package/testnet/elystestnet/assets.js +10 -10
- package/testnet/elystestnet/chain.js +7 -49
|
@@ -259,6 +259,35 @@ const info = [
|
|
|
259
259
|
}
|
|
260
260
|
}]
|
|
261
261
|
},
|
|
262
|
+
{
|
|
263
|
+
$schema: '../ibc_data.schema.json',
|
|
264
|
+
chain_1: {
|
|
265
|
+
chain_name: 'agoric',
|
|
266
|
+
client_id: '07-tendermint-101',
|
|
267
|
+
connection_id: 'connection-99'
|
|
268
|
+
},
|
|
269
|
+
chain_2: {
|
|
270
|
+
chain_name: 'neutron',
|
|
271
|
+
client_id: '07-tendermint-148',
|
|
272
|
+
connection_id: 'connection-108'
|
|
273
|
+
},
|
|
274
|
+
channels: [{
|
|
275
|
+
chain_1: {
|
|
276
|
+
channel_id: 'channel-146',
|
|
277
|
+
port_id: 'transfer'
|
|
278
|
+
},
|
|
279
|
+
chain_2: {
|
|
280
|
+
channel_id: 'channel-5789',
|
|
281
|
+
port_id: 'transfer'
|
|
282
|
+
},
|
|
283
|
+
ordering: 'unordered',
|
|
284
|
+
version: 'ics20-1',
|
|
285
|
+
tags: {
|
|
286
|
+
status: 'live',
|
|
287
|
+
preferred: true
|
|
288
|
+
}
|
|
289
|
+
}]
|
|
290
|
+
},
|
|
262
291
|
{
|
|
263
292
|
$schema: '../ibc_data.schema.json',
|
|
264
293
|
chain_1: {
|
|
@@ -2,7 +2,7 @@ const info = {
|
|
|
2
2
|
$schema: '../assetlist.schema.json',
|
|
3
3
|
chain_name: 'assetmantle',
|
|
4
4
|
assets: [{
|
|
5
|
-
description: 'The native token of
|
|
5
|
+
description: 'The native token of AssetMantle',
|
|
6
6
|
denom_units: [{
|
|
7
7
|
denom: 'umntl',
|
|
8
8
|
exponent: 0
|
|
@@ -23,7 +23,7 @@ const info = {
|
|
|
23
23
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png',
|
|
24
24
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg',
|
|
25
25
|
theme: {
|
|
26
|
-
primary_color_hex: '#
|
|
26
|
+
primary_color_hex: '#fbab30'
|
|
27
27
|
}
|
|
28
28
|
}],
|
|
29
29
|
socials: {
|
|
@@ -14,7 +14,7 @@ const info = {
|
|
|
14
14
|
fees: {
|
|
15
15
|
fee_tokens: [{
|
|
16
16
|
denom: 'umntl',
|
|
17
|
-
low_gas_price: 0
|
|
17
|
+
low_gas_price: 0,
|
|
18
18
|
average_gas_price: 0.025,
|
|
19
19
|
high_gas_price: 0.04
|
|
20
20
|
}]
|
|
@@ -26,10 +26,10 @@ const info = {
|
|
|
26
26
|
},
|
|
27
27
|
codebase: {},
|
|
28
28
|
logo_URIs: {
|
|
29
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/
|
|
30
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/
|
|
29
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png',
|
|
30
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg'
|
|
31
31
|
},
|
|
32
|
-
description: 'AssetMantle
|
|
32
|
+
description: 'AssetMantle is building the native web3 assets for Real World Asset Tokenization & Enterprise Asset Tokenization',
|
|
33
33
|
apis: {
|
|
34
34
|
rpc: [
|
|
35
35
|
{
|
|
@@ -162,10 +162,10 @@ const info = {
|
|
|
162
162
|
}
|
|
163
163
|
],
|
|
164
164
|
images: [{
|
|
165
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/
|
|
166
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/
|
|
165
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png',
|
|
166
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg',
|
|
167
167
|
theme: {
|
|
168
|
-
primary_color_hex: '#
|
|
168
|
+
primary_color_hex: '#fbab30'
|
|
169
169
|
}
|
|
170
170
|
}]
|
|
171
171
|
};
|
|
@@ -1,4 +1,33 @@
|
|
|
1
1
|
const info = [
|
|
2
|
+
{
|
|
3
|
+
$schema: '../ibc_data.schema.json',
|
|
4
|
+
chain_1: {
|
|
5
|
+
chain_name: 'agoric',
|
|
6
|
+
client_id: '07-tendermint-101',
|
|
7
|
+
connection_id: 'connection-99'
|
|
8
|
+
},
|
|
9
|
+
chain_2: {
|
|
10
|
+
chain_name: 'neutron',
|
|
11
|
+
client_id: '07-tendermint-148',
|
|
12
|
+
connection_id: 'connection-108'
|
|
13
|
+
},
|
|
14
|
+
channels: [{
|
|
15
|
+
chain_1: {
|
|
16
|
+
channel_id: 'channel-146',
|
|
17
|
+
port_id: 'transfer'
|
|
18
|
+
},
|
|
19
|
+
chain_2: {
|
|
20
|
+
channel_id: 'channel-5789',
|
|
21
|
+
port_id: 'transfer'
|
|
22
|
+
},
|
|
23
|
+
ordering: 'unordered',
|
|
24
|
+
version: 'ics20-1',
|
|
25
|
+
tags: {
|
|
26
|
+
status: 'live',
|
|
27
|
+
preferred: true
|
|
28
|
+
}
|
|
29
|
+
}]
|
|
30
|
+
},
|
|
2
31
|
{
|
|
3
32
|
$schema: '../ibc_data.schema.json',
|
|
4
33
|
chain_1: {
|
|
@@ -22094,6 +22094,43 @@ const info = {
|
|
|
22094
22094
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allFIL.svg',
|
|
22095
22095
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allFIL.png'
|
|
22096
22096
|
}]
|
|
22097
|
+
},
|
|
22098
|
+
{
|
|
22099
|
+
description: 'Internet Computer bridged via Omnity Network.',
|
|
22100
|
+
denom_units: [{
|
|
22101
|
+
denom: 'factory/osmo10c4y9csfs8q7mtvfg4p9gd8d0acx0hpc2mte9xqzthd7rd3348tsfhaesm/sICP-native-ICP',
|
|
22102
|
+
exponent: 0,
|
|
22103
|
+
aliases: ['e8s']
|
|
22104
|
+
}, {
|
|
22105
|
+
denom: 'icp',
|
|
22106
|
+
exponent: 8
|
|
22107
|
+
}],
|
|
22108
|
+
type_asset: 'sdk.coin',
|
|
22109
|
+
address: 'osmo10c4y9csfs8q7mtvfg4p9gd8d0acx0hpc2mte9xqzthd7rd3348tsfhaesm',
|
|
22110
|
+
base: 'factory/osmo10c4y9csfs8q7mtvfg4p9gd8d0acx0hpc2mte9xqzthd7rd3348tsfhaesm/sICP-native-ICP',
|
|
22111
|
+
name: 'Internet Computer',
|
|
22112
|
+
display: 'icp',
|
|
22113
|
+
symbol: 'ICP',
|
|
22114
|
+
traces: [{
|
|
22115
|
+
type: 'bridge',
|
|
22116
|
+
counterparty: {
|
|
22117
|
+
chain_name: 'internetcomputer',
|
|
22118
|
+
base_denom: 'e8s'
|
|
22119
|
+
},
|
|
22120
|
+
provider: 'Omnity Network'
|
|
22121
|
+
}],
|
|
22122
|
+
logo_URIs: {
|
|
22123
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/icp.svg',
|
|
22124
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/icp.png'
|
|
22125
|
+
},
|
|
22126
|
+
images: [{
|
|
22127
|
+
image_sync: {
|
|
22128
|
+
chain_name: 'internetcomputer',
|
|
22129
|
+
base_denom: 'e8s'
|
|
22130
|
+
},
|
|
22131
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/icp.svg',
|
|
22132
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/icp.png'
|
|
22133
|
+
}]
|
|
22097
22134
|
}
|
|
22098
22135
|
]
|
|
22099
22136
|
};
|
|
@@ -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,26 @@ 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
81
|
url: 'https://testnet.elys.network/elys',
|
|
122
82
|
tx_page: 'https://testnet.elys.network/elys/tx/${txHash}'
|
|
123
|
-
},
|
|
124
|
-
{
|
|
83
|
+
}, {
|
|
125
84
|
kind: 'itrocket',
|
|
126
85
|
url: 'https://testnet.itrocket.net/elys',
|
|
127
86
|
tx_page: 'https://testnet.itrocket.net/elys/staking/tx/${txHash}',
|
|
128
87
|
account_page: 'https://testnet.itrocket.net/elys/account/${accountAddress}'
|
|
129
|
-
}
|
|
130
|
-
]
|
|
88
|
+
}]
|
|
131
89
|
};
|
|
132
90
|
export default info;
|
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/neutron/ibc.js
CHANGED
|
@@ -1,6 +1,35 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const info = [
|
|
4
|
+
{
|
|
5
|
+
$schema: '../ibc_data.schema.json',
|
|
6
|
+
chain_1: {
|
|
7
|
+
chain_name: 'agoric',
|
|
8
|
+
client_id: '07-tendermint-101',
|
|
9
|
+
connection_id: 'connection-99'
|
|
10
|
+
},
|
|
11
|
+
chain_2: {
|
|
12
|
+
chain_name: 'neutron',
|
|
13
|
+
client_id: '07-tendermint-148',
|
|
14
|
+
connection_id: 'connection-108'
|
|
15
|
+
},
|
|
16
|
+
channels: [{
|
|
17
|
+
chain_1: {
|
|
18
|
+
channel_id: 'channel-146',
|
|
19
|
+
port_id: 'transfer'
|
|
20
|
+
},
|
|
21
|
+
chain_2: {
|
|
22
|
+
channel_id: 'channel-5789',
|
|
23
|
+
port_id: 'transfer'
|
|
24
|
+
},
|
|
25
|
+
ordering: 'unordered',
|
|
26
|
+
version: 'ics20-1',
|
|
27
|
+
tags: {
|
|
28
|
+
status: 'live',
|
|
29
|
+
preferred: true
|
|
30
|
+
}
|
|
31
|
+
}]
|
|
32
|
+
},
|
|
4
33
|
{
|
|
5
34
|
$schema: '../ibc_data.schema.json',
|
|
6
35
|
chain_1: {
|
|
@@ -22096,6 +22096,43 @@ const info = {
|
|
|
22096
22096
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allFIL.svg',
|
|
22097
22097
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allFIL.png'
|
|
22098
22098
|
}]
|
|
22099
|
+
},
|
|
22100
|
+
{
|
|
22101
|
+
description: 'Internet Computer bridged via Omnity Network.',
|
|
22102
|
+
denom_units: [{
|
|
22103
|
+
denom: 'factory/osmo10c4y9csfs8q7mtvfg4p9gd8d0acx0hpc2mte9xqzthd7rd3348tsfhaesm/sICP-native-ICP',
|
|
22104
|
+
exponent: 0,
|
|
22105
|
+
aliases: ['e8s']
|
|
22106
|
+
}, {
|
|
22107
|
+
denom: 'icp',
|
|
22108
|
+
exponent: 8
|
|
22109
|
+
}],
|
|
22110
|
+
type_asset: 'sdk.coin',
|
|
22111
|
+
address: 'osmo10c4y9csfs8q7mtvfg4p9gd8d0acx0hpc2mte9xqzthd7rd3348tsfhaesm',
|
|
22112
|
+
base: 'factory/osmo10c4y9csfs8q7mtvfg4p9gd8d0acx0hpc2mte9xqzthd7rd3348tsfhaesm/sICP-native-ICP',
|
|
22113
|
+
name: 'Internet Computer',
|
|
22114
|
+
display: 'icp',
|
|
22115
|
+
symbol: 'ICP',
|
|
22116
|
+
traces: [{
|
|
22117
|
+
type: 'bridge',
|
|
22118
|
+
counterparty: {
|
|
22119
|
+
chain_name: 'internetcomputer',
|
|
22120
|
+
base_denom: 'e8s'
|
|
22121
|
+
},
|
|
22122
|
+
provider: 'Omnity Network'
|
|
22123
|
+
}],
|
|
22124
|
+
logo_URIs: {
|
|
22125
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/icp.svg',
|
|
22126
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/icp.png'
|
|
22127
|
+
},
|
|
22128
|
+
images: [{
|
|
22129
|
+
image_sync: {
|
|
22130
|
+
chain_name: 'internetcomputer',
|
|
22131
|
+
base_denom: 'e8s'
|
|
22132
|
+
},
|
|
22133
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/icp.svg',
|
|
22134
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/icp.png'
|
|
22135
|
+
}]
|
|
22099
22136
|
}
|
|
22100
22137
|
]
|
|
22101
22138
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.69.
|
|
3
|
+
"version": "1.69.61",
|
|
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.35",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.35"
|
|
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": "204f755a2b60754c4d5b744b159c86c00cc9ed3e"
|
|
47
47
|
}
|
|
@@ -70,14 +70,14 @@ const info = {
|
|
|
70
70
|
{
|
|
71
71
|
description: 'USDC from Noble',
|
|
72
72
|
denom_units: [{
|
|
73
|
-
denom: 'ibc/
|
|
73
|
+
denom: 'ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349',
|
|
74
74
|
exponent: 0
|
|
75
75
|
}, {
|
|
76
76
|
denom: 'usdc',
|
|
77
77
|
exponent: 6
|
|
78
78
|
}],
|
|
79
79
|
type_asset: 'ics20',
|
|
80
|
-
base: 'ibc/
|
|
80
|
+
base: 'ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349',
|
|
81
81
|
name: 'Noble USD Coin',
|
|
82
82
|
display: 'usdc',
|
|
83
83
|
symbol: 'USDC',
|
|
@@ -86,11 +86,11 @@ const info = {
|
|
|
86
86
|
counterparty: {
|
|
87
87
|
chain_name: 'nobletestnet',
|
|
88
88
|
base_denom: 'uusdc',
|
|
89
|
-
channel_id: 'channel-
|
|
89
|
+
channel_id: 'channel-287'
|
|
90
90
|
},
|
|
91
91
|
chain: {
|
|
92
|
-
channel_id: 'channel-
|
|
93
|
-
path: 'transfer/channel-
|
|
92
|
+
channel_id: 'channel-2',
|
|
93
|
+
path: 'transfer/channel-2/uusdc'
|
|
94
94
|
}
|
|
95
95
|
}],
|
|
96
96
|
images: [{
|
|
@@ -112,14 +112,14 @@ const info = {
|
|
|
112
112
|
},
|
|
113
113
|
{
|
|
114
114
|
denom_units: [{
|
|
115
|
-
denom: 'ibc/
|
|
115
|
+
denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
116
116
|
exponent: 0
|
|
117
117
|
}, {
|
|
118
118
|
denom: 'atom',
|
|
119
119
|
exponent: 6
|
|
120
120
|
}],
|
|
121
121
|
type_asset: 'ics20',
|
|
122
|
-
base: 'ibc/
|
|
122
|
+
base: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
123
123
|
name: 'ATOM on Elys',
|
|
124
124
|
display: 'atom',
|
|
125
125
|
symbol: 'ATOM',
|
|
@@ -128,11 +128,11 @@ const info = {
|
|
|
128
128
|
counterparty: {
|
|
129
129
|
chain_name: 'cosmoshubtestnet',
|
|
130
130
|
base_denom: 'uatom',
|
|
131
|
-
channel_id: 'channel-
|
|
131
|
+
channel_id: 'channel-290'
|
|
132
132
|
},
|
|
133
133
|
chain: {
|
|
134
|
-
channel_id: 'channel-
|
|
135
|
-
path: 'transfer/channel-
|
|
134
|
+
channel_id: 'channel-1',
|
|
135
|
+
path: 'transfer/channel-1/uatom'
|
|
136
136
|
}
|
|
137
137
|
}],
|
|
138
138
|
images: [{
|
|
@@ -7,7 +7,7 @@ const info = {
|
|
|
7
7
|
network_type: 'testnet',
|
|
8
8
|
pretty_name: 'Elys Network',
|
|
9
9
|
chain_type: 'cosmos',
|
|
10
|
-
chain_id: '
|
|
10
|
+
chain_id: 'elysicstestnet-1',
|
|
11
11
|
bech32_prefix: 'elys',
|
|
12
12
|
daemon_name: 'elysd',
|
|
13
13
|
node_home: '$HOME/.elys',
|
|
@@ -31,14 +31,14 @@ const info = {
|
|
|
31
31
|
high_gas_price: 0.03
|
|
32
32
|
},
|
|
33
33
|
{
|
|
34
|
-
denom: 'ibc/
|
|
34
|
+
denom: 'ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349',
|
|
35
35
|
fixed_min_gas_price: 0.01,
|
|
36
36
|
low_gas_price: 0.01,
|
|
37
37
|
average_gas_price: 0.025,
|
|
38
38
|
high_gas_price: 0.03
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
|
-
denom: 'ibc/
|
|
41
|
+
denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
42
42
|
fixed_min_gas_price: 0.01,
|
|
43
43
|
low_gas_price: 0.01,
|
|
44
44
|
average_gas_price: 0.025,
|
|
@@ -53,18 +53,10 @@ const info = {
|
|
|
53
53
|
address: 'https://rpc.testnet.elys.network',
|
|
54
54
|
provider: 'Elys Network'
|
|
55
55
|
},
|
|
56
|
-
{
|
|
57
|
-
address: 'https://elys-testnet-rpc.staketab.org:443',
|
|
58
|
-
provider: 'Staketab'
|
|
59
|
-
},
|
|
60
56
|
{
|
|
61
57
|
address: 'https://elys-testnet-rpc.itrocket.net:443',
|
|
62
58
|
provider: 'itrocket'
|
|
63
59
|
},
|
|
64
|
-
{
|
|
65
|
-
address: 'https://elys-rpc.kleomedes.network:443',
|
|
66
|
-
provider: 'Kleomedes'
|
|
67
|
-
},
|
|
68
60
|
{
|
|
69
61
|
address: 'https://elys-testnet-rpc.publicnode.com:443',
|
|
70
62
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
@@ -75,60 +67,26 @@ const info = {
|
|
|
75
67
|
address: 'https://api.testnet.elys.network',
|
|
76
68
|
provider: 'Elys Network'
|
|
77
69
|
},
|
|
78
|
-
{
|
|
79
|
-
address: 'https://elys.api.t.stavr.tech',
|
|
80
|
-
provider: '🔥STAVR🔥'
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
address: 'https://elys-testnet-rest.staketab.org',
|
|
84
|
-
provider: 'Staketab'
|
|
85
|
-
},
|
|
86
70
|
{
|
|
87
71
|
address: 'https://elys-testnet-api.itrocket.net',
|
|
88
72
|
provider: 'itrocket'
|
|
89
73
|
},
|
|
90
|
-
{
|
|
91
|
-
address: 'https://elys-api.kleomedes.network:443',
|
|
92
|
-
provider: 'Kleomedes'
|
|
93
|
-
},
|
|
94
74
|
{
|
|
95
75
|
address: 'https://elys-testnet-rest.publicnode.com',
|
|
96
76
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
97
77
|
}
|
|
98
78
|
],
|
|
99
|
-
grpc: [
|
|
100
|
-
{
|
|
101
|
-
address: 'services.staketab.com:9390',
|
|
102
|
-
provider: 'Staketab'
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
address: 'elys-testnet-grpc.itrocket.net:38090',
|
|
106
|
-
provider: 'itrocket'
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
address: 'elys-testnet-grpc.publicnode.com:443',
|
|
110
|
-
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
111
|
-
}
|
|
112
|
-
]
|
|
79
|
+
grpc: []
|
|
113
80
|
},
|
|
114
|
-
explorers: [
|
|
115
|
-
{
|
|
116
|
-
kind: '🔥STAVR🔥',
|
|
117
|
-
url: 'https://explorer.stavr.tech/Elys-Testnet',
|
|
118
|
-
tx_page: 'https://explorer.stavr.tech/Elys-Testnet/tx/${txHash}',
|
|
119
|
-
account_page: 'https://explorer.stavr.tech/Elys-Testnet/account/${accountAddress}'
|
|
120
|
-
},
|
|
121
|
-
{
|
|
81
|
+
explorers: [{
|
|
122
82
|
kind: 'ping.pub',
|
|
123
83
|
url: 'https://testnet.elys.network/elys',
|
|
124
84
|
tx_page: 'https://testnet.elys.network/elys/tx/${txHash}'
|
|
125
|
-
},
|
|
126
|
-
{
|
|
85
|
+
}, {
|
|
127
86
|
kind: 'itrocket',
|
|
128
87
|
url: 'https://testnet.itrocket.net/elys',
|
|
129
88
|
tx_page: 'https://testnet.itrocket.net/elys/staking/tx/${txHash}',
|
|
130
89
|
account_page: 'https://testnet.itrocket.net/elys/account/${accountAddress}'
|
|
131
|
-
}
|
|
132
|
-
]
|
|
90
|
+
}]
|
|
133
91
|
};
|
|
134
92
|
exports.default = info;
|