chain-registry 2.0.26 → 2.0.28
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/archway/chain.js +0 -8
- package/esm/mainnet/arkeo/chain.js +17 -0
- package/esm/mainnet/aura/chain.js +0 -8
- package/esm/mainnet/axelar/asset-list.js +47 -5
- package/esm/mainnet/axone/chain.js +47 -9
- package/esm/mainnet/bitbadges/ibc-data.js +4 -4
- package/esm/mainnet/cosmoshub/chain.js +0 -12
- package/esm/mainnet/cryptoorgchain/asset-list.js +13 -3
- package/esm/mainnet/dhealth/asset-list.js +7 -0
- package/esm/mainnet/elys/chain.js +0 -8
- package/esm/mainnet/fetchhub/asset-list.js +6 -0
- package/esm/mainnet/int3face/ibc-data.js +35 -3
- package/esm/mainnet/kopi/chain.js +16 -2
- package/esm/mainnet/mtgbp/asset-list.js +6 -2
- package/esm/mainnet/mtgbp/chain.js +11 -11
- package/esm/mainnet/neutaro/asset-list.js +3 -2
- package/esm/mainnet/neutron/asset-list.js +1 -1
- package/esm/mainnet/noble/ibc-data.js +29 -0
- package/esm/mainnet/osmosis/asset-list.js +9 -4
- package/esm/mainnet/osmosis/ibc-data.js +7 -7
- package/esm/mainnet/qfs/asset-list.js +6 -2
- package/esm/mainnet/qfs/chain.js +12 -12
- package/esm/mainnet/shentu/chain.js +0 -8
- package/esm/mainnet/taketitan/ibc-data.js +3 -3
- package/esm/mainnet/umee/chain.js +0 -12
- package/esm/testnet/axelartestnet/ibc-data.js +1 -1
- package/esm/testnet/injectivetestnet/ibc-data.js +1 -1
- package/esm/testnet/int3facetestnet/ibc-data.js +28 -0
- package/esm/testnet/nobletestnet/ibc-data.js +30 -1
- package/esm/testnet/osmosistestnet/ibc-data.js +1 -1
- package/esm/testnet/soarchaintestnet/chain.js +0 -8
- package/esm/testnet/xiontestnet2/chain.js +7 -7
- package/mainnet/archway/chain.js +0 -8
- package/mainnet/arkeo/chain.js +17 -0
- package/mainnet/aura/chain.js +0 -8
- package/mainnet/axelar/asset-list.js +47 -5
- package/mainnet/axone/chain.js +47 -9
- package/mainnet/bitbadges/ibc-data.js +4 -4
- package/mainnet/cosmoshub/chain.js +0 -12
- package/mainnet/cryptoorgchain/asset-list.js +13 -3
- package/mainnet/dhealth/asset-list.js +7 -0
- package/mainnet/elys/chain.js +0 -8
- package/mainnet/fetchhub/asset-list.js +6 -0
- package/mainnet/int3face/ibc-data.js +35 -3
- package/mainnet/kopi/chain.js +16 -2
- package/mainnet/mtgbp/asset-list.js +6 -2
- package/mainnet/mtgbp/chain.js +11 -11
- package/mainnet/neutaro/asset-list.js +3 -2
- package/mainnet/neutron/asset-list.js +1 -1
- package/mainnet/noble/ibc-data.js +29 -0
- package/mainnet/osmosis/asset-list.js +9 -4
- package/mainnet/osmosis/ibc-data.js +7 -7
- package/mainnet/qfs/asset-list.js +6 -2
- package/mainnet/qfs/chain.js +12 -12
- package/mainnet/shentu/chain.js +0 -8
- package/mainnet/taketitan/ibc-data.js +3 -3
- package/mainnet/umee/chain.js +0 -12
- package/package.json +3 -3
- package/testnet/axelartestnet/ibc-data.js +1 -1
- package/testnet/injectivetestnet/ibc-data.js +1 -1
- package/testnet/int3facetestnet/ibc-data.js +28 -0
- package/testnet/nobletestnet/ibc-data.js +30 -1
- package/testnet/osmosistestnet/ibc-data.js +1 -1
- package/testnet/soarchaintestnet/chain.js +0 -8
- package/testnet/xiontestnet2/chain.js +7 -7
|
@@ -550,13 +550,13 @@ const info = [
|
|
|
550
550
|
$schema: '../ibc_data.schema.json',
|
|
551
551
|
chain1: {
|
|
552
552
|
chainName: 'bitbadges',
|
|
553
|
-
clientId: '07-tendermint-
|
|
554
|
-
connectionId: 'connection-
|
|
553
|
+
clientId: '07-tendermint-2',
|
|
554
|
+
connectionId: 'connection-1'
|
|
555
555
|
},
|
|
556
556
|
chain2: {
|
|
557
557
|
chainName: 'osmosis',
|
|
558
|
-
clientId: '07-tendermint-
|
|
559
|
-
connectionId: 'connection-
|
|
558
|
+
clientId: '07-tendermint-3498',
|
|
559
|
+
connectionId: 'connection-10746'
|
|
560
560
|
},
|
|
561
561
|
channels: [{
|
|
562
562
|
chain1: {
|
|
@@ -4632,8 +4632,8 @@ const info = [
|
|
|
4632
4632
|
$schema: '../ibc_data.schema.json',
|
|
4633
4633
|
chain1: {
|
|
4634
4634
|
chainName: 'osmosis',
|
|
4635
|
-
clientId: '07-tendermint-
|
|
4636
|
-
connectionId: 'connection-
|
|
4635
|
+
clientId: '07-tendermint-3529',
|
|
4636
|
+
connectionId: 'connection-10769'
|
|
4637
4637
|
},
|
|
4638
4638
|
chain2: {
|
|
4639
4639
|
chainName: 'taketitan',
|
|
@@ -4642,7 +4642,7 @@ const info = [
|
|
|
4642
4642
|
},
|
|
4643
4643
|
channels: [{
|
|
4644
4644
|
chain1: {
|
|
4645
|
-
channelId: 'channel-
|
|
4645
|
+
channelId: 'channel-105111',
|
|
4646
4646
|
portId: 'transfer'
|
|
4647
4647
|
},
|
|
4648
4648
|
chain2: {
|
|
@@ -5,10 +5,14 @@ const info = {
|
|
|
5
5
|
description: 'QFS stands for Quantum Financial Systems, the aim is to bridge traditional finance with the crypto ecosystem',
|
|
6
6
|
extendedDescription: 'QFS stands for Quantum Financial Systems, a revolutionary concept designed to integrate traditional financial systems with the rapidly evolving world of cryptocurrency and blockchain technology. The primary aim of QFS is to create a seamless interface that allows for the secure, efficient, and transparent exchange of assets between these two financial realms. By leveraging advanced quantum computing capabilities, QFS seeks to enhance the speed and security of transactions, reduce the risk of fraud, and provide a robust framework for financial innovation. This system is poised to transform how we conduct financial operations, offering unprecedented levels of trust and efficiency in the global financial landscape. Through the integration of traditional banking structures with the decentralized nature of cryptocurrencies, QFS aspires to bridge the gap between conventional and digital finance, paving the way for a more inclusive and technologically advanced financial future.',
|
|
7
7
|
denomUnits: [{
|
|
8
|
+
denom: 'uqfs',
|
|
9
|
+
exponent: 0,
|
|
10
|
+
aliases: ['microqfs']
|
|
11
|
+
}, {
|
|
8
12
|
denom: 'qfs',
|
|
9
|
-
exponent:
|
|
13
|
+
exponent: 6
|
|
10
14
|
}],
|
|
11
|
-
base: '
|
|
15
|
+
base: 'uqfs',
|
|
12
16
|
name: 'qfs',
|
|
13
17
|
display: 'qfs',
|
|
14
18
|
symbol: 'QFS',
|
package/esm/mainnet/qfs/chain.js
CHANGED
|
@@ -3,18 +3,18 @@ const info = {
|
|
|
3
3
|
chainName: 'qfs',
|
|
4
4
|
status: 'live',
|
|
5
5
|
networkType: 'mainnet',
|
|
6
|
-
website: 'https://
|
|
6
|
+
website: 'https://qfsone.com/',
|
|
7
7
|
prettyName: 'Quantum Financial Systems',
|
|
8
8
|
chainType: 'cosmos',
|
|
9
9
|
chainId: 'qfs-1',
|
|
10
10
|
bech32Prefix: 'qfs',
|
|
11
|
-
daemonName: '
|
|
12
|
-
nodeHome: '$HOME/.
|
|
11
|
+
daemonName: 'qfsd',
|
|
12
|
+
nodeHome: '$HOME/.qfsd',
|
|
13
13
|
keyAlgos: ['secp256k1'],
|
|
14
|
-
slip44:
|
|
14
|
+
slip44: 118,
|
|
15
15
|
staking: {
|
|
16
16
|
stakingTokens: [{
|
|
17
|
-
denom: '
|
|
17
|
+
denom: 'uqfs'
|
|
18
18
|
}],
|
|
19
19
|
lockDuration: {
|
|
20
20
|
time: '1814400s'
|
|
@@ -22,15 +22,15 @@ const info = {
|
|
|
22
22
|
},
|
|
23
23
|
fees: {
|
|
24
24
|
feeTokens: [{
|
|
25
|
-
denom: '
|
|
26
|
-
lowGasPrice: 0.
|
|
27
|
-
averageGasPrice: 0.
|
|
28
|
-
highGasPrice: 0.
|
|
25
|
+
denom: 'uqfs',
|
|
26
|
+
lowGasPrice: 0.025,
|
|
27
|
+
averageGasPrice: 0.03,
|
|
28
|
+
highGasPrice: 0.035
|
|
29
29
|
}]
|
|
30
30
|
},
|
|
31
31
|
apis: {
|
|
32
32
|
rpc: [{
|
|
33
|
-
address: 'https://
|
|
33
|
+
address: 'https://rpc.qfsone.com',
|
|
34
34
|
provider: 'qfs'
|
|
35
35
|
}],
|
|
36
36
|
rest: [{
|
|
@@ -38,7 +38,7 @@ const info = {
|
|
|
38
38
|
provider: 'qfs'
|
|
39
39
|
}],
|
|
40
40
|
grpc: [{
|
|
41
|
-
address: 'https://
|
|
41
|
+
address: 'https://grpc.qfsone.com',
|
|
42
42
|
provider: 'qfs'
|
|
43
43
|
}]
|
|
44
44
|
},
|
|
@@ -48,7 +48,7 @@ const info = {
|
|
|
48
48
|
},
|
|
49
49
|
explorers: [{
|
|
50
50
|
kind: 'ping.pub',
|
|
51
|
-
url: 'https://blockexplorer.qfsone.com
|
|
51
|
+
url: 'https://blockexplorer.qfsone.com',
|
|
52
52
|
txPage: 'https://blockexplorer.qfsone.com/qfs/tx/${txHash}',
|
|
53
53
|
accountPage: 'https://blockexplorer.qfsone.com/qfs/accounts/${accountAddress}'
|
|
54
54
|
}],
|
|
@@ -119,10 +119,6 @@ const info = {
|
|
|
119
119
|
address: 'https://api-shentu-01.stakeflow.io',
|
|
120
120
|
provider: 'Stakeflow'
|
|
121
121
|
},
|
|
122
|
-
{
|
|
123
|
-
address: 'https://shentu-api.tienthuattoan.ventures',
|
|
124
|
-
provider: 'TienThuatToan'
|
|
125
|
-
},
|
|
126
122
|
{
|
|
127
123
|
address: 'https://shentu-rest.publicnode.com',
|
|
128
124
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
@@ -173,10 +169,6 @@ const info = {
|
|
|
173
169
|
address: 'grpc-shentu-01.stakeflow.io:2402',
|
|
174
170
|
provider: 'Stakeflow'
|
|
175
171
|
},
|
|
176
|
-
{
|
|
177
|
-
address: 'shentu-grpc.tienthuattoan.ventures:9490',
|
|
178
|
-
provider: 'TienThuatToan'
|
|
179
|
-
},
|
|
180
172
|
{
|
|
181
173
|
address: 'shentu-grpc.publicnode.com:443',
|
|
182
174
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
@@ -2,8 +2,8 @@ const info = [{
|
|
|
2
2
|
$schema: '../ibc_data.schema.json',
|
|
3
3
|
chain1: {
|
|
4
4
|
chainName: 'osmosis',
|
|
5
|
-
clientId: '07-tendermint-
|
|
6
|
-
connectionId: 'connection-
|
|
5
|
+
clientId: '07-tendermint-3529',
|
|
6
|
+
connectionId: 'connection-10769'
|
|
7
7
|
},
|
|
8
8
|
chain2: {
|
|
9
9
|
chainName: 'taketitan',
|
|
@@ -12,7 +12,7 @@ const info = [{
|
|
|
12
12
|
},
|
|
13
13
|
channels: [{
|
|
14
14
|
chain1: {
|
|
15
|
-
channelId: 'channel-
|
|
15
|
+
channelId: 'channel-105111',
|
|
16
16
|
portId: 'transfer'
|
|
17
17
|
},
|
|
18
18
|
chain2: {
|
|
@@ -79,10 +79,6 @@ const info = {
|
|
|
79
79
|
address: 'http://rpc-umee-0.node75.org:26657',
|
|
80
80
|
provider: 'Pro-Nodes75'
|
|
81
81
|
},
|
|
82
|
-
{
|
|
83
|
-
address: 'https://umee-rpc.tienthuattoan.com',
|
|
84
|
-
provider: 'TTT 🇻🇳'
|
|
85
|
-
},
|
|
86
82
|
{
|
|
87
83
|
address: 'https://rpc-umee-01.stakeflow.io',
|
|
88
84
|
provider: 'Stakeflow'
|
|
@@ -153,10 +149,6 @@ const info = {
|
|
|
153
149
|
address: 'https://umee-api.polkachu.com',
|
|
154
150
|
provider: 'Polkachu'
|
|
155
151
|
},
|
|
156
|
-
{
|
|
157
|
-
address: 'https://umee-api.tienthuattoan.ventures',
|
|
158
|
-
provider: 'TienThuatToan'
|
|
159
|
-
},
|
|
160
152
|
{
|
|
161
153
|
address: 'https://api-umee-01.stakeflow.io',
|
|
162
154
|
provider: 'Stakeflow'
|
|
@@ -227,10 +219,6 @@ const info = {
|
|
|
227
219
|
address: 'umee.grpc.m.stavr.tech:9090',
|
|
228
220
|
provider: '🔥STAVR🔥'
|
|
229
221
|
},
|
|
230
|
-
{
|
|
231
|
-
address: 'umee-grpc.tienthuattoan.ventures:9090',
|
|
232
|
-
provider: 'TienThuatToan'
|
|
233
|
-
},
|
|
234
222
|
{
|
|
235
223
|
address: 'grpc-umee-01.stakeflow.io:9990',
|
|
236
224
|
provider: 'Stakeflow'
|
|
@@ -1,4 +1,32 @@
|
|
|
1
1
|
const info = [{
|
|
2
|
+
$schema: '../../ibc_data.schema.json',
|
|
3
|
+
chain1: {
|
|
4
|
+
chainName: 'int3facetestnet',
|
|
5
|
+
clientId: '07-tendermint-12',
|
|
6
|
+
connectionId: 'connection-8'
|
|
7
|
+
},
|
|
8
|
+
chain2: {
|
|
9
|
+
chainName: 'nobletestnet',
|
|
10
|
+
clientId: '07-tendermint-529',
|
|
11
|
+
connectionId: 'connection-491'
|
|
12
|
+
},
|
|
13
|
+
channels: [{
|
|
14
|
+
chain1: {
|
|
15
|
+
channelId: 'channel-4',
|
|
16
|
+
portId: 'transfer'
|
|
17
|
+
},
|
|
18
|
+
chain2: {
|
|
19
|
+
channelId: 'channel-537',
|
|
20
|
+
portId: 'transfer'
|
|
21
|
+
},
|
|
22
|
+
ordering: 'unordered',
|
|
23
|
+
version: 'ics20-1',
|
|
24
|
+
tags: {
|
|
25
|
+
status: 'live',
|
|
26
|
+
preferred: true
|
|
27
|
+
}
|
|
28
|
+
}]
|
|
29
|
+
}, {
|
|
2
30
|
$schema: '../../ibc_data.schema.json',
|
|
3
31
|
chain1: {
|
|
4
32
|
chainName: 'int3facetestnet',
|
|
@@ -85,6 +85,35 @@ const info = [
|
|
|
85
85
|
}
|
|
86
86
|
}]
|
|
87
87
|
},
|
|
88
|
+
{
|
|
89
|
+
$schema: '../../ibc_data.schema.json',
|
|
90
|
+
chain1: {
|
|
91
|
+
chainName: 'int3facetestnet',
|
|
92
|
+
clientId: '07-tendermint-12',
|
|
93
|
+
connectionId: 'connection-8'
|
|
94
|
+
},
|
|
95
|
+
chain2: {
|
|
96
|
+
chainName: 'nobletestnet',
|
|
97
|
+
clientId: '07-tendermint-529',
|
|
98
|
+
connectionId: 'connection-491'
|
|
99
|
+
},
|
|
100
|
+
channels: [{
|
|
101
|
+
chain1: {
|
|
102
|
+
channelId: 'channel-4',
|
|
103
|
+
portId: 'transfer'
|
|
104
|
+
},
|
|
105
|
+
chain2: {
|
|
106
|
+
channelId: 'channel-537',
|
|
107
|
+
portId: 'transfer'
|
|
108
|
+
},
|
|
109
|
+
ordering: 'unordered',
|
|
110
|
+
version: 'ics20-1',
|
|
111
|
+
tags: {
|
|
112
|
+
status: 'live',
|
|
113
|
+
preferred: true
|
|
114
|
+
}
|
|
115
|
+
}]
|
|
116
|
+
},
|
|
88
117
|
{
|
|
89
118
|
$schema: '../../ibc_data.schema.json',
|
|
90
119
|
chain1: {
|
|
@@ -318,7 +347,7 @@ const info = [
|
|
|
318
347
|
connectionId: 'connection-176'
|
|
319
348
|
},
|
|
320
349
|
chain2: {
|
|
321
|
-
chainName: '
|
|
350
|
+
chainName: 'xiontestnet1',
|
|
322
351
|
clientId: '07-tendermint-120',
|
|
323
352
|
connectionId: 'connection-56'
|
|
324
353
|
},
|
|
@@ -64,10 +64,6 @@ const info = {
|
|
|
64
64
|
address: 'https://rpc2.testnet.soarchain.com/',
|
|
65
65
|
provider: 'soarchain'
|
|
66
66
|
},
|
|
67
|
-
{
|
|
68
|
-
address: 'https://soarchain-testnet-rpc.tienthuattoan.com',
|
|
69
|
-
provider: 'tienthuattoan'
|
|
70
|
-
},
|
|
71
67
|
{
|
|
72
68
|
address: 'https://soarchain-testnet.rpc.kjnodes.com',
|
|
73
69
|
provider: 'kjnodes'
|
|
@@ -86,10 +82,6 @@ const info = {
|
|
|
86
82
|
address: 'https://api.testnet.soarchain.com/',
|
|
87
83
|
provider: 'soarchain'
|
|
88
84
|
},
|
|
89
|
-
{
|
|
90
|
-
address: 'https://soarchain-testnet-api.tienthuattoan.com',
|
|
91
|
-
provider: 'tienthuattoan'
|
|
92
|
-
},
|
|
93
85
|
{
|
|
94
86
|
address: 'https://soarchain-testnet-rest.stakerhouse.com',
|
|
95
87
|
provider: 'stakerHouse'
|
|
@@ -36,21 +36,21 @@ const info = {
|
|
|
36
36
|
},
|
|
37
37
|
codebase: {
|
|
38
38
|
gitRepo: 'https://github.com/burnt-labs/xion',
|
|
39
|
-
tag: '
|
|
40
|
-
recommendedVersion: '
|
|
39
|
+
tag: 'v20.0.0',
|
|
40
|
+
recommendedVersion: 'v20.0.0',
|
|
41
41
|
language: {
|
|
42
42
|
type: 'go',
|
|
43
43
|
version: 'v1.23'
|
|
44
44
|
},
|
|
45
45
|
binaries: {
|
|
46
|
-
"darwin/amd64": 'https://github.com/burnt-labs/xion/releases/download/
|
|
47
|
-
"darwin/arm64": 'https://github.com/burnt-labs/xion/releases/download/
|
|
48
|
-
"linux/amd64": 'https://github.com/burnt-labs/xion/releases/download/
|
|
49
|
-
"linux/arm64": 'https://github.com/burnt-labs/xion/releases/download/
|
|
46
|
+
"darwin/amd64": 'https://github.com/burnt-labs/xion/releases/download/v20.0.0/xiond_20.0.0_darwin_amd64.tar.gz?checksum=sha256:7476525f27194809a45e920bc6f7e934e64fdc58ab29007fe1f502c6cfc10265',
|
|
47
|
+
"darwin/arm64": 'https://github.com/burnt-labs/xion/releases/download/v20.0.0/xiond_20.0.0_darwin_arm64.tar.gz?checksum=sha256:75ed3db62375fe0acddf72f72c2a9f7d4a70ddba2d4480bc08032caccd09a8eb',
|
|
48
|
+
"linux/amd64": 'https://github.com/burnt-labs/xion/releases/download/v20.0.0/xiond_20.0.0_linux_amd64.tar.gz?checksum=sha256:a7a63a81e6a8095aa532e58f79b98164a7fbdffd0d0f6c98250880dc1c061a0b',
|
|
49
|
+
"linux/arm64": 'https://github.com/burnt-labs/xion/releases/download/v20.0.0/xiond_20.0.0_linux_arm64.tar.gz?checksum=sha256:4c452a48078687b45b95710ccbe506b0e4cb186329b0bac243d3721a624a1001'
|
|
50
50
|
},
|
|
51
51
|
sdk: {
|
|
52
52
|
type: 'cosmos',
|
|
53
|
-
version: 'v0.53.
|
|
53
|
+
version: 'v0.53.3'
|
|
54
54
|
},
|
|
55
55
|
consensus: {
|
|
56
56
|
type: 'cometbft',
|
package/mainnet/archway/chain.js
CHANGED
|
@@ -250,10 +250,6 @@ const info = {
|
|
|
250
250
|
address: 'https://archway-mainnet-archive.allthatnode.com:1317',
|
|
251
251
|
provider: 'All That Node'
|
|
252
252
|
},
|
|
253
|
-
{
|
|
254
|
-
address: 'https://archway-api.tienthuattoan.ventures',
|
|
255
|
-
provider: 'TienThuatToan'
|
|
256
|
-
},
|
|
257
253
|
{
|
|
258
254
|
address: 'https://archway-api.stakeandrelax.net',
|
|
259
255
|
provider: 'Stake&Relax 🦥'
|
|
@@ -340,10 +336,6 @@ const info = {
|
|
|
340
336
|
address: 'grpc-archway-mainnet.testnet-pride.com:9096',
|
|
341
337
|
provider: 'TestnetPride'
|
|
342
338
|
},
|
|
343
|
-
{
|
|
344
|
-
address: 'archway-grpc.tienthuattoan.ventures:9290',
|
|
345
|
-
provider: 'TienThuatToan'
|
|
346
|
-
},
|
|
347
339
|
{
|
|
348
340
|
address: 'archway-grpc.stakeandrelax.net:11590',
|
|
349
341
|
provider: 'Stake&Relax 🦥'
|
package/mainnet/arkeo/chain.js
CHANGED
|
@@ -63,6 +63,10 @@ const info = {
|
|
|
63
63
|
{
|
|
64
64
|
address: 'https://arkeo_mainnet_rpc.chain.whenmoonwhenlambo.money',
|
|
65
65
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
address: 'https://rpc.arkeo.nodestake.org',
|
|
69
|
+
provider: 'NodeStake'
|
|
66
70
|
}
|
|
67
71
|
],
|
|
68
72
|
rest: [
|
|
@@ -81,11 +85,18 @@ const info = {
|
|
|
81
85
|
{
|
|
82
86
|
address: 'https://arkeo_mainnet_api.chain.whenmoonwhenlambo.money',
|
|
83
87
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
address: 'https://api.arkeo.nodestake.org',
|
|
91
|
+
provider: 'NodeStake'
|
|
84
92
|
}
|
|
85
93
|
],
|
|
86
94
|
grpc: [{
|
|
87
95
|
address: 'grpc.arkeo.roomit.xyz:8443',
|
|
88
96
|
provider: 'Roomit'
|
|
97
|
+
}, {
|
|
98
|
+
address: 'https://grpc.arkeo.nodestake.org:443',
|
|
99
|
+
provider: 'NodeStake'
|
|
89
100
|
}]
|
|
90
101
|
},
|
|
91
102
|
explorers: [
|
|
@@ -112,6 +123,12 @@ const info = {
|
|
|
112
123
|
url: 'https://explorer.whenmoonwhenlambo.money/arkeo',
|
|
113
124
|
txPage: 'https://explorer.whenmoonwhenlambo.money/arkeo/tx/${txHash}',
|
|
114
125
|
accountPage: 'https://explorer.whenmoonwhenlambo.money/arkeo/account/${accountAddress}'
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
kind: 'NodeStake',
|
|
129
|
+
url: 'https://explorer.nodestake.org/arkeo',
|
|
130
|
+
txPage: 'https://explorer.nodestake.org/arkeo/tx/${txHash}',
|
|
131
|
+
accountPage: 'https://explorer.nodestake.org/arkeo/account/${accountAddress}'
|
|
115
132
|
}
|
|
116
133
|
],
|
|
117
134
|
keywords: [
|
package/mainnet/aura/chain.js
CHANGED
|
@@ -152,10 +152,6 @@ const info = {
|
|
|
152
152
|
address: 'https://mainnet-aura-api.konsortech.xyz',
|
|
153
153
|
provider: 'KonsorTech'
|
|
154
154
|
},
|
|
155
|
-
{
|
|
156
|
-
address: 'https://aura-api.tienthuattoan.ventures',
|
|
157
|
-
provider: 'TienThuatToan'
|
|
158
|
-
},
|
|
159
155
|
{
|
|
160
156
|
address: 'https://rest.lavenderfive.com:443/aura',
|
|
161
157
|
provider: 'Lavender.Five Nodes 🐝'
|
|
@@ -218,10 +214,6 @@ const info = {
|
|
|
218
214
|
address: 'aura.grpc.kjnodes.com:11790',
|
|
219
215
|
provider: 'kjnodes'
|
|
220
216
|
},
|
|
221
|
-
{
|
|
222
|
-
address: 'aura-grpc.tienthuattoan.ventures:9090',
|
|
223
|
-
provider: 'TienThuatToan'
|
|
224
|
-
},
|
|
225
217
|
{
|
|
226
218
|
address: 'aura.lavenderfive.com:443',
|
|
227
219
|
provider: 'Lavender.Five Nodes 🐝'
|
|
@@ -201,13 +201,25 @@ const info = {
|
|
|
201
201
|
provider: 'Axelar'
|
|
202
202
|
}],
|
|
203
203
|
logoURIs: {
|
|
204
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
204
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
205
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
205
206
|
},
|
|
206
207
|
images: [{
|
|
207
|
-
|
|
208
|
+
imageSync: {
|
|
209
|
+
chainName: 'ethereum',
|
|
210
|
+
baseDenom: 'wei'
|
|
211
|
+
},
|
|
212
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
213
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
208
214
|
theme: {
|
|
209
|
-
primaryColorHex: '#
|
|
215
|
+
primaryColorHex: '#303030'
|
|
210
216
|
}
|
|
217
|
+
}, {
|
|
218
|
+
imageSync: {
|
|
219
|
+
chainName: 'ethereum',
|
|
220
|
+
baseDenom: '0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2'
|
|
221
|
+
},
|
|
222
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg'
|
|
211
223
|
}],
|
|
212
224
|
coingeckoId: 'axlweth',
|
|
213
225
|
typeAsset: 'sdk.coin'
|
|
@@ -235,10 +247,10 @@ const info = {
|
|
|
235
247
|
provider: 'Axelar'
|
|
236
248
|
}],
|
|
237
249
|
logoURIs: {
|
|
238
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
250
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png'
|
|
239
251
|
},
|
|
240
252
|
images: [{
|
|
241
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
253
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
242
254
|
theme: {
|
|
243
255
|
primaryColorHex: '#41394d'
|
|
244
256
|
}
|
|
@@ -1298,6 +1310,16 @@ const info = {
|
|
|
1298
1310
|
provider: 'Axelar'
|
|
1299
1311
|
}],
|
|
1300
1312
|
images: [{
|
|
1313
|
+
imageSync: {
|
|
1314
|
+
chainName: 'arbitrum',
|
|
1315
|
+
baseDenom: 'wei'
|
|
1316
|
+
},
|
|
1317
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
1318
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
1319
|
+
theme: {
|
|
1320
|
+
primaryColorHex: '#303030'
|
|
1321
|
+
}
|
|
1322
|
+
}, {
|
|
1301
1323
|
imageSync: {
|
|
1302
1324
|
chainName: 'arbitrum',
|
|
1303
1325
|
baseDenom: '0x82aF49447D8a07e3bd95BD0d56f35241523fBab1'
|
|
@@ -1327,6 +1349,16 @@ const info = {
|
|
|
1327
1349
|
provider: 'Axelar'
|
|
1328
1350
|
}],
|
|
1329
1351
|
images: [{
|
|
1352
|
+
imageSync: {
|
|
1353
|
+
chainName: 'base',
|
|
1354
|
+
baseDenom: 'wei'
|
|
1355
|
+
},
|
|
1356
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
1357
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
1358
|
+
theme: {
|
|
1359
|
+
primaryColorHex: '#303030'
|
|
1360
|
+
}
|
|
1361
|
+
}, {
|
|
1330
1362
|
imageSync: {
|
|
1331
1363
|
chainName: 'base',
|
|
1332
1364
|
baseDenom: '0x4200000000000000000000000000000000000006'
|
|
@@ -1356,6 +1388,16 @@ const info = {
|
|
|
1356
1388
|
provider: 'Axelar'
|
|
1357
1389
|
}],
|
|
1358
1390
|
images: [{
|
|
1391
|
+
imageSync: {
|
|
1392
|
+
chainName: 'ethereum',
|
|
1393
|
+
baseDenom: 'wei'
|
|
1394
|
+
},
|
|
1395
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
1396
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
1397
|
+
theme: {
|
|
1398
|
+
primaryColorHex: '#303030'
|
|
1399
|
+
}
|
|
1400
|
+
}, {
|
|
1359
1401
|
imageSync: {
|
|
1360
1402
|
chainName: 'polygon',
|
|
1361
1403
|
baseDenom: '0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619'
|
package/mainnet/axone/chain.js
CHANGED
|
@@ -39,33 +39,71 @@ const info = {
|
|
|
39
39
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axone/images/chain.png'
|
|
40
40
|
},
|
|
41
41
|
apis: {
|
|
42
|
-
rpc: [
|
|
42
|
+
rpc: [
|
|
43
|
+
{
|
|
43
44
|
address: 'https://rpc.axone.cumulo.com.es',
|
|
44
45
|
provider: 'cumulo'
|
|
45
|
-
},
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
address: 'https://axone.rpc.bccnodes.com',
|
|
49
|
+
provider: 'BccNodes'
|
|
50
|
+
},
|
|
51
|
+
{
|
|
46
52
|
address: 'https://axone-rpc.highstakes.ch',
|
|
47
53
|
provider: 'High Stakes 🇨🇭'
|
|
48
|
-
}
|
|
49
|
-
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
address: 'https://rpc.axone.nodestake.org',
|
|
57
|
+
provider: 'NodeStake'
|
|
58
|
+
}
|
|
59
|
+
],
|
|
60
|
+
rest: [
|
|
61
|
+
{
|
|
50
62
|
address: 'https://api.axone.cumulo.com.es',
|
|
51
63
|
provider: 'cumulo'
|
|
52
|
-
},
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
address: 'https://axone.lcd.bccnodes.com',
|
|
67
|
+
provider: 'BccNodes'
|
|
68
|
+
},
|
|
69
|
+
{
|
|
53
70
|
address: 'https://axone-api.highstakes.ch',
|
|
54
71
|
provider: 'High Stakes 🇨🇭'
|
|
55
|
-
}
|
|
56
|
-
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
address: 'https://api.axone.nodestake.org',
|
|
75
|
+
provider: 'NodeStake'
|
|
76
|
+
}
|
|
77
|
+
],
|
|
78
|
+
grpc: [
|
|
79
|
+
{
|
|
57
80
|
address: 'grpc.axone.cumulo.com.es:443',
|
|
58
81
|
provider: 'cumulo'
|
|
59
|
-
},
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
address: 'axone.grpc.bccnodes.com:443',
|
|
85
|
+
provider: 'BccNodes'
|
|
86
|
+
},
|
|
87
|
+
{
|
|
60
88
|
address: 'https://axone-grpc.highstakes.ch',
|
|
61
89
|
provider: 'High Stakes 🇨🇭'
|
|
62
|
-
}
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
address: 'grpc.axone.nodestake.org:443',
|
|
93
|
+
provider: 'NodeStake'
|
|
94
|
+
}
|
|
95
|
+
]
|
|
63
96
|
},
|
|
64
97
|
explorers: [{
|
|
65
98
|
kind: 'valopers',
|
|
66
99
|
url: 'https://axone.valopers.com/',
|
|
67
100
|
txPage: 'https://axone.valopers.com/transactions/${txHash}',
|
|
68
101
|
accountPage: 'https://axone.valopers.com/account/${accountAddress}'
|
|
102
|
+
}, {
|
|
103
|
+
kind: 'NodeStake',
|
|
104
|
+
url: 'https://explorer.nodestake.org/axone',
|
|
105
|
+
txPage: 'https://explorer.nodestake.org/axone/tx/${txHash}',
|
|
106
|
+
accountPage: 'https://explorer.nodestake.org/axone/account/${accountAddress}'
|
|
69
107
|
}],
|
|
70
108
|
images: [{
|
|
71
109
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axone/images/chain.png'
|
|
@@ -32,13 +32,13 @@ const info = [{
|
|
|
32
32
|
$schema: '../ibc_data.schema.json',
|
|
33
33
|
chain1: {
|
|
34
34
|
chainName: 'bitbadges',
|
|
35
|
-
clientId: '07-tendermint-
|
|
36
|
-
connectionId: 'connection-
|
|
35
|
+
clientId: '07-tendermint-2',
|
|
36
|
+
connectionId: 'connection-1'
|
|
37
37
|
},
|
|
38
38
|
chain2: {
|
|
39
39
|
chainName: 'osmosis',
|
|
40
|
-
clientId: '07-tendermint-
|
|
41
|
-
connectionId: 'connection-
|
|
40
|
+
clientId: '07-tendermint-3498',
|
|
41
|
+
connectionId: 'connection-10746'
|
|
42
42
|
},
|
|
43
43
|
channels: [{
|
|
44
44
|
chain1: {
|