eth-chainlist 0.0.387 → 0.0.389
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 +239 -18
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.389 (2024-04-29)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.388 ([de18142](https://github.com/poowf/eth-chainlist/commit/de18142ee41f9d8568af8f8e8cfb6d0af695e561))
|
9
|
+
* update chain data ([2bae157](https://github.com/poowf/eth-chainlist/commit/2bae15736d150fd327c3ca1c6fa603b28ba7f981))
|
10
|
+
|
11
|
+
### 0.0.388 (2024-04-27)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.387 ([f69276f](https://github.com/poowf/eth-chainlist/commit/f69276fca2693a3f736c677c63b4d2e5c7cce2e0))
|
17
|
+
* update chain data ([3836b6f](https://github.com/poowf/eth-chainlist/commit/3836b6f05187b547907e8daa14960c00528a18e8))
|
18
|
+
|
3
19
|
### 0.0.387 (2024-04-25)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -3840,8 +3840,10 @@ const chainArray = [
|
|
3840
3840
|
title: 'B2 Mainnet',
|
3841
3841
|
chain: 'B2',
|
3842
3842
|
rpc: [
|
3843
|
+
'https://mainnet.b2-rpc.com',
|
3843
3844
|
'https://rpc.bsquared.network',
|
3844
|
-
'https://b2-mainnet.alt.technology'
|
3845
|
+
'https://b2-mainnet.alt.technology',
|
3846
|
+
'https://b2-mainnet-public.s.chainbase.com'
|
3845
3847
|
],
|
3846
3848
|
faucets: [],
|
3847
3849
|
nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
|
@@ -4621,6 +4623,32 @@ const chainArray = [
|
|
4621
4623
|
}
|
4622
4624
|
]
|
4623
4625
|
},
|
4626
|
+
{
|
4627
|
+
name: 'zkCandy Sepolia Testnet',
|
4628
|
+
chain: 'ETH',
|
4629
|
+
rpc: [ 'https://sepolia.rpc.zkcandy.io' ],
|
4630
|
+
faucets: [],
|
4631
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
4632
|
+
infoURL: 'https://zkcandy.io/',
|
4633
|
+
shortName: 'zkcandy-sepolia',
|
4634
|
+
chainId: 302,
|
4635
|
+
networkId: 302,
|
4636
|
+
icon: 'zkcandy',
|
4637
|
+
explorers: [
|
4638
|
+
{
|
4639
|
+
name: 'zkCandy Block Explorer',
|
4640
|
+
url: 'https://sepolia.explorer.zkcandy.io',
|
4641
|
+
icon: 'zkcandy',
|
4642
|
+
standard: 'EIP3091'
|
4643
|
+
}
|
4644
|
+
],
|
4645
|
+
parent: {
|
4646
|
+
type: 'L2',
|
4647
|
+
chain: 'eip155-1',
|
4648
|
+
bridges: [ { url: 'https://sepolia.bridge.zkcandy.io/' } ]
|
4649
|
+
},
|
4650
|
+
redFlags: [ 'reusedChainId' ]
|
4651
|
+
},
|
4624
4652
|
{
|
4625
4653
|
name: 'Neurochain Testnet',
|
4626
4654
|
chain: 'NCN',
|
@@ -8462,11 +8490,11 @@ const chainArray = [
|
|
8462
8490
|
]
|
8463
8491
|
},
|
8464
8492
|
{
|
8465
|
-
name: 'B2 Hub
|
8493
|
+
name: 'B2 Hub Testnet',
|
8466
8494
|
chain: 'BSQ',
|
8467
|
-
rpc: [ 'https://
|
8495
|
+
rpc: [ 'https://testnet-hub-rpc.bsquared.network' ],
|
8468
8496
|
faucets: [],
|
8469
|
-
nativeCurrency: { name: 'BSquared Token', symbol: '
|
8497
|
+
nativeCurrency: { name: 'BSquared Token', symbol: 'B2', decimals: 18 },
|
8470
8498
|
infoURL: 'https://www.bsquared.network',
|
8471
8499
|
shortName: 'B2Hub-testnet',
|
8472
8500
|
chainId: 1113,
|
@@ -8475,7 +8503,7 @@ const chainArray = [
|
|
8475
8503
|
explorers: [
|
8476
8504
|
{
|
8477
8505
|
name: 'B2 Hub Habitat Testnet Explorer',
|
8478
|
-
url: 'https://
|
8506
|
+
url: 'https://testnet-hub-explorer.bsquared.network',
|
8479
8507
|
icon: 'bsquare',
|
8480
8508
|
standard: 'EIP3091'
|
8481
8509
|
}
|
@@ -8555,14 +8583,10 @@ const chainArray = [
|
|
8555
8583
|
]
|
8556
8584
|
},
|
8557
8585
|
{
|
8558
|
-
name: 'B2
|
8559
|
-
title: 'B2
|
8586
|
+
name: 'B2 Testnet',
|
8587
|
+
title: 'B2 Testnet',
|
8560
8588
|
chain: 'Habitat',
|
8561
|
-
rpc: [
|
8562
|
-
'https://b2habitat-testnet.alt.technology',
|
8563
|
-
'https://habitat-rpc.bsquared.network',
|
8564
|
-
'https://habitat-rpc-public.bsquared.network'
|
8565
|
-
],
|
8589
|
+
rpc: [ 'https://b2-testnet.alt.technology' ],
|
8566
8590
|
faucets: [],
|
8567
8591
|
nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
|
8568
8592
|
infoURL: 'https://www.bsquared.network',
|
@@ -8573,7 +8597,7 @@ const chainArray = [
|
|
8573
8597
|
explorers: [
|
8574
8598
|
{
|
8575
8599
|
name: 'blockscout',
|
8576
|
-
url: 'https://
|
8600
|
+
url: 'https://testnet-explorer.bsquared.network',
|
8577
8601
|
icon: 'bsquare',
|
8578
8602
|
standard: 'EIP3091'
|
8579
8603
|
}
|
@@ -12667,6 +12691,32 @@ const chainArray = [
|
|
12667
12691
|
}
|
12668
12692
|
]
|
12669
12693
|
},
|
12694
|
+
{
|
12695
|
+
name: 'Nanon',
|
12696
|
+
title: 'Nanon Rollup',
|
12697
|
+
chain: 'ETH',
|
12698
|
+
rpc: [ 'https://rpc.nanon.network' ],
|
12699
|
+
faucets: [],
|
12700
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
12701
|
+
infoURL: 'https://www.nanon.network',
|
12702
|
+
shortName: 'Nanon',
|
12703
|
+
chainId: 2748,
|
12704
|
+
networkId: 2748,
|
12705
|
+
slip44: 1,
|
12706
|
+
icon: 'nanon',
|
12707
|
+
explorers: [
|
12708
|
+
{
|
12709
|
+
name: 'Nanon Rollup Explorer',
|
12710
|
+
url: 'https://explorer.nanon.network',
|
12711
|
+
standard: 'EIP3091'
|
12712
|
+
}
|
12713
|
+
],
|
12714
|
+
parent: {
|
12715
|
+
type: 'L2',
|
12716
|
+
chain: 'eip155-1',
|
12717
|
+
bridges: [ { url: 'https://bridge.nanon.network' } ]
|
12718
|
+
}
|
12719
|
+
},
|
12670
12720
|
{
|
12671
12721
|
name: 'Morph Holesky',
|
12672
12722
|
title: 'Morph Holesky Testnet',
|
@@ -14250,6 +14300,27 @@ const chainArray = [
|
|
14250
14300
|
}
|
14251
14301
|
]
|
14252
14302
|
},
|
14303
|
+
{
|
14304
|
+
name: 'VERY Mainnet',
|
14305
|
+
title: 'VERY Mainnet',
|
14306
|
+
chain: 'VERY Mainnet',
|
14307
|
+
icon: 'very',
|
14308
|
+
rpc: [ 'https://rpc.verylabs.io' ],
|
14309
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
14310
|
+
faucets: [],
|
14311
|
+
nativeCurrency: { name: 'VERY', symbol: 'VERY', decimals: 18 },
|
14312
|
+
infoURL: 'https://www.verylabs.io/',
|
14313
|
+
shortName: 'very',
|
14314
|
+
chainId: 4613,
|
14315
|
+
networkId: 4613,
|
14316
|
+
explorers: [
|
14317
|
+
{
|
14318
|
+
name: 'VERY explorer',
|
14319
|
+
url: 'https://www.veryscan.io',
|
14320
|
+
standard: 'none'
|
14321
|
+
}
|
14322
|
+
]
|
14323
|
+
},
|
14253
14324
|
{
|
14254
14325
|
name: 'Gold Chain',
|
14255
14326
|
title: 'Gold Chain',
|
@@ -14852,6 +14923,30 @@ const chainArray = [
|
|
14852
14923
|
}
|
14853
14924
|
]
|
14854
14925
|
},
|
14926
|
+
{
|
14927
|
+
name: 'edeXa Mainnet',
|
14928
|
+
chain: 'edeXa Network',
|
14929
|
+
rpc: [
|
14930
|
+
'https://mainnet.edexa.com/rpc',
|
14931
|
+
'https://io-dataseed1.mainnet.edexa.io-market.com/rpc'
|
14932
|
+
],
|
14933
|
+
faucets: [],
|
14934
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
14935
|
+
nativeCurrency: { name: 'EDEXA', symbol: 'EDX', decimals: 18 },
|
14936
|
+
infoURL: 'https://edexa.network/',
|
14937
|
+
shortName: 'edeXa',
|
14938
|
+
chainId: 5424,
|
14939
|
+
networkId: 5424,
|
14940
|
+
slip44: 1,
|
14941
|
+
icon: 'edexa',
|
14942
|
+
explorers: [
|
14943
|
+
{
|
14944
|
+
name: 'edexa-mainnet',
|
14945
|
+
url: 'https://explorer.edexa.network',
|
14946
|
+
standard: 'EIP3091'
|
14947
|
+
}
|
14948
|
+
]
|
14949
|
+
},
|
14855
14950
|
{
|
14856
14951
|
name: 'Egochain',
|
14857
14952
|
chainId: 5439,
|
@@ -15377,6 +15472,27 @@ const chainArray = [
|
|
15377
15472
|
}
|
15378
15473
|
]
|
15379
15474
|
},
|
15475
|
+
{
|
15476
|
+
name: 'Aura Euphoria Testnet',
|
15477
|
+
chain: 'Aura',
|
15478
|
+
rpc: [ 'https://jsonrpc.euphoria.aura.network' ],
|
15479
|
+
faucets: [],
|
15480
|
+
nativeCurrency: { name: 'test-EAura', symbol: 'eAura', decimals: 18 },
|
15481
|
+
infoURL: 'https://aura.network',
|
15482
|
+
shortName: 'eaura',
|
15483
|
+
chainId: 6321,
|
15484
|
+
networkId: 6321,
|
15485
|
+
slip44: 1,
|
15486
|
+
icon: 'aura',
|
15487
|
+
explorers: [
|
15488
|
+
{
|
15489
|
+
name: 'Aurascan Explorer',
|
15490
|
+
url: 'https://euphoria.aurascan.io',
|
15491
|
+
standard: 'none',
|
15492
|
+
icon: 'aura'
|
15493
|
+
}
|
15494
|
+
]
|
15495
|
+
},
|
15380
15496
|
{
|
15381
15497
|
name: 'Digit Soul Smart Chain',
|
15382
15498
|
chain: 'DGS',
|
@@ -15953,7 +16069,9 @@ const chainArray = [
|
|
15953
16069
|
chain: 'Cyber',
|
15954
16070
|
rpc: [
|
15955
16071
|
'https://cyber.alt.technology/',
|
15956
|
-
'wss://cyber-ws.alt.technology/'
|
16072
|
+
'wss://cyber-ws.alt.technology/',
|
16073
|
+
'https://rpc.cyber.co/',
|
16074
|
+
'wss://rpc.cyber.co/'
|
15957
16075
|
],
|
15958
16076
|
faucets: [],
|
15959
16077
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
@@ -20298,6 +20416,27 @@ const chainArray = [
|
|
20298
20416
|
bridges: [ { url: 'https://sepolia-bridge.nanon.network' } ]
|
20299
20417
|
}
|
20300
20418
|
},
|
20419
|
+
{
|
20420
|
+
name: 'Vizing Testnet',
|
20421
|
+
title: 'Vizing Testnet',
|
20422
|
+
chain: 'Vizing Testnet',
|
20423
|
+
rpc: [ 'https://rpc-sepolia.vizing.com' ],
|
20424
|
+
faucets: [],
|
20425
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
20426
|
+
infoURL: 'https://vizing.com',
|
20427
|
+
shortName: 'Vizing-Testnet',
|
20428
|
+
chainId: 28516,
|
20429
|
+
networkId: 28516,
|
20430
|
+
icon: 'vizing',
|
20431
|
+
explorers: [
|
20432
|
+
{
|
20433
|
+
name: 'blockscout',
|
20434
|
+
url: 'https://explorer-sepolia.vizing.com',
|
20435
|
+
icon: 'vizing',
|
20436
|
+
standard: 'EIP3091'
|
20437
|
+
}
|
20438
|
+
]
|
20439
|
+
},
|
20301
20440
|
{
|
20302
20441
|
name: 'Vizing Mainnet',
|
20303
20442
|
title: 'Vizing Mainnet',
|
@@ -21889,6 +22028,26 @@ const chainArray = [
|
|
21889
22028
|
}
|
21890
22029
|
]
|
21891
22030
|
},
|
22031
|
+
{
|
22032
|
+
name: 'Lambda Chain Mainnet',
|
22033
|
+
chain: 'Lambda Chain',
|
22034
|
+
rpc: [ 'https://nrpc.lambda.im/' ],
|
22035
|
+
faucets: [],
|
22036
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
22037
|
+
infoURL: 'https://lambda.im',
|
22038
|
+
shortName: 'lambda',
|
22039
|
+
chainId: 56026,
|
22040
|
+
networkId: 56026,
|
22041
|
+
slip44: 1,
|
22042
|
+
icon: 'lambda-chain',
|
22043
|
+
explorers: [
|
22044
|
+
{
|
22045
|
+
name: 'Lambda Chain Mainnet Explorer',
|
22046
|
+
url: 'https://scan.lambda.im',
|
22047
|
+
standard: 'EIP3091'
|
22048
|
+
}
|
22049
|
+
]
|
22050
|
+
},
|
21892
22051
|
{
|
21893
22052
|
name: 'Boba BNB Mainnet',
|
21894
22053
|
chain: 'Boba BNB Mainnet',
|
@@ -27616,6 +27775,25 @@ const chainArray = [
|
|
27616
27775
|
}
|
27617
27776
|
]
|
27618
27777
|
},
|
27778
|
+
{
|
27779
|
+
name: 'Reactive Network Testnet Kopli',
|
27780
|
+
chain: 'REACT',
|
27781
|
+
rpc: [ 'https://kopli-rpc.reactive.network' ],
|
27782
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
27783
|
+
faucets: [],
|
27784
|
+
nativeCurrency: { name: 'React', symbol: 'REACT', decimals: 18 },
|
27785
|
+
infoURL: 'https://reactive.network',
|
27786
|
+
shortName: 'react',
|
27787
|
+
chainId: 5318008,
|
27788
|
+
networkId: 5318008,
|
27789
|
+
explorers: [
|
27790
|
+
{
|
27791
|
+
name: 'reactscan',
|
27792
|
+
url: 'https://kopli.reactscan.net',
|
27793
|
+
standard: 'none'
|
27794
|
+
}
|
27795
|
+
]
|
27796
|
+
},
|
27619
27797
|
{
|
27620
27798
|
name: 'Imversed Mainnet',
|
27621
27799
|
chain: 'Imversed',
|
@@ -28122,6 +28300,26 @@ const chainArray = [
|
|
28122
28300
|
}
|
28123
28301
|
]
|
28124
28302
|
},
|
28303
|
+
{
|
28304
|
+
name: 'Lambda Chain Testnet',
|
28305
|
+
chain: 'Lambda Chain',
|
28306
|
+
rpc: [ 'https://testnrpc.lambda.im/' ],
|
28307
|
+
faucets: [],
|
28308
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
28309
|
+
infoURL: 'https://lambda.im',
|
28310
|
+
shortName: 'tlambda',
|
28311
|
+
chainId: 17000920,
|
28312
|
+
networkId: 17000920,
|
28313
|
+
slip44: 1,
|
28314
|
+
icon: 'lambda-chain',
|
28315
|
+
explorers: [
|
28316
|
+
{
|
28317
|
+
name: 'Lambda Chain Testnet Explorer',
|
28318
|
+
url: 'https://testscan.lambda.im',
|
28319
|
+
standard: 'EIP3091'
|
28320
|
+
}
|
28321
|
+
]
|
28322
|
+
},
|
28125
28323
|
{
|
28126
28324
|
name: 'IOLite',
|
28127
28325
|
chain: 'ILT',
|
@@ -28724,7 +28922,9 @@ const chainArray = [
|
|
28724
28922
|
chain: 'Cyber',
|
28725
28923
|
rpc: [
|
28726
28924
|
'https://cyber-testnet.alt.technology/',
|
28727
|
-
'wss://cyber-testnet.alt.technology/ws'
|
28925
|
+
'wss://cyber-testnet.alt.technology/ws',
|
28926
|
+
'https://rpc.testnet.cyber.co/',
|
28927
|
+
'wss://rpc.testnet.cyber.co/'
|
28728
28928
|
],
|
28729
28929
|
faucets: [],
|
28730
28930
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
@@ -28745,9 +28945,7 @@ const chainArray = [
|
|
28745
28945
|
type: 'L2',
|
28746
28946
|
chain: 'eip155-11155111',
|
28747
28947
|
bridges: [
|
28748
|
-
{
|
28749
|
-
url: 'https://op-bridge.alt.technology/deposit?id=111557560'
|
28750
|
-
}
|
28948
|
+
{ url: 'https://cyber-testnet-bridge.alt.technology/deposit' }
|
28751
28949
|
]
|
28752
28950
|
}
|
28753
28951
|
},
|
@@ -30092,6 +30290,29 @@ const chainArray = [
|
|
30092
30290
|
standard: 'none'
|
30093
30291
|
}
|
30094
30292
|
]
|
30293
|
+
},
|
30294
|
+
{
|
30295
|
+
name: 'DCHAIN Testnet',
|
30296
|
+
title: 'DCHAIN Testnet',
|
30297
|
+
chain: 'dchaint',
|
30298
|
+
icon: 'dchaint',
|
30299
|
+
rpc: [
|
30300
|
+
'https://dchaintestnet-2713017997578000-1.jsonrpc.testnet.sagarpc.io'
|
30301
|
+
],
|
30302
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
30303
|
+
faucets: [],
|
30304
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
30305
|
+
infoURL: 'https://www.dchain.foundation/',
|
30306
|
+
shortName: 'dchaint',
|
30307
|
+
chainId: 2713017997578000,
|
30308
|
+
networkId: 2713017997578000,
|
30309
|
+
explorers: [
|
30310
|
+
{
|
30311
|
+
name: 'dchaint scan',
|
30312
|
+
url: 'https://dchaintestnet-2713017997578000-1.testnet.sagaexplorer.io',
|
30313
|
+
standard: 'EIP3091'
|
30314
|
+
}
|
30315
|
+
]
|
30095
30316
|
}
|
30096
30317
|
];
|
30097
30318
|
module.exports = chainArray;
|