eth-chainlist 0.0.181 → 0.0.183
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 +152 -35
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.183 (2023-07-13)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.182 ([7ff1f40](https://github.com/poowf/eth-chainlist/commit/7ff1f40340d2e7fc4c5376ad48cb6fdd400ac897))
|
9
|
+
* update chain data ([0e935a4](https://github.com/poowf/eth-chainlist/commit/0e935a4b283509208b5f2ca0bcc2e682063a7b41))
|
10
|
+
|
11
|
+
### 0.0.182 (2023-07-12)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.181 ([b6f7217](https://github.com/poowf/eth-chainlist/commit/b6f7217ef06aa4a4c15a5485393a1140b9b4d6b0))
|
17
|
+
* update chain data ([9990aa0](https://github.com/poowf/eth-chainlist/commit/9990aa082245f3ac55c1ea615be5b88623432d5a))
|
18
|
+
|
3
19
|
### 0.0.181 (2023-07-11)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -996,13 +996,13 @@ const chainArray = [
|
|
996
996
|
]
|
997
997
|
},
|
998
998
|
{
|
999
|
-
name: '
|
999
|
+
name: 'BNB Smart Chain Mainnet',
|
1000
1000
|
chain: 'BSC',
|
1001
1001
|
rpc: [
|
1002
|
-
'https://bsc-dataseed1.
|
1003
|
-
'https://bsc-dataseed2.
|
1004
|
-
'https://bsc-dataseed3.
|
1005
|
-
'https://bsc-dataseed4.
|
1002
|
+
'https://bsc-dataseed1.bnbchain.org',
|
1003
|
+
'https://bsc-dataseed2.bnbchain.org',
|
1004
|
+
'https://bsc-dataseed3.bnbchain.org',
|
1005
|
+
'https://bsc-dataseed4.bnbchain.org',
|
1006
1006
|
'https://bsc-dataseed1.defibit.io',
|
1007
1007
|
'https://bsc-dataseed2.defibit.io',
|
1008
1008
|
'https://bsc-dataseed3.defibit.io',
|
@@ -1015,8 +1015,8 @@ const chainArray = [
|
|
1015
1015
|
'wss://bsc-ws-node.nariox.org'
|
1016
1016
|
],
|
1017
1017
|
faucets: [ 'https://free-online-app.com/faucet-for-eth-evm-chains/' ],
|
1018
|
-
nativeCurrency: { name: '
|
1019
|
-
infoURL: 'https://www.
|
1018
|
+
nativeCurrency: { name: 'BNB Chain Native Token', symbol: 'BNB', decimals: 18 },
|
1019
|
+
infoURL: 'https://www.bnbchain.org/en',
|
1020
1020
|
shortName: 'bnb',
|
1021
1021
|
chainId: 56,
|
1022
1022
|
networkId: 56,
|
@@ -1771,24 +1771,20 @@ const chainArray = [
|
|
1771
1771
|
redFlags: [ 'reusedChainId' ]
|
1772
1772
|
},
|
1773
1773
|
{
|
1774
|
-
name: '
|
1774
|
+
name: 'BNB Smart Chain Testnet',
|
1775
1775
|
chain: 'BSC',
|
1776
1776
|
rpc: [
|
1777
|
-
'https://data-seed-prebsc-1-s1.
|
1778
|
-
'https://data-seed-prebsc-2-s1.
|
1779
|
-
'https://data-seed-prebsc-1-s2.
|
1780
|
-
'https://data-seed-prebsc-2-s2.
|
1781
|
-
'https://data-seed-prebsc-1-s3.
|
1782
|
-
'https://data-seed-prebsc-2-s3.
|
1777
|
+
'https://data-seed-prebsc-1-s1.bnbchain.org:8545',
|
1778
|
+
'https://data-seed-prebsc-2-s1.bnbchain.org:8545',
|
1779
|
+
'https://data-seed-prebsc-1-s2.bnbchain.org:8545',
|
1780
|
+
'https://data-seed-prebsc-2-s2.bnbchain.org:8545',
|
1781
|
+
'https://data-seed-prebsc-1-s3.bnbchain.org:8545',
|
1782
|
+
'https://data-seed-prebsc-2-s3.bnbchain.org:8545',
|
1783
1783
|
'https://bsc-testnet.publicnode.com'
|
1784
1784
|
],
|
1785
|
-
faucets: [ 'https://testnet.
|
1786
|
-
nativeCurrency: {
|
1787
|
-
|
1788
|
-
symbol: 'tBNB',
|
1789
|
-
decimals: 18
|
1790
|
-
},
|
1791
|
-
infoURL: 'https://testnet.binance.org/',
|
1785
|
+
faucets: [ 'https://testnet.bnbchain.org/faucet-smart' ],
|
1786
|
+
nativeCurrency: { name: 'BNB Chain Native Token', symbol: 'tBNB', decimals: 18 },
|
1787
|
+
infoURL: 'https://www.bnbchain.org/en',
|
1792
1788
|
shortName: 'bnbt',
|
1793
1789
|
chainId: 97,
|
1794
1790
|
networkId: 97,
|
@@ -3322,7 +3318,14 @@ const chainArray = [
|
|
3322
3318
|
{
|
3323
3319
|
name: 'Boba Network',
|
3324
3320
|
chain: 'ETH',
|
3325
|
-
rpc: [
|
3321
|
+
rpc: [
|
3322
|
+
'https://mainnet.boba.network',
|
3323
|
+
'https://replica.boba.network',
|
3324
|
+
'http://boba-ethereum.gateway.tenderly.co',
|
3325
|
+
'http://gateway.tenderly.co/public/boba-ethereum',
|
3326
|
+
'wss://boba-ethereum.gateway.tenderly.co/',
|
3327
|
+
'wss://gateway.tenderly.co/public/boba-ethereum'
|
3328
|
+
],
|
3326
3329
|
faucets: [],
|
3327
3330
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
3328
3331
|
infoURL: 'https://boba.network',
|
@@ -3969,6 +3972,32 @@ const chainArray = [
|
|
3969
3972
|
chainId: 420,
|
3970
3973
|
networkId: 420
|
3971
3974
|
},
|
3975
|
+
{
|
3976
|
+
name: 'PGN (Public Goods Network)',
|
3977
|
+
chain: 'ETH',
|
3978
|
+
rpc: [ 'https://rpc.publicgoods.network' ],
|
3979
|
+
faucets: [],
|
3980
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
3981
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
3982
|
+
infoURL: 'https://publicgoods.network/',
|
3983
|
+
shortName: 'PGN',
|
3984
|
+
chainId: 424,
|
3985
|
+
networkId: 424,
|
3986
|
+
icon: 'publicGoodsNetwork',
|
3987
|
+
explorers: [
|
3988
|
+
{
|
3989
|
+
name: 'blockscout',
|
3990
|
+
url: 'https://explorer.publicgoods.network',
|
3991
|
+
icon: 'blockscout',
|
3992
|
+
standard: 'EIP3091'
|
3993
|
+
}
|
3994
|
+
],
|
3995
|
+
parent: {
|
3996
|
+
type: 'L2',
|
3997
|
+
chain: 'eip155-1',
|
3998
|
+
bridges: [ { url: 'https://bridge.publicgoods.network' } ]
|
3999
|
+
}
|
4000
|
+
},
|
3972
4001
|
{
|
3973
4002
|
name: 'Zeeth Chain',
|
3974
4003
|
chain: 'ZeethChain',
|
@@ -5641,6 +5670,30 @@ const chainArray = [
|
|
5641
5670
|
}
|
5642
5671
|
]
|
5643
5672
|
},
|
5673
|
+
{
|
5674
|
+
name: 'ShimmerEVM Testnet Deprecated',
|
5675
|
+
title: 'ShimmerEVM Testnet Deprecated',
|
5676
|
+
chain: 'ShimmerEVM',
|
5677
|
+
icon: 'shimmerevm',
|
5678
|
+
rpc: [],
|
5679
|
+
faucets: [
|
5680
|
+
'https://evm-toolkit.evm.testnet.shimmer.network',
|
5681
|
+
'https://evm-faucet.testnet.shimmer.network'
|
5682
|
+
],
|
5683
|
+
nativeCurrency: { name: 'SMR', symbol: 'SMR', decimals: 18 },
|
5684
|
+
infoURL: 'https://shimmer.network',
|
5685
|
+
shortName: 'shimmerevm-testnet-deprecated',
|
5686
|
+
chainId: 1071,
|
5687
|
+
networkId: 1071,
|
5688
|
+
explorers: [
|
5689
|
+
{
|
5690
|
+
name: 'explorer',
|
5691
|
+
url: 'https://explorer.evm.testnet.shimmer.network',
|
5692
|
+
standard: 'EIP3091'
|
5693
|
+
}
|
5694
|
+
],
|
5695
|
+
status: 'deprecated'
|
5696
|
+
},
|
5644
5697
|
{
|
5645
5698
|
name: 'ShimmerEVM Testnet',
|
5646
5699
|
title: 'ShimmerEVM Testnet',
|
@@ -5651,11 +5704,11 @@ const chainArray = [
|
|
5651
5704
|
'https://evm-toolkit.evm.testnet.shimmer.network',
|
5652
5705
|
'https://evm-faucet.testnet.shimmer.network'
|
5653
5706
|
],
|
5654
|
-
nativeCurrency: { name: 'SMR', symbol: 'SMR', decimals:
|
5707
|
+
nativeCurrency: { name: 'SMR', symbol: 'SMR', decimals: 6 },
|
5655
5708
|
infoURL: 'https://shimmer.network',
|
5656
5709
|
shortName: 'shimmerevm-testnet',
|
5657
|
-
chainId:
|
5658
|
-
networkId:
|
5710
|
+
chainId: 1072,
|
5711
|
+
networkId: 1072,
|
5659
5712
|
explorers: [
|
5660
5713
|
{
|
5661
5714
|
name: 'explorer',
|
@@ -8493,11 +8546,14 @@ const chainArray = [
|
|
8493
8546
|
{
|
8494
8547
|
name: 'Boba Network Goerli Testnet',
|
8495
8548
|
chain: 'ETH',
|
8496
|
-
rpc: [
|
8549
|
+
rpc: [
|
8550
|
+
'https://goerli.boba.network/',
|
8551
|
+
'wss://wss.goerli.boba.network/'
|
8552
|
+
],
|
8497
8553
|
faucets: [],
|
8498
8554
|
nativeCurrency: { name: 'Goerli Ether', symbol: 'ETH', decimals: 18 },
|
8499
8555
|
infoURL: 'https://boba.network',
|
8500
|
-
shortName: '
|
8556
|
+
shortName: 'BobaGoerli',
|
8501
8557
|
chainId: 2888,
|
8502
8558
|
networkId: 2888,
|
8503
8559
|
explorers: [
|
@@ -8510,7 +8566,7 @@ const chainArray = [
|
|
8510
8566
|
parent: {
|
8511
8567
|
type: 'L2',
|
8512
8568
|
chain: 'eip155-5',
|
8513
|
-
bridges: [ { url: 'https://gateway.
|
8569
|
+
bridges: [ { url: 'https://gateway.boba.network' } ]
|
8514
8570
|
}
|
8515
8571
|
},
|
8516
8572
|
{
|
@@ -9383,8 +9439,7 @@ const chainArray = [
|
|
9383
9439
|
rpc: [
|
9384
9440
|
'https://testnet.avax.boba.network',
|
9385
9441
|
'wss://wss.testnet.avax.boba.network',
|
9386
|
-
'https://replica.testnet.avax.boba.network'
|
9387
|
-
'wss://replica-wss.testnet.avax.boba.network'
|
9442
|
+
'https://replica.testnet.avax.boba.network'
|
9388
9443
|
],
|
9389
9444
|
faucets: [],
|
9390
9445
|
nativeCurrency: { name: 'Boba Token', symbol: 'BOBA', decimals: 18 },
|
@@ -9398,7 +9453,12 @@ const chainArray = [
|
|
9398
9453
|
url: 'https://blockexplorer.testnet.avax.boba.network',
|
9399
9454
|
standard: 'none'
|
9400
9455
|
}
|
9401
|
-
]
|
9456
|
+
],
|
9457
|
+
parent: {
|
9458
|
+
type: 'L2',
|
9459
|
+
chain: 'eip155-5',
|
9460
|
+
bridges: [ { url: 'https://gateway.boba.network' } ]
|
9461
|
+
}
|
9402
9462
|
},
|
9403
9463
|
{
|
9404
9464
|
name: 'Htmlcoin Mainnet',
|
@@ -11337,7 +11397,12 @@ const chainArray = [
|
|
11337
11397
|
url: 'https://blockexplorer.testnet.bnb.boba.network',
|
11338
11398
|
standard: 'none'
|
11339
11399
|
}
|
11340
|
-
]
|
11400
|
+
],
|
11401
|
+
parent: {
|
11402
|
+
type: 'L2',
|
11403
|
+
chain: 'eip155-5',
|
11404
|
+
bridges: [ { url: 'https://gateway.boba.network' } ]
|
11405
|
+
}
|
11341
11406
|
},
|
11342
11407
|
{
|
11343
11408
|
name: 'MainnetZ Testnet',
|
@@ -12346,6 +12411,25 @@ const chainArray = [
|
|
12346
12411
|
}
|
12347
12412
|
]
|
12348
12413
|
},
|
12414
|
+
{
|
12415
|
+
name: 'MXC zkEVM Mainnet',
|
12416
|
+
chain: 'MXC zkEVM',
|
12417
|
+
icon: 'mxczkevm',
|
12418
|
+
rpc: [ 'https://rpc.mxc.com' ],
|
12419
|
+
faucets: [],
|
12420
|
+
nativeCurrency: { name: 'MXC zkEVM Mainnet', symbol: 'MXC', decimals: 18 },
|
12421
|
+
infoURL: 'https://doc.mxc.com/docs/intro',
|
12422
|
+
shortName: 'MXCzkEVM',
|
12423
|
+
chainId: 18686,
|
12424
|
+
networkId: 18686,
|
12425
|
+
explorers: [
|
12426
|
+
{
|
12427
|
+
name: 'MXC zkEVM Mainnet',
|
12428
|
+
url: 'https://explorer.mxc.com',
|
12429
|
+
standard: 'EIP3091'
|
12430
|
+
}
|
12431
|
+
]
|
12432
|
+
},
|
12349
12433
|
{
|
12350
12434
|
name: 'HOME Verse Mainnet',
|
12351
12435
|
chain: 'HOME Verse',
|
@@ -13619,9 +13703,11 @@ const chainArray = [
|
|
13619
13703
|
chain: 'Boba BNB Mainnet',
|
13620
13704
|
rpc: [
|
13621
13705
|
'https://bnb.boba.network',
|
13622
|
-
'
|
13706
|
+
'http://boba-bnb.gateway.tenderly.co/',
|
13707
|
+
'http://gateway.tenderly.co/public/boba-bnb',
|
13623
13708
|
'https://replica.bnb.boba.network',
|
13624
|
-
'wss://
|
13709
|
+
'wss://boba-bnb.gateway.tenderly.co/',
|
13710
|
+
'wss://gateway.tenderly.co/public/boba-bnb'
|
13625
13711
|
],
|
13626
13712
|
faucets: [],
|
13627
13713
|
nativeCurrency: { name: 'Boba Token', symbol: 'BOBA', decimals: 18 },
|
@@ -13635,7 +13721,12 @@ const chainArray = [
|
|
13635
13721
|
url: 'https://blockexplorer.bnb.boba.network',
|
13636
13722
|
standard: 'none'
|
13637
13723
|
}
|
13638
|
-
]
|
13724
|
+
],
|
13725
|
+
parent: {
|
13726
|
+
type: 'L2',
|
13727
|
+
chain: 'eip155-5',
|
13728
|
+
bridges: [ { url: 'https://gateway.boba.network' } ]
|
13729
|
+
}
|
13639
13730
|
},
|
13640
13731
|
{
|
13641
13732
|
name: 'Rollux Testnet',
|
@@ -13659,6 +13750,32 @@ const chainArray = [
|
|
13659
13750
|
}
|
13660
13751
|
]
|
13661
13752
|
},
|
13753
|
+
{
|
13754
|
+
name: 'Sepolia PGN (Public Goods Network)',
|
13755
|
+
chain: 'ETH',
|
13756
|
+
rpc: [ 'https://sepolia.publicgoods.network' ],
|
13757
|
+
faucets: [],
|
13758
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
13759
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
13760
|
+
infoURL: 'https://publicgoods.network/',
|
13761
|
+
shortName: 'sepPGN',
|
13762
|
+
chainId: 58008,
|
13763
|
+
networkId: 58008,
|
13764
|
+
icon: 'publicGoodsNetwork',
|
13765
|
+
explorers: [
|
13766
|
+
{
|
13767
|
+
name: 'blockscout',
|
13768
|
+
url: 'https://explorer.sepolia.publicgoods.network',
|
13769
|
+
icon: 'blockscout',
|
13770
|
+
standard: 'EIP3091'
|
13771
|
+
}
|
13772
|
+
],
|
13773
|
+
parent: {
|
13774
|
+
type: 'L2',
|
13775
|
+
chain: 'eip155-11155111',
|
13776
|
+
bridges: [ { url: 'https://pgn-bridge.vercel.app/bridge' } ]
|
13777
|
+
}
|
13778
|
+
},
|
13662
13779
|
{
|
13663
13780
|
name: 'Linea Testnet',
|
13664
13781
|
title: 'Linea Goerli Testnet',
|