chain-registry 2.0.232 β 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 +14 -7
- 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/kujira/chain.js +2 -2
- 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 +19 -6
- 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/quasar/chain.js +3 -3
- 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/sei/chain.js +3 -3
- 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/alloratestnet/chain.js +3 -3
- package/esm/testnet/kujiratestnet/chain.js +2 -2
- package/esm/testnet/limonatatestnet/chain.js +27 -6
- package/esm/testnet/nilliontestnet/chain.js +2 -2
- package/esm/testnet/nobletestnet/chain.js +3 -3
- package/esm/testnet/quicksilvertestnet/chain.js +3 -3
- 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 +14 -7
- 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/kujira/chain.js +2 -2
- 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 +19 -6
- 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/quasar/chain.js +3 -3
- 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/sei/chain.js +3 -3
- 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/alloratestnet/chain.js +3 -3
- package/testnet/kujiratestnet/chain.js +2 -2
- package/testnet/limonatatestnet/chain.js +27 -6
- package/testnet/nilliontestnet/chain.js +2 -2
- package/testnet/nobletestnet/chain.js +3 -3
- package/testnet/quicksilvertestnet/chain.js +3 -3
- 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
|
@@ -43,10 +43,6 @@ const info = {
|
|
|
43
43
|
address: 'https://rpc-fetchhub.fetch.ai:443',
|
|
44
44
|
provider: 'fetch.ai'
|
|
45
45
|
},
|
|
46
|
-
{
|
|
47
|
-
address: 'https://fetch-rpc.polkachu.com',
|
|
48
|
-
provider: 'Polkachu'
|
|
49
|
-
},
|
|
50
46
|
{
|
|
51
47
|
address: 'https://fetchai-rpc.kleomedes.network',
|
|
52
48
|
provider: 'Kleomedes'
|
|
@@ -102,6 +98,10 @@ const info = {
|
|
|
102
98
|
{
|
|
103
99
|
address: 'https://fetch.api.pocket.network',
|
|
104
100
|
provider: 'Pocket Network'
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
address: 'https://fetch-rpc.polkachu.com:443',
|
|
104
|
+
provider: 'Polkachu'
|
|
105
105
|
}
|
|
106
106
|
],
|
|
107
107
|
rest: [
|
|
@@ -291,6 +291,12 @@ const info = {
|
|
|
291
291
|
frequency: 'every 3h',
|
|
292
292
|
compression: 'tar',
|
|
293
293
|
checksumAvailable: true
|
|
294
|
+
}, {
|
|
295
|
+
url: 'https://polkachu.com/tendermint_snapshots/fetch',
|
|
296
|
+
type: 'pruned',
|
|
297
|
+
compression: 'lz4',
|
|
298
|
+
checksumAvailable: false,
|
|
299
|
+
provider: 'Polkachu'
|
|
294
300
|
}]
|
|
295
301
|
};
|
|
296
302
|
exports.default = info;
|
|
@@ -69,6 +69,10 @@ const info = {
|
|
|
69
69
|
{
|
|
70
70
|
address: 'https://firmachain_mainnet_rpc.chain.whenmoonwhenlambo.money',
|
|
71
71
|
provider: 'π WHEN MOON π WHEN LAMBO π₯'
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
address: 'https://firmachain-rpc.polkachu.com:443',
|
|
75
|
+
provider: 'Polkachu'
|
|
72
76
|
}
|
|
73
77
|
],
|
|
74
78
|
rest: [
|
|
@@ -99,6 +103,10 @@ const info = {
|
|
|
99
103
|
{
|
|
100
104
|
address: 'https://firmachain_mainnet_api.chain.whenmoonwhenlambo.money',
|
|
101
105
|
provider: 'π WHEN MOON π WHEN LAMBO π₯'
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
address: 'https://firmachain-api.polkachu.com',
|
|
109
|
+
provider: 'Polkachu'
|
|
102
110
|
}
|
|
103
111
|
],
|
|
104
112
|
grpc: [
|
|
@@ -117,6 +125,10 @@ const info = {
|
|
|
117
125
|
{
|
|
118
126
|
address: 'firmachain.grpc.nodeshub.online',
|
|
119
127
|
provider: 'Nodes Hub'
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
address: 'firmachain-grpc.polkachu.com:16490',
|
|
131
|
+
provider: 'Polkachu'
|
|
120
132
|
}
|
|
121
133
|
]
|
|
122
134
|
},
|
|
@@ -171,6 +183,13 @@ const info = {
|
|
|
171
183
|
images: [{
|
|
172
184
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/firmachain/images/fct.png',
|
|
173
185
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/firmachain/images/fct.svg'
|
|
186
|
+
}],
|
|
187
|
+
snapshots: [{
|
|
188
|
+
url: 'https://polkachu.com/tendermint_snapshots/firmachain',
|
|
189
|
+
type: 'pruned',
|
|
190
|
+
compression: 'lz4',
|
|
191
|
+
checksumAvailable: false,
|
|
192
|
+
provider: 'Polkachu'
|
|
174
193
|
}]
|
|
175
194
|
};
|
|
176
195
|
exports.default = info;
|
package/mainnet/gateway/chain.js
CHANGED
|
@@ -64,23 +64,40 @@ const info = {
|
|
|
64
64
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gateway/images/wormhole_icon.svg'
|
|
65
65
|
},
|
|
66
66
|
apis: {
|
|
67
|
-
rpc: [
|
|
67
|
+
rpc: [
|
|
68
|
+
{
|
|
68
69
|
address: 'http://wormchain-mainnet-1-full.tm.p2p.org/',
|
|
69
70
|
provider: 'P2P'
|
|
70
|
-
},
|
|
71
|
+
},
|
|
72
|
+
{
|
|
71
73
|
address: 'https://wormchain-rpc.quickapi.com/',
|
|
72
74
|
provider: 'ChainLayer'
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
address: 'https://wormchain-rpc.polkachu.com:443',
|
|
78
|
+
provider: 'Polkachu'
|
|
79
|
+
}
|
|
80
|
+
],
|
|
81
|
+
rest: [
|
|
82
|
+
{
|
|
75
83
|
address: 'http://wormchain-mainnet-1-full-rest.tm.p2p.org/',
|
|
76
84
|
provider: 'P2P'
|
|
77
|
-
},
|
|
85
|
+
},
|
|
86
|
+
{
|
|
78
87
|
address: 'https://wormchain-lcd.quickapi.com/',
|
|
79
88
|
provider: 'ChainLayer'
|
|
80
|
-
}
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
address: 'https://wormchain-api.polkachu.com',
|
|
92
|
+
provider: 'Polkachu'
|
|
93
|
+
}
|
|
94
|
+
],
|
|
81
95
|
grpc: [{
|
|
82
96
|
address: 'http://wormchain-mainnet-1-full-grpc.tm.p2p.org',
|
|
83
97
|
provider: 'P2P'
|
|
98
|
+
}, {
|
|
99
|
+
address: 'wormchain-grpc.polkachu.com:25990',
|
|
100
|
+
provider: 'Polkachu'
|
|
84
101
|
}]
|
|
85
102
|
},
|
|
86
103
|
explorers: [{
|
|
@@ -89,6 +106,13 @@ const info = {
|
|
|
89
106
|
txPage: 'https://bigdipper.live/wormhole/transactions/${txHash}',
|
|
90
107
|
accountPage: 'https://bigdipper.live/wormhole/accounts/${accountAddress}'
|
|
91
108
|
}],
|
|
92
|
-
keywords: ['bridge']
|
|
109
|
+
keywords: ['bridge'],
|
|
110
|
+
snapshots: [{
|
|
111
|
+
url: 'https://polkachu.com/tendermint_snapshots/wormchain',
|
|
112
|
+
type: 'pruned',
|
|
113
|
+
compression: 'lz4',
|
|
114
|
+
checksumAvailable: false,
|
|
115
|
+
provider: 'Polkachu'
|
|
116
|
+
}]
|
|
93
117
|
};
|
|
94
118
|
exports.default = info;
|
package/mainnet/gitopia/chain.js
CHANGED
|
@@ -60,7 +60,7 @@ const info = {
|
|
|
60
60
|
rpc: [
|
|
61
61
|
{
|
|
62
62
|
address: 'https://gitopia-rpc.polkachu.com:443',
|
|
63
|
-
provider: '
|
|
63
|
+
provider: 'Polkachu'
|
|
64
64
|
},
|
|
65
65
|
{
|
|
66
66
|
address: 'https://rpc.lavenderfive.com:443/gitopia',
|
|
@@ -172,10 +172,6 @@ const info = {
|
|
|
172
172
|
}
|
|
173
173
|
],
|
|
174
174
|
rest: [
|
|
175
|
-
{
|
|
176
|
-
address: 'https://gitopia-api.polkachu.com:443',
|
|
177
|
-
provider: 'polkachu'
|
|
178
|
-
},
|
|
179
175
|
{
|
|
180
176
|
address: 'https://rest.lavenderfive.com:443/gitopia',
|
|
181
177
|
provider: 'Lavender.Five Nodes π'
|
|
@@ -287,6 +283,10 @@ const info = {
|
|
|
287
283
|
{
|
|
288
284
|
address: 'https://api-gitopia.onenov.xyz',
|
|
289
285
|
provider: 'OneNov'
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
address: 'https://gitopia-api.polkachu.com',
|
|
289
|
+
provider: 'Polkachu'
|
|
290
290
|
}
|
|
291
291
|
],
|
|
292
292
|
grpc: [
|
|
@@ -300,7 +300,7 @@ const info = {
|
|
|
300
300
|
},
|
|
301
301
|
{
|
|
302
302
|
address: 'gitopia-grpc.polkachu.com:11390',
|
|
303
|
-
provider: '
|
|
303
|
+
provider: 'Polkachu'
|
|
304
304
|
},
|
|
305
305
|
{
|
|
306
306
|
address: 'services.staketab.com:9410',
|
|
@@ -529,6 +529,13 @@ const info = {
|
|
|
529
529
|
],
|
|
530
530
|
logoURIs: {
|
|
531
531
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/gitopia.png'
|
|
532
|
-
}
|
|
532
|
+
},
|
|
533
|
+
snapshots: [{
|
|
534
|
+
url: 'https://polkachu.com/tendermint_snapshots/gitopia',
|
|
535
|
+
type: 'pruned',
|
|
536
|
+
compression: 'lz4',
|
|
537
|
+
checksumAvailable: false,
|
|
538
|
+
provider: 'Polkachu'
|
|
539
|
+
}]
|
|
533
540
|
};
|
|
534
541
|
exports.default = info;
|
|
@@ -67,10 +67,6 @@ const info = {
|
|
|
67
67
|
address: 'http://gravity-bridge-1-08.nodes.amhost.net:26657',
|
|
68
68
|
provider: 'amhost'
|
|
69
69
|
},
|
|
70
|
-
{
|
|
71
|
-
address: 'https://gravity-rpc.polkachu.com',
|
|
72
|
-
provider: 'Polkachu'
|
|
73
|
-
},
|
|
74
70
|
{
|
|
75
71
|
address: 'https://rpc.lavenderfive.com:443/gravitybridge',
|
|
76
72
|
provider: 'Lavender.Five Nodes π'
|
|
@@ -106,6 +102,10 @@ const info = {
|
|
|
106
102
|
{
|
|
107
103
|
address: 'https://rpc.gravity.citizenweb3.com',
|
|
108
104
|
provider: 'Citizen Web3'
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
address: 'https://gravity-rpc.polkachu.com:443',
|
|
108
|
+
provider: 'Polkachu'
|
|
109
109
|
}
|
|
110
110
|
],
|
|
111
111
|
rest: [
|
|
@@ -257,6 +257,13 @@ const info = {
|
|
|
257
257
|
],
|
|
258
258
|
images: [{
|
|
259
259
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.png'
|
|
260
|
+
}],
|
|
261
|
+
snapshots: [{
|
|
262
|
+
url: 'https://polkachu.com/tendermint_snapshots/gravity',
|
|
263
|
+
type: 'pruned',
|
|
264
|
+
compression: 'lz4',
|
|
265
|
+
checksumAvailable: false,
|
|
266
|
+
provider: 'Polkachu'
|
|
260
267
|
}]
|
|
261
268
|
};
|
|
262
269
|
exports.default = info;
|
package/mainnet/haqq/chain.js
CHANGED
|
@@ -108,6 +108,10 @@ const info = {
|
|
|
108
108
|
{
|
|
109
109
|
address: 'https://haqq.rpc.onenov.xyz',
|
|
110
110
|
provider: 'OneNov'
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
address: 'https://haqq-rpc.polkachu.com:443',
|
|
114
|
+
provider: 'Polkachu'
|
|
111
115
|
}
|
|
112
116
|
],
|
|
113
117
|
rest: [
|
|
@@ -154,6 +158,10 @@ const info = {
|
|
|
154
158
|
{
|
|
155
159
|
address: 'https://haqq.api.onenov.xyz',
|
|
156
160
|
provider: 'OneNov'
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
address: 'https://haqq-api.polkachu.com',
|
|
164
|
+
provider: 'Polkachu'
|
|
157
165
|
}
|
|
158
166
|
],
|
|
159
167
|
grpc: [
|
|
@@ -200,6 +208,10 @@ const info = {
|
|
|
200
208
|
{
|
|
201
209
|
address: 'grpc-haqq.onenov.xyz:443',
|
|
202
210
|
provider: 'OneNov'
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
address: 'haqq-grpc.polkachu.com:24090',
|
|
214
|
+
provider: 'Polkachu'
|
|
203
215
|
}
|
|
204
216
|
],
|
|
205
217
|
evmHttpJsonrpc: [
|
|
@@ -283,6 +295,13 @@ const info = {
|
|
|
283
295
|
images: [{
|
|
284
296
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.png',
|
|
285
297
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.svg'
|
|
298
|
+
}],
|
|
299
|
+
snapshots: [{
|
|
300
|
+
url: 'https://polkachu.com/tendermint_snapshots/haqq',
|
|
301
|
+
type: 'pruned',
|
|
302
|
+
compression: 'lz4',
|
|
303
|
+
checksumAvailable: false,
|
|
304
|
+
provider: 'Polkachu'
|
|
286
305
|
}]
|
|
287
306
|
};
|
|
288
307
|
exports.default = info;
|
|
@@ -80,6 +80,10 @@ const info = {
|
|
|
80
80
|
{
|
|
81
81
|
address: 'https://hippo-mainnet-rpc.shazoes.xyz',
|
|
82
82
|
provider: 'Shazoes'
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
address: 'https://hippo-rpc.polkachu.com:443',
|
|
86
|
+
provider: 'Polkachu'
|
|
83
87
|
}
|
|
84
88
|
],
|
|
85
89
|
rest: [
|
|
@@ -98,6 +102,10 @@ const info = {
|
|
|
98
102
|
{
|
|
99
103
|
address: 'https://hippo-mainnet-api.shazoes.xyz',
|
|
100
104
|
provider: 'Shazoes'
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
address: 'https://hippo-api.polkachu.com',
|
|
108
|
+
provider: 'Polkachu'
|
|
101
109
|
}
|
|
102
110
|
],
|
|
103
111
|
grpc: [
|
|
@@ -116,6 +124,10 @@ const info = {
|
|
|
116
124
|
{
|
|
117
125
|
address: 'hippo-mainnet-grpc.shazoes.xyz:30290',
|
|
118
126
|
provider: 'Shazoes'
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
address: 'hippo-grpc.polkachu.com:31890',
|
|
130
|
+
provider: 'Polkachu'
|
|
119
131
|
}
|
|
120
132
|
]
|
|
121
133
|
},
|
|
@@ -133,6 +145,13 @@ const info = {
|
|
|
133
145
|
images: [{
|
|
134
146
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg'
|
|
135
147
|
}],
|
|
136
|
-
description: 'One Protocol. Every Patient. Infinite Possibility.'
|
|
148
|
+
description: 'One Protocol. Every Patient. Infinite Possibility.',
|
|
149
|
+
snapshots: [{
|
|
150
|
+
url: 'https://polkachu.com/tendermint_snapshots/hippo',
|
|
151
|
+
type: 'pruned',
|
|
152
|
+
compression: 'lz4',
|
|
153
|
+
checksumAvailable: false,
|
|
154
|
+
provider: 'Polkachu'
|
|
155
|
+
}]
|
|
137
156
|
};
|
|
138
157
|
exports.default = info;
|
package/mainnet/humans/chain.js
CHANGED
|
@@ -101,6 +101,10 @@ const info = {
|
|
|
101
101
|
{
|
|
102
102
|
address: 'https://humans-mainnet-rpc.autostake.com:443',
|
|
103
103
|
provider: 'AutoStake π‘οΈ Slash Protected'
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
address: 'https://humans-rpc.polkachu.com:443',
|
|
107
|
+
provider: 'Polkachu'
|
|
104
108
|
}
|
|
105
109
|
],
|
|
106
110
|
rest: [
|
|
@@ -151,6 +155,10 @@ const info = {
|
|
|
151
155
|
{
|
|
152
156
|
address: 'https://humans-mainnet-lcd.autostake.com:443',
|
|
153
157
|
provider: 'AutoStake π‘οΈ Slash Protected'
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
address: 'https://humans-api.polkachu.com',
|
|
161
|
+
provider: 'Polkachu'
|
|
154
162
|
}
|
|
155
163
|
],
|
|
156
164
|
grpc: [
|
|
@@ -193,6 +201,10 @@ const info = {
|
|
|
193
201
|
{
|
|
194
202
|
address: 'humans-mainnet-grpc.autostake.com:443',
|
|
195
203
|
provider: 'AutoStake π‘οΈ Slash Protected'
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
address: 'humans-grpc.polkachu.com:18490',
|
|
207
|
+
provider: 'Polkachu'
|
|
196
208
|
}
|
|
197
209
|
],
|
|
198
210
|
evmHttpJsonrpc: [
|
|
@@ -280,6 +292,13 @@ const info = {
|
|
|
280
292
|
],
|
|
281
293
|
images: [{
|
|
282
294
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg'
|
|
295
|
+
}],
|
|
296
|
+
snapshots: [{
|
|
297
|
+
url: 'https://polkachu.com/tendermint_snapshots/humans',
|
|
298
|
+
type: 'pruned',
|
|
299
|
+
compression: 'lz4',
|
|
300
|
+
checksumAvailable: false,
|
|
301
|
+
provider: 'Polkachu'
|
|
283
302
|
}]
|
|
284
303
|
};
|
|
285
304
|
exports.default = info;
|
package/mainnet/ibc-data.js
CHANGED
|
@@ -75,7 +75,6 @@ const _dydx = __importStar(require("./dydx"));
|
|
|
75
75
|
const _dymension = __importStar(require("./dymension"));
|
|
76
76
|
const _dyson = __importStar(require("./dyson"));
|
|
77
77
|
const _echelon = __importStar(require("./echelon"));
|
|
78
|
-
const _elys = __importStar(require("./elys"));
|
|
79
78
|
const _emoney = __importStar(require("./emoney"));
|
|
80
79
|
const _empowerchain = __importStar(require("./empowerchain"));
|
|
81
80
|
const _epix = __importStar(require("./epix"));
|
|
@@ -247,7 +246,6 @@ const ibcData = [
|
|
|
247
246
|
..._dymension.ibcData,
|
|
248
247
|
..._dyson.ibcData,
|
|
249
248
|
..._echelon.ibcData,
|
|
250
|
-
..._elys.ibcData,
|
|
251
249
|
..._emoney.ibcData,
|
|
252
250
|
..._empowerchain.ibcData,
|
|
253
251
|
..._epix.ibcData,
|
package/mainnet/initia/chain.js
CHANGED
|
@@ -56,6 +56,10 @@ const info = {
|
|
|
56
56
|
{
|
|
57
57
|
address: 'https://initia-mainnet-rpc.autostake.com:443',
|
|
58
58
|
provider: 'AutoStake π‘οΈ Slash Protected'
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
address: 'https://initia-rpc.polkachu.com:443',
|
|
62
|
+
provider: 'Polkachu'
|
|
59
63
|
}
|
|
60
64
|
],
|
|
61
65
|
rest: [
|
|
@@ -70,6 +74,10 @@ const info = {
|
|
|
70
74
|
{
|
|
71
75
|
address: 'https://initia-mainnet-lcd.autostake.com:443',
|
|
72
76
|
provider: 'AutoStake π‘οΈ Slash Protected'
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
address: 'https://initia-api.polkachu.com',
|
|
80
|
+
provider: 'Polkachu'
|
|
73
81
|
}
|
|
74
82
|
],
|
|
75
83
|
grpc: [
|
|
@@ -84,6 +92,10 @@ const info = {
|
|
|
84
92
|
{
|
|
85
93
|
address: 'initia-mainnet-grpc.autostake.com:443',
|
|
86
94
|
provider: 'AutoStake π‘οΈ Slash Protected'
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
address: 'initia-grpc.polkachu.com:25790',
|
|
98
|
+
provider: 'Polkachu'
|
|
87
99
|
}
|
|
88
100
|
]
|
|
89
101
|
},
|
|
@@ -108,6 +120,13 @@ const info = {
|
|
|
108
120
|
logoURIs: {
|
|
109
121
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.png',
|
|
110
122
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.svg'
|
|
111
|
-
}
|
|
123
|
+
},
|
|
124
|
+
snapshots: [{
|
|
125
|
+
url: 'https://polkachu.com/tendermint_snapshots/initia',
|
|
126
|
+
type: 'pruned',
|
|
127
|
+
compression: 'lz4',
|
|
128
|
+
checksumAvailable: false,
|
|
129
|
+
provider: 'Polkachu'
|
|
130
|
+
}]
|
|
112
131
|
};
|
|
113
132
|
exports.default = info;
|
|
@@ -51,10 +51,6 @@ const info = {
|
|
|
51
51
|
address: 'https://injective-rpc.highstakes.ch',
|
|
52
52
|
provider: 'High Stakes π¨π'
|
|
53
53
|
},
|
|
54
|
-
{
|
|
55
|
-
address: 'https://injective-rpc.polkachu.com',
|
|
56
|
-
provider: 'Polkachu'
|
|
57
|
-
},
|
|
58
54
|
{
|
|
59
55
|
address: 'https://rpc.lavenderfive.com:443/injective',
|
|
60
56
|
provider: 'Lavender.Five Nodes π'
|
|
@@ -70,6 +66,10 @@ const info = {
|
|
|
70
66
|
{
|
|
71
67
|
address: 'https://injective.rpc.uquad.org:443',
|
|
72
68
|
provider: 'QUAD'
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
address: 'https://injective-rpc.polkachu.com:443',
|
|
72
|
+
provider: 'Polkachu'
|
|
73
73
|
}
|
|
74
74
|
],
|
|
75
75
|
rest: [
|
|
@@ -124,20 +124,13 @@ const info = {
|
|
|
124
124
|
provider: '[NODERS]TEAM'
|
|
125
125
|
}
|
|
126
126
|
],
|
|
127
|
-
evmHttpJsonrpc: [
|
|
128
|
-
{
|
|
127
|
+
evmHttpJsonrpc: [{
|
|
129
128
|
address: 'https://injective.json-rpc.decentrio.ventures',
|
|
130
129
|
provider: 'Decentrio'
|
|
131
|
-
},
|
|
132
|
-
{
|
|
130
|
+
}, {
|
|
133
131
|
address: 'https://sentry.evm-rpc.injective.network',
|
|
134
132
|
provider: 'injectivelabs.org'
|
|
135
|
-
}
|
|
136
|
-
{
|
|
137
|
-
address: 'https://injectiveevm-rpc.polkachu.com',
|
|
138
|
-
provider: 'Polkachu'
|
|
139
|
-
}
|
|
140
|
-
]
|
|
133
|
+
}]
|
|
141
134
|
},
|
|
142
135
|
explorers: [
|
|
143
136
|
{
|
|
@@ -202,7 +195,8 @@ const info = {
|
|
|
202
195
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
|
|
203
196
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
|
|
204
197
|
}],
|
|
205
|
-
snapshots: [
|
|
198
|
+
snapshots: [
|
|
199
|
+
{
|
|
206
200
|
provider: 'High Stakes π¨π',
|
|
207
201
|
url: 'https://tools.highstakes.ch/snapshots/injective',
|
|
208
202
|
latestUrl: 'https://tools.highstakes.ch/files/injective.tar.gz',
|
|
@@ -211,7 +205,8 @@ const info = {
|
|
|
211
205
|
frequency: 'every 3h',
|
|
212
206
|
compression: 'tar',
|
|
213
207
|
checksumAvailable: true
|
|
214
|
-
},
|
|
208
|
+
},
|
|
209
|
+
{
|
|
215
210
|
provider: 'High Stakes π¨π',
|
|
216
211
|
url: 'https://tools.highstakes.ch/snapshots/injective',
|
|
217
212
|
latestUrl: 'https://tools.highstakes.ch/files/injective_pebbledb.tar.gz',
|
|
@@ -220,6 +215,14 @@ const info = {
|
|
|
220
215
|
frequency: 'every 3h',
|
|
221
216
|
compression: 'tar',
|
|
222
217
|
checksumAvailable: true
|
|
223
|
-
}
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
url: 'https://polkachu.com/tendermint_snapshots/injective',
|
|
221
|
+
type: 'pruned',
|
|
222
|
+
compression: 'lz4',
|
|
223
|
+
checksumAvailable: false,
|
|
224
|
+
provider: 'Polkachu'
|
|
225
|
+
}
|
|
226
|
+
]
|
|
224
227
|
};
|
|
225
228
|
exports.default = info;
|
package/mainnet/jackal/chain.js
CHANGED
|
@@ -83,10 +83,6 @@ const info = {
|
|
|
83
83
|
address: 'https://rpc-jackal.nodeist.net',
|
|
84
84
|
provider: 'Nodeist'
|
|
85
85
|
},
|
|
86
|
-
{
|
|
87
|
-
address: 'https://jackal-rpc.polkachu.com',
|
|
88
|
-
provider: 'Polkachu'
|
|
89
|
-
},
|
|
90
86
|
{
|
|
91
87
|
address: 'https://m-jackal.rpc.utsa.tech',
|
|
92
88
|
provider: 'π₯ππ¬π§π’π€ | ππππ'
|
|
@@ -134,6 +130,10 @@ const info = {
|
|
|
134
130
|
{
|
|
135
131
|
address: 'https://jackal.api.pocket.network',
|
|
136
132
|
provider: 'Pocket Network'
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
address: 'https://jackal-rpc.polkachu.com:443',
|
|
136
|
+
provider: 'Polkachu'
|
|
137
137
|
}
|
|
138
138
|
],
|
|
139
139
|
rest: [
|
|
@@ -317,6 +317,13 @@ const info = {
|
|
|
317
317
|
images: [{
|
|
318
318
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/jackal/images/jkl.png',
|
|
319
319
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/jackal/images/jkl.svg'
|
|
320
|
+
}],
|
|
321
|
+
snapshots: [{
|
|
322
|
+
url: 'https://polkachu.com/tendermint_snapshots/jackal',
|
|
323
|
+
type: 'pruned',
|
|
324
|
+
compression: 'lz4',
|
|
325
|
+
checksumAvailable: false,
|
|
326
|
+
provider: 'Polkachu'
|
|
320
327
|
}]
|
|
321
328
|
};
|
|
322
329
|
exports.default = info;
|
package/mainnet/juno/chain.js
CHANGED
|
@@ -72,10 +72,6 @@ const info = {
|
|
|
72
72
|
address: 'https://juno.rpc.m.stavr.tech',
|
|
73
73
|
provider: 'π₯STAVRπ₯'
|
|
74
74
|
},
|
|
75
|
-
{
|
|
76
|
-
address: 'https://juno-rpc.polkachu.com',
|
|
77
|
-
provider: 'Polkachu'
|
|
78
|
-
},
|
|
79
75
|
{
|
|
80
76
|
address: 'https://rpc.lavenderfive.com:443/juno',
|
|
81
77
|
provider: 'Lavender.Five Nodes π'
|
|
@@ -107,6 +103,10 @@ const info = {
|
|
|
107
103
|
{
|
|
108
104
|
address: 'https://juno.api.pocket.network',
|
|
109
105
|
provider: 'Pocket Network'
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
address: 'https://juno-rpc.polkachu.com:443',
|
|
109
|
+
provider: 'Polkachu'
|
|
110
110
|
}
|
|
111
111
|
],
|
|
112
112
|
rest: [
|
|
@@ -245,6 +245,13 @@ const info = {
|
|
|
245
245
|
images: [{
|
|
246
246
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
|
|
247
247
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
|
|
248
|
+
}],
|
|
249
|
+
snapshots: [{
|
|
250
|
+
url: 'https://polkachu.com/tendermint_snapshots/juno',
|
|
251
|
+
type: 'pruned',
|
|
252
|
+
compression: 'lz4',
|
|
253
|
+
checksumAvailable: false,
|
|
254
|
+
provider: 'Polkachu'
|
|
248
255
|
}]
|
|
249
256
|
};
|
|
250
257
|
exports.default = info;
|
package/mainnet/kava/chain.js
CHANGED
|
@@ -46,10 +46,6 @@ const info = {
|
|
|
46
46
|
address: 'https://rpc.data.kava.io',
|
|
47
47
|
provider: 'kava'
|
|
48
48
|
},
|
|
49
|
-
{
|
|
50
|
-
address: 'https://kava-rpc.polkachu.com',
|
|
51
|
-
provider: 'Polkachu'
|
|
52
|
-
},
|
|
53
49
|
{
|
|
54
50
|
address: 'https://kava-mainnet-rpc.autostake.com:443',
|
|
55
51
|
provider: 'AutoStake π‘οΈ Slash Protected'
|
|
@@ -65,6 +61,10 @@ const info = {
|
|
|
65
61
|
{
|
|
66
62
|
address: 'https://kava.api.pocket.network',
|
|
67
63
|
provider: 'Pocket Network'
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
address: 'https://kava-rpc.polkachu.com:443',
|
|
67
|
+
provider: 'Polkachu'
|
|
68
68
|
}
|
|
69
69
|
],
|
|
70
70
|
rest: [
|
|
@@ -179,6 +179,13 @@ const info = {
|
|
|
179
179
|
images: [{
|
|
180
180
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png',
|
|
181
181
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg'
|
|
182
|
+
}],
|
|
183
|
+
snapshots: [{
|
|
184
|
+
url: 'https://polkachu.com/tendermint_snapshots/kava',
|
|
185
|
+
type: 'pruned',
|
|
186
|
+
compression: 'lz4',
|
|
187
|
+
checksumAvailable: false,
|
|
188
|
+
provider: 'Polkachu'
|
|
182
189
|
}]
|
|
183
190
|
};
|
|
184
191
|
exports.default = info;
|
package/mainnet/kujira/chain.js
CHANGED
|
@@ -168,7 +168,7 @@ const info = {
|
|
|
168
168
|
},
|
|
169
169
|
{
|
|
170
170
|
address: 'https://kujira-rpc.polkachu.com',
|
|
171
|
-
provider: '
|
|
171
|
+
provider: 'Polkachu'
|
|
172
172
|
},
|
|
173
173
|
{
|
|
174
174
|
address: 'https://rpc.lavenderfive.com:443/kujira',
|
|
@@ -234,7 +234,7 @@ const info = {
|
|
|
234
234
|
},
|
|
235
235
|
{
|
|
236
236
|
address: 'https://kujira-api.polkachu.com/',
|
|
237
|
-
provider: '
|
|
237
|
+
provider: 'Polkachu'
|
|
238
238
|
},
|
|
239
239
|
{
|
|
240
240
|
address: 'https://kujira-lcd.wildsage.io/',
|