chain-registry 1.69.127 → 1.69.129
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/kyvedevnet/assets.js +2 -1
- package/devnet/neuradevnet/assets.js +2 -1
- package/esm/devnet/kyvedevnet/assets.js +2 -1
- package/esm/devnet/neuradevnet/assets.js +2 -1
- package/esm/mainnet/agoric/chain.js +5 -5
- package/esm/mainnet/agoric/ibc.js +1 -1
- package/esm/mainnet/akash/chain.js +9 -94
- package/esm/mainnet/archway/assets.js +4 -2
- package/esm/mainnet/beezee/assets.js +14 -7
- package/esm/mainnet/beezee/chain.js +7 -7
- package/esm/mainnet/carbon/assets.js +26 -13
- package/esm/mainnet/coreum/chain.js +6 -6
- package/esm/mainnet/cosmoshub/assets.js +4 -2
- package/esm/mainnet/cronos/assets.js +4 -2
- package/esm/mainnet/dydx/assets.js +2 -1
- package/esm/mainnet/dymension/assets.js +4 -2
- package/esm/mainnet/dyson/assets.js +6 -3
- package/esm/mainnet/elys/assets.js +45 -7
- package/esm/mainnet/evmos/assets.js +2 -1
- package/esm/mainnet/injective/assets.js +6 -3
- package/esm/mainnet/joltify/assets.js +4 -2
- package/esm/mainnet/juno/assets.js +23 -1
- package/esm/mainnet/kopi/assets.js +10 -5
- package/esm/mainnet/kujira/assets.js +30 -15
- package/esm/mainnet/mantrachain/assets.js +6 -3
- package/esm/mainnet/mars/assets.js +2 -1
- package/esm/mainnet/migaloo/assets.js +6 -3
- package/esm/mainnet/milkyway/assets.js +6 -3
- package/esm/mainnet/neutron/assets.js +14 -7
- package/esm/mainnet/nibiru/assets.js +2 -1
- package/esm/mainnet/noble/assets.js +4 -2
- package/esm/mainnet/noble/ibc.js +1 -1
- package/esm/mainnet/nolus/assets.js +44 -22
- package/esm/mainnet/omniflixhub/assets.js +10 -5
- package/esm/mainnet/oraichain/assets.js +6 -3
- package/esm/mainnet/osmosis/assets.js +306 -153
- package/esm/mainnet/persistence/assets.js +16 -8
- package/esm/mainnet/planq/assets.js +50 -3
- package/esm/mainnet/pryzm/assets.js +242 -2
- package/esm/mainnet/quasar/assets.js +6 -3
- package/esm/mainnet/quicksilver/assets.js +2 -1
- package/esm/mainnet/routerchain/assets.js +49 -0
- package/esm/mainnet/sei/assets.js +2 -1
- package/esm/mainnet/sidechain/assets.js +2 -1
- package/esm/mainnet/stargaze/assets.js +10 -5
- package/esm/mainnet/stride/assets.js +2 -1
- package/esm/mainnet/teritori/assets.js +6 -3
- package/esm/mainnet/terra/assets.js +2 -1
- package/esm/mainnet/terra2/assets.js +10 -5
- package/esm/mainnet/titan/assets.js +2 -1
- package/esm/noncosmos/avalanchetestnet/assets.js +2 -1
- package/esm/noncosmos/bitcointestnet/assets.js +2 -1
- package/esm/noncosmos/polygon/assets.js +2 -1
- package/esm/testnet/archwaytestnet/assets.js +2 -1
- package/esm/testnet/cosmosicsprovidertestnet/chain.js +6 -6
- package/esm/testnet/dydxtestnet/assets.js +2 -1
- package/esm/testnet/impacthubtestnet/assets.js +2 -1
- package/esm/testnet/jackaltestnet2/assets.js +2 -1
- package/esm/testnet/kyvetestnet/assets.js +2 -1
- package/esm/testnet/manifesttestnet/assets.js +2 -1
- package/esm/testnet/mantrachaintestnet/assets.js +2 -1
- package/esm/testnet/neuratestnet/assets.js +2 -1
- package/esm/testnet/nobletestnet/assets.js +2 -1
- package/esm/testnet/osmosistestnet/assets.js +12 -6
- package/esm/testnet/titantestnet/assets.js +2 -1
- package/esm/testnet/unificationtestnet/assets.js +2 -1
- package/esm/testnet/xiontestnet/assets.js +6 -3
- package/mainnet/agoric/chain.js +5 -5
- package/mainnet/agoric/ibc.js +1 -1
- package/mainnet/akash/chain.js +9 -94
- package/mainnet/archway/assets.js +4 -2
- package/mainnet/beezee/assets.js +14 -7
- package/mainnet/beezee/chain.js +7 -7
- package/mainnet/carbon/assets.js +26 -13
- package/mainnet/coreum/chain.js +6 -6
- package/mainnet/cosmoshub/assets.js +4 -2
- package/mainnet/cronos/assets.js +4 -2
- package/mainnet/dydx/assets.js +2 -1
- package/mainnet/dymension/assets.js +4 -2
- package/mainnet/dyson/assets.js +6 -3
- package/mainnet/elys/assets.js +45 -7
- package/mainnet/evmos/assets.js +2 -1
- package/mainnet/injective/assets.js +6 -3
- package/mainnet/joltify/assets.js +4 -2
- package/mainnet/juno/assets.js +23 -1
- package/mainnet/kopi/assets.js +10 -5
- package/mainnet/kujira/assets.js +30 -15
- package/mainnet/mantrachain/assets.js +6 -3
- package/mainnet/mars/assets.js +2 -1
- package/mainnet/migaloo/assets.js +6 -3
- package/mainnet/milkyway/assets.js +6 -3
- package/mainnet/neutron/assets.js +14 -7
- package/mainnet/nibiru/assets.js +2 -1
- package/mainnet/noble/assets.js +4 -2
- package/mainnet/noble/ibc.js +1 -1
- package/mainnet/nolus/assets.js +44 -22
- package/mainnet/omniflixhub/assets.js +10 -5
- package/mainnet/oraichain/assets.js +6 -3
- package/mainnet/osmosis/assets.js +306 -153
- package/mainnet/persistence/assets.js +16 -8
- package/mainnet/planq/assets.js +50 -3
- package/mainnet/pryzm/assets.js +242 -2
- package/mainnet/quasar/assets.js +6 -3
- package/mainnet/quicksilver/assets.js +2 -1
- package/mainnet/routerchain/assets.js +49 -0
- package/mainnet/sei/assets.js +2 -1
- package/mainnet/sidechain/assets.js +2 -1
- package/mainnet/stargaze/assets.js +10 -5
- package/mainnet/stride/assets.js +2 -1
- package/mainnet/teritori/assets.js +6 -3
- package/mainnet/terra/assets.js +2 -1
- package/mainnet/terra2/assets.js +10 -5
- package/mainnet/titan/assets.js +2 -1
- package/noncosmos/avalanchetestnet/assets.js +2 -1
- package/noncosmos/bitcointestnet/assets.js +2 -1
- package/noncosmos/polygon/assets.js +2 -1
- package/package.json +4 -4
- package/testnet/archwaytestnet/assets.js +2 -1
- package/testnet/cosmosicsprovidertestnet/chain.js +6 -6
- package/testnet/dydxtestnet/assets.js +2 -1
- package/testnet/impacthubtestnet/assets.js +2 -1
- package/testnet/jackaltestnet2/assets.js +2 -1
- package/testnet/kyvetestnet/assets.js +2 -1
- package/testnet/manifesttestnet/assets.js +2 -1
- package/testnet/mantrachaintestnet/assets.js +2 -1
- package/testnet/neuratestnet/assets.js +2 -1
- package/testnet/nobletestnet/assets.js +2 -1
- package/testnet/osmosistestnet/assets.js +12 -6
- package/testnet/titantestnet/assets.js +2 -1
- package/testnet/unificationtestnet/assets.js +2 -1
- package/testnet/xiontestnet/assets.js +6 -3
|
@@ -35,20 +35,20 @@ const info = {
|
|
|
35
35
|
genesis: {
|
|
36
36
|
genesis_url: 'https://main.agoric.net/genesis.json'
|
|
37
37
|
},
|
|
38
|
-
recommended_version: 'agoric-upgrade-
|
|
39
|
-
compatible_versions: ['agoric-upgrade-
|
|
38
|
+
recommended_version: 'agoric-upgrade-18a',
|
|
39
|
+
compatible_versions: ['agoric-upgrade-18a'],
|
|
40
40
|
consensus: {
|
|
41
41
|
type: 'cometbft',
|
|
42
|
-
version: 'v0.34.
|
|
42
|
+
version: 'v0.34.35',
|
|
43
43
|
repo: 'https://github.com/agoric-labs/cometbft',
|
|
44
|
-
tag: 'v0.34.
|
|
44
|
+
tag: 'v0.34.35-alpha.agoric.3'
|
|
45
45
|
},
|
|
46
46
|
cosmwasm: {
|
|
47
47
|
enabled: false
|
|
48
48
|
},
|
|
49
49
|
language: {
|
|
50
50
|
type: 'go',
|
|
51
|
-
version: '1.
|
|
51
|
+
version: '1.22.12'
|
|
52
52
|
},
|
|
53
53
|
sdk: {
|
|
54
54
|
type: 'cosmos',
|
|
@@ -58,10 +58,6 @@ const info = {
|
|
|
58
58
|
description: 'Akash is open-source Supercloud that lets users buy and sell computing resources securely and efficiently. Purpose-built for public utility.',
|
|
59
59
|
apis: {
|
|
60
60
|
rpc: [
|
|
61
|
-
{
|
|
62
|
-
address: 'https://rpc.akash.forbole.com:443',
|
|
63
|
-
provider: 'forbole'
|
|
64
|
-
},
|
|
65
61
|
{
|
|
66
62
|
address: 'https://rpc-akash.ecostake.com:443',
|
|
67
63
|
provider: 'ecostake'
|
|
@@ -75,7 +71,7 @@ const info = {
|
|
|
75
71
|
provider: 'Polkachu'
|
|
76
72
|
},
|
|
77
73
|
{
|
|
78
|
-
address: '
|
|
74
|
+
address: 'https://akash.c29r3.xyz:80/rpc',
|
|
79
75
|
provider: 'c29r3'
|
|
80
76
|
},
|
|
81
77
|
{
|
|
@@ -94,20 +90,12 @@ const info = {
|
|
|
94
90
|
address: 'https://akash-rpc.publicnode.com:443',
|
|
95
91
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
96
92
|
},
|
|
97
|
-
{
|
|
98
|
-
address: 'https://akash.declab.pro:26601',
|
|
99
|
-
provider: 'Decloud Nodes Lab'
|
|
100
|
-
},
|
|
101
93
|
{
|
|
102
94
|
address: 'https://rpc.akash.bronbro.io:443',
|
|
103
95
|
provider: 'Bro_n_Bro'
|
|
104
96
|
}
|
|
105
97
|
],
|
|
106
98
|
rest: [
|
|
107
|
-
{
|
|
108
|
-
address: 'https://api.akash.forbole.com:443',
|
|
109
|
-
provider: 'forbole'
|
|
110
|
-
},
|
|
111
99
|
{
|
|
112
100
|
address: 'https://rest-akash.ecostake.com',
|
|
113
101
|
provider: 'ecostake'
|
|
@@ -120,14 +108,6 @@ const info = {
|
|
|
120
108
|
address: 'https://akash-api.polkachu.com',
|
|
121
109
|
provider: 'Polkachu'
|
|
122
110
|
},
|
|
123
|
-
{
|
|
124
|
-
address: 'https://api-akash.cosmos-spaces.cloud',
|
|
125
|
-
provider: 'Cosmos Spaces'
|
|
126
|
-
},
|
|
127
|
-
{
|
|
128
|
-
address: 'https://api-akash-ia.cosmosia.notional.ventures',
|
|
129
|
-
provider: 'Notional'
|
|
130
|
-
},
|
|
131
111
|
{
|
|
132
112
|
address: 'https://akash.c29r3.xyz:443/api',
|
|
133
113
|
provider: 'c29r3'
|
|
@@ -160,73 +140,18 @@ const info = {
|
|
|
160
140
|
address: 'https://akash-api.validatornode.com',
|
|
161
141
|
provider: 'ValidatorNode'
|
|
162
142
|
},
|
|
163
|
-
{
|
|
164
|
-
address: 'https://api-akash.whispernode.com:443',
|
|
165
|
-
provider: 'WhisperNode 🤐'
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
address: 'https://public.stakewolle.com/cosmos/akash/rest',
|
|
169
|
-
provider: 'Stakewolle'
|
|
170
|
-
},
|
|
171
|
-
{
|
|
172
|
-
address: 'https://akash.declab.pro:443',
|
|
173
|
-
provider: 'Decloud Nodes Lab'
|
|
174
|
-
},
|
|
175
143
|
{
|
|
176
144
|
address: 'https://lcd.akash.bronbro.io:443',
|
|
177
145
|
provider: 'Bro_n_Bro'
|
|
178
146
|
}
|
|
179
147
|
],
|
|
180
|
-
grpc: [
|
|
181
|
-
{
|
|
182
|
-
address: 'grpc-akash-ia.cosmosia.notional.ventures:443',
|
|
183
|
-
provider: 'Notional'
|
|
184
|
-
},
|
|
185
|
-
{
|
|
148
|
+
grpc: [{
|
|
186
149
|
address: 'akash.lavenderfive.com:443',
|
|
187
150
|
provider: 'Lavender.Five Nodes 🐝'
|
|
188
|
-
},
|
|
189
|
-
{
|
|
190
|
-
address: 'akash-grpc.polkachu.com:12890',
|
|
191
|
-
provider: 'Polkachu'
|
|
192
|
-
},
|
|
193
|
-
{
|
|
194
|
-
address: 'akash-mainnet-grpc.autostake.com:443',
|
|
195
|
-
provider: 'AutoStake 🛡️ Slash Protected'
|
|
196
|
-
},
|
|
197
|
-
{
|
|
198
|
-
address: 'grpc-akash.cosmos-spaces.cloud:1110',
|
|
199
|
-
provider: 'Cosmos Spaces'
|
|
200
|
-
},
|
|
201
|
-
{
|
|
202
|
-
address: 'grpc-akash-01.stakeflow.io:1502',
|
|
203
|
-
provider: 'Stakeflow'
|
|
204
|
-
},
|
|
205
|
-
{
|
|
206
|
-
address: 'akash-grpc.w3coins.io:12890',
|
|
207
|
-
provider: 'w3coins'
|
|
208
|
-
},
|
|
209
|
-
{
|
|
151
|
+
}, {
|
|
210
152
|
address: 'akash-grpc.publicnode.com:443',
|
|
211
153
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
212
|
-
}
|
|
213
|
-
{
|
|
214
|
-
address: 'https://akash.declab.pro:9001',
|
|
215
|
-
provider: 'Decloud Nodes Lab'
|
|
216
|
-
},
|
|
217
|
-
{
|
|
218
|
-
address: 'grpc-akash.whispernode.com:443',
|
|
219
|
-
provider: 'WhisperNode 🤐'
|
|
220
|
-
},
|
|
221
|
-
{
|
|
222
|
-
address: 'https://grpc.akash.bronbro.io:443',
|
|
223
|
-
provider: 'Bro_n_Bro'
|
|
224
|
-
},
|
|
225
|
-
{
|
|
226
|
-
address: 'akash-mainnet-grpc.cosmonautstakes.com:14090',
|
|
227
|
-
provider: 'Cosmonaut Stakes'
|
|
228
|
-
}
|
|
229
|
-
]
|
|
154
|
+
}]
|
|
230
155
|
},
|
|
231
156
|
explorers: [
|
|
232
157
|
{
|
|
@@ -235,17 +160,17 @@ const info = {
|
|
|
235
160
|
tx_page: 'https://ezstaking.app/akash/txs/${txHash}',
|
|
236
161
|
account_page: 'https://ezstaking.app/akash/account/${accountAddress}'
|
|
237
162
|
},
|
|
163
|
+
{
|
|
164
|
+
kind: 'ping.pub',
|
|
165
|
+
url: 'https://ping.pub/akash',
|
|
166
|
+
tx_page: 'https://ping.pub/akash-network/tx/${txHash}'
|
|
167
|
+
},
|
|
238
168
|
{
|
|
239
169
|
kind: 'mintscan',
|
|
240
170
|
url: 'https://www.mintscan.io/akash',
|
|
241
171
|
tx_page: 'https://www.mintscan.io/akash/transactions/${txHash}',
|
|
242
172
|
account_page: 'https://www.mintscan.io/akash/accounts/${accountAddress}'
|
|
243
173
|
},
|
|
244
|
-
{
|
|
245
|
-
kind: 'ping.pub',
|
|
246
|
-
url: 'https://ping.pub/akash-network',
|
|
247
|
-
tx_page: 'https://ping.pub/akash-network/tx/${txHash}'
|
|
248
|
-
},
|
|
249
174
|
{
|
|
250
175
|
kind: 'staking-explorer.com',
|
|
251
176
|
url: 'https://staking-explorer.com/explorer/akash',
|
|
@@ -258,21 +183,11 @@ const info = {
|
|
|
258
183
|
tx_page: 'https://atomscan.com/akash/transactions/${txHash}',
|
|
259
184
|
account_page: 'https://atomscan.com/akash/accounts/${accountAddress}'
|
|
260
185
|
},
|
|
261
|
-
{
|
|
262
|
-
kind: 'cloudmos',
|
|
263
|
-
url: 'https://cloudmos.io/blocks',
|
|
264
|
-
tx_page: 'https://cloudmos.io/transactions/${txHash}'
|
|
265
|
-
},
|
|
266
186
|
{
|
|
267
187
|
kind: 'Stakeflow',
|
|
268
188
|
url: 'https://stakeflow.io/akash',
|
|
269
189
|
account_page: 'https://stakeflow.io/akash/accounts/${accountAddress}'
|
|
270
190
|
},
|
|
271
|
-
{
|
|
272
|
-
kind: 'ValidatorNode',
|
|
273
|
-
url: 'https://explorer.validatornode.com/akash-network',
|
|
274
|
-
tx_page: 'https://explorer.validatornode.com/akash-network/tx/${txHash}'
|
|
275
|
-
},
|
|
276
191
|
{
|
|
277
192
|
kind: 'Decloud Nodes Lab',
|
|
278
193
|
url: 'https://explorer.declab.pro/Akash',
|
|
@@ -159,7 +159,8 @@ const info = {
|
|
|
159
159
|
theme: {
|
|
160
160
|
primary_color_hex: '#3454bc'
|
|
161
161
|
}
|
|
162
|
-
}]
|
|
162
|
+
}],
|
|
163
|
+
coingecko_id: 'vidulum'
|
|
163
164
|
},
|
|
164
165
|
{
|
|
165
166
|
description: 'Astrovault AXV',
|
|
@@ -274,7 +275,8 @@ const info = {
|
|
|
274
275
|
circle: true,
|
|
275
276
|
primary_color_hex: '#2775CA'
|
|
276
277
|
}
|
|
277
|
-
}]
|
|
278
|
+
}],
|
|
279
|
+
coingecko_id: 'usd-coin'
|
|
278
280
|
},
|
|
279
281
|
{
|
|
280
282
|
description: 'Wrapped USDC (Noble)',
|
|
@@ -108,7 +108,8 @@ const info = {
|
|
|
108
108
|
logo_URIs: {
|
|
109
109
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
110
110
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
111
|
-
}
|
|
111
|
+
},
|
|
112
|
+
coingecko_id: 'osmosis'
|
|
112
113
|
},
|
|
113
114
|
{
|
|
114
115
|
description: 'Crypto2Mars Community Token',
|
|
@@ -182,7 +183,8 @@ const info = {
|
|
|
182
183
|
theme: {
|
|
183
184
|
primary_color_hex: '#fc4c04'
|
|
184
185
|
}
|
|
185
|
-
}]
|
|
186
|
+
}],
|
|
187
|
+
coingecko_id: 'archway'
|
|
186
188
|
},
|
|
187
189
|
{
|
|
188
190
|
description: 'USDC from Noble',
|
|
@@ -227,7 +229,8 @@ const info = {
|
|
|
227
229
|
logo_URIs: {
|
|
228
230
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
229
231
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
230
|
-
}
|
|
232
|
+
},
|
|
233
|
+
coingecko_id: 'usd-coin'
|
|
231
234
|
},
|
|
232
235
|
{
|
|
233
236
|
description: 'The Spice memecoin',
|
|
@@ -267,7 +270,8 @@ const info = {
|
|
|
267
270
|
channel_id: 'channel-0',
|
|
268
271
|
path: 'transfer/channel-0/factory/osmo1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/uspice'
|
|
269
272
|
}
|
|
270
|
-
}]
|
|
273
|
+
}],
|
|
274
|
+
coingecko_id: 'spice-2'
|
|
271
275
|
},
|
|
272
276
|
{
|
|
273
277
|
description: 'JKL from Jackal Network',
|
|
@@ -310,7 +314,8 @@ const info = {
|
|
|
310
314
|
logo_URIs: {
|
|
311
315
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/jackal/images/jkl.png',
|
|
312
316
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/jackal/images/jkl.svg'
|
|
313
|
-
}
|
|
317
|
+
},
|
|
318
|
+
coingecko_id: 'jackal-protocol'
|
|
314
319
|
},
|
|
315
320
|
{
|
|
316
321
|
description: 'FLIX from OmniFlix Network',
|
|
@@ -353,7 +358,8 @@ const info = {
|
|
|
353
358
|
logo_URIs: {
|
|
354
359
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png',
|
|
355
360
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg'
|
|
356
|
-
}
|
|
361
|
+
},
|
|
362
|
+
coingecko_id: 'omniflix-network'
|
|
357
363
|
},
|
|
358
364
|
{
|
|
359
365
|
description: 'The Sherpa memecoin',
|
|
@@ -479,7 +485,8 @@ const info = {
|
|
|
479
485
|
socials: {
|
|
480
486
|
website: 'https://posthuman.digital/',
|
|
481
487
|
twitter: 'https://twitter.com/POSTHUMAN_DVS'
|
|
482
|
-
}
|
|
488
|
+
},
|
|
489
|
+
coingecko_id: 'posthuman'
|
|
483
490
|
}
|
|
484
491
|
]
|
|
485
492
|
};
|
|
@@ -28,14 +28,14 @@ const info = {
|
|
|
28
28
|
},
|
|
29
29
|
codebase: {
|
|
30
30
|
git_repo: 'https://github.com/bze-alphateam/bze',
|
|
31
|
-
recommended_version: 'v7.
|
|
32
|
-
compatible_versions: ['v7.
|
|
31
|
+
recommended_version: 'v7.2.0',
|
|
32
|
+
compatible_versions: ['v7.2.0'],
|
|
33
33
|
binaries: {
|
|
34
|
-
"darwin/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v7.
|
|
35
|
-
"darwin/arm64": 'https://github.com/bze-alphateam/bze/releases/download/v7.
|
|
36
|
-
"linux/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v7.
|
|
37
|
-
"linux/arm64": 'https://github.com/bze-alphateam/bze/releases/download/v7.
|
|
38
|
-
"windows/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v7.
|
|
34
|
+
"darwin/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v7.2.0/bze-7.2.0-darwin-amd64.tar.gz',
|
|
35
|
+
"darwin/arm64": 'https://github.com/bze-alphateam/bze/releases/download/v7.2.0/bze-7.2.0-darwin-arm64.tar.gz',
|
|
36
|
+
"linux/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v7.2.0/bze-7.2.0-linux-amd64.tar.gz',
|
|
37
|
+
"linux/arm64": 'https://github.com/bze-alphateam/bze/releases/download/v7.2.0/bze-7.2.0-linux-arm64.tar.gz',
|
|
38
|
+
"windows/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v7.2.0/bze-7.2.0-win64.zip'
|
|
39
39
|
},
|
|
40
40
|
genesis: {
|
|
41
41
|
genesis_url: 'https://raw.githubusercontent.com/bze-alphateam/bze/main/genesis.json'
|
|
@@ -355,7 +355,8 @@ const info = {
|
|
|
355
355
|
theme: {
|
|
356
356
|
primary_color_hex: '#db2777'
|
|
357
357
|
}
|
|
358
|
-
}]
|
|
358
|
+
}],
|
|
359
|
+
coingecko_id: 'stargaze'
|
|
359
360
|
},
|
|
360
361
|
{
|
|
361
362
|
description: 'LUNA token on Carbon',
|
|
@@ -398,7 +399,8 @@ const info = {
|
|
|
398
399
|
theme: {
|
|
399
400
|
primary_color_hex: '#f4de6f'
|
|
400
401
|
}
|
|
401
|
-
}]
|
|
402
|
+
}],
|
|
403
|
+
coingecko_id: 'terra-luna-2'
|
|
402
404
|
},
|
|
403
405
|
{
|
|
404
406
|
description: 'TIA token on Carbon',
|
|
@@ -441,7 +443,8 @@ const info = {
|
|
|
441
443
|
logo_URIs: {
|
|
442
444
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
443
445
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
444
|
-
}
|
|
446
|
+
},
|
|
447
|
+
coingecko_id: 'celestia'
|
|
445
448
|
},
|
|
446
449
|
{
|
|
447
450
|
description: 'MilkTIA token on Carbon',
|
|
@@ -484,7 +487,8 @@ const info = {
|
|
|
484
487
|
theme: {
|
|
485
488
|
primary_color_hex: '#d18dfc'
|
|
486
489
|
}
|
|
487
|
-
}]
|
|
490
|
+
}],
|
|
491
|
+
coingecko_id: 'milkyway-staked-tia'
|
|
488
492
|
},
|
|
489
493
|
{
|
|
490
494
|
description: 'STRD token on Carbon',
|
|
@@ -527,7 +531,8 @@ const info = {
|
|
|
527
531
|
theme: {
|
|
528
532
|
primary_color_hex: '#e4047c'
|
|
529
533
|
}
|
|
530
|
-
}]
|
|
534
|
+
}],
|
|
535
|
+
coingecko_id: 'stride'
|
|
531
536
|
},
|
|
532
537
|
{
|
|
533
538
|
description: 'EVMOS token on Carbon',
|
|
@@ -570,7 +575,8 @@ const info = {
|
|
|
570
575
|
theme: {
|
|
571
576
|
primary_color_hex: '#ec4c34'
|
|
572
577
|
}
|
|
573
|
-
}]
|
|
578
|
+
}],
|
|
579
|
+
coingecko_id: 'evmos'
|
|
574
580
|
},
|
|
575
581
|
{
|
|
576
582
|
description: 'IRIS token on Carbon',
|
|
@@ -613,7 +619,8 @@ const info = {
|
|
|
613
619
|
theme: {
|
|
614
620
|
primary_color_hex: '#5664ad'
|
|
615
621
|
}
|
|
616
|
-
}]
|
|
622
|
+
}],
|
|
623
|
+
coingecko_id: 'iris-network'
|
|
617
624
|
},
|
|
618
625
|
{
|
|
619
626
|
description: 'KUJI token on Carbon',
|
|
@@ -656,7 +663,8 @@ const info = {
|
|
|
656
663
|
theme: {
|
|
657
664
|
primary_color_hex: '#e33b34'
|
|
658
665
|
}
|
|
659
|
-
}]
|
|
666
|
+
}],
|
|
667
|
+
coingecko_id: 'kujira'
|
|
660
668
|
},
|
|
661
669
|
{
|
|
662
670
|
description: 'stOSMO token on Carbon',
|
|
@@ -699,7 +707,8 @@ const info = {
|
|
|
699
707
|
theme: {
|
|
700
708
|
primary_color_hex: '#e40474'
|
|
701
709
|
}
|
|
702
|
-
}]
|
|
710
|
+
}],
|
|
711
|
+
coingecko_id: 'stride-staked-osmo'
|
|
703
712
|
},
|
|
704
713
|
{
|
|
705
714
|
description: 'CANTO token on Carbon',
|
|
@@ -742,7 +751,8 @@ const info = {
|
|
|
742
751
|
theme: {
|
|
743
752
|
primary_color_hex: '#1c1f1f'
|
|
744
753
|
}
|
|
745
|
-
}]
|
|
754
|
+
}],
|
|
755
|
+
coingecko_id: 'canto'
|
|
746
756
|
},
|
|
747
757
|
{
|
|
748
758
|
description: 'Cosmos governance token on Carbon',
|
|
@@ -785,7 +795,8 @@ const info = {
|
|
|
785
795
|
theme: {
|
|
786
796
|
primary_color_hex: '#272d45'
|
|
787
797
|
}
|
|
788
|
-
}]
|
|
798
|
+
}],
|
|
799
|
+
coingecko_id: 'cosmos'
|
|
789
800
|
},
|
|
790
801
|
{
|
|
791
802
|
description: 'stATOM token on Carbon',
|
|
@@ -828,7 +839,8 @@ const info = {
|
|
|
828
839
|
theme: {
|
|
829
840
|
primary_color_hex: '#e40474'
|
|
830
841
|
}
|
|
831
|
-
}]
|
|
842
|
+
}],
|
|
843
|
+
coingecko_id: 'stride-staked-atom'
|
|
832
844
|
},
|
|
833
845
|
{
|
|
834
846
|
description: 'OSMO token on Carbon',
|
|
@@ -871,7 +883,8 @@ const info = {
|
|
|
871
883
|
theme: {
|
|
872
884
|
primary_color_hex: '#760dbb'
|
|
873
885
|
}
|
|
874
|
-
}]
|
|
886
|
+
}],
|
|
887
|
+
coingecko_id: 'osmosis'
|
|
875
888
|
},
|
|
876
889
|
{
|
|
877
890
|
description: 'USDC (ERC20) token on Carbon',
|
|
@@ -31,15 +31,15 @@ const info = {
|
|
|
31
31
|
},
|
|
32
32
|
codebase: {
|
|
33
33
|
git_repo: 'https://github.com/CoreumFoundation/coreum',
|
|
34
|
-
recommended_version: '
|
|
35
|
-
compatible_versions: ['
|
|
34
|
+
recommended_version: 'v4.1.2',
|
|
35
|
+
compatible_versions: ['v4.1.2'],
|
|
36
36
|
binaries: {
|
|
37
|
-
"linux/amd64": 'https://github.com/CoreumFoundation/coreum/releases/download/
|
|
38
|
-
"linux/arm64": 'https://github.com/CoreumFoundation/coreum/releases/download/
|
|
37
|
+
"linux/amd64": 'https://github.com/CoreumFoundation/coreum/releases/download/v4.1.2/cored-linux-amd64?checksum=sha256:872b1eb6f2a77651401c7555b6b54eb2599e5de614acfcebeffce4384e7ab97a',
|
|
38
|
+
"linux/arm64": 'https://github.com/CoreumFoundation/coreum/releases/download/v4.1.2/cored-linux-arm64?checksum=sha256:0be2851639208dee0803b7a4a43c847770a5961afcd66644ead32e78f530f5ca'
|
|
39
39
|
},
|
|
40
40
|
consensus: {
|
|
41
41
|
type: 'cometbft',
|
|
42
|
-
version: '0.
|
|
42
|
+
version: '0.38'
|
|
43
43
|
},
|
|
44
44
|
genesis: {
|
|
45
45
|
name: 'v1',
|
|
@@ -50,7 +50,7 @@ const info = {
|
|
|
50
50
|
version: '0.47'
|
|
51
51
|
},
|
|
52
52
|
cosmwasm: {
|
|
53
|
-
version: '0.
|
|
53
|
+
version: '0.45',
|
|
54
54
|
enabled: true
|
|
55
55
|
}
|
|
56
56
|
},
|
|
@@ -76,7 +76,8 @@ const info = {
|
|
|
76
76
|
logo_URIs: {
|
|
77
77
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
78
78
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
79
|
-
}
|
|
79
|
+
},
|
|
80
|
+
coingecko_id: 'tether'
|
|
80
81
|
},
|
|
81
82
|
{
|
|
82
83
|
description: 'FX on Cosmos Hub',
|
|
@@ -116,7 +117,8 @@ const info = {
|
|
|
116
117
|
logo_URIs: {
|
|
117
118
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png',
|
|
118
119
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg'
|
|
119
|
-
}
|
|
120
|
+
},
|
|
121
|
+
coingecko_id: 'fx-coin'
|
|
120
122
|
},
|
|
121
123
|
{
|
|
122
124
|
description: 'The token of Crowdpunk DAO',
|
|
@@ -33,7 +33,8 @@ const info = {
|
|
|
33
33
|
logo_URIs: {
|
|
34
34
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
|
|
35
35
|
},
|
|
36
|
-
type_asset: 'sdk.coin'
|
|
36
|
+
type_asset: 'sdk.coin',
|
|
37
|
+
coingecko_id: 'crypto-com-chain'
|
|
37
38
|
}, {
|
|
38
39
|
description: 'Tether USDt on Cronos',
|
|
39
40
|
denom_units: [{
|
|
@@ -76,7 +77,8 @@ const info = {
|
|
|
76
77
|
logo_URIs: {
|
|
77
78
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
78
79
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
79
|
-
}
|
|
80
|
+
},
|
|
81
|
+
coingecko_id: 'tether'
|
|
80
82
|
}]
|
|
81
83
|
};
|
|
82
84
|
export default info;
|
|
@@ -78,7 +78,8 @@ const info = {
|
|
|
78
78
|
logo_URIs: {
|
|
79
79
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
80
80
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
81
|
-
}
|
|
81
|
+
},
|
|
82
|
+
coingecko_id: 'usd-coin'
|
|
82
83
|
}]
|
|
83
84
|
};
|
|
84
85
|
export default info;
|
|
@@ -80,7 +80,8 @@ const info = {
|
|
|
80
80
|
logo_URIs: {
|
|
81
81
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.png',
|
|
82
82
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.svg'
|
|
83
|
-
}
|
|
83
|
+
},
|
|
84
|
+
coingecko_id: 'nim-network'
|
|
84
85
|
},
|
|
85
86
|
{
|
|
86
87
|
description: 'The native token of Mande Network.',
|
|
@@ -129,7 +130,8 @@ const info = {
|
|
|
129
130
|
logo_URIs: {
|
|
130
131
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.png',
|
|
131
132
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.svg'
|
|
132
|
-
}
|
|
133
|
+
},
|
|
134
|
+
coingecko_id: 'mande-network'
|
|
133
135
|
}
|
|
134
136
|
]
|
|
135
137
|
};
|
|
@@ -66,7 +66,8 @@ const info = {
|
|
|
66
66
|
logo_URIs: {
|
|
67
67
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
68
68
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
69
|
-
}
|
|
69
|
+
},
|
|
70
|
+
coingecko_id: 'osmosis'
|
|
70
71
|
},
|
|
71
72
|
{
|
|
72
73
|
denom_units: [{
|
|
@@ -114,7 +115,8 @@ const info = {
|
|
|
114
115
|
logo_URIs: {
|
|
115
116
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png',
|
|
116
117
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg'
|
|
117
|
-
}
|
|
118
|
+
},
|
|
119
|
+
coingecko_id: 'axlwbtc'
|
|
118
120
|
},
|
|
119
121
|
{
|
|
120
122
|
denom_units: [{
|
|
@@ -163,7 +165,8 @@ const info = {
|
|
|
163
165
|
logo_URIs: {
|
|
164
166
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png',
|
|
165
167
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg'
|
|
166
|
-
}
|
|
168
|
+
},
|
|
169
|
+
coingecko_id: 'axlusdc'
|
|
167
170
|
}
|
|
168
171
|
]
|
|
169
172
|
};
|