chain-registry 2.0.233 → 2.0.234
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/chain.js +11 -4
- package/esm/mainnet/akash/chain.js +20 -7
- package/esm/mainnet/allora/chain.js +16 -0
- package/esm/mainnet/althea/chain.js +20 -1
- package/esm/mainnet/archway/chain.js +19 -0
- package/esm/mainnet/arkeo/chain.js +20 -1
- package/esm/mainnet/asset-lists.js +0 -2
- package/esm/mainnet/assetmantle/chain.js +11 -4
- package/esm/mainnet/aura/chain.js +19 -0
- package/esm/mainnet/axelar/asset-list.js +33 -0
- package/esm/mainnet/axelar/chain.js +11 -4
- package/esm/mainnet/babylon/chain.js +18 -17
- package/esm/mainnet/bandchain/chain.js +18 -0
- package/esm/mainnet/bitbadges/chain.js +30 -6
- package/esm/mainnet/bitsong/chain.js +7 -0
- package/esm/mainnet/bitway/chain.js +19 -0
- package/esm/mainnet/canto/chain.js +11 -4
- package/esm/mainnet/carbon/chain.js +25 -3
- package/esm/mainnet/celestia/chain.js +19 -4
- package/esm/mainnet/chain4energy/chain.js +19 -0
- package/esm/mainnet/chains.js +0 -2
- package/esm/mainnet/cheqd/chain.js +19 -0
- package/esm/mainnet/chihuahua/chain.js +11 -4
- package/esm/mainnet/composable/chain.js +19 -0
- package/esm/mainnet/coreum/chain.js +20 -1
- package/esm/mainnet/cosmoshub/chain.js +14 -4
- package/esm/mainnet/crescent/chain.js +11 -4
- package/esm/mainnet/cronos/chain.js +31 -6
- package/esm/mainnet/cryptoorgchain/chain.js +11 -4
- package/esm/mainnet/decentr/chain.js +19 -0
- package/esm/mainnet/doravota/chain.js +20 -1
- package/esm/mainnet/dungeon/asset-list.js +40 -0
- package/esm/mainnet/dungeon/ibc-data.js +31 -0
- package/esm/mainnet/dydx/chain.js +25 -28
- package/esm/mainnet/dymension/chain.js +20 -1
- package/esm/mainnet/empowerchain/chain.js +19 -0
- package/esm/mainnet/fetchhub/chain.js +10 -4
- package/esm/mainnet/firmachain/chain.js +19 -0
- package/esm/mainnet/gateway/chain.js +31 -7
- package/esm/mainnet/gitopia/chain.js +12 -5
- package/esm/mainnet/gravitybridge/chain.js +11 -4
- package/esm/mainnet/haqq/chain.js +19 -0
- package/esm/mainnet/hippoprotocol/chain.js +20 -1
- package/esm/mainnet/humans/chain.js +19 -0
- package/esm/mainnet/ibc-data.js +0 -2
- package/esm/mainnet/initia/chain.js +20 -1
- package/esm/mainnet/injective/chain.js +20 -17
- package/esm/mainnet/jackal/chain.js +11 -4
- package/esm/mainnet/juno/chain.js +11 -4
- package/esm/mainnet/kava/chain.js +11 -4
- package/esm/mainnet/kyve/chain.js +19 -0
- package/esm/mainnet/lava/chain.js +20 -1
- package/esm/mainnet/lumera/chain.js +20 -1
- package/esm/mainnet/lumnetwork/chain.js +19 -0
- package/esm/mainnet/mantrachain/chain.js +19 -0
- package/esm/mainnet/neutron/chain.js +19 -0
- package/esm/mainnet/nibiru/chain.js +19 -0
- package/esm/mainnet/noble/chain.js +17 -4
- package/esm/mainnet/nolus/chain.js +19 -0
- package/esm/mainnet/nyx/chain.js +13 -6
- package/esm/mainnet/oraichain/chain.js +19 -0
- package/esm/mainnet/osmosis/chain.js +14 -4
- package/esm/mainnet/passage/chain.js +11 -4
- package/esm/mainnet/passage/ibc-data.js +37 -3
- package/esm/mainnet/persistence/chain.js +10 -4
- package/esm/mainnet/planq/chain.js +19 -0
- package/esm/mainnet/pocket/chain.js +17 -6
- package/esm/mainnet/provenance/chain.js +18 -0
- package/esm/mainnet/quicksilver/chain.js +19 -0
- package/esm/mainnet/regen/chain.js +19 -0
- package/esm/mainnet/saga/chain.js +19 -0
- package/esm/mainnet/seda/chain.js +15 -8
- package/esm/mainnet/sentinel/chain.js +19 -0
- package/esm/mainnet/shentu/chain.js +11 -4
- package/esm/mainnet/shido/chain.js +19 -0
- package/esm/mainnet/sifchain/chain.js +11 -4
- package/esm/mainnet/sommelier/chain.js +11 -4
- package/esm/mainnet/source/chain.js +20 -1
- package/esm/mainnet/stride/chain.js +15 -8
- package/esm/mainnet/sunrise/chain.js +25 -0
- package/esm/mainnet/teritori/chain.js +11 -4
- package/esm/mainnet/terra2/chain.js +14 -4
- package/esm/mainnet/union/chain.js +11 -4
- package/esm/mainnet/ununifi/chain.js +19 -0
- package/esm/mainnet/xion/chain.js +20 -13
- package/esm/mainnet/xpla/chain.js +25 -3
- package/esm/mainnet/xrplevm/chain.js +38 -10
- package/esm/mainnet/zetachain/chain.js +20 -1
- package/esm/mainnet/zigchain/chain.js +8 -1
- package/esm/noncosmos/base/asset-list.js +31 -0
- package/esm/testnet/limonatatestnet/chain.js +27 -6
- package/mainnet/agoric/chain.js +11 -4
- package/mainnet/akash/chain.js +20 -7
- package/mainnet/allora/chain.js +16 -0
- package/mainnet/althea/chain.js +20 -1
- package/mainnet/archway/chain.js +19 -0
- package/mainnet/arkeo/chain.js +20 -1
- package/mainnet/asset-lists.js +0 -2
- package/mainnet/assetmantle/chain.js +11 -4
- package/mainnet/aura/chain.js +19 -0
- package/mainnet/axelar/asset-list.js +33 -0
- package/mainnet/axelar/chain.js +11 -4
- package/mainnet/babylon/chain.js +18 -17
- package/mainnet/bandchain/chain.js +18 -0
- package/mainnet/bitbadges/chain.js +30 -6
- package/mainnet/bitsong/chain.js +7 -0
- package/mainnet/bitway/chain.js +19 -0
- package/mainnet/canto/chain.js +11 -4
- package/mainnet/carbon/chain.js +25 -3
- package/mainnet/celestia/chain.js +19 -4
- package/mainnet/chain4energy/chain.js +19 -0
- package/mainnet/chains.js +0 -2
- package/mainnet/cheqd/chain.js +19 -0
- package/mainnet/chihuahua/chain.js +11 -4
- package/mainnet/composable/chain.js +19 -0
- package/mainnet/coreum/chain.js +20 -1
- package/mainnet/cosmoshub/chain.js +14 -4
- package/mainnet/crescent/chain.js +11 -4
- package/mainnet/cronos/chain.js +31 -6
- package/mainnet/cryptoorgchain/chain.js +11 -4
- package/mainnet/decentr/chain.js +19 -0
- package/mainnet/doravota/chain.js +20 -1
- package/mainnet/dungeon/asset-list.js +40 -0
- package/mainnet/dungeon/ibc-data.js +31 -0
- package/mainnet/dydx/chain.js +25 -28
- package/mainnet/dymension/chain.js +20 -1
- package/mainnet/empowerchain/chain.js +19 -0
- package/mainnet/fetchhub/chain.js +10 -4
- package/mainnet/firmachain/chain.js +19 -0
- package/mainnet/gateway/chain.js +31 -7
- package/mainnet/gitopia/chain.js +12 -5
- package/mainnet/gravitybridge/chain.js +11 -4
- package/mainnet/haqq/chain.js +19 -0
- package/mainnet/hippoprotocol/chain.js +20 -1
- package/mainnet/humans/chain.js +19 -0
- package/mainnet/ibc-data.js +0 -2
- package/mainnet/initia/chain.js +20 -1
- package/mainnet/injective/chain.js +20 -17
- package/mainnet/jackal/chain.js +11 -4
- package/mainnet/juno/chain.js +11 -4
- package/mainnet/kava/chain.js +11 -4
- package/mainnet/kyve/chain.js +19 -0
- package/mainnet/lava/chain.js +20 -1
- package/mainnet/lumera/chain.js +20 -1
- package/mainnet/lumnetwork/chain.js +19 -0
- package/mainnet/mantrachain/chain.js +19 -0
- package/mainnet/neutron/chain.js +19 -0
- package/mainnet/nibiru/chain.js +19 -0
- package/mainnet/noble/chain.js +17 -4
- package/mainnet/nolus/chain.js +19 -0
- package/mainnet/nyx/chain.js +13 -6
- package/mainnet/oraichain/chain.js +19 -0
- package/mainnet/osmosis/chain.js +14 -4
- package/mainnet/passage/chain.js +11 -4
- package/mainnet/passage/ibc-data.js +37 -3
- package/mainnet/persistence/chain.js +10 -4
- package/mainnet/planq/chain.js +19 -0
- package/mainnet/pocket/chain.js +17 -6
- package/mainnet/provenance/chain.js +18 -0
- package/mainnet/quicksilver/chain.js +19 -0
- package/mainnet/regen/chain.js +19 -0
- package/mainnet/saga/chain.js +19 -0
- package/mainnet/seda/chain.js +15 -8
- package/mainnet/sentinel/chain.js +19 -0
- package/mainnet/shentu/chain.js +11 -4
- package/mainnet/shido/chain.js +19 -0
- package/mainnet/sifchain/chain.js +11 -4
- package/mainnet/sommelier/chain.js +11 -4
- package/mainnet/source/chain.js +20 -1
- package/mainnet/stride/chain.js +15 -8
- package/mainnet/sunrise/chain.js +25 -0
- package/mainnet/teritori/chain.js +11 -4
- package/mainnet/terra2/chain.js +14 -4
- package/mainnet/union/chain.js +11 -4
- package/mainnet/ununifi/chain.js +19 -0
- package/mainnet/xion/chain.js +20 -13
- package/mainnet/xpla/chain.js +25 -3
- package/mainnet/xrplevm/chain.js +38 -10
- package/mainnet/zetachain/chain.js +20 -1
- package/mainnet/zigchain/chain.js +8 -1
- package/noncosmos/base/asset-list.js +31 -0
- package/package.json +3 -3
- package/testnet/limonatatestnet/chain.js +27 -6
- package/esm/mainnet/elys/asset-list.js +0 -439
- package/esm/mainnet/elys/chain.js +0 -252
- package/esm/mainnet/elys/ibc-data.js +0 -390
- package/esm/mainnet/elys/index.js +0 -6
- package/mainnet/elys/asset-list.d.ts +0 -3
- package/mainnet/elys/asset-list.js +0 -441
- package/mainnet/elys/chain.d.ts +0 -3
- package/mainnet/elys/chain.js +0 -254
- package/mainnet/elys/ibc-data.d.ts +0 -3
- package/mainnet/elys/ibc-data.js +0 -392
- package/mainnet/elys/index.d.ts +0 -3
- package/mainnet/elys/index.js +0 -12
|
@@ -82,6 +82,10 @@ const info = {
|
|
|
82
82
|
{
|
|
83
83
|
address: 'https://zetachain-mainnet-tendermint.reliableninjas.com',
|
|
84
84
|
provider: 'Reliable Ninjas'
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
address: 'https://zetachain-rpc.polkachu.com:443',
|
|
88
|
+
provider: 'Polkachu'
|
|
85
89
|
}
|
|
86
90
|
],
|
|
87
91
|
rest: [
|
|
@@ -116,6 +120,10 @@ const info = {
|
|
|
116
120
|
{
|
|
117
121
|
address: 'https://zetachain-mainnet-cosmos.reliableninjas.com',
|
|
118
122
|
provider: 'Reliable Ninjas'
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
address: 'https://zetachain-api.polkachu.com',
|
|
126
|
+
provider: 'Polkachu'
|
|
119
127
|
}
|
|
120
128
|
],
|
|
121
129
|
grpc: [
|
|
@@ -138,6 +146,10 @@ const info = {
|
|
|
138
146
|
{
|
|
139
147
|
address: 'zetachain-mainnet-grpc.cosmonautstakes.com:15190',
|
|
140
148
|
provider: 'Cosmonaut Stakes'
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
address: 'zetachain-grpc.polkachu.com:22590',
|
|
152
|
+
provider: 'Polkachu'
|
|
141
153
|
}
|
|
142
154
|
]
|
|
143
155
|
},
|
|
@@ -181,6 +193,13 @@ const info = {
|
|
|
181
193
|
txPage: 'https://zetachain.valopers.com/transactions/${txHash}',
|
|
182
194
|
accountPage: 'https://zetachain.valopers.com/account/${accountAddress}'
|
|
183
195
|
}
|
|
184
|
-
]
|
|
196
|
+
],
|
|
197
|
+
snapshots: [{
|
|
198
|
+
url: 'https://polkachu.com/tendermint_snapshots/zetachain',
|
|
199
|
+
type: 'pruned',
|
|
200
|
+
compression: 'lz4',
|
|
201
|
+
checksumAvailable: false,
|
|
202
|
+
provider: 'Polkachu'
|
|
203
|
+
}]
|
|
185
204
|
};
|
|
186
205
|
export default info;
|
|
@@ -163,6 +163,13 @@ const info = {
|
|
|
163
163
|
'rwa',
|
|
164
164
|
'wealth generation infrastructure',
|
|
165
165
|
'wasm'
|
|
166
|
-
]
|
|
166
|
+
],
|
|
167
|
+
snapshots: [{
|
|
168
|
+
url: 'https://polkachu.com/tendermint_snapshots/zigchain',
|
|
169
|
+
type: 'pruned',
|
|
170
|
+
compression: 'lz4',
|
|
171
|
+
checksumAvailable: false,
|
|
172
|
+
provider: 'Polkachu'
|
|
173
|
+
}]
|
|
167
174
|
};
|
|
168
175
|
export default info;
|
|
@@ -180,6 +180,37 @@ const info = {
|
|
|
180
180
|
circle: true
|
|
181
181
|
}
|
|
182
182
|
}]
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
description: 'Coinbase Wrapped DOGE (\'cbDOGE\') is an ERC20 token that is backed 1:1 by Dogecoin (DOGE) held by Coinbase.',
|
|
186
|
+
typeAsset: 'erc20',
|
|
187
|
+
address: '0xcbD06E5A2B0C65597161de254AA074E489dEb510',
|
|
188
|
+
denomUnits: [{
|
|
189
|
+
denom: '0xcbD06E5A2B0C65597161de254AA074E489dEb510',
|
|
190
|
+
exponent: 0
|
|
191
|
+
}, {
|
|
192
|
+
denom: 'cbdoge',
|
|
193
|
+
exponent: 8
|
|
194
|
+
}],
|
|
195
|
+
base: '0xcbD06E5A2B0C65597161de254AA074E489dEb510',
|
|
196
|
+
name: 'Coinbase Wrapped DOGE',
|
|
197
|
+
display: 'cbdoge',
|
|
198
|
+
symbol: 'cbDOGE',
|
|
199
|
+
traces: [{
|
|
200
|
+
type: 'synthetic',
|
|
201
|
+
counterparty: {
|
|
202
|
+
chainName: 'dogecoin',
|
|
203
|
+
baseDenom: 'shibe'
|
|
204
|
+
},
|
|
205
|
+
provider: 'Coinbase'
|
|
206
|
+
}],
|
|
207
|
+
coingeckoId: 'coinbase-wrapped-doge',
|
|
208
|
+
images: [{
|
|
209
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/base/images/cbdoge.png',
|
|
210
|
+
theme: {
|
|
211
|
+
circle: true
|
|
212
|
+
}
|
|
213
|
+
}]
|
|
183
214
|
}
|
|
184
215
|
]
|
|
185
216
|
};
|
|
@@ -36,20 +36,34 @@ const info = {
|
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
38
|
apis: {
|
|
39
|
-
rpc: [
|
|
39
|
+
rpc: [
|
|
40
|
+
{
|
|
40
41
|
address: 'https://cosmos-rpc.limonata.xyz',
|
|
41
42
|
provider: 'Limonata'
|
|
42
|
-
},
|
|
43
|
+
},
|
|
44
|
+
{
|
|
43
45
|
address: 'https://rpc-t.limonata.vinjan-inc.com',
|
|
44
46
|
provider: 'Vinjan.Inc'
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
address: 'https://rpc.limo-test.onenov.xyz',
|
|
50
|
+
provider: 'OneNov'
|
|
51
|
+
}
|
|
52
|
+
],
|
|
53
|
+
rest: [
|
|
54
|
+
{
|
|
47
55
|
address: 'https://rest.limonata.xyz',
|
|
48
56
|
provider: 'Limonata'
|
|
49
|
-
},
|
|
57
|
+
},
|
|
58
|
+
{
|
|
50
59
|
address: 'https://api-t.limonata.vinjan-inc.com',
|
|
51
60
|
provider: 'Vinjan.Inc'
|
|
52
|
-
}
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
address: 'https://api.limo-test.onenov.xyz',
|
|
64
|
+
provider: 'OneNov'
|
|
65
|
+
}
|
|
66
|
+
],
|
|
53
67
|
evmHttpJsonrpc: [{
|
|
54
68
|
address: 'https://rpc.limonata.xyz',
|
|
55
69
|
provider: 'Limonata'
|
|
@@ -60,6 +74,13 @@ const info = {
|
|
|
60
74
|
url: 'https://explorer.limonata.xyz',
|
|
61
75
|
txPage: 'https://explorer.limonata.xyz/tx/${txHash}',
|
|
62
76
|
accountPage: 'https://explorer.limonata.xyz/address/${accountAddress}'
|
|
77
|
+
}, {
|
|
78
|
+
kind: 'OneNov Explorer',
|
|
79
|
+
url: 'https://explorer.onenov.xyz/limonata-test',
|
|
80
|
+
txPage: 'https://explorer.onenov.xyz/limonata-test/tx/${txHash}',
|
|
81
|
+
accountPage: 'https://explorer.onenov.xyz/limonata-test/account/${accountAddress}',
|
|
82
|
+
validatorPage: 'https://explorer.onenov.xyz/limonata-test/validator/${validatorAddress}',
|
|
83
|
+
blockPage: 'https://explorer.onenov.xyz/limonata-test/block/${block}'
|
|
63
84
|
}],
|
|
64
85
|
images: [{
|
|
65
86
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/limonatatestnet/images/limonatatestnet.png'
|
package/mainnet/agoric/chain.js
CHANGED
|
@@ -72,10 +72,6 @@ const info = {
|
|
|
72
72
|
{
|
|
73
73
|
address: 'https://main.rpc.agoric.net:443'
|
|
74
74
|
},
|
|
75
|
-
{
|
|
76
|
-
address: 'https://agoric-rpc.polkachu.com',
|
|
77
|
-
provider: 'Polkachu'
|
|
78
|
-
},
|
|
79
75
|
{
|
|
80
76
|
address: 'https://agoric.rpc.kjnodes.com',
|
|
81
77
|
provider: 'kjnodes'
|
|
@@ -111,6 +107,10 @@ const info = {
|
|
|
111
107
|
{
|
|
112
108
|
address: 'https://rpc.agoric.bronbro.io:443',
|
|
113
109
|
provider: 'Bro_n_Bro'
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
address: 'https://agoric-rpc.polkachu.com:443',
|
|
113
|
+
provider: 'Polkachu'
|
|
114
114
|
}
|
|
115
115
|
],
|
|
116
116
|
rest: [
|
|
@@ -237,6 +237,13 @@ const info = {
|
|
|
237
237
|
images: [{
|
|
238
238
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/Agoric-logo-color.png',
|
|
239
239
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/Agoric-logo-color.svg'
|
|
240
|
+
}],
|
|
241
|
+
snapshots: [{
|
|
242
|
+
url: 'https://polkachu.com/tendermint_snapshots/agoric',
|
|
243
|
+
type: 'pruned',
|
|
244
|
+
compression: 'lz4',
|
|
245
|
+
checksumAvailable: false,
|
|
246
|
+
provider: 'Polkachu'
|
|
240
247
|
}]
|
|
241
248
|
};
|
|
242
249
|
exports.default = info;
|
package/mainnet/akash/chain.js
CHANGED
|
@@ -68,10 +68,6 @@ const info = {
|
|
|
68
68
|
address: 'https://rpc-akash.ecostake.com:443',
|
|
69
69
|
provider: 'ecostake'
|
|
70
70
|
},
|
|
71
|
-
{
|
|
72
|
-
address: 'https://akash-rpc.polkachu.com',
|
|
73
|
-
provider: 'Polkachu'
|
|
74
|
-
},
|
|
75
71
|
{
|
|
76
72
|
address: 'https://akash-rpc.kleomedes.network',
|
|
77
73
|
provider: 'Kleomedes'
|
|
@@ -91,6 +87,10 @@ const info = {
|
|
|
91
87
|
{
|
|
92
88
|
address: 'https://akash.api.pocket.network',
|
|
93
89
|
provider: 'Pocket Network'
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
address: 'https://akash-rpc.polkachu.com:443',
|
|
93
|
+
provider: 'Polkachu'
|
|
94
94
|
}
|
|
95
95
|
],
|
|
96
96
|
rest: [
|
|
@@ -135,13 +135,20 @@ const info = {
|
|
|
135
135
|
provider: 'Pocket Network'
|
|
136
136
|
}
|
|
137
137
|
],
|
|
138
|
-
grpc: [
|
|
138
|
+
grpc: [
|
|
139
|
+
{
|
|
139
140
|
address: 'akash.lavenderfive.com:443',
|
|
140
141
|
provider: 'Lavender.Five Nodes 🐝'
|
|
141
|
-
},
|
|
142
|
+
},
|
|
143
|
+
{
|
|
142
144
|
address: 'akash-grpc.publicnode.com:443',
|
|
143
145
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
144
|
-
}
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
address: 'akash-grpc.polkachu.com:12890',
|
|
149
|
+
provider: 'Polkachu'
|
|
150
|
+
}
|
|
151
|
+
]
|
|
145
152
|
},
|
|
146
153
|
explorers: [
|
|
147
154
|
{
|
|
@@ -214,6 +221,12 @@ const info = {
|
|
|
214
221
|
frequency: 'every 3h',
|
|
215
222
|
compression: 'tar',
|
|
216
223
|
checksumAvailable: true
|
|
224
|
+
}, {
|
|
225
|
+
url: 'https://polkachu.com/tendermint_snapshots/akash',
|
|
226
|
+
type: 'pruned',
|
|
227
|
+
compression: 'lz4',
|
|
228
|
+
checksumAvailable: false,
|
|
229
|
+
provider: 'Polkachu'
|
|
217
230
|
}]
|
|
218
231
|
};
|
|
219
232
|
exports.default = info;
|
package/mainnet/allora/chain.js
CHANGED
|
@@ -65,14 +65,23 @@ const info = {
|
|
|
65
65
|
rpc: [{
|
|
66
66
|
address: 'https://allora-rpc.mainnet.allora.network',
|
|
67
67
|
provider: 'allora'
|
|
68
|
+
}, {
|
|
69
|
+
address: 'https://allora-rpc.polkachu.com:443',
|
|
70
|
+
provider: 'Polkachu'
|
|
68
71
|
}],
|
|
69
72
|
rest: [{
|
|
70
73
|
address: 'https://allora-api.mainnet.allora.network',
|
|
71
74
|
provider: 'allora'
|
|
75
|
+
}, {
|
|
76
|
+
address: 'https://allora-api.polkachu.com',
|
|
77
|
+
provider: 'Polkachu'
|
|
72
78
|
}],
|
|
73
79
|
grpc: [{
|
|
74
80
|
address: 'allora-grpc.mainnet.allora.network:443',
|
|
75
81
|
provider: 'allora'
|
|
82
|
+
}, {
|
|
83
|
+
address: 'allora-grpc.polkachu.com:26790',
|
|
84
|
+
provider: 'Polkachu'
|
|
76
85
|
}]
|
|
77
86
|
},
|
|
78
87
|
explorers: [{
|
|
@@ -84,6 +93,13 @@ const info = {
|
|
|
84
93
|
images: [{
|
|
85
94
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
|
|
86
95
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
|
|
96
|
+
}],
|
|
97
|
+
snapshots: [{
|
|
98
|
+
url: 'https://polkachu.com/tendermint_snapshots/allora',
|
|
99
|
+
type: 'pruned',
|
|
100
|
+
compression: 'lz4',
|
|
101
|
+
checksumAvailable: false,
|
|
102
|
+
provider: 'Polkachu'
|
|
87
103
|
}]
|
|
88
104
|
};
|
|
89
105
|
exports.default = info;
|
package/mainnet/althea/chain.js
CHANGED
|
@@ -71,6 +71,10 @@ const info = {
|
|
|
71
71
|
{
|
|
72
72
|
address: 'https://api.althea-archive.citizenweb3.com',
|
|
73
73
|
provider: 'Citizen Web3'
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
address: 'https://althea-api.polkachu.com',
|
|
77
|
+
provider: 'Polkachu'
|
|
74
78
|
}
|
|
75
79
|
],
|
|
76
80
|
rpc: [
|
|
@@ -97,6 +101,10 @@ const info = {
|
|
|
97
101
|
{
|
|
98
102
|
address: 'https://rpc.althea-archive.citizenweb3.com',
|
|
99
103
|
provider: 'Citizen Web3'
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
address: 'https://althea-rpc.polkachu.com:443',
|
|
107
|
+
provider: 'Polkachu'
|
|
100
108
|
}
|
|
101
109
|
],
|
|
102
110
|
grpc: [
|
|
@@ -111,6 +119,10 @@ const info = {
|
|
|
111
119
|
{
|
|
112
120
|
address: 'grpc.althea-archive.citizenweb3.com:443',
|
|
113
121
|
provider: 'Citizen Web3'
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
address: 'althea-grpc.polkachu.com:12490',
|
|
125
|
+
provider: 'Polkachu'
|
|
114
126
|
}
|
|
115
127
|
]
|
|
116
128
|
},
|
|
@@ -145,6 +157,13 @@ const info = {
|
|
|
145
157
|
validatorPage: 'https://validatorinfo.com/networks/althea/validators',
|
|
146
158
|
proposalPage: 'https://validatorinfo.com/networks/althea/governance'
|
|
147
159
|
}
|
|
148
|
-
]
|
|
160
|
+
],
|
|
161
|
+
snapshots: [{
|
|
162
|
+
url: 'https://polkachu.com/tendermint_snapshots/althea',
|
|
163
|
+
type: 'pruned',
|
|
164
|
+
compression: 'lz4',
|
|
165
|
+
checksumAvailable: false,
|
|
166
|
+
provider: 'Polkachu'
|
|
167
|
+
}]
|
|
149
168
|
};
|
|
150
169
|
exports.default = info;
|
package/mainnet/archway/chain.js
CHANGED
|
@@ -171,6 +171,10 @@ const info = {
|
|
|
171
171
|
{
|
|
172
172
|
address: 'https://archway-rpc.chainroot.io',
|
|
173
173
|
provider: 'Chainroot'
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
address: 'https://archway-rpc.polkachu.com:443',
|
|
177
|
+
provider: 'Polkachu'
|
|
174
178
|
}
|
|
175
179
|
],
|
|
176
180
|
rest: [
|
|
@@ -265,6 +269,10 @@ const info = {
|
|
|
265
269
|
{
|
|
266
270
|
address: 'https://archway-api.chainroot.io',
|
|
267
271
|
provider: 'Chainroot'
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
address: 'https://archway-api.polkachu.com',
|
|
275
|
+
provider: 'Polkachu'
|
|
268
276
|
}
|
|
269
277
|
],
|
|
270
278
|
grpc: [
|
|
@@ -351,6 +359,10 @@ const info = {
|
|
|
351
359
|
{
|
|
352
360
|
address: 'archway-grpc.chainroot.io:443',
|
|
353
361
|
provider: 'Chainroot'
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
address: 'archway-grpc.polkachu.com:11590',
|
|
365
|
+
provider: 'Polkachu'
|
|
354
366
|
}
|
|
355
367
|
]
|
|
356
368
|
},
|
|
@@ -418,6 +430,13 @@ const info = {
|
|
|
418
430
|
images: [{
|
|
419
431
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png',
|
|
420
432
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg'
|
|
433
|
+
}],
|
|
434
|
+
snapshots: [{
|
|
435
|
+
url: 'https://polkachu.com/tendermint_snapshots/archway',
|
|
436
|
+
type: 'pruned',
|
|
437
|
+
compression: 'lz4',
|
|
438
|
+
checksumAvailable: false,
|
|
439
|
+
provider: 'Polkachu'
|
|
421
440
|
}]
|
|
422
441
|
};
|
|
423
442
|
exports.default = info;
|
package/mainnet/arkeo/chain.js
CHANGED
|
@@ -72,6 +72,10 @@ const info = {
|
|
|
72
72
|
{
|
|
73
73
|
address: 'https://rpc.arkeo.validatus.com',
|
|
74
74
|
provider: 'Validatus'
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
address: 'https://arkeo-rpc.polkachu.com:443',
|
|
78
|
+
provider: 'Polkachu'
|
|
75
79
|
}
|
|
76
80
|
],
|
|
77
81
|
rest: [
|
|
@@ -94,6 +98,10 @@ const info = {
|
|
|
94
98
|
{
|
|
95
99
|
address: 'https://api.arkeo.validatus.com',
|
|
96
100
|
provider: 'Validatus'
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
address: 'https://arkeo-api.polkachu.com',
|
|
104
|
+
provider: 'Polkachu'
|
|
97
105
|
}
|
|
98
106
|
],
|
|
99
107
|
grpc: [
|
|
@@ -108,6 +116,10 @@ const info = {
|
|
|
108
116
|
{
|
|
109
117
|
address: 'https://grpc.arkeo.validatus.com:443',
|
|
110
118
|
provider: 'Validatus'
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
address: 'arkeo-grpc.polkachu.com:22890',
|
|
122
|
+
provider: 'Polkachu'
|
|
111
123
|
}
|
|
112
124
|
]
|
|
113
125
|
},
|
|
@@ -144,6 +156,13 @@ const info = {
|
|
|
144
156
|
'data',
|
|
145
157
|
'oracle',
|
|
146
158
|
'marketplace'
|
|
147
|
-
]
|
|
159
|
+
],
|
|
160
|
+
snapshots: [{
|
|
161
|
+
url: 'https://polkachu.com/tendermint_snapshots/arkeo',
|
|
162
|
+
type: 'pruned',
|
|
163
|
+
compression: 'lz4',
|
|
164
|
+
checksumAvailable: false,
|
|
165
|
+
provider: 'Polkachu'
|
|
166
|
+
}]
|
|
148
167
|
};
|
|
149
168
|
exports.default = info;
|
package/mainnet/asset-lists.js
CHANGED
|
@@ -88,7 +88,6 @@ const _dydx = __importStar(require("./dydx"));
|
|
|
88
88
|
const _dymension = __importStar(require("./dymension"));
|
|
89
89
|
const _dyson = __importStar(require("./dyson"));
|
|
90
90
|
const _echelon = __importStar(require("./echelon"));
|
|
91
|
-
const _elys = __importStar(require("./elys"));
|
|
92
91
|
const _emoney = __importStar(require("./emoney"));
|
|
93
92
|
const _empowerchain = __importStar(require("./empowerchain"));
|
|
94
93
|
const _epix = __importStar(require("./epix"));
|
|
@@ -316,7 +315,6 @@ const assetList = [
|
|
|
316
315
|
_dymension.assetList,
|
|
317
316
|
_dyson.assetList,
|
|
318
317
|
_echelon.assetList,
|
|
319
|
-
_elys.assetList,
|
|
320
318
|
_emoney.assetList,
|
|
321
319
|
_empowerchain.assetList,
|
|
322
320
|
_epix.assetList,
|
|
@@ -45,10 +45,6 @@ const info = {
|
|
|
45
45
|
address: 'https://rpc.assetmantle.one',
|
|
46
46
|
provider: 'AssetMantle'
|
|
47
47
|
},
|
|
48
|
-
{
|
|
49
|
-
address: 'https://assetmantle-rpc.polkachu.com',
|
|
50
|
-
provider: 'Polkachu'
|
|
51
|
-
},
|
|
52
48
|
{
|
|
53
49
|
address: 'https://rpc.mantle.paranorm.pro:443',
|
|
54
50
|
provider: 'paranorm'
|
|
@@ -60,6 +56,10 @@ const info = {
|
|
|
60
56
|
{
|
|
61
57
|
address: 'https://mantle-rpc.dungeon.games',
|
|
62
58
|
provider: 'Dungeon'
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
address: 'https://assetmantle-rpc.polkachu.com:443',
|
|
62
|
+
provider: 'Polkachu'
|
|
63
63
|
}
|
|
64
64
|
],
|
|
65
65
|
rest: [
|
|
@@ -149,6 +149,13 @@ const info = {
|
|
|
149
149
|
images: [{
|
|
150
150
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png',
|
|
151
151
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg'
|
|
152
|
+
}],
|
|
153
|
+
snapshots: [{
|
|
154
|
+
url: 'https://polkachu.com/tendermint_snapshots/assetmantle',
|
|
155
|
+
type: 'pruned',
|
|
156
|
+
compression: 'lz4',
|
|
157
|
+
checksumAvailable: false,
|
|
158
|
+
provider: 'Polkachu'
|
|
152
159
|
}]
|
|
153
160
|
};
|
|
154
161
|
exports.default = info;
|
package/mainnet/aura/chain.js
CHANGED
|
@@ -121,6 +121,10 @@ const info = {
|
|
|
121
121
|
{
|
|
122
122
|
address: 'https://aura-rpc.noders.services',
|
|
123
123
|
provider: '[NODERS]TEAM'
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
address: 'https://aura-rpc.polkachu.com:443',
|
|
127
|
+
provider: 'Polkachu'
|
|
124
128
|
}
|
|
125
129
|
],
|
|
126
130
|
rest: [
|
|
@@ -179,6 +183,10 @@ const info = {
|
|
|
179
183
|
{
|
|
180
184
|
address: 'https://aura-api.noders.services',
|
|
181
185
|
provider: '[NODERS]TEAM'
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
address: 'https://aura-api.polkachu.com',
|
|
189
|
+
provider: 'Polkachu'
|
|
182
190
|
}
|
|
183
191
|
],
|
|
184
192
|
grpc: [
|
|
@@ -237,6 +245,10 @@ const info = {
|
|
|
237
245
|
{
|
|
238
246
|
address: 'aura-grpc.noders.services:17090',
|
|
239
247
|
provider: '[NODERS]TEAM'
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
address: 'aura-grpc.polkachu.com:21790',
|
|
251
|
+
provider: 'Polkachu'
|
|
240
252
|
}
|
|
241
253
|
]
|
|
242
254
|
},
|
|
@@ -293,6 +305,13 @@ const info = {
|
|
|
293
305
|
images: [{
|
|
294
306
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.png',
|
|
295
307
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.svg'
|
|
308
|
+
}],
|
|
309
|
+
snapshots: [{
|
|
310
|
+
url: 'https://polkachu.com/tendermint_snapshots/aura',
|
|
311
|
+
type: 'pruned',
|
|
312
|
+
compression: 'lz4',
|
|
313
|
+
checksumAvailable: false,
|
|
314
|
+
provider: 'Polkachu'
|
|
296
315
|
}]
|
|
297
316
|
};
|
|
298
317
|
exports.default = info;
|
|
@@ -1684,6 +1684,39 @@ const info = {
|
|
|
1684
1684
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
1685
1685
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
1686
1686
|
}
|
|
1687
|
+
},
|
|
1688
|
+
{
|
|
1689
|
+
description: 'Coinbase Wrapped DOGE on Axelar',
|
|
1690
|
+
denomUnits: [{
|
|
1691
|
+
denom: 'cbdoge-satoshi',
|
|
1692
|
+
exponent: 0
|
|
1693
|
+
}, {
|
|
1694
|
+
denom: 'cbdoge',
|
|
1695
|
+
exponent: 8
|
|
1696
|
+
}],
|
|
1697
|
+
typeAsset: 'sdk.coin',
|
|
1698
|
+
base: 'cbdoge-satoshi',
|
|
1699
|
+
name: 'Coinbase Wrapped DOGE',
|
|
1700
|
+
display: 'cbdoge',
|
|
1701
|
+
symbol: 'axl-cbDOGE',
|
|
1702
|
+
traces: [{
|
|
1703
|
+
type: 'bridge',
|
|
1704
|
+
counterparty: {
|
|
1705
|
+
chainName: 'base',
|
|
1706
|
+
baseDenom: '0xcbD06E5A2B0C65597161de254AA074E489dEb510'
|
|
1707
|
+
},
|
|
1708
|
+
provider: 'Axelar'
|
|
1709
|
+
}],
|
|
1710
|
+
images: [{
|
|
1711
|
+
imageSync: {
|
|
1712
|
+
chainName: 'base',
|
|
1713
|
+
baseDenom: '0xcbD06E5A2B0C65597161de254AA074E489dEb510'
|
|
1714
|
+
},
|
|
1715
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/base/images/cbdoge.png',
|
|
1716
|
+
theme: {
|
|
1717
|
+
circle: true
|
|
1718
|
+
}
|
|
1719
|
+
}]
|
|
1687
1720
|
}
|
|
1688
1721
|
]
|
|
1689
1722
|
};
|
package/mainnet/axelar/chain.js
CHANGED
|
@@ -93,10 +93,6 @@ const info = {
|
|
|
93
93
|
address: 'https://rpc-1.axelar.nodes.guru:443',
|
|
94
94
|
provider: 'nodes.guru'
|
|
95
95
|
},
|
|
96
|
-
{
|
|
97
|
-
address: 'https://axelar-rpc.polkachu.com',
|
|
98
|
-
provider: 'Polkachu'
|
|
99
|
-
},
|
|
100
96
|
{
|
|
101
97
|
address: 'https://axelar.rpc.stakin-nodes.com',
|
|
102
98
|
provider: 'Stakin'
|
|
@@ -128,6 +124,10 @@ const info = {
|
|
|
128
124
|
{
|
|
129
125
|
address: 'https://axelar.drpc.org',
|
|
130
126
|
provider: 'dRPC'
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
address: 'https://axelar-rpc.polkachu.com:443',
|
|
130
|
+
provider: 'Polkachu'
|
|
131
131
|
}
|
|
132
132
|
],
|
|
133
133
|
rest: [
|
|
@@ -269,6 +269,13 @@ const info = {
|
|
|
269
269
|
theme: {
|
|
270
270
|
circle: false
|
|
271
271
|
}
|
|
272
|
+
}],
|
|
273
|
+
snapshots: [{
|
|
274
|
+
url: 'https://polkachu.com/tendermint_snapshots/axelar',
|
|
275
|
+
type: 'pruned',
|
|
276
|
+
compression: 'lz4',
|
|
277
|
+
checksumAvailable: false,
|
|
278
|
+
provider: 'Polkachu'
|
|
272
279
|
}]
|
|
273
280
|
};
|
|
274
281
|
exports.default = info;
|
package/mainnet/babylon/chain.js
CHANGED
|
@@ -73,14 +73,6 @@ const info = {
|
|
|
73
73
|
address: 'https://babylon.nodes.guru/rpc',
|
|
74
74
|
provider: 'Nodes.Guru'
|
|
75
75
|
},
|
|
76
|
-
{
|
|
77
|
-
address: 'https://babylon-rpc.polkachu.com',
|
|
78
|
-
provider: 'Polkachu'
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
address: 'https://babylon-archive-rpc.polkachu.com',
|
|
82
|
-
provider: 'Polkachu'
|
|
83
|
-
},
|
|
84
76
|
{
|
|
85
77
|
address: 'https://babylon-rpc.publicnode.com:443',
|
|
86
78
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
@@ -92,6 +84,10 @@ const info = {
|
|
|
92
84
|
{
|
|
93
85
|
address: 'https://rpc.babylon.validatus.com',
|
|
94
86
|
provider: 'Validatus'
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
address: 'https://babylon-rpc.polkachu.com:443',
|
|
90
|
+
provider: 'Polkachu'
|
|
95
91
|
}
|
|
96
92
|
],
|
|
97
93
|
rest: [
|
|
@@ -103,10 +99,6 @@ const info = {
|
|
|
103
99
|
address: 'https://babylon-api.polkachu.com',
|
|
104
100
|
provider: 'Polkachu'
|
|
105
101
|
},
|
|
106
|
-
{
|
|
107
|
-
address: 'https://babylon-archive-api.polkachu.com',
|
|
108
|
-
provider: 'Polkachu'
|
|
109
|
-
},
|
|
110
102
|
{
|
|
111
103
|
address: 'https://babylon-rest.publicnode.com',
|
|
112
104
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
@@ -129,10 +121,6 @@ const info = {
|
|
|
129
121
|
address: 'babylon-grpc.polkachu.com:20690',
|
|
130
122
|
provider: 'Polkachu'
|
|
131
123
|
},
|
|
132
|
-
{
|
|
133
|
-
address: 'babylon-archive-grpc.polkachu.com:20690',
|
|
134
|
-
provider: 'Polkachu'
|
|
135
|
-
},
|
|
136
124
|
{
|
|
137
125
|
address: 'babylon-grpc.publicnode.com:443',
|
|
138
126
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
@@ -176,6 +164,19 @@ const info = {
|
|
|
176
164
|
images: [{
|
|
177
165
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
|
|
178
166
|
}],
|
|
179
|
-
description: 'Babylon Genesis enables Bitcoin tokens to be used as an economic security layer for Proof of Stake (PoS) systems without relying on bridges, wrapping, or third-party custody.'
|
|
167
|
+
description: 'Babylon Genesis enables Bitcoin tokens to be used as an economic security layer for Proof of Stake (PoS) systems without relying on bridges, wrapping, or third-party custody.',
|
|
168
|
+
snapshots: [{
|
|
169
|
+
url: 'https://polkachu.com/tendermint_snapshots/babylon',
|
|
170
|
+
type: 'pruned',
|
|
171
|
+
compression: 'lz4',
|
|
172
|
+
checksumAvailable: false,
|
|
173
|
+
provider: 'Polkachu'
|
|
174
|
+
}, {
|
|
175
|
+
url: 'https://polkachu.com/archive_snapshots/babylon',
|
|
176
|
+
type: 'archive',
|
|
177
|
+
compression: 'lz4',
|
|
178
|
+
checksumAvailable: false,
|
|
179
|
+
provider: 'Polkachu'
|
|
180
|
+
}]
|
|
180
181
|
};
|
|
181
182
|
exports.default = info;
|