chain-registry 1.69.129 → 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.
Files changed (39) hide show
  1. package/esm/mainnet/agoric/chain.js +0 -12
  2. package/esm/mainnet/assetmantle/chain.js +0 -12
  3. package/esm/mainnet/canto/chain.js +0 -16
  4. package/esm/mainnet/chain4energy/chain.js +2 -14
  5. package/esm/mainnet/dydx/chain.js +3 -15
  6. package/esm/mainnet/empowerchain/chain.js +3 -15
  7. package/esm/mainnet/evmos/chain.js +0 -16
  8. package/esm/mainnet/gitopia/chain.js +0 -12
  9. package/esm/mainnet/kyve/chain.js +6 -6
  10. package/esm/mainnet/lambda/chain.js +3 -23
  11. package/esm/mainnet/migaloo/chain.js +0 -12
  12. package/esm/mainnet/neutron/chain.js +0 -12
  13. package/esm/mainnet/passage/chain.js +0 -12
  14. package/esm/mainnet/rebus/chain.js +2 -14
  15. package/esm/mainnet/ununifi/chain.js +2 -14
  16. package/esm/noncosmos/ethereumtestnet/assets.js +50 -0
  17. package/esm/testnet/injectivetestnet/assets.js +101 -2
  18. package/esm/testnet/injectivetestnet/ibc.js +6 -6
  19. package/esm/testnet/osmosistestnet/ibc.js +6 -6
  20. package/mainnet/agoric/chain.js +0 -12
  21. package/mainnet/assetmantle/chain.js +0 -12
  22. package/mainnet/canto/chain.js +0 -16
  23. package/mainnet/chain4energy/chain.js +2 -14
  24. package/mainnet/dydx/chain.js +3 -15
  25. package/mainnet/empowerchain/chain.js +3 -15
  26. package/mainnet/evmos/chain.js +0 -16
  27. package/mainnet/gitopia/chain.js +0 -12
  28. package/mainnet/kyve/chain.js +6 -6
  29. package/mainnet/lambda/chain.js +3 -23
  30. package/mainnet/migaloo/chain.js +0 -12
  31. package/mainnet/neutron/chain.js +0 -12
  32. package/mainnet/passage/chain.js +0 -12
  33. package/mainnet/rebus/chain.js +2 -14
  34. package/mainnet/ununifi/chain.js +2 -14
  35. package/noncosmos/ethereumtestnet/assets.js +50 -0
  36. package/package.json +4 -4
  37. package/testnet/injectivetestnet/assets.js +101 -2
  38. package/testnet/injectivetestnet/ibc.js +6 -6
  39. 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-189',
51
- connection_id: 'connection-180'
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-1273',
56
- connection_id: 'connection-1173'
55
+ client_id: '07-tendermint-4379',
56
+ connection_id: 'connection-3814'
57
57
  },
