eth-chainlist 0.0.449 → 0.0.451
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/CHANGELOG.md +16 -0
- package/data/chain.js +86 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.451 (2024-07-26)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.450 ([f9ea6a6](https://github.com/poowf/eth-chainlist/commit/f9ea6a62ceda1b8ff07e938c47c8a6323f405ba1))
|
9
|
+
* update chain data ([eb0c6ba](https://github.com/poowf/eth-chainlist/commit/eb0c6baf8e549f665fe647d21d29cf0c2f065267))
|
10
|
+
|
11
|
+
### 0.0.450 (2024-07-25)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.449 ([c3ef4b9](https://github.com/poowf/eth-chainlist/commit/c3ef4b93cc5ed92cfbcd8757676a20b5b064c19b))
|
17
|
+
* update chain data ([11483c7](https://github.com/poowf/eth-chainlist/commit/11483c7a4f5a324233ca5a0b42e44089029f354c))
|
18
|
+
|
3
19
|
### 0.0.449 (2024-07-20)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -13113,6 +13113,24 @@ const chainArray = [
|
|
13113
13113
|
}
|
13114
13114
|
]
|
13115
13115
|
},
|
13116
|
+
{
|
13117
|
+
name: 'Animechain Testnet',
|
13118
|
+
chain: 'Animechain',
|
13119
|
+
rpc: [ 'https://rpc.kanda.animechain.ai' ],
|
13120
|
+
faucets: [],
|
13121
|
+
nativeCurrency: { name: 'Coin', symbol: 'COIN', decimals: 18 },
|
13122
|
+
infoURL: 'https://animechain.ai',
|
13123
|
+
shortName: 'animechaint',
|
13124
|
+
chainId: 2162,
|
13125
|
+
networkId: 2162,
|
13126
|
+
explorers: [
|
13127
|
+
{
|
13128
|
+
name: 'blockscout',
|
13129
|
+
url: 'https://explorer.kanda.animechain.ai',
|
13130
|
+
standard: 'EIP3091'
|
13131
|
+
}
|
13132
|
+
]
|
13133
|
+
},
|
13116
13134
|
{
|
13117
13135
|
name: 'Moonsama Network',
|
13118
13136
|
chain: 'MSN',
|
@@ -23779,7 +23797,7 @@ const chainArray = [
|
|
23779
23797
|
{
|
23780
23798
|
name: 'Movement EVM Testnet',
|
23781
23799
|
chain: 'MOVE',
|
23782
|
-
rpc: [],
|
23800
|
+
rpc: [ 'https://mevm.testnet.imola.movementlabs.xyz' ],
|
23783
23801
|
faucets: [],
|
23784
23802
|
nativeCurrency: { name: 'Move', symbol: 'MOVE', decimals: 18 },
|
23785
23803
|
infoURL: 'https://movementlabs.xyz',
|
@@ -23790,7 +23808,7 @@ const chainArray = [
|
|
23790
23808
|
explorers: [
|
23791
23809
|
{
|
23792
23810
|
name: 'mevm explorer',
|
23793
|
-
url: 'https://explorer.movementlabs.xyz',
|
23811
|
+
url: 'https://explorer.testnet.imola.movementlabs.xyz',
|
23794
23812
|
standard: 'none'
|
23795
23813
|
}
|
23796
23814
|
],
|
@@ -24982,6 +25000,26 @@ const chainArray = [
|
|
24982
25000
|
}
|
24983
25001
|
]
|
24984
25002
|
},
|
25003
|
+
{
|
25004
|
+
name: 'Neo X Mainnet',
|
25005
|
+
chain: 'Neo X',
|
25006
|
+
rpc: [ 'https://mainnet-1.rpc.banelabs.org' ],
|
25007
|
+
faucets: [],
|
25008
|
+
nativeCurrency: { name: 'Gas', symbol: 'GAS', decimals: 18 },
|
25009
|
+
infoURL: 'https://neo.org/',
|
25010
|
+
shortName: 'neox-mainnet',
|
25011
|
+
chainId: 47763,
|
25012
|
+
networkId: 47763,
|
25013
|
+
icon: 'neox',
|
25014
|
+
explorers: [
|
25015
|
+
{
|
25016
|
+
name: 'Neo X - Explorer',
|
25017
|
+
url: 'https://xexplorer.neo.org',
|
25018
|
+
standard: 'EIP3091'
|
25019
|
+
}
|
25020
|
+
],
|
25021
|
+
status: 'active'
|
25022
|
+
},
|
24985
25023
|
{
|
24986
25024
|
name: 'REI Network',
|
24987
25025
|
chain: 'REI',
|
@@ -25940,7 +25978,7 @@ const chainArray = [
|
|
25940
25978
|
name: 'Orange Chain Mainnet',
|
25941
25979
|
title: 'Orange Chain Mainnet',
|
25942
25980
|
chain: 'Orange Chain',
|
25943
|
-
rpc: [ 'https://rpc.orangechain.xyz' ],
|
25981
|
+
rpc: [ 'https://rpc.orangechain.xyz', 'https://hk-rpc.orangechain.xyz' ],
|
25944
25982
|
faucets: [],
|
25945
25983
|
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
25946
25984
|
infoURL: 'https://orangechain.xyz',
|
@@ -26175,6 +26213,29 @@ const chainArray = [
|
|
26175
26213
|
}
|
26176
26214
|
]
|
26177
26215
|
},
|
26216
|
+
{
|
26217
|
+
name: 'LAOS Sigma Testnet',
|
26218
|
+
title: 'LAOS Sigma Testnet',
|
26219
|
+
chain: 'LAOS Sigma Testnet',
|
26220
|
+
rpc: [
|
26221
|
+
'https://rpc.laossigma.laosfoundation.io',
|
26222
|
+
'wss://rpc.laossigma.laosfoundation.io'
|
26223
|
+
],
|
26224
|
+
faucets: [],
|
26225
|
+
nativeCurrency: { name: 'SIGMA', symbol: 'SIGMA', decimals: 18 },
|
26226
|
+
infoURL: 'https://laosnetwork.io',
|
26227
|
+
shortName: 'laossigma',
|
26228
|
+
chainId: 62850,
|
26229
|
+
networkId: 62850,
|
26230
|
+
explorers: [
|
26231
|
+
{
|
26232
|
+
name: 'blockscout',
|
26233
|
+
url: 'https://sigma.explorer.laosnetwork.io',
|
26234
|
+
icon: 'blockscout',
|
26235
|
+
standard: 'EIP3091'
|
26236
|
+
}
|
26237
|
+
]
|
26238
|
+
},
|
26178
26239
|
{
|
26179
26240
|
name: 'eCredits Mainnet',
|
26180
26241
|
chain: 'ECS',
|
@@ -28460,6 +28521,21 @@ const chainArray = [
|
|
28460
28521
|
networkId: 110011,
|
28461
28522
|
parent: { type: 'L2', chain: 'eip155-110000' }
|
28462
28523
|
},
|
28524
|
+
{
|
28525
|
+
name: 'MARS Credit',
|
28526
|
+
chain: 'MARS',
|
28527
|
+
rpc: [ 'https://node99-production-dd5f.up.railway.app:443' ],
|
28528
|
+
faucets: [],
|
28529
|
+
nativeCurrency: { name: 'Mars', symbol: 'MARS', decimals: 18 },
|
28530
|
+
infoURL: 'https://marscredit.xyz/',
|
28531
|
+
shortName: 'mars',
|
28532
|
+
chainId: 110110,
|
28533
|
+
networkId: 110110,
|
28534
|
+
slip44: 1,
|
28535
|
+
icon: 'marscredit',
|
28536
|
+
explorers: [],
|
28537
|
+
redFlags: []
|
28538
|
+
},
|
28463
28539
|
{
|
28464
28540
|
name: 'Siberium Test Network',
|
28465
28541
|
chain: 'SBR',
|
@@ -28514,7 +28590,12 @@ const chainArray = [
|
|
28514
28590
|
name: 're.al',
|
28515
28591
|
title: 're.al Real-World Assets network',
|
28516
28592
|
chain: 're.al',
|
28517
|
-
rpc: [
|
28593
|
+
rpc: [
|
28594
|
+
'https://tangible-real.gateway.tenderly.co',
|
28595
|
+
'wss://tangible-real.gateway.tenderly.co',
|
28596
|
+
'https://real.drpc.org',
|
28597
|
+
'wss://real.drpc.org'
|
28598
|
+
],
|
28518
28599
|
nativeCurrency: { name: 're.al Ether', symbol: 'reETH', decimals: 18 },
|
28519
28600
|
infoURL: 'https://re.al',
|
28520
28601
|
faucets: [],
|
@@ -35320,7 +35401,7 @@ const chainArray = [
|
|
35320
35401
|
title: 'GitSwarm Test Network',
|
35321
35402
|
chain: 'ETH',
|
35322
35403
|
icon: 'gitswarm',
|
35323
|
-
rpc: [ 'https://gitswarm.com:2096' ],
|
35404
|
+
rpc: [ 'https://testnet.gitswarm.com:2096' ],
|
35324
35405
|
faucets: [],
|
35325
35406
|
nativeCurrency: { name: 'GitSwarm Ether', symbol: 'GS-ETH', decimals: 18 },
|
35326
35407
|
infoURL: 'https://gitswarm.com/',
|