chain-registry 2.0.108 → 2.0.110
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/devnet/asset-lists.js +2 -0
- package/devnet/bitwaydevnet/asset-list.d.ts +3 -0
- package/devnet/bitwaydevnet/asset-list.js +126 -0
- package/devnet/bitwaydevnet/chain.d.ts +3 -0
- package/devnet/bitwaydevnet/chain.js +91 -0
- package/devnet/bitwaydevnet/ibc-data.d.ts +3 -0
- package/devnet/bitwaydevnet/ibc-data.js +34 -0
- package/devnet/bitwaydevnet/index.d.ts +3 -0
- package/devnet/bitwaydevnet/index.js +12 -0
- package/devnet/chains.js +2 -0
- package/devnet/ibc-data.js +2 -0
- package/esm/devnet/asset-lists.js +2 -0
- package/esm/devnet/bitwaydevnet/asset-list.js +124 -0
- package/esm/devnet/bitwaydevnet/chain.js +89 -0
- package/esm/devnet/bitwaydevnet/ibc-data.js +32 -0
- package/esm/devnet/bitwaydevnet/index.js +6 -0
- package/esm/devnet/chains.js +2 -0
- package/esm/devnet/ibc-data.js +2 -0
- package/esm/mainnet/atomone/chain.js +14 -0
- package/esm/mainnet/bitway/asset-list.js +1 -4
- package/esm/mainnet/fetchhub/chain.js +0 -12
- package/esm/mainnet/mantrachain/chain.js +33 -48
- package/esm/mainnet/paxi/asset-list.js +4 -1
- package/esm/mainnet/paxi/chain.js +14 -0
- package/esm/mainnet/zigchain/asset-list.js +8 -3
- package/esm/testnet/mantrachaintestnet2/chain.js +26 -21
- package/esm/testnet/nobletestnet/ibc-data.js +31 -0
- package/mainnet/atomone/chain.js +14 -0
- package/mainnet/bitway/asset-list.js +1 -4
- package/mainnet/fetchhub/chain.js +0 -12
- package/mainnet/mantrachain/chain.js +33 -48
- package/mainnet/paxi/asset-list.js +4 -1
- package/mainnet/paxi/chain.js +14 -0
- package/mainnet/zigchain/asset-list.js +8 -3
- package/package.json +3 -3
- package/testnet/mantrachaintestnet2/chain.js +26 -21
- package/testnet/nobletestnet/ibc-data.js +31 -0
|
@@ -202,10 +202,7 @@ const info = {
|
|
|
202
202
|
baseDenom: 'wei'
|
|
203
203
|
},
|
|
204
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'
|
|
206
|
-
theme: {
|
|
207
|
-
circle: true
|
|
208
|
-
}
|
|
205
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
209
206
|
}],
|
|
210
207
|
logoURIs: {
|
|
211
208
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
@@ -100,10 +100,6 @@ const info = {
|
|
|
100
100
|
{
|
|
101
101
|
address: 'https://fetchai-rpc.bluestake.net:443',
|
|
102
102
|
provider: 'BlueStake 🚀'
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
address: 'https://fetch-rpc.panthea.eu:443',
|
|
106
|
-
provider: 'Panthea EU'
|
|
107
103
|
}
|
|
108
104
|
],
|
|
109
105
|
rest: [
|
|
@@ -170,10 +166,6 @@ const info = {
|
|
|
170
166
|
{
|
|
171
167
|
address: 'https://fetchai-api.bluestake.net',
|
|
172
168
|
provider: 'BlueStake 🚀'
|
|
173
|
-
},
|
|
174
|
-
{
|
|
175
|
-
address: 'https://fetch-api.panthea.eu:443',
|
|
176
|
-
provider: 'Panthea EU'
|
|
177
169
|
}
|
|
178
170
|
],
|
|
179
171
|
grpc: [
|
|
@@ -220,10 +212,6 @@ const info = {
|
|
|
220
212
|
{
|
|
221
213
|
address: 'grpc.fetchhub-4.fetch.aviaone.com:9094',
|
|
222
214
|
provider: 'AVIAONE 🟢'
|
|
223
|
-
},
|
|
224
|
-
{
|
|
225
|
-
address: 'fetch-grpc.panthea.eu:16710',
|
|
226
|
-
provider: 'Panthea EU'
|
|
227
215
|
}
|
|
228
216
|
]
|
|
229
217
|
},
|
|
@@ -9,8 +9,9 @@ const info = {
|
|
|
9
9
|
bech32Prefix: 'mantra',
|
|
10
10
|
daemonName: 'mantrachaind',
|
|
11
11
|
nodeHome: '$HOME/.mantrachain',
|
|
12
|
-
keyAlgos: ['
|
|
13
|
-
|
|
12
|
+
keyAlgos: ['ethsecp256k1'],
|
|
13
|
+
extraCodecs: ['ethermint'],
|
|
14
|
+
slip44: 60,
|
|
14
15
|
fees: {
|
|
15
16
|
feeTokens: [{
|
|
16
17
|
denom: 'uom',
|
|
@@ -23,32 +24,35 @@ const info = {
|
|
|
23
24
|
staking: {
|
|
24
25
|
stakingTokens: [{
|
|
25
26
|
denom: 'uom'
|
|
26
|
-
}]
|
|
27
|
+
}],
|
|
28
|
+
lockDuration: {
|
|
29
|
+
time: '691200s'
|
|
30
|
+
}
|
|
27
31
|
},
|
|
28
32
|
codebase: {
|
|
29
33
|
gitRepo: 'https://github.com/MANTRA-Chain/mantrachain',
|
|
30
|
-
recommendedVersion: '
|
|
31
|
-
compatibleVersions: ['
|
|
34
|
+
recommendedVersion: 'v6.1.1',
|
|
35
|
+
compatibleVersions: ['v6.1.0', 'v6.1.1'],
|
|
32
36
|
consensus: {
|
|
33
37
|
type: 'cometbft',
|
|
34
|
-
version: 'v0.38.
|
|
38
|
+
version: 'v0.38.19'
|
|
35
39
|
},
|
|
36
40
|
sdk: {
|
|
37
41
|
type: 'cosmos',
|
|
38
|
-
version: 'v0.
|
|
42
|
+
version: 'v0.53.4',
|
|
39
43
|
repo: 'https://github.com/MANTRA-Chain/cosmos-sdk',
|
|
40
|
-
tag: 'v0.
|
|
44
|
+
tag: 'v0.53.4-mantra'
|
|
41
45
|
},
|
|
42
46
|
cosmwasm: {
|
|
43
|
-
version: 'v0.
|
|
47
|
+
version: 'v0.61.1',
|
|
44
48
|
enabled: true
|
|
45
49
|
},
|
|
46
50
|
ibc: {
|
|
47
51
|
type: 'go',
|
|
48
|
-
version: '
|
|
52
|
+
version: 'v10.4.0'
|
|
49
53
|
},
|
|
50
54
|
genesis: {
|
|
51
|
-
genesisUrl: 'https://raw.githubusercontent.com/MANTRA-Chain/
|
|
55
|
+
genesisUrl: 'https://raw.githubusercontent.com/MANTRA-Chain/net/refs/heads/main/mantra-1/genesis.json'
|
|
52
56
|
}
|
|
53
57
|
},
|
|
54
58
|
apis: {
|
|
@@ -57,18 +61,6 @@ const info = {
|
|
|
57
61
|
address: 'https://rpc.mantrachain.io',
|
|
58
62
|
provider: 'MANTRACHAIN'
|
|
59
63
|
},
|
|
60
|
-
{
|
|
61
|
-
address: 'https://rpc-mantra.r93axnodes.cloud:443',
|
|
62
|
-
provider: 'r93AX Nodes'
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
address: 'https://mantrachain-mainnet-rpc.autostake.com:443',
|
|
66
|
-
provider: 'AutoStake 🛡️ Slash Protected'
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
address: 'https://mantra-rpc.publicnode.com:443',
|
|
70
|
-
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
71
|
-
},
|
|
72
64
|
{
|
|
73
65
|
address: 'https://mantra-mainnet-rpc.itrocket.net:443',
|
|
74
66
|
provider: 'ITRocket'
|
|
@@ -83,18 +75,6 @@ const info = {
|
|
|
83
75
|
address: 'https://api.mantrachain.io',
|
|
84
76
|
provider: 'MANTRACHAIN'
|
|
85
77
|
},
|
|
86
|
-
{
|
|
87
|
-
address: 'https://api-mantra.r93axnodes.cloud:443',
|
|
88
|
-
provider: 'r93AX Nodes'
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
address: 'https://mantrachain-mainnet-lcd.autostake.com:443',
|
|
92
|
-
provider: 'AutoStake 🛡️ Slash Protected'
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
address: 'https://mantra-rest.publicnode.com',
|
|
96
|
-
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
97
|
-
},
|
|
98
78
|
{
|
|
99
79
|
address: 'https://mantra-mainnet-api.itrocket.net',
|
|
100
80
|
provider: 'ITRocket'
|
|
@@ -109,18 +89,6 @@ const info = {
|
|
|
109
89
|
address: 'https://grpc.mantrachain.io',
|
|
110
90
|
provider: 'MANTRACHAIN'
|
|
111
91
|
},
|
|
112
|
-
{
|
|
113
|
-
address: 'grpc-mantra.r93axnodes.cloud:443',
|
|
114
|
-
provider: 'r93AX Nodes'
|
|
115
|
-
},
|
|
116
|
-
{
|
|
117
|
-
address: 'mantrachain-mainnet-rpc.autostake.com:443',
|
|
118
|
-
provider: 'AutoStake 🛡️ Slash Protected'
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
address: 'mantra-grpc.publicnode.com:443',
|
|
122
|
-
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
123
|
-
},
|
|
124
92
|
{
|
|
125
93
|
address: 'mantra-mainnet-grpc.itrocket.net:443',
|
|
126
94
|
provider: 'ITRocket'
|
|
@@ -129,7 +97,11 @@ const info = {
|
|
|
129
97
|
address: 'mantra.grpc.m.stavr.tech:3601',
|
|
130
98
|
provider: '🔥STAVR🔥'
|
|
131
99
|
}
|
|
132
|
-
]
|
|
100
|
+
],
|
|
101
|
+
evmHttpJsonrpc: [{
|
|
102
|
+
address: 'https://evm.mantrachain.io',
|
|
103
|
+
provider: 'MANTRACHAIN'
|
|
104
|
+
}]
|
|
133
105
|
},
|
|
134
106
|
logoURIs: {
|
|
135
107
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
@@ -142,12 +114,24 @@ const info = {
|
|
|
142
114
|
txPage: 'https://explorer.chainroot.io/mantra/transactions/${txHash}',
|
|
143
115
|
accountPage: 'https://explorer.chainroot.io/mantra/accounts/${accountAddress}'
|
|
144
116
|
},
|
|
117
|
+
{
|
|
118
|
+
kind: 'mintscan',
|
|
119
|
+
url: 'https://www.mintscan.io/mantra',
|
|
120
|
+
txPage: 'https://mintscan.io/mantra/txs/${txHash}',
|
|
121
|
+
accountPage: 'https://mintscan.io/mantra/account/${accountAddress}'
|
|
122
|
+
},
|
|
145
123
|
{
|
|
146
124
|
kind: 'ITRocket',
|
|
147
125
|
url: 'https://mainnet.itrocket.net/mantra',
|
|
148
126
|
txPage: 'https://mainnet.itrocket.net/mantra/transaction/${txHash}',
|
|
149
127
|
accountPage: 'https://mainnet.itrocket.net/mantra/account/${accountAddress}'
|
|
150
128
|
},
|
|
129
|
+
{
|
|
130
|
+
kind: 'mantrascan',
|
|
131
|
+
url: 'https://mantrascan.io/mainnet',
|
|
132
|
+
txPage: 'https://mantrascan.io/mainnet/tx/${txHash}',
|
|
133
|
+
accountPage: 'https://mantrascan.io/mainnet/address/${accountAddress}'
|
|
134
|
+
},
|
|
151
135
|
{
|
|
152
136
|
kind: '🔥STAVR🔥',
|
|
153
137
|
url: 'https://explorer.stavr.tech/Mantra-Mainnet',
|
|
@@ -158,6 +142,7 @@ const info = {
|
|
|
158
142
|
keywords: [
|
|
159
143
|
'rwa',
|
|
160
144
|
'wasm',
|
|
145
|
+
'evm',
|
|
161
146
|
'staking'
|
|
162
147
|
],
|
|
163
148
|
images: [{
|
|
@@ -68,7 +68,10 @@ const info = {
|
|
|
68
68
|
baseDenom: 'uusdc'
|
|
69
69
|
},
|
|
70
70
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
71
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
71
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
72
|
+
theme: {
|
|
73
|
+
circle: true
|
|
74
|
+
}
|
|
72
75
|
}]
|
|
73
76
|
},
|
|
74
77
|
{
|
|
@@ -46,14 +46,23 @@ const info = {
|
|
|
46
46
|
rpc: [{
|
|
47
47
|
address: 'https://mainnet-rpc.paxinet.io',
|
|
48
48
|
provider: 'Paxi Foundation'
|
|
49
|
+
}, {
|
|
50
|
+
address: 'https://rpc.paxi.indonode.net',
|
|
51
|
+
provider: 'Indonode'
|
|
49
52
|
}],
|
|
50
53
|
rest: [{
|
|
51
54
|
address: 'https://mainnet-lcd.paxinet.io',
|
|
52
55
|
provider: 'Paxi Foundation'
|
|
56
|
+
}, {
|
|
57
|
+
address: 'https://api.paxi.indonode.net',
|
|
58
|
+
provider: 'Indonode'
|
|
53
59
|
}],
|
|
54
60
|
grpc: [{
|
|
55
61
|
address: 'mainnet-rpc.paxinet.io:443',
|
|
56
62
|
provider: 'Paxi Foundation'
|
|
63
|
+
}, {
|
|
64
|
+
address: 'grpc.paxi.indonode.net:443',
|
|
65
|
+
provider: 'Indonode'
|
|
57
66
|
}]
|
|
58
67
|
},
|
|
59
68
|
explorers: [{
|
|
@@ -61,6 +70,11 @@ const info = {
|
|
|
61
70
|
url: 'https://explorer.paxinet.io',
|
|
62
71
|
txPage: 'https://explorer.paxinet.io/tx/${txHash}',
|
|
63
72
|
accountPage: 'https://explorer.paxinet.io/address/${accountAddress}'
|
|
73
|
+
}, {
|
|
74
|
+
kind: 'Indonode',
|
|
75
|
+
url: 'https://explorer.indonode.net/paxi',
|
|
76
|
+
txPage: 'https://explorer.indonode.net/paxi/tx/${txHash}',
|
|
77
|
+
accountPage: 'https://explorer.indonode.net/paxi/address/${accountAddress}'
|
|
64
78
|
}],
|
|
65
79
|
keywords: [
|
|
66
80
|
'ibc',
|
|
@@ -271,14 +271,16 @@ const info = {
|
|
|
271
271
|
}
|
|
272
272
|
}],
|
|
273
273
|
logoURIs: {
|
|
274
|
-
|
|
274
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
275
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
275
276
|
},
|
|
276
277
|
images: [{
|
|
277
278
|
imageSync: {
|
|
278
279
|
chainName: 'ethereum',
|
|
279
280
|
baseDenom: 'wei'
|
|
280
281
|
},
|
|
281
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
|
|
282
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
283
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png'
|
|
282
284
|
}]
|
|
283
285
|
},
|
|
284
286
|
{
|
|
@@ -430,7 +432,10 @@ const info = {
|
|
|
430
432
|
baseDenom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
431
433
|
},
|
|
432
434
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
433
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
435
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
436
|
+
theme: {
|
|
437
|
+
circle: true
|
|
438
|
+
}
|
|
434
439
|
}]
|
|
435
440
|
}
|
|
436
441
|
]
|
|
@@ -9,8 +9,9 @@ const info = {
|
|
|
9
9
|
bech32Prefix: 'mantra',
|
|
10
10
|
daemonName: 'mantrachaind',
|
|
11
11
|
nodeHome: '$HOME/.mantrachain',
|
|
12
|
-
keyAlgos: ['
|
|
13
|
-
|
|
12
|
+
keyAlgos: ['ethsecp256k1'],
|
|
13
|
+
extraCodecs: ['ethermint'],
|
|
14
|
+
slip44: 60,
|
|
14
15
|
fees: {
|
|
15
16
|
feeTokens: [{
|
|
16
17
|
denom: 'uom',
|
|
@@ -23,62 +24,59 @@ const info = {
|
|
|
23
24
|
staking: {
|
|
24
25
|
stakingTokens: [{
|
|
25
26
|
denom: 'uom'
|
|
26
|
-
}]
|
|
27
|
+
}],
|
|
28
|
+
lockDuration: {
|
|
29
|
+
time: '691200s'
|
|
30
|
+
}
|
|
27
31
|
},
|
|
28
32
|
codebase: {
|
|
29
33
|
gitRepo: 'https://github.com/MANTRA-Chain/mantrachain',
|
|
30
|
-
recommendedVersion: '
|
|
31
|
-
compatibleVersions: ['
|
|
34
|
+
recommendedVersion: 'v6.1.1',
|
|
35
|
+
compatibleVersions: ['v6.1.0', 'v6.1.1'],
|
|
32
36
|
consensus: {
|
|
33
37
|
type: 'cometbft',
|
|
34
|
-
version: 'v0.38.
|
|
38
|
+
version: 'v0.38.19'
|
|
35
39
|
},
|
|
36
40
|
sdk: {
|
|
37
41
|
type: 'cosmos',
|
|
38
|
-
version: 'v0.
|
|
42
|
+
version: 'v0.53.4',
|
|
39
43
|
repo: 'https://github.com/MANTRA-Chain/cosmos-sdk',
|
|
40
|
-
tag: 'v0.
|
|
44
|
+
tag: 'v0.53.4-mantra'
|
|
41
45
|
},
|
|
42
46
|
cosmwasm: {
|
|
43
|
-
version: 'v0.
|
|
47
|
+
version: 'v0.61.1',
|
|
44
48
|
enabled: true
|
|
45
49
|
},
|
|
46
50
|
ibc: {
|
|
47
51
|
type: 'go',
|
|
48
|
-
version: '
|
|
52
|
+
version: 'v10.4.0'
|
|
49
53
|
},
|
|
50
54
|
genesis: {
|
|
51
|
-
genesisUrl: 'https://raw.githubusercontent.com/MANTRA-Chain/
|
|
55
|
+
genesisUrl: 'https://raw.githubusercontent.com/MANTRA-Chain/net/refs/heads/main/mantra-dukong-1/genesis.json'
|
|
52
56
|
}
|
|
53
57
|
},
|
|
54
58
|
apis: {
|
|
55
59
|
rpc: [{
|
|
56
60
|
address: 'https://rpc.dukong.mantrachain.io',
|
|
57
61
|
provider: 'MANTRACHAIN'
|
|
58
|
-
}, {
|
|
59
|
-
address: 'https://mantra-testnet-rpc.publicnode.com:443',
|
|
60
|
-
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
61
62
|
}],
|
|
62
63
|
rest: [{
|
|
63
64
|
address: 'https://api.dukong.mantrachain.io',
|
|
64
65
|
provider: 'MANTRACHAIN'
|
|
65
66
|
}, {
|
|
66
|
-
address: 'https://mantra-testnet
|
|
67
|
-
provider: '
|
|
67
|
+
address: 'https://lcd-office.cosmostation.io/mantra-testnet/',
|
|
68
|
+
provider: 'Cosmostation'
|
|
68
69
|
}],
|
|
69
70
|
grpc: [{
|
|
70
71
|
address: 'https://grpc.dukong.mantrachain.io',
|
|
71
72
|
provider: 'MANTRACHAIN'
|
|
72
73
|
}, {
|
|
73
|
-
address: '
|
|
74
|
-
provider: '
|
|
74
|
+
address: 'grpc-office-mantra.cosmostation.io:443',
|
|
75
|
+
provider: 'Cosmostation'
|
|
75
76
|
}],
|
|
76
77
|
evmHttpJsonrpc: [{
|
|
77
78
|
address: 'https://evm.dukong.mantrachain.io',
|
|
78
79
|
provider: 'MANTRACHAIN'
|
|
79
|
-
}, {
|
|
80
|
-
address: 'https://rpc.evm.mantra.testnet.cosmostation.io',
|
|
81
|
-
provider: 'Cosmostation'
|
|
82
80
|
}]
|
|
83
81
|
},
|
|
84
82
|
logoURIs: {
|
|
@@ -92,6 +90,12 @@ const info = {
|
|
|
92
90
|
txPage: 'https://mintscan.io/mantra-testnet/txs/${txHash}',
|
|
93
91
|
accountPage: 'https://mintscan.io/mantra-testnet/account/${accountAddress}'
|
|
94
92
|
},
|
|
93
|
+
{
|
|
94
|
+
kind: 'mantrascan',
|
|
95
|
+
url: 'https://mantrascan.io/dukong',
|
|
96
|
+
txPage: 'https://mantrascan.io/dukong/tx/${txHash}',
|
|
97
|
+
accountPage: 'https://mantrascan.io/dukong/address/${accountAddress}'
|
|
98
|
+
},
|
|
95
99
|
{
|
|
96
100
|
kind: 'ping.pub',
|
|
97
101
|
url: 'https://explorer.mantrachain.io',
|
|
@@ -108,6 +112,7 @@ const info = {
|
|
|
108
112
|
keywords: [
|
|
109
113
|
'rwa',
|
|
110
114
|
'wasm',
|
|
115
|
+
'evm',
|
|
111
116
|
'staking',
|
|
112
117
|
'testnet'
|
|
113
118
|
],
|
|
@@ -61,6 +61,37 @@ const info = [
|
|
|
61
61
|
}
|
|
62
62
|
}]
|
|
63
63
|
},
|
|
64
|
+
{
|
|
65
|
+
$schema: '../../ibc_data.schema.json',
|
|
66
|
+
chain1: {
|
|
67
|
+
chainName: 'bitwaydevnet',
|
|
68
|
+
chainId: 'bitway-devnet-1',
|
|
69
|
+
clientId: '07-tendermint-4',
|
|
70
|
+
connectionId: 'connection-2'
|
|
71
|
+
},
|
|
72
|
+
chain2: {
|
|
73
|
+
chainName: 'nobletestnet',
|
|
74
|
+
chainId: 'grand-1',
|
|
75
|
+
clientId: '07-tendermint-592',
|
|
76
|
+
connectionId: 'connection-537'
|
|
77
|
+
},
|
|
78
|
+
channels: [{
|
|
79
|
+
chain1: {
|
|
80
|
+
channelId: 'channel-2',
|
|
81
|
+
portId: 'transfer'
|
|
82
|
+
},
|
|
83
|
+
chain2: {
|
|
84
|
+
channelId: 'channel-774',
|
|
85
|
+
portId: 'transfer'
|
|
86
|
+
},
|
|
87
|
+
ordering: 'unordered',
|
|
88
|
+
version: 'ics20-1',
|
|
89
|
+
tags: {
|
|
90
|
+
preferred: true,
|
|
91
|
+
status: 'ACTIVE'
|
|
92
|
+
}
|
|
93
|
+
}]
|
|
94
|
+
},
|
|
64
95
|
{
|
|
65
96
|
$schema: '../../ibc_data.schema.json',
|
|
66
97
|
chain1: {
|
package/mainnet/atomone/chain.js
CHANGED
|
@@ -173,6 +173,10 @@ const info = {
|
|
|
173
173
|
{
|
|
174
174
|
address: 'https://rpc.atomone-archive.citizenweb3.com:443',
|
|
175
175
|
provider: 'Citizen Web3'
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
address: 'https://rpc.atomone.indonode.net:443',
|
|
179
|
+
provider: 'Indonode'
|
|
176
180
|
}
|
|
177
181
|
],
|
|
178
182
|
rest: [
|
|
@@ -283,6 +287,10 @@ const info = {
|
|
|
283
287
|
{
|
|
284
288
|
address: 'https://api.atomone-archive.citizenweb3.com',
|
|
285
289
|
provider: 'Citizen Web3'
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
address: 'https://api.atomone.indonode.net',
|
|
293
|
+
provider: 'Indonode'
|
|
286
294
|
}
|
|
287
295
|
],
|
|
288
296
|
grpc: [
|
|
@@ -466,6 +474,12 @@ const info = {
|
|
|
466
474
|
url: 'https://validatorinfo.com/networks/atomone/overview',
|
|
467
475
|
validatorPage: 'https://validatorinfo.com/networks/atomone/validators',
|
|
468
476
|
proposalPage: 'https://validatorinfo.com/networks/atomone/governance'
|
|
477
|
+
},
|
|
478
|
+
{
|
|
479
|
+
kind: 'Indonode',
|
|
480
|
+
url: 'https://explorer.indonode.net/atomone/staking',
|
|
481
|
+
txPage: 'https://explorer.indonode.net/atomone/tx/${txHash}',
|
|
482
|
+
accountPage: 'https://explorer.indonode.net/atomone/account/${accountAddress}'
|
|
469
483
|
}
|
|
470
484
|
],
|
|
471
485
|
images: [{
|
|
@@ -204,10 +204,7 @@ const info = {
|
|
|
204
204
|
baseDenom: 'wei'
|
|
205
205
|
},
|
|
206
206
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
207
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
208
|
-
theme: {
|
|
209
|
-
circle: true
|
|
210
|
-
}
|
|
207
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
211
208
|
}],
|
|
212
209
|
logoURIs: {
|
|
213
210
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
@@ -102,10 +102,6 @@ const info = {
|
|
|
102
102
|
{
|
|
103
103
|
address: 'https://fetchai-rpc.bluestake.net:443',
|
|
104
104
|
provider: 'BlueStake 🚀'
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
address: 'https://fetch-rpc.panthea.eu:443',
|
|
108
|
-
provider: 'Panthea EU'
|
|
109
105
|
}
|
|
110
106
|
],
|
|
111
107
|
rest: [
|
|
@@ -172,10 +168,6 @@ const info = {
|
|
|
172
168
|
{
|
|
173
169
|
address: 'https://fetchai-api.bluestake.net',
|
|
174
170
|
provider: 'BlueStake 🚀'
|
|
175
|
-
},
|
|
176
|
-
{
|
|
177
|
-
address: 'https://fetch-api.panthea.eu:443',
|
|
178
|
-
provider: 'Panthea EU'
|
|
179
171
|
}
|
|
180
172
|
],
|
|
181
173
|
grpc: [
|
|
@@ -222,10 +214,6 @@ const info = {
|
|
|
222
214
|
{
|
|
223
215
|
address: 'grpc.fetchhub-4.fetch.aviaone.com:9094',
|
|
224
216
|
provider: 'AVIAONE 🟢'
|
|
225
|
-
},
|
|
226
|
-
{
|
|
227
|
-
address: 'fetch-grpc.panthea.eu:16710',
|
|
228
|
-
provider: 'Panthea EU'
|
|
229
217
|
}
|
|
230
218
|
]
|
|
231
219
|
},
|