eth-chainlist 0.0.291 → 0.0.293
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 +148 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.293 (2023-12-01)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.292 ([862b420](https://github.com/poowf/eth-chainlist/commit/862b420d651512968631e21f83807c7e12384bab))
|
9
|
+
* update chain data ([cad354e](https://github.com/poowf/eth-chainlist/commit/cad354e4213198d220f555512c88e0c9ca0906c3))
|
10
|
+
|
11
|
+
### 0.0.292 (2023-11-29)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.291 ([b0d030b](https://github.com/poowf/eth-chainlist/commit/b0d030b078ded066a0a82d9e601b4fa49ae0fde8))
|
17
|
+
* update chain data ([9c280b4](https://github.com/poowf/eth-chainlist/commit/9c280b4e782c3ee3b53cef0cb4b5fd1569637372))
|
18
|
+
|
3
19
|
### 0.0.291 (2023-11-28)
|
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',
|
@@ -10106,6 +10186,30 @@ const chainArray = [
|
|
10106
10186
|
bridges: [ { url: 'https://bridge-testnet.morphism.xyz' } ]
|
10107
10187
|
}
|
10108
10188
|
},
|
10189
|
+
{
|
10190
|
+
name: 'K-LAOS',
|
10191
|
+
title: 'K-LAOS: LAOS on Kusama',
|
10192
|
+
chain: 'K-LAOS',
|
10193
|
+
icon: 'k-laos',
|
10194
|
+
rpc: [
|
10195
|
+
'https://rpc.klaos.laosfoundation.io',
|
10196
|
+
'wss://rpc.klaos.laosfoundation.io'
|
10197
|
+
],
|
10198
|
+
faucets: [],
|
10199
|
+
nativeCurrency: { name: 'KLAOS', symbol: 'KLAOS', decimals: 18 },
|
10200
|
+
infoURL: 'https://www.laosfoundation.io/',
|
10201
|
+
shortName: 'k-laos',
|
10202
|
+
chainId: 2718,
|
10203
|
+
networkId: 2718,
|
10204
|
+
explorers: [
|
10205
|
+
{
|
10206
|
+
name: 'blockscout',
|
10207
|
+
url: 'https://blockscout.klaos.laosfoundation.io',
|
10208
|
+
icon: 'k-laos',
|
10209
|
+
standard: 'EIP3091'
|
10210
|
+
}
|
10211
|
+
]
|
10212
|
+
},
|
10109
10213
|
{
|
10110
10214
|
name: 'Boba Network Goerli Testnet',
|
10111
10215
|
chain: 'ETH',
|
@@ -14894,6 +14998,7 @@ const chainArray = [
|
|
14894
14998
|
},
|
14895
14999
|
{
|
14896
15000
|
name: 'Holesky',
|
15001
|
+
title: 'Ethereum Testnet Holesky',
|
14897
15002
|
chain: 'ETH',
|
14898
15003
|
rpc: [
|
14899
15004
|
'https://rpc.holesky.ethpandaops.io',
|
@@ -14932,6 +15037,26 @@ const chainArray = [
|
|
14932
15037
|
}
|
14933
15038
|
]
|
14934
15039
|
},
|
15040
|
+
{
|
15041
|
+
name: 'Redstone Holesky Testnet',
|
15042
|
+
chain: 'ETH',
|
15043
|
+
rpc: [ 'https://rpc.holesky.redstone.xyz' ],
|
15044
|
+
faucets: [],
|
15045
|
+
nativeCurrency: { name: 'Redstone Testnet Ether', symbol: 'ETH', decimals: 18 },
|
15046
|
+
infoURL: 'https://redstone.xyz/docs/network-info',
|
15047
|
+
shortName: 'redstone',
|
15048
|
+
chainId: 17001,
|
15049
|
+
networkId: 17001,
|
15050
|
+
icon: 'redstone',
|
15051
|
+
explorers: [
|
15052
|
+
{
|
15053
|
+
name: 'Redstone Holesky Explorer',
|
15054
|
+
url: 'https://explorer.holesky.redstone.xyz',
|
15055
|
+
icon: 'ethereum',
|
15056
|
+
standard: 'EIP3091'
|
15057
|
+
}
|
15058
|
+
]
|
15059
|
+
},
|
14935
15060
|
{
|
14936
15061
|
name: 'G8Chain Mainnet',
|
14937
15062
|
chain: 'G8C',
|
@@ -17586,6 +17711,24 @@ const chainArray = [
|
|
17586
17711
|
}
|
17587
17712
|
]
|
17588
17713
|
},
|
17714
|
+
{
|
17715
|
+
name: 'Nordek Mainnet',
|
17716
|
+
chain: 'Nordek',
|
17717
|
+
rpc: [ 'https://mainnet-rpc.nordekscan.com' ],
|
17718
|
+
faucets: [],
|
17719
|
+
nativeCurrency: { name: 'NRK', symbol: 'NRK', decimals: 18 },
|
17720
|
+
infoURL: 'https://nordekscan.com',
|
17721
|
+
shortName: 'nordek',
|
17722
|
+
chainId: 81041,
|
17723
|
+
networkId: 81041,
|
17724
|
+
explorers: [
|
17725
|
+
{
|
17726
|
+
name: 'nordek',
|
17727
|
+
url: 'https://nordekscan.com',
|
17728
|
+
standard: 'EIP3091'
|
17729
|
+
}
|
17730
|
+
]
|
17731
|
+
},
|
17589
17732
|
{
|
17590
17733
|
name: 'Amana Testnet',
|
17591
17734
|
chain: 'MEER',
|
@@ -19775,7 +19918,7 @@ const chainArray = [
|
|
19775
19918
|
explorers: [
|
19776
19919
|
{
|
19777
19920
|
name: 'Scroll Sepolia Etherscan',
|
19778
|
-
url: 'https://sepolia.scrollscan.
|
19921
|
+
url: 'https://sepolia.scrollscan.com',
|
19779
19922
|
standard: 'EIP3091'
|
19780
19923
|
},
|
19781
19924
|
{
|
@@ -19787,7 +19930,7 @@ const chainArray = [
|
|
19787
19930
|
parent: {
|
19788
19931
|
type: 'L2',
|
19789
19932
|
chain: 'eip155-11155111',
|
19790
|
-
bridges: [ { url: 'https://scroll.io/bridge' } ]
|
19933
|
+
bridges: [ { url: 'https://sepolia.scroll.io/bridge' } ]
|
19791
19934
|
}
|
19792
19935
|
},
|
19793
19936
|
{
|