chain-registry 1.69.128 → 1.69.130
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 +0 -12
- package/esm/mainnet/agoric/ibc.js +1 -1
- package/esm/mainnet/akash/chain.js +9 -94
- package/esm/mainnet/assetmantle/chain.js +0 -12
- package/esm/mainnet/beezee/chain.js +7 -7
- package/esm/mainnet/canto/chain.js +0 -16
- package/esm/mainnet/chain4energy/chain.js +2 -14
- package/esm/mainnet/dydx/chain.js +3 -15
- package/esm/mainnet/elys/assets.js +31 -0
- package/esm/mainnet/empowerchain/chain.js +3 -15
- package/esm/mainnet/evmos/chain.js +0 -16
- package/esm/mainnet/gitopia/chain.js +0 -12
- package/esm/mainnet/kyve/chain.js +6 -6
- package/esm/mainnet/lambda/chain.js +3 -23
- package/esm/mainnet/migaloo/chain.js +0 -12
- package/esm/mainnet/neutron/chain.js +0 -12
- package/esm/mainnet/noble/ibc.js +1 -1
- package/esm/mainnet/passage/chain.js +0 -12
- package/esm/mainnet/pryzm/assets.js +238 -0
- package/esm/mainnet/rebus/chain.js +2 -14
- package/esm/mainnet/routerchain/assets.js +49 -0
- package/esm/mainnet/ununifi/chain.js +2 -14
- package/esm/noncosmos/ethereumtestnet/assets.js +50 -0
- package/esm/testnet/cosmosicsprovidertestnet/chain.js +6 -6
- package/esm/testnet/injectivetestnet/assets.js +101 -2
- package/esm/testnet/injectivetestnet/ibc.js +6 -6
- package/esm/testnet/osmosistestnet/ibc.js +6 -6
- package/mainnet/agoric/chain.js +0 -12
- package/mainnet/agoric/ibc.js +1 -1
- package/mainnet/akash/chain.js +9 -94
- package/mainnet/assetmantle/chain.js +0 -12
- package/mainnet/beezee/chain.js +7 -7
- package/mainnet/canto/chain.js +0 -16
- package/mainnet/chain4energy/chain.js +2 -14
- package/mainnet/dydx/chain.js +3 -15
- package/mainnet/elys/assets.js +31 -0
- package/mainnet/empowerchain/chain.js +3 -15
- package/mainnet/evmos/chain.js +0 -16
- package/mainnet/gitopia/chain.js +0 -12
- package/mainnet/kyve/chain.js +6 -6
- package/mainnet/lambda/chain.js +3 -23
- package/mainnet/migaloo/chain.js +0 -12
- package/mainnet/neutron/chain.js +0 -12
- package/mainnet/noble/ibc.js +1 -1
- package/mainnet/passage/chain.js +0 -12
- package/mainnet/pryzm/assets.js +238 -0
- package/mainnet/rebus/chain.js +2 -14
- package/mainnet/routerchain/assets.js +49 -0
- package/mainnet/ununifi/chain.js +2 -14
- package/noncosmos/ethereumtestnet/assets.js +50 -0
- package/package.json +4 -4
- package/testnet/cosmosicsprovidertestnet/chain.js +6 -6
- package/testnet/injectivetestnet/assets.js +101 -2
- package/testnet/injectivetestnet/ibc.js +6 -6
- package/testnet/osmosistestnet/ibc.js +6 -6
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const info = {
|
|
2
2
|
$schema: '../../assetlist.schema.json',
|
|
3
3
|
chain_name: 'injectivetestnet',
|
|
4
|
-
assets: [
|
|
4
|
+
assets: [
|
|
5
|
+
{
|
|
5
6
|
description: 'The INJ token is the native governance token for the Injective chain.',
|
|
6
7
|
denom_units: [{
|
|
7
8
|
denom: 'inj',
|
|
@@ -32,6 +33,104 @@ const info = {
|
|
|
32
33
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
|
|
33
34
|
}],
|
|
34
35
|
type_asset: 'sdk.coin'
|
|
35
|
-
}
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
description: 'USDC is a USD-pegged stablecoin available on the Injective testnet.',
|
|
39
|
+
denom_units: [{
|
|
40
|
+
denom: 'factory/inj17vytdwqczqz72j65saukplrktd4gyfme5agf6c/usdc',
|
|
41
|
+
exponent: 0
|
|
42
|
+
}, {
|
|
43
|
+
denom: 'USDC',
|
|
44
|
+
exponent: 6
|
|
45
|
+
}],
|
|
46
|
+
base: 'factory/inj17vytdwqczqz72j65saukplrktd4gyfme5agf6c/usdc',
|
|
47
|
+
name: 'USD Coin',
|
|
48
|
+
display: 'USDC',
|
|
49
|
+
symbol: 'USDC',
|
|
50
|
+
logo_URIs: {
|
|
51
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
52
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
53
|
+
},
|
|
54
|
+
coingecko_id: 'usd-coin',
|
|
55
|
+
traces: [{
|
|
56
|
+
type: 'additional-mintage',
|
|
57
|
+
counterparty: {
|
|
58
|
+
chain_name: 'ethereumtestnet',
|
|
59
|
+
base_denom: '0x254d06f33bDc5b8ee05b2ea472107E300226659A'
|
|
60
|
+
},
|
|
61
|
+
provider: 'Circle'
|
|
62
|
+
}],
|
|
63
|
+
images: [{
|
|
64
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
65
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
66
|
+
}],
|
|
67
|
+
type_asset: 'sdk.coin'
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
description: 'OSMO is the native token of the Osmosis blockchain, bridged over to the Injective testnet.',
|
|
71
|
+
denom_units: [{
|
|
72
|
+
denom: 'ibc/FA130DEB2B506FA0A7258B46A6B72DE12370B25E474E6679F054D95277164186',
|
|
73
|
+
exponent: 0
|
|
74
|
+
}, {
|
|
75
|
+
denom: 'OSMO',
|
|
76
|
+
exponent: 6
|
|
77
|
+
}],
|
|
78
|
+
base: 'ibc/FA130DEB2B506FA0A7258B46A6B72DE12370B25E474E6679F054D95277164186',
|
|
79
|
+
name: 'Osmosis',
|
|
80
|
+
display: 'OSMO',
|
|
81
|
+
symbol: 'OSMO',
|
|
82
|
+
logo_URIs: {
|
|
83
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png'
|
|
84
|
+
},
|
|
85
|
+
coingecko_id: 'osmosis',
|
|
86
|
+
traces: [{
|
|
87
|
+
type: 'ibc',
|
|
88
|
+
counterparty: {
|
|
89
|
+
chain_name: 'osmosistestnet',
|
|
90
|
+
base_denom: 'uosmo',
|
|
91
|
+
channel_id: 'channel-10092'
|
|
92
|
+
},
|
|
93
|
+
chain: {
|
|
94
|
+
channel_id: 'channel-77026',
|
|
95
|
+
path: 'transfer/channel-77026/uosmo'
|
|
96
|
+
}
|
|
97
|
+
}],
|
|
98
|
+
images: [{
|
|
99
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png'
|
|
100
|
+
}],
|
|
101
|
+
type_asset: 'ics20'
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
description: 'USDT is a USD-pegged stablecoin available on the Injective testnet.',
|
|
105
|
+
denom_units: [{
|
|
106
|
+
denom: 'peggy0x87aB3B4C8661e07D6372361211B96ed4Dc36B1B5',
|
|
107
|
+
exponent: 0
|
|
108
|
+
}, {
|
|
109
|
+
denom: 'USDT',
|
|
110
|
+
exponent: 6
|
|
111
|
+
}],
|
|
112
|
+
base: 'peggy0x87aB3B4C8661e07D6372361211B96ed4Dc36B1B5',
|
|
113
|
+
name: 'Tether',
|
|
114
|
+
display: 'USDT',
|
|
115
|
+
symbol: 'USDT',
|
|
116
|
+
logo_URIs: {
|
|
117
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
118
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
119
|
+
},
|
|
120
|
+
traces: [{
|
|
121
|
+
type: 'bridge',
|
|
122
|
+
counterparty: {
|
|
123
|
+
chain_name: 'ethereumtestnet',
|
|
124
|
+
base_denom: '0xaA8E23Fb1079EA71e0a56F48a2aA51851D8433D0'
|
|
125
|
+
},
|
|
126
|
+
provider: 'Peggy'
|
|
127
|
+
}],
|
|
128
|
+
images: [{
|
|
129
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
130
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
131
|
+
}],
|
|
132
|
+
type_asset: 'sdk.coin'
|
|
133
|
+
}
|
|
134
|
+
]
|
|
36
135
|
};
|
|
37
136
|
export default info;
|
|
@@ -47,21 +47,21 @@ const info = [
|
|
|
47
47
|
$schema: '../../ibc_data.schema.json',
|
|
48
48
|
chain_1: {
|
|
49
49
|
chain_name: 'injectivetestnet',
|
|
50
|
-
client_id: '07-tendermint-
|
|
51
|
-
connection_id: 'connection-
|
|
50
|
+
client_id: '07-tendermint-305',
|
|
51
|
+
connection_id: 'connection-272'
|
|
52
52
|
},
|
|
53
53
|
chain_2: {
|
|
54
54
|
chain_name: 'osmosistestnet',
|
|
55
|
-
client_id: '07-tendermint-
|
|
56
|
-
connection_id: 'connection-
|
|
55
|
+
client_id: '07-tendermint-4379',
|
|
56
|
+
connection_id: 'connection-3814'
|
|
57
57
|
},
|
|
58
58
|
channels: [{
|
|
59
59
|
chain_1: {
|
|
60
|
-
channel_id: 'channel-
|
|
60
|
+
channel_id: 'channel-77026',
|
|
61
61
|
port_id: 'transfer'
|
|
62
62
|
},
|
|
63
63
|
chain_2: {
|
|
64
|
-
channel_id: 'channel-
|
|
64
|
+
channel_id: 'channel-10092',
|
|
65
65
|
port_id: 'transfer'
|
|
66
66
|
},
|
|
67
67
|
ordering: 'unordered',
|
|
@@ -389,21 +389,21 @@ const info = [
|
|
|
389
389
|
$schema: '../../ibc_data.schema.json',
|
|
390
390
|
chain_1: {
|
|
391
391
|
chain_name: 'injectivetestnet',
|
|
392
|
-
client_id: '07-tendermint-
|
|
393
|
-
connection_id: 'connection-
|
|
392
|
+
client_id: '07-tendermint-305',
|
|
393
|
+
connection_id: 'connection-272'
|
|
394
394
|
},
|
|
395
395
|
chain_2: {
|
|
396
396
|
chain_name: 'osmosistestnet',
|
|
397
|
-
client_id: '07-tendermint-
|
|
398
|
-
connection_id: 'connection-
|
|
397
|
+
client_id: '07-tendermint-4379',
|
|
398
|
+
connection_id: 'connection-3814'
|
|
399
399
|
},
|
|
400
400
|
channels: [{
|
|
401
401
|
chain_1: {
|
|
402
|
-
channel_id: 'channel-
|
|
402
|
+
channel_id: 'channel-77026',
|
|
403
403
|
port_id: 'transfer'
|
|
404
404
|
},
|
|
405
405
|
chain_2: {
|
|
406
|
-
channel_id: 'channel-
|
|
406
|
+
channel_id: 'channel-10092',
|
|
407
407
|
port_id: 'transfer'
|
|
408
408
|
},
|
|
409
409
|
ordering: 'unordered',
|
package/mainnet/agoric/chain.js
CHANGED
|
@@ -80,10 +80,6 @@ const info = {
|
|
|
80
80
|
address: 'https://agoric-rpc.polkachu.com',
|
|
81
81
|
provider: 'Polkachu'
|
|
82
82
|
},
|
|
83
|
-
{
|
|
84
|
-
address: 'https://rpc.agoric.nodestake.org',
|
|
85
|
-
provider: 'NodeStake'
|
|
86
|
-
},
|
|
87
83
|
{
|
|
88
84
|
address: 'https://agoric.rpc.kjnodes.com',
|
|
89
85
|
provider: 'kjnodes'
|
|
@@ -129,10 +125,6 @@ const info = {
|
|
|
129
125
|
{
|
|
130
126
|
address: 'https://main.api.agoric.net:443'
|
|
131
127
|
},
|
|
132
|
-
{
|
|
133
|
-
address: 'https://api.agoric.nodestake.org',
|
|
134
|
-
provider: 'NodeStake'
|
|
135
|
-
},
|
|
136
128
|
{
|
|
137
129
|
address: 'https://agoric-api.polkachu.com',
|
|
138
130
|
provider: 'Polkachu'
|
|
@@ -179,10 +171,6 @@ const info = {
|
|
|
179
171
|
}
|
|
180
172
|
],
|
|
181
173
|
grpc: [
|
|
182
|
-
{
|
|
183
|
-
address: 'grpc.agoric.nodestake.org:443',
|
|
184
|
-
provider: 'NodeStake'
|
|
185
|
-
},
|
|
186
174
|
{
|
|
187
175
|
address: 'agoric-grpc.polkachu.com:14490',
|
|
188
176
|
provider: 'Polkachu'
|
package/mainnet/agoric/ibc.js
CHANGED
package/mainnet/akash/chain.js
CHANGED
|
@@ -60,10 +60,6 @@ const info = {
|
|
|
60
60
|
description: 'Akash is open-source Supercloud that lets users buy and sell computing resources securely and efficiently. Purpose-built for public utility.',
|
|
61
61
|
apis: {
|
|
62
62
|
rpc: [
|
|
63
|
-
{
|
|
64
|
-
address: 'https://rpc.akash.forbole.com:443',
|
|
65
|
-
provider: 'forbole'
|
|
66
|
-
},
|
|
67
63
|
{
|
|
68
64
|
address: 'https://rpc-akash.ecostake.com:443',
|
|
69
65
|
provider: 'ecostake'
|
|
@@ -77,7 +73,7 @@ const info = {
|
|
|
77
73
|
provider: 'Polkachu'
|
|
78
74
|
},
|
|
79
75
|
{
|
|
80
|
-
address: '
|
|
76
|
+
address: 'https://akash.c29r3.xyz:80/rpc',
|
|
81
77
|
provider: 'c29r3'
|
|
82
78
|
},
|
|
83
79
|
{
|
|
@@ -96,20 +92,12 @@ const info = {
|
|
|
96
92
|
address: 'https://akash-rpc.publicnode.com:443',
|
|
97
93
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
98
94
|
},
|
|
99
|
-
{
|
|
100
|
-
address: 'https://akash.declab.pro:26601',
|
|
101
|
-
provider: 'Decloud Nodes Lab'
|
|
102
|
-
},
|
|
103
95
|
{
|
|
104
96
|
address: 'https://rpc.akash.bronbro.io:443',
|
|
105
97
|
provider: 'Bro_n_Bro'
|
|
106
98
|
}
|
|
107
99
|
],
|
|
108
100
|
rest: [
|
|
109
|
-
{
|
|
110
|
-
address: 'https://api.akash.forbole.com:443',
|
|
111
|
-
provider: 'forbole'
|
|
112
|
-
},
|
|
113
101
|
{
|
|
114
102
|
address: 'https://rest-akash.ecostake.com',
|
|
115
103
|
provider: 'ecostake'
|
|
@@ -122,14 +110,6 @@ const info = {
|
|
|
122
110
|
address: 'https://akash-api.polkachu.com',
|
|
123
111
|
provider: 'Polkachu'
|
|
124
112
|
},
|
|
125
|
-
{
|
|
126
|
-
address: 'https://api-akash.cosmos-spaces.cloud',
|
|
127
|
-
provider: 'Cosmos Spaces'
|
|
128
|
-
},
|
|
129
|
-
{
|
|
130
|
-
address: 'https://api-akash-ia.cosmosia.notional.ventures',
|
|
131
|
-
provider: 'Notional'
|
|
132
|
-
},
|
|
133
113
|
{
|
|
134
114
|
address: 'https://akash.c29r3.xyz:443/api',
|
|
135
115
|
provider: 'c29r3'
|
|
@@ -162,73 +142,18 @@ const info = {
|
|
|
162
142
|
address: 'https://akash-api.validatornode.com',
|
|
163
143
|
provider: 'ValidatorNode'
|
|
164
144
|
},
|
|
165
|
-
{
|
|
166
|
-
address: 'https://api-akash.whispernode.com:443',
|
|
167
|
-
provider: 'WhisperNode 🤐'
|
|
168
|
-
},
|
|
169
|
-
{
|
|
170
|
-
address: 'https://public.stakewolle.com/cosmos/akash/rest',
|
|
171
|
-
provider: 'Stakewolle'
|
|
172
|
-
},
|
|
173
|
-
{
|
|
174
|
-
address: 'https://akash.declab.pro:443',
|
|
175
|
-
provider: 'Decloud Nodes Lab'
|
|
176
|
-
},
|
|
177
145
|
{
|
|
178
146
|
address: 'https://lcd.akash.bronbro.io:443',
|
|
179
147
|
provider: 'Bro_n_Bro'
|
|
180
148
|
}
|
|
181
149
|
],
|
|
182
|
-
grpc: [
|
|
183
|
-
{
|
|
184
|
-
address: 'grpc-akash-ia.cosmosia.notional.ventures:443',
|
|
185
|
-
provider: 'Notional'
|
|
186
|
-
},
|
|
187
|
-
{
|
|
150
|
+
grpc: [{
|
|
188
151
|
address: 'akash.lavenderfive.com:443',
|
|
189
152
|
provider: 'Lavender.Five Nodes 🐝'
|
|
190
|
-
},
|
|
191
|
-
{
|
|
192
|
-
address: 'akash-grpc.polkachu.com:12890',
|
|
193
|
-
provider: 'Polkachu'
|
|
194
|
-
},
|
|
195
|
-
{
|
|
196
|
-
address: 'akash-mainnet-grpc.autostake.com:443',
|
|
197
|
-
provider: 'AutoStake 🛡️ Slash Protected'
|
|
198
|
-
},
|
|
199
|
-
{
|
|
200
|
-
address: 'grpc-akash.cosmos-spaces.cloud:1110',
|
|
201
|
-
provider: 'Cosmos Spaces'
|
|
202
|
-
},
|
|
203
|
-
{
|
|
204
|
-
address: 'grpc-akash-01.stakeflow.io:1502',
|
|
205
|
-
provider: 'Stakeflow'
|
|
206
|
-
},
|
|
207
|
-
{
|
|
208
|
-
address: 'akash-grpc.w3coins.io:12890',
|
|
209
|
-
provider: 'w3coins'
|
|
210
|
-
},
|
|
211
|
-
{
|
|
153
|
+
}, {
|
|
212
154
|
address: 'akash-grpc.publicnode.com:443',
|
|
213
155
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
214
|
-
}
|
|
215
|
-
{
|
|
216
|
-
address: 'https://akash.declab.pro:9001',
|
|
217
|
-
provider: 'Decloud Nodes Lab'
|
|
218
|
-
},
|
|
219
|
-
{
|
|
220
|
-
address: 'grpc-akash.whispernode.com:443',
|
|
221
|
-
provider: 'WhisperNode 🤐'
|
|
222
|
-
},
|
|
223
|
-
{
|
|
224
|
-
address: 'https://grpc.akash.bronbro.io:443',
|
|
225
|
-
provider: 'Bro_n_Bro'
|
|
226
|
-
},
|
|
227
|
-
{
|
|
228
|
-
address: 'akash-mainnet-grpc.cosmonautstakes.com:14090',
|
|
229
|
-
provider: 'Cosmonaut Stakes'
|
|
230
|
-
}
|
|
231
|
-
]
|
|
156
|
+
}]
|
|
232
157
|
},
|
|
233
158
|
explorers: [
|
|
234
159
|
{
|
|
@@ -237,17 +162,17 @@ const info = {
|
|
|
237
162
|
tx_page: 'https://ezstaking.app/akash/txs/${txHash}',
|
|
238
163
|
account_page: 'https://ezstaking.app/akash/account/${accountAddress}'
|
|
239
164
|
},
|
|
165
|
+
{
|
|
166
|
+
kind: 'ping.pub',
|
|
167
|
+
url: 'https://ping.pub/akash',
|
|
168
|
+
tx_page: 'https://ping.pub/akash-network/tx/${txHash}'
|
|
169
|
+
},
|
|
240
170
|
{
|
|
241
171
|
kind: 'mintscan',
|
|
242
172
|
url: 'https://www.mintscan.io/akash',
|
|
243
173
|
tx_page: 'https://www.mintscan.io/akash/transactions/${txHash}',
|
|
244
174
|
account_page: 'https://www.mintscan.io/akash/accounts/${accountAddress}'
|
|
245
175
|
},
|
|
246
|
-
{
|
|
247
|
-
kind: 'ping.pub',
|
|
248
|
-
url: 'https://ping.pub/akash-network',
|
|
249
|
-
tx_page: 'https://ping.pub/akash-network/tx/${txHash}'
|
|
250
|
-
},
|
|
251
176
|
{
|
|
252
177
|
kind: 'staking-explorer.com',
|
|
253
178
|
url: 'https://staking-explorer.com/explorer/akash',
|
|
@@ -260,21 +185,11 @@ const info = {
|
|
|
260
185
|
tx_page: 'https://atomscan.com/akash/transactions/${txHash}',
|
|
261
186
|
account_page: 'https://atomscan.com/akash/accounts/${accountAddress}'
|
|
262
187
|
},
|
|
263
|
-
{
|
|
264
|
-
kind: 'cloudmos',
|
|
265
|
-
url: 'https://cloudmos.io/blocks',
|
|
266
|
-
tx_page: 'https://cloudmos.io/transactions/${txHash}'
|
|
267
|
-
},
|
|
268
188
|
{
|
|
269
189
|
kind: 'Stakeflow',
|
|
270
190
|
url: 'https://stakeflow.io/akash',
|
|
271
191
|
account_page: 'https://stakeflow.io/akash/accounts/${accountAddress}'
|
|
272
192
|
},
|
|
273
|
-
{
|
|
274
|
-
kind: 'ValidatorNode',
|
|
275
|
-
url: 'https://explorer.validatornode.com/akash-network',
|
|
276
|
-
tx_page: 'https://explorer.validatornode.com/akash-network/tx/${txHash}'
|
|
277
|
-
},
|
|
278
193
|
{
|
|
279
194
|
kind: 'Decloud Nodes Lab',
|
|
280
195
|
url: 'https://explorer.declab.pro/Akash',
|
|
@@ -49,10 +49,6 @@ const info = {
|
|
|
49
49
|
address: 'https://assetmantle-rpc.polkachu.com',
|
|
50
50
|
provider: 'Polkachu'
|
|
51
51
|
},
|
|
52
|
-
{
|
|
53
|
-
address: 'https://rpc.assetmantle.nodestake.org',
|
|
54
|
-
provider: 'NodeStake'
|
|
55
|
-
},
|
|
56
52
|
{
|
|
57
53
|
address: 'https://rpc-assetmantle-ia.cosmosia.notional.ventures/',
|
|
58
54
|
provider: 'Notional'
|
|
@@ -75,10 +71,6 @@ const info = {
|
|
|
75
71
|
address: 'https://rest.assetmantle.one',
|
|
76
72
|
provider: 'AssetMantle'
|
|
77
73
|
},
|
|
78
|
-
{
|
|
79
|
-
address: 'https://api.assetmantle.nodestake.org',
|
|
80
|
-
provider: 'NodeStake'
|
|
81
|
-
},
|
|
82
74
|
{
|
|
83
75
|
address: 'https://api-assetmantle-ia.cosmosia.notional.ventures',
|
|
84
76
|
provider: 'Notional'
|
|
@@ -101,10 +93,6 @@ const info = {
|
|
|
101
93
|
}
|
|
102
94
|
],
|
|
103
95
|
grpc: [
|
|
104
|
-
{
|
|
105
|
-
address: 'grpc.assetmantle.nodestake.org:443',
|
|
106
|
-
provider: 'NodeStake'
|
|
107
|
-
},
|
|
108
96
|
{
|
|
109
97
|
address: 'grpc-assetmantle-ia.cosmosia.notional.ventures:443',
|
|
110
98
|
provider: 'Notional'
|
package/mainnet/beezee/chain.js
CHANGED
|
@@ -30,14 +30,14 @@ const info = {
|
|
|
30
30
|
},
|
|
31
31
|
codebase: {
|
|
32
32
|
git_repo: 'https://github.com/bze-alphateam/bze',
|
|
33
|
-
recommended_version: 'v7.
|
|
34
|
-
compatible_versions: ['v7.
|
|
33
|
+
recommended_version: 'v7.2.0',
|
|
34
|
+
compatible_versions: ['v7.2.0'],
|
|
35
35
|
binaries: {
|
|
36
|
-
"darwin/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v7.
|
|
37
|
-
"darwin/arm64": 'https://github.com/bze-alphateam/bze/releases/download/v7.
|
|
38
|
-
"linux/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v7.
|
|
39
|
-
"linux/arm64": 'https://github.com/bze-alphateam/bze/releases/download/v7.
|
|
40
|
-
"windows/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v7.
|
|
36
|
+
"darwin/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v7.2.0/bze-7.2.0-darwin-amd64.tar.gz',
|
|
37
|
+
"darwin/arm64": 'https://github.com/bze-alphateam/bze/releases/download/v7.2.0/bze-7.2.0-darwin-arm64.tar.gz',
|
|
38
|
+
"linux/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v7.2.0/bze-7.2.0-linux-amd64.tar.gz',
|
|
39
|
+
"linux/arm64": 'https://github.com/bze-alphateam/bze/releases/download/v7.2.0/bze-7.2.0-linux-arm64.tar.gz',
|
|
40
|
+
"windows/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v7.2.0/bze-7.2.0-win64.zip'
|
|
41
41
|
},
|
|
42
42
|
genesis: {
|
|
43
43
|
genesis_url: 'https://raw.githubusercontent.com/bze-alphateam/bze/main/genesis.json'
|
package/mainnet/canto/chain.js
CHANGED
|
@@ -41,10 +41,6 @@ const info = {
|
|
|
41
41
|
},
|
|
42
42
|
apis: {
|
|
43
43
|
rpc: [
|
|
44
|
-
{
|
|
45
|
-
address: 'https://rpc.canto.nodestake.top',
|
|
46
|
-
provider: 'NodeStake'
|
|
47
|
-
},
|
|
48
44
|
{
|
|
49
45
|
address: 'https://canto-rpc.polkachu.com',
|
|
50
46
|
provider: 'Polkachu'
|
|
@@ -67,10 +63,6 @@ const info = {
|
|
|
67
63
|
}
|
|
68
64
|
],
|
|
69
65
|
rest: [
|
|
70
|
-
{
|
|
71
|
-
address: 'https://api.canto.nodestake.top',
|
|
72
|
-
provider: 'NodeStake'
|
|
73
|
-
},
|
|
74
66
|
{
|
|
75
67
|
address: 'https://canto-api.polkachu.com',
|
|
76
68
|
provider: 'Polkachu'
|
|
@@ -93,10 +85,6 @@ const info = {
|
|
|
93
85
|
address: 'canto-grpc.polkachu.com:15590',
|
|
94
86
|
provider: 'Polkachu'
|
|
95
87
|
},
|
|
96
|
-
{
|
|
97
|
-
address: 'grpc.canto.nodestake.top:443',
|
|
98
|
-
provider: 'NodeStake'
|
|
99
|
-
},
|
|
100
88
|
{
|
|
101
89
|
address: 'https://grpc.canto.silentvalidator.com/',
|
|
102
90
|
provider: 'silent'
|
|
@@ -123,10 +111,6 @@ const info = {
|
|
|
123
111
|
address: 'https://canto.slingshot.finance',
|
|
124
112
|
provider: 'Slingshot'
|
|
125
113
|
},
|
|
126
|
-
{
|
|
127
|
-
address: 'https://jsonrpc.canto.nodestake.top',
|
|
128
|
-
provider: 'NodeStake'
|
|
129
|
-
},
|
|
130
114
|
{
|
|
131
115
|
address: 'https://evm-rpc.canto.silentvalidator.com/',
|
|
132
116
|
provider: 'silent'
|
|
@@ -49,10 +49,6 @@ const info = {
|
|
|
49
49
|
address: 'https://rpc.c4e.mainnet.dteam.tech:443',
|
|
50
50
|
provider: 'DTEAM'
|
|
51
51
|
},
|
|
52
|
-
{
|
|
53
|
-
address: 'https://rpc.c4e.nodestake.top',
|
|
54
|
-
provider: 'NodeStake'
|
|
55
|
-
},
|
|
56
52
|
{
|
|
57
53
|
address: 'https://c4e.rpc.bccnodes.com',
|
|
58
54
|
provider: 'BccNodes'
|
|
@@ -175,10 +171,6 @@ const info = {
|
|
|
175
171
|
address: 'https://api.c4e.mainnet.dteam.tech:443',
|
|
176
172
|
provider: 'DTEAM'
|
|
177
173
|
},
|
|
178
|
-
{
|
|
179
|
-
address: 'https://api.c4e.nodestake.top',
|
|
180
|
-
provider: 'NodeStake'
|
|
181
|
-
},
|
|
182
174
|
{
|
|
183
175
|
address: 'https://c4e.lcd.bccnodes.com',
|
|
184
176
|
provider: 'BccNodes'
|
|
@@ -277,10 +269,6 @@ const info = {
|
|
|
277
269
|
}
|
|
278
270
|
],
|
|
279
271
|
grpc: [
|
|
280
|
-
{
|
|
281
|
-
address: 'grpc.c4e.nodestake.top:443',
|
|
282
|
-
provider: 'NodeStake'
|
|
283
|
-
},
|
|
284
272
|
{
|
|
285
273
|
address: 'grpc.c4e.mainnet.dteam.tech:30090',
|
|
286
274
|
provider: 'DTEAM'
|
|
@@ -406,8 +394,8 @@ const info = {
|
|
|
406
394
|
},
|
|
407
395
|
{
|
|
408
396
|
kind: 'NodeStake Explorer',
|
|
409
|
-
url: 'https://explorer.nodestake.
|
|
410
|
-
tx_page: 'https://explorer.nodestake.
|
|
397
|
+
url: 'https://explorer.nodestake.org/chain4energy',
|
|
398
|
+
tx_page: 'https://explorer.nodestake.org/chain4energy/transactions/${txHash}'
|
|
411
399
|
},
|
|
412
400
|
{
|
|
413
401
|
kind: '𝐥𝐞𝐬𝐧𝐢𝐤 | 𝐔𝐓𝐒𝐀 Explorer',
|
package/mainnet/dydx/chain.js
CHANGED
|
@@ -93,10 +93,6 @@ const info = {
|
|
|
93
93
|
address: 'https://rpc-dydx.ecostake.com:443',
|
|
94
94
|
provider: 'ecostake'
|
|
95
95
|
},
|
|
96
|
-
{
|
|
97
|
-
address: 'https://rpc.dydx.nodestake.top:443',
|
|
98
|
-
provider: 'NodeStake'
|
|
99
|
-
},
|
|
100
96
|
{
|
|
101
97
|
address: 'https://rpc-dydx.cosmos-spaces.cloud',
|
|
102
98
|
provider: 'Cosmos Spaces'
|
|
@@ -159,10 +155,6 @@ const info = {
|
|
|
159
155
|
address: 'https://api-dydx.cosmos-spaces.cloud',
|
|
160
156
|
provider: 'Cosmos Spaces'
|
|
161
157
|
},
|
|
162
|
-
{
|
|
163
|
-
address: 'https://api.dydx.nodestake.top:443',
|
|
164
|
-
provider: 'NodeStake'
|
|
165
|
-
},
|
|
166
158
|
{
|
|
167
159
|
address: 'https://dydx-rest.publicnode.com',
|
|
168
160
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
@@ -221,10 +213,6 @@ const info = {
|
|
|
221
213
|
address: 'dydx-mainnet-grpc.autostake.com:443',
|
|
222
214
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
223
215
|
},
|
|
224
|
-
{
|
|
225
|
-
address: 'https://grpc.dydx.nodestake.top',
|
|
226
|
-
provider: 'NodeStake'
|
|
227
|
-
},
|
|
228
216
|
{
|
|
229
217
|
address: 'dydx.grpc.kjnodes.com:443',
|
|
230
218
|
provider: 'kjnodes'
|
|
@@ -264,9 +252,9 @@ const info = {
|
|
|
264
252
|
},
|
|
265
253
|
{
|
|
266
254
|
kind: 'NodeStake',
|
|
267
|
-
url: 'https://explorer.nodestake.
|
|
268
|
-
tx_page: 'https://explorer.nodestake.
|
|
269
|
-
account_page: 'https://explorer.nodestake.
|
|
255
|
+
url: 'https://explorer.nodestake.org/dydx/',
|
|
256
|
+
tx_page: 'https://explorer.nodestake.org/dydx/txs/${txHash}',
|
|
257
|
+
account_page: 'https://explorer.nodestake.org/dydx/account/${accountAddress}'
|
|
270
258
|
},
|
|
271
259
|
{
|
|
272
260
|
kind: 'TC Network',
|
package/mainnet/elys/assets.js
CHANGED
|
@@ -67,6 +67,37 @@ const info = {
|
|
|
67
67
|
}],
|
|
68
68
|
type_asset: 'sdk.coin'
|
|
69
69
|
},
|
|
70
|
+
{
|
|
71
|
+
description: 'Eden BOOST token definition',
|
|
72
|
+
denom_units: [
|
|
73
|
+
{
|
|
74
|
+
denom: 'uedenb',
|
|
75
|
+
exponent: 0,
|
|
76
|
+
aliases: ['microedenb']
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
denom: 'medenb',
|
|
80
|
+
exponent: 3,
|
|
81
|
+
aliases: ['milliedenb']
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
denom: 'edenb',
|
|
85
|
+
exponent: 6,
|
|
86
|
+
aliases: []
|
|
87
|
+
}
|
|
88
|
+
],
|
|
89
|
+
base: 'uedenb',
|
|
90
|
+
name: 'Eden BOOST',
|
|
91
|
+
display: 'edenb',
|
|
92
|
+
symbol: 'EDEN BOOST',
|
|
93
|
+
logo_URIs: {
|
|
94
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden-boost.png'
|
|
95
|
+
},
|
|
96
|
+
images: [{
|
|
97
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden-boost.png'
|
|
98
|
+
}],
|
|
99
|
+
type_asset: 'sdk.coin'
|
|
100
|
+
},
|
|
70
101
|
{
|
|
71
102
|
description: 'USDC from Noble',
|
|
72
103
|
denom_units: [{
|
|
@@ -69,10 +69,6 @@ const info = {
|
|
|
69
69
|
address: 'https://rpc-empower.vinjan.xyz:443',
|
|
70
70
|
provider: 'vinjan'
|
|
71
71
|
},
|
|
72
|
-
{
|
|
73
|
-
address: 'https://rpc.empower.nodestake.top',
|
|
74
|
-
provider: 'NodeStake'
|
|
75
|
-
},
|
|
76
72
|
{
|
|
77
73
|
address: 'https://mainnet-empower-rpc.konsortech.xyz',
|
|
78
74
|
provider: 'KonsorTech'
|
|
@@ -127,10 +123,6 @@ const info = {
|
|
|
127
123
|
address: 'https://api-empower.vinjan.xyz:443',
|
|
128
124
|
provider: 'vinjan'
|
|
129
125
|
},
|
|
130
|
-
{
|
|
131
|
-
address: 'https://api.empower.nodestake.top',
|
|
132
|
-
provider: 'NodeStake'
|
|
133
|
-
},
|
|
134
126
|
{
|
|
135
127
|
address: 'https://mainnet-empower-api.konsortech.xyz',
|
|
136
128
|
provider: 'KonsorTech'
|
|
@@ -185,10 +177,6 @@ const info = {
|
|
|
185
177
|
address: 'grpc-empower.vinjan.xyz',
|
|
186
178
|
provider: 'vinjan'
|
|
187
179
|
},
|
|
188
|
-
{
|
|
189
|
-
address: 'https://grpc.empower.nodestake.top:443',
|
|
190
|
-
provider: 'NodeStake'
|
|
191
|
-
},
|
|
192
180
|
{
|
|
193
181
|
address: 'empower.grpc.stakevillage.net:16890',
|
|
194
182
|
provider: 'Stake Village'
|
|
@@ -226,9 +214,9 @@ const info = {
|
|
|
226
214
|
},
|
|
227
215
|
{
|
|
228
216
|
kind: 'NodeStake Explorer',
|
|
229
|
-
url: 'https://explorer.nodestake.
|
|
230
|
-
tx_page: 'https://explorer.nodestake.
|
|
231
|
-
account_page: 'https://explorer.nodestake.
|
|
217
|
+
url: 'https://explorer.nodestake.org/empower',
|
|
218
|
+
tx_page: 'https://explorer.nodestake.org/empower/tx/${txHash}',
|
|
219
|
+
account_page: 'https://explorer.nodestake.org/empower/account/{$accountAddress}'
|
|
232
220
|
},
|
|
233
221
|
{
|
|
234
222
|
kind: 'Stake Village',
|