eth-chainlist 0.0.756 → 0.0.757
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 +8 -0
- package/data/chain.js +59 -9
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.757 (2026-04-24)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.756 ([a881329](https://github.com/poowf/eth-chainlist/commit/a881329d8fdee84702300ffe9f106fff50315d9f))
|
|
9
|
+
* update chain data ([7af3813](https://github.com/poowf/eth-chainlist/commit/7af3813c1477debc1c27a5d06f82b22b7c186570))
|
|
10
|
+
|
|
3
11
|
### 0.0.756 (2026-04-23)
|
|
4
12
|
|
|
5
13
|
|
package/data/chain.js
CHANGED
|
@@ -14314,8 +14314,10 @@ const chainArray = [
|
|
|
14314
14314
|
chain: 'CRC',
|
|
14315
14315
|
status: 'active',
|
|
14316
14316
|
rpc: [
|
|
14317
|
-
'https://
|
|
14318
|
-
'
|
|
14317
|
+
'https://rpc1.kerleano.ca-dag.work',
|
|
14318
|
+
'https://rpc2.kerleano.ca-dag.work',
|
|
14319
|
+
'wss://rpc1.kerleano.ca-dag.work/ws',
|
|
14320
|
+
'wss://rpc2.kerleano.ca-dag.work/ws'
|
|
14319
14321
|
],
|
|
14320
14322
|
faucets: [
|
|
14321
14323
|
'https://github.com/ethereum-pocr/kerleano/blob/main/docs/faucet.md'
|
|
@@ -17837,8 +17839,10 @@ const chainArray = [
|
|
|
17837
17839
|
chain: 'CRC',
|
|
17838
17840
|
status: 'active',
|
|
17839
17841
|
rpc: [
|
|
17840
|
-
'https://pocrnet.
|
|
17841
|
-
'
|
|
17842
|
+
'https://rpc1.pocrnet.ca-dag.work',
|
|
17843
|
+
'https://rpc2.pocrnet.ca-dag.work',
|
|
17844
|
+
'wss://rpc1.pocrnet.ca-dag.work/ws',
|
|
17845
|
+
'wss://rpc2.pocrnet.ca-dag.work/ws'
|
|
17842
17846
|
],
|
|
17843
17847
|
faucets: [],
|
|
17844
17848
|
nativeCurrency: { name: 'Climate awaReness Coin', symbol: 'CRC', decimals: 18 },
|
|
@@ -20866,6 +20870,30 @@ const chainArray = [
|
|
|
20866
20870
|
}
|
|
20867
20871
|
]
|
|
20868
20872
|
},
|
|
20873
|
+
{
|
|
20874
|
+
name: 'Oxin Chain',
|
|
20875
|
+
chain: 'OXIN',
|
|
20876
|
+
rpc: [
|
|
20877
|
+
'https://rpc.oxinchain.io',
|
|
20878
|
+
'https://rpc1.oxinchain.io',
|
|
20879
|
+
'https://rpc2.oxinchain.io'
|
|
20880
|
+
],
|
|
20881
|
+
faucets: [],
|
|
20882
|
+
nativeCurrency: { name: 'Oxin', symbol: 'OXIN', decimals: 18 },
|
|
20883
|
+
features: [ { name: 'EIP155' } ],
|
|
20884
|
+
infoURL: 'https://oxinchain.io',
|
|
20885
|
+
shortName: 'oxin',
|
|
20886
|
+
chainId: 4457,
|
|
20887
|
+
networkId: 4457,
|
|
20888
|
+
icon: 'oxin',
|
|
20889
|
+
explorers: [
|
|
20890
|
+
{
|
|
20891
|
+
name: 'oxinscan',
|
|
20892
|
+
url: 'https://scan.oxinchain.io',
|
|
20893
|
+
standard: 'EIP3091'
|
|
20894
|
+
}
|
|
20895
|
+
]
|
|
20896
|
+
},
|
|
20869
20897
|
{
|
|
20870
20898
|
name: 'Orderly Sepolia Testnet',
|
|
20871
20899
|
chain: 'ETH',
|
|
@@ -45389,14 +45417,23 @@ const chainArray = [
|
|
|
45389
45417
|
{
|
|
45390
45418
|
name: 'Gensyn Testnet',
|
|
45391
45419
|
chain: 'Gensyn',
|
|
45392
|
-
rpc: [],
|
|
45420
|
+
rpc: [ 'https://gensyn-testnet.g.alchemy.com/public' ],
|
|
45393
45421
|
faucets: [],
|
|
45394
45422
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
45395
|
-
infoURL: 'https://
|
|
45396
|
-
shortName: 'gensyn-
|
|
45423
|
+
infoURL: 'https://gensyn.network/',
|
|
45424
|
+
shortName: 'gensyn-testnet',
|
|
45397
45425
|
chainId: 685685,
|
|
45398
45426
|
networkId: 685685,
|
|
45399
|
-
|
|
45427
|
+
icon: 'gensyn-testnet',
|
|
45428
|
+
explorers: [
|
|
45429
|
+
{
|
|
45430
|
+
name: 'Gensyn Testnet Explorer',
|
|
45431
|
+
url: 'https://gensyn-testnet.explorer.alchemy.com',
|
|
45432
|
+
standard: 'EIP3091'
|
|
45433
|
+
}
|
|
45434
|
+
],
|
|
45435
|
+
parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] },
|
|
45436
|
+
status: 'active'
|
|
45400
45437
|
},
|
|
45401
45438
|
{
|
|
45402
45439
|
name: 'Gensyn Mainnet',
|
|
@@ -45404,10 +45441,23 @@ const chainArray = [
|
|
|
45404
45441
|
rpc: [ 'https://gensyn-mainnet.g.alchemy.com/public' ],
|
|
45405
45442
|
faucets: [],
|
|
45406
45443
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
45407
|
-
infoURL: 'https://
|
|
45444
|
+
infoURL: 'https://gensyn.network/',
|
|
45408
45445
|
shortName: 'gensyn-mainnet',
|
|
45409
45446
|
chainId: 685689,
|
|
45410
45447
|
networkId: 685689,
|
|
45448
|
+
icon: 'gensyn',
|
|
45449
|
+
explorers: [
|
|
45450
|
+
{
|
|
45451
|
+
name: 'Gensyn Mainnet Explorer',
|
|
45452
|
+
url: 'https://gensyn-mainnet.explorer.alchemy.com',
|
|
45453
|
+
standard: 'EIP3091'
|
|
45454
|
+
}
|
|
45455
|
+
],
|
|
45456
|
+
parent: {
|
|
45457
|
+
type: 'L2',
|
|
45458
|
+
chain: 'eip155-1',
|
|
45459
|
+
bridges: [ { url: 'https://stargate.finance/bridge' } ]
|
|
45460
|
+
},
|
|
45411
45461
|
status: 'active'
|
|
45412
45462
|
},
|
|
45413
45463
|
{
|