eth-chainlist 0.0.292 → 0.0.294
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 +144 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.294 (2023-12-02)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.293 ([74e0486](https://github.com/poowf/eth-chainlist/commit/74e04866ebda29aaa7083a2b79083c56bccb06b6))
|
9
|
+
* update chain data ([b9ad1ca](https://github.com/poowf/eth-chainlist/commit/b9ad1ca88c9100bed0ca0e56d7cd53e459d58f7d))
|
10
|
+
|
11
|
+
### 0.0.293 (2023-12-01)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.292 ([862b420](https://github.com/poowf/eth-chainlist/commit/862b420d651512968631e21f83807c7e12384bab))
|
17
|
+
* update chain data ([cad354e](https://github.com/poowf/eth-chainlist/commit/cad354e4213198d220f555512c88e0c9ca0906c3))
|
18
|
+
|
3
19
|
### 0.0.292 (2023-11-29)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -492,7 +492,7 @@ const chainArray = [
|
|
492
492
|
explorers: [
|
493
493
|
{
|
494
494
|
name: 'Cronos Explorer',
|
495
|
-
url: 'https://
|
495
|
+
url: 'https://explorer.cronos.org',
|
496
496
|
standard: 'none'
|
497
497
|
}
|
498
498
|
]
|
@@ -3599,6 +3599,19 @@ const chainArray = [
|
|
3599
3599
|
}
|
3600
3600
|
]
|
3601
3601
|
},
|
3602
|
+
{
|
3603
|
+
name: 'Fraxchain Mainnet',
|
3604
|
+
chain: 'FRAX',
|
3605
|
+
rpc: [],
|
3606
|
+
faucets: [],
|
3607
|
+
nativeCurrency: { name: 'Frax Ether', symbol: 'frxETH', decimals: 18 },
|
3608
|
+
infoURL: 'https://mainnet.frax.com',
|
3609
|
+
shortName: 'fraxchain',
|
3610
|
+
chainId: 252,
|
3611
|
+
networkId: 252,
|
3612
|
+
explorers: [],
|
3613
|
+
status: 'incubating'
|
3614
|
+
},
|
3602
3615
|
{
|
3603
3616
|
name: 'Kroma',
|
3604
3617
|
chain: 'ETH',
|
@@ -6707,6 +6720,30 @@ const chainArray = [
|
|
6707
6720
|
],
|
6708
6721
|
status: 'deprecated'
|
6709
6722
|
},
|
6723
|
+
{
|
6724
|
+
name: 'ShimmerEVM Testnet Deprecated 1072',
|
6725
|
+
title: 'ShimmerEVM Testnet Deprecated 1072',
|
6726
|
+
chain: 'ShimmerEVM',
|
6727
|
+
icon: 'shimmerevm',
|
6728
|
+
rpc: [],
|
6729
|
+
faucets: [
|
6730
|
+
'https://evm-toolkit.evm.testnet.shimmer.network',
|
6731
|
+
'https://evm-faucet.testnet.shimmer.network'
|
6732
|
+
],
|
6733
|
+
nativeCurrency: { name: 'SMR', symbol: 'SMR', decimals: 6 },
|
6734
|
+
infoURL: 'https://shimmer.network',
|
6735
|
+
shortName: 'shimmerevm-testnet-deprecated-1072',
|
6736
|
+
chainId: 1072,
|
6737
|
+
networkId: 1072,
|
6738
|
+
explorers: [
|
6739
|
+
{
|
6740
|
+
name: 'explorer',
|
6741
|
+
url: 'https://explorer.evm.testnet.shimmer.network',
|
6742
|
+
standard: 'EIP3091'
|
6743
|
+
}
|
6744
|
+
],
|
6745
|
+
status: 'deprecated'
|
6746
|
+
},
|
6710
6747
|
{
|
6711
6748
|
name: 'ShimmerEVM Testnet',
|
6712
6749
|
title: 'ShimmerEVM Testnet',
|
@@ -6720,8 +6757,8 @@ const chainArray = [
|
|
6720
6757
|
nativeCurrency: { name: 'SMR', symbol: 'SMR', decimals: 6 },
|
6721
6758
|
infoURL: 'https://shimmer.network',
|
6722
6759
|
shortName: 'shimmerevm-testnet',
|
6723
|
-
chainId:
|
6724
|
-
networkId:
|
6760
|
+
chainId: 1073,
|
6761
|
+
networkId: 1073,
|
6725
6762
|
explorers: [
|
6726
6763
|
{
|
6727
6764
|
name: 'explorer',
|
@@ -8565,6 +8602,25 @@ const chainArray = [
|
|
8565
8602
|
}
|
8566
8603
|
]
|
8567
8604
|
},
|
8605
|
+
{
|
8606
|
+
name: 'Merkle Scan',
|
8607
|
+
chain: 'MRK',
|
8608
|
+
icon: 'merklescan',
|
8609
|
+
rpc: [ 'https://marklechain-rpc.merklescan.com' ],
|
8610
|
+
faucets: [],
|
8611
|
+
nativeCurrency: { name: 'Merkle', symbol: 'MRK', decimals: 18 },
|
8612
|
+
infoURL: 'https://merklescan.com',
|
8613
|
+
shortName: 'MRK',
|
8614
|
+
chainId: 1909,
|
8615
|
+
networkId: 1909,
|
8616
|
+
explorers: [
|
8617
|
+
{
|
8618
|
+
name: 'blockscout',
|
8619
|
+
url: 'https://merklescan.com',
|
8620
|
+
standard: 'none'
|
8621
|
+
}
|
8622
|
+
]
|
8623
|
+
},
|
8568
8624
|
{
|
8569
8625
|
name: 'ONUS Chain Testnet',
|
8570
8626
|
title: 'ONUS Chain Testnet',
|
@@ -9729,6 +9785,17 @@ const chainArray = [
|
|
9729
9785
|
}
|
9730
9786
|
]
|
9731
9787
|
},
|
9788
|
+
{
|
9789
|
+
name: 'Ebro Network',
|
9790
|
+
chain: 'ebro',
|
9791
|
+
rpc: [ 'https://greendinoswap.com' ],
|
9792
|
+
faucets: [],
|
9793
|
+
nativeCurrency: { name: 'Ebro', symbol: 'ebro', decimals: 18 },
|
9794
|
+
infoURL: 'https://www.ebrochain.com',
|
9795
|
+
shortName: 'ebro',
|
9796
|
+
chainId: 2306,
|
9797
|
+
networkId: 2306
|
9798
|
+
},
|
9732
9799
|
{
|
9733
9800
|
name: 'Arevia',
|
9734
9801
|
chain: 'Arevia',
|
@@ -9952,6 +10019,19 @@ const chainArray = [
|
|
9952
10019
|
}
|
9953
10020
|
]
|
9954
10021
|
},
|
10022
|
+
{
|
10023
|
+
name: 'Fraxchain Testnet',
|
10024
|
+
chain: 'FRAX',
|
10025
|
+
rpc: [ 'https://rpc.testnet.frax.com' ],
|
10026
|
+
faucets: [],
|
10027
|
+
nativeCurrency: { name: 'Frax Ether', symbol: 'frxETH', decimals: 18 },
|
10028
|
+
infoURL: 'https://testnet.frax.com',
|
10029
|
+
shortName: 'fraxchain-testnet',
|
10030
|
+
chainId: 2522,
|
10031
|
+
networkId: 2522,
|
10032
|
+
explorers: [],
|
10033
|
+
status: 'active'
|
10034
|
+
},
|
9955
10035
|
{
|
9956
10036
|
name: 'Kortho Mainnet',
|
9957
10037
|
chain: 'Kortho Chain',
|
@@ -13014,7 +13094,7 @@ const chainArray = [
|
|
13014
13094
|
explorers: [
|
13015
13095
|
{
|
13016
13096
|
name: 'blockscout',
|
13017
|
-
url: 'https://testnet.
|
13097
|
+
url: 'https://testnet.toruscan.com',
|
13018
13098
|
icon: 'blockscout',
|
13019
13099
|
standard: 'EIP3091'
|
13020
13100
|
}
|
@@ -14706,6 +14786,26 @@ const chainArray = [
|
|
14706
14786
|
}
|
14707
14787
|
]
|
14708
14788
|
},
|
14789
|
+
{
|
14790
|
+
name: 'Immutable zkEVM Testnet',
|
14791
|
+
chain: 'Immutable zkEVM',
|
14792
|
+
rpc: [ 'https://rpc.testnet.immutable.com' ],
|
14793
|
+
faucets: [ 'https://docs.immutable.com/docs/zkEVM/guides/faucet' ],
|
14794
|
+
nativeCurrency: { name: 'Test IMX', symbol: 'tIMX', decimals: 18 },
|
14795
|
+
infoURL: 'https://www.immutable.com',
|
14796
|
+
shortName: 'imx-testnet',
|
14797
|
+
chainId: 13473,
|
14798
|
+
networkId: 13473,
|
14799
|
+
icon: 'immutable',
|
14800
|
+
explorers: [
|
14801
|
+
{
|
14802
|
+
name: 'Immutable Testnet explorer',
|
14803
|
+
url: 'https://explorer.testnet.immutable.com',
|
14804
|
+
standard: 'EIP3091',
|
14805
|
+
icon: 'immutable'
|
14806
|
+
}
|
14807
|
+
]
|
14808
|
+
},
|
14709
14809
|
{
|
14710
14810
|
name: 'Susono',
|
14711
14811
|
chain: 'SUS',
|
@@ -14756,6 +14856,26 @@ const chainArray = [
|
|
14756
14856
|
networkId: 14853,
|
14757
14857
|
explorers: []
|
14758
14858
|
},
|
14859
|
+
{
|
14860
|
+
name: 'Immutable zkEVM Devnet',
|
14861
|
+
chain: 'Immutable zkEVM',
|
14862
|
+
rpc: [ 'https://rpc.dev.immutable.com' ],
|
14863
|
+
faucets: [ 'https://docs.immutable.com/docs/zkEVM/guides/faucet' ],
|
14864
|
+
nativeCurrency: { name: 'Dev IMX', symbol: 'dIMX', decimals: 18 },
|
14865
|
+
infoURL: 'https://www.immutable.com',
|
14866
|
+
shortName: 'imx-devnet',
|
14867
|
+
chainId: 15003,
|
14868
|
+
networkId: 15003,
|
14869
|
+
icon: 'immutable',
|
14870
|
+
explorers: [
|
14871
|
+
{
|
14872
|
+
name: 'Immutable Devnet explorer',
|
14873
|
+
url: 'https://explorer.dev.immutable.com',
|
14874
|
+
standard: 'EIP3091',
|
14875
|
+
icon: 'immutable'
|
14876
|
+
}
|
14877
|
+
]
|
14878
|
+
},
|
14759
14879
|
{
|
14760
14880
|
name: 'LoopNetwork Mainnet',
|
14761
14881
|
chain: 'LoopNetwork',
|
@@ -17631,6 +17751,24 @@ const chainArray = [
|
|
17631
17751
|
}
|
17632
17752
|
]
|
17633
17753
|
},
|
17754
|
+
{
|
17755
|
+
name: 'Nordek Mainnet',
|
17756
|
+
chain: 'Nordek',
|
17757
|
+
rpc: [ 'https://mainnet-rpc.nordekscan.com' ],
|
17758
|
+
faucets: [],
|
17759
|
+
nativeCurrency: { name: 'NRK', symbol: 'NRK', decimals: 18 },
|
17760
|
+
infoURL: 'https://nordekscan.com',
|
17761
|
+
shortName: 'nordek',
|
17762
|
+
chainId: 81041,
|
17763
|
+
networkId: 81041,
|
17764
|
+
explorers: [
|
17765
|
+
{
|
17766
|
+
name: 'nordek',
|
17767
|
+
url: 'https://nordekscan.com',
|
17768
|
+
standard: 'EIP3091'
|
17769
|
+
}
|
17770
|
+
]
|
17771
|
+
},
|
17634
17772
|
{
|
17635
17773
|
name: 'Amana Testnet',
|
17636
17774
|
chain: 'MEER',
|
@@ -19820,7 +19958,7 @@ const chainArray = [
|
|
19820
19958
|
explorers: [
|
19821
19959
|
{
|
19822
19960
|
name: 'Scroll Sepolia Etherscan',
|
19823
|
-
url: 'https://sepolia.scrollscan.
|
19961
|
+
url: 'https://sepolia.scrollscan.com',
|
19824
19962
|
standard: 'EIP3091'
|
19825
19963
|
},
|
19826
19964
|
{
|
@@ -19832,7 +19970,7 @@ const chainArray = [
|
|
19832
19970
|
parent: {
|
19833
19971
|
type: 'L2',
|
19834
19972
|
chain: 'eip155-11155111',
|
19835
|
-
bridges: [ { url: 'https://scroll.io/bridge' } ]
|
19973
|
+
bridges: [ { url: 'https://sepolia.scroll.io/bridge' } ]
|
19836
19974
|
}
|
19837
19975
|
},
|
19838
19976
|
{
|