58
58
  channels: [{
59
59
  chain_1: {
60
- channel_id: 'channel-129',
60
+ channel_id: 'channel-77026',
61
61
  port_id: 'transfer'
62
62
  },
63
63
  chain_2: {
64
- channel_id: 'channel-4174',
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-189',
393
- connection_id: 'connection-180'
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-1273',
398
- connection_id: 'connection-1173'
397
+ client_id: '07-tendermint-4379',
398
+ connection_id: 'connection-3814'
399
399
  },
400
400
  channels: [{
401
401
  chain_1: {
402
- channel_id: 'channel-129',
402
+ channel_id: 'channel-77026',
403
403
  port_id: 'transfer'
404
404
  },
405
405
  chain_2: {
406
- channel_id: 'channel-4174',
406
+ channel_id: 'channel-10092',
407
407
  port_id: 'transfer'
408
408
  },
409
409
  ordering: 'unordered',
@@ -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'
@@ -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'
@@ -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.top/chain4energy',
410
- tx_page: 'https://explorer.nodestake.top/chain4energy/transactions/${txHash}'
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',
@@ -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.top/dydx/',
268
- tx_page: 'https://explorer.nodestake.top/dydx/txs/${txHash}',
269
- account_page: 'https://explorer.nodestake.top/dydx/account/${accountAddress}'
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',
@@ -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.top/empower',
230
- tx_page: 'https://explorer.nodestake.top/empower/tx/${txHash}',
231
- account_page: 'https://explorer.nodestake.top/empower/account/{$accountAddress}'
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',
@@ -81,10 +81,6 @@ const info = {
81
81
  address: 'https://rpc.evmos.testnet.run',
82
82
  provider: 'TestNetRun'
83
83
  },
84
- {
85
- address: 'https://rpc.evmos.nodestake.top',
86
- provider: 'NodeStake'
87
- },
88
84
  {
89
85
  address: 'https://rpc.evmos.chaintools.tech/',
90
86
  provider: 'ChainTools'
@@ -179,10 +175,6 @@ const info = {
179
175
  address: 'https://api-evmos-ia.cosmosia.notional.ventures/',
180
176
  provider: 'Notional'
181
177
  },
182
- {
183
- address: 'https://api.evmos.nodestake.top',
184
- provider: 'NodeStake'
185
- },
186
178
  {
187
179
  address: 'https://evmos-api.polkachu.com',
188
180
  provider: 'Polkachu'
@@ -265,10 +257,6 @@ const info = {
265
257
  address: 'evmos.lavenderfive.com:443',
266
258
  provider: 'Lavender.Five Nodes 🐝'
267
259
  },
268
- {
269
- address: 'grpc.evmos.nodestake.top:443',
270
- provider: 'NodeStake'
271
- },
272
260
  {
273
261
  address: 'grpc-evmos.cosmos-spaces.cloud:1190',
274
262
  provider: 'Cosmos Spaces'
@@ -347,10 +335,6 @@ const info = {
347
335
  address: 'https://evmos-json-rpc.stakely.io',
348
336
  provider: 'Stakely'
349
337
  },
350
- {
351
- address: 'https://jsonrpc.evmos.nodestake.top',
352
- provider: 'NodeStake'
353
- },
354
338
  {
355
339
  address: 'https://json-rpc.evmos.bh.rocks',
356
340
  provider: 'BlockHunters'
@@ -69,10 +69,6 @@ const info = {
69
69
  address: 'https://rpc.lavenderfive.com:443/gitopia',
70
70
  provider: 'Lavender.Five Nodes 🐝'
71
71
  },
72
- {
73
- address: 'https://rpc.gitopia.nodestake.org:443',
74
- provider: 'nodestake'
75
- },
76
72
  {
77
73
  address: 'https://gitopia-rpc.staketab.org:443',
78
74
  provider: 'Staketab'
@@ -187,10 +183,6 @@ const info = {
187
183
  address: 'https://rest.lavenderfive.com:443/gitopia',
188
184
  provider: 'Lavender.Five Nodes 🐝'
189
185
  },
190
- {
191
- address: 'https://api.gitopia.nodestake.org:443',
192
- provider: 'nodestake'
193
- },
194
186
  {
195
187
  address: 'https://gitopia-rest.staketab.org',
196
188
  provider: 'Staketab'
@@ -321,10 +313,6 @@ const info = {
321
313
  address: 'gitopia.lavenderfive.com:443',
322
314
  provider: 'Lavender.Five Nodes 🐝'
323
315
  },
324
- {
325
- address: 'https://grpc.gitopia.nodestake.org:443',
326
- provider: 'nodestake'
327
- },
328
316
  {
329
317
  address: 'https://grpc-gitopia.nodeist.net',
330
318
  provider: 'Nodeist'
@@ -88,7 +88,7 @@ const info = {
88
88
  provider: 'Inter Blockchain Services'
89
89
  },
90
90
  {
91
- address: 'https://rpc.kyve.nodestake.top',
91
+ address: 'https://rpc.kyve.nodestake.org',
92
92
  provider: 'NodeStake'
93
93
  },
94
94
  {
@@ -142,7 +142,7 @@ const info = {
142
142
  provider: 'Inter Blockchain Services'
143
143
  },
144
144
  {
145
- address: 'https://api.kyve.nodestake.top',
145
+ address: 'https://api.kyve.nodestake.org',
146
146
  provider: 'NodeStake'
147
147
  },
148
148
  {
@@ -172,7 +172,7 @@ const info = {
172
172
  ],
173
173
  grpc: [
174
174
  {
175
- address: 'https://grpc.kyve.nodestake.top',
175
+ address: 'grpc.kyve.nodestake.org:443',
176
176
  provider: 'NodeStake'
177
177
  },
178
178
  {
@@ -230,9 +230,9 @@ const info = {
230
230
  },
231
231
  {
232
232
  kind: 'NodeStake Explorer',
233
- url: 'https://explorer.nodestake.top/kyve',
234
- tx_page: 'https://explorer.nodestake.top/kyve/txs/${txHash}',
235
- account_page: 'https://explorer.nodestake.top/kyve/account/${accountAddress}'
233
+ url: 'https://explorer.nodestake.org/kyve',
234
+ tx_page: 'https://explorer.nodestake.org/kyve/txs/${txHash}',
235
+ account_page: 'https://explorer.nodestake.org/kyve/account/${accountAddress}'
236
236
  },
237
237
  {
238
238
  kind: '🔥STAVR🔥',
@@ -47,10 +47,6 @@ const info = {
47
47
  address: 'http://lambda.rpc.m.stavr.tech:31327',
48
48
  provider: '🔥STAVR🔥'
49
49
  },
50
- {
51
- address: 'https://rpc.lambda.nodestake.top',
52
- provider: 'NodeStake'
53
- },
54
50
  {
55
51
  address: 'https://lambda-rpc.noders.services',
56
52
  provider: '[NODERS]TEAM'
@@ -69,10 +65,6 @@ const info = {
69
65
  address: 'https://lambda.api.m.stavr.tech',
70
66
  provider: '🔥STAVR🔥'
71
67
  },
72
- {
73
- address: 'https://api.lambda.nodestake.top',
74
- provider: 'NodeStake'
75
- },
76
68
  {
77
69
  address: 'https://lambda-api.noders.services',
78
70
  provider: '[NODERS]TEAM'
@@ -82,20 +74,13 @@ const info = {
82
74
  provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
83
75
  }
84
76
  ],
85
- grpc: [
86
- {
77
+ grpc: [{
87
78
  address: 'http://lambda.grpc.m.stavr.tech:2287',
88
79
  provider: '🔥STAVR🔥'
89
- },
90
- {
91
- address: 'grpc.lambda.nodestake.top:443',
92
- provider: 'NodeStake'
93
- },
94
- {
80
+ }, {
95
81
  address: 'lambda-grpc.noders.services:31090',
96
82
  provider: '[NODERS]TEAM'
97
- }
98
- ],
83
+ }],
99
84
  "evm-http-jsonrpc": [
100
85
  {
101
86
  address: 'https://jsonrpc-lambda.d-stake.xyz',
@@ -117,11 +102,6 @@ const info = {
117
102
  url: 'https://explorer.lambda.im/',
118
103
  tx_page: 'https://explorer.lambda.im/tx/${txHash}'
119
104
  },
120
- {
121
- kind: 'NodeStake',
122
- url: 'https://explorer.nodestake.top/lambda',
123
- tx_page: 'https://explorer.nodestake.top/lambda/txs/${txHash}'
124
- },
125
105
  {
126
106
  kind: '🔥STAVR🔥',
127
107
  url: 'https://explorer.stavr.tech/lambda',
@@ -70,10 +70,6 @@ const info = {
70
70
  address: 'https://migaloo-rpc.kleomedes.network:443',
71
71
  provider: 'Kleomedes'
72
72
  },
73
- {
74
- address: 'https://rpc.whitewhale.nodestake.top',
75
- provider: 'NodeStake'
76
- },
77
73
  {
78
74
  address: 'https://migaloo-rpc.highstakes.ch',
79
75
  provider: 'High Stakes 🇨🇭'
@@ -96,10 +92,6 @@ const info = {
96
92
  address: 'https://migaloo-api.kleomedes.network:443',
97
93
  provider: 'Kleomedes'
98
94
  },
99
- {
100
- address: 'https://api.whitewhale.nodestake.top',
101
- provider: 'NodeStake'
102
- },
103
95
  {
104
96
  address: 'https://migaloo-api.highstakes.ch',
105
97
  provider: 'High Stakes 🇨🇭'
@@ -122,10 +114,6 @@ const info = {
122
114
  address: 'grpc-migaloo.cosmos-spaces.cloud:4810',
123
115
  provider: 'Cosmos Spaces'
124
116
  },
125
- {
126
- address: 'https://grpc.whitewhale.nodestake.top',
127
- provider: 'NodeStake'
128
- },
129
117
  {
130
118
  address: 'migaloo-grpc.publicnode.com:443',
131
119
  provider: 'Allnodes ⚡️ Nodes & Staking'
@@ -120,10 +120,6 @@ const info = {
120
120
  address: 'https://rpc-neutron.cosmos-spaces.cloud',
121
121
  provider: 'Cosmos Spaces'
122
122
  },
123
- {
124
- address: 'http://rpc.neutron.nodestake.org',
125
- provider: 'NodeStake'
126
- },
127
123
  {
128
124
  address: 'https://neutron-rpc.publicnode.com:443',
129
125
  provider: 'Allnodes ⚡️ Nodes & Staking'
@@ -166,10 +162,6 @@ const info = {
166
162
  address: 'https://api-neutron.cosmos-spaces.cloud',
167
163
  provider: 'Cosmos Spaces'
168
164
  },
169
- {
170
- address: 'http://api.neutron.nodestake.org',
171
- provider: 'NodeStake'
172
- },
173
165
  {
174
166
  address: 'https://neutron-rest.publicnode.com',
175
167
  provider: 'Allnodes ⚡️ Nodes & Staking'
@@ -212,10 +204,6 @@ const info = {
212
204
  address: 'grpc-neutron.cosmos-spaces.cloud:3090',
213
205
  provider: 'Cosmos Spaces'
214
206
  },
215
- {
216
- address: 'grpc.neutron.nodestake.org:443',
217
- provider: 'NodeStake'
218
- },
219
207
  {
220
208
  address: 'neutron-grpc.publicnode.com:443',
221
209
  provider: 'Allnodes ⚡️ Nodes & Staking'