eth-chainlist 0.0.101 → 0.0.102
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 +106 -12
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.102 (2023-03-17)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.101 ([297f88f](https://github.com/poowf/eth-chainlist/commit/297f88f81f90039d1d4d4ac27c2e50422b8a7538))
|
9
|
+
* update chain data ([1421c46](https://github.com/poowf/eth-chainlist/commit/1421c4665b1314dd1a81617822a0902cf58588b4))
|
10
|
+
|
3
11
|
### 0.0.101 (2023-03-16)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -3121,7 +3121,8 @@ const chainArray = [
|
|
3121
3121
|
icon: 'filecoin',
|
3122
3122
|
rpc: [
|
3123
3123
|
'https://api.node.glif.io/',
|
3124
|
-
'https://rpc.ankr.com/filecoin,
|
3124
|
+
'https://rpc.ankr.com/filecoin',
|
3125
|
+
'https://filecoin-mainnet.chainstacklabs.com/rpc/v1'
|
3125
3126
|
],
|
3126
3127
|
faucets: [],
|
3127
3128
|
nativeCurrency: { name: 'filecoin', symbol: 'FIL', decimals: 18 },
|
@@ -5064,7 +5065,7 @@ const chainArray = [
|
|
5064
5065
|
name: 'Core Blockchain Mainnet',
|
5065
5066
|
chain: 'Core',
|
5066
5067
|
icon: 'core',
|
5067
|
-
rpc: [ 'https://rpc.coredao.org/' ],
|
5068
|
+
rpc: [ 'https://rpc.coredao.org/', 'https://rpc-core.icecreamswap.com' ],
|
5068
5069
|
faucets: [],
|
5069
5070
|
nativeCurrency: {
|
5070
5071
|
name: 'Core Blockchain Native Token',
|
@@ -5767,6 +5768,25 @@ const chainArray = [
|
|
5767
5768
|
],
|
5768
5769
|
status: 'deprecated'
|
5769
5770
|
},
|
5771
|
+
{
|
5772
|
+
name: 'Rikeza Network Mainnet',
|
5773
|
+
title: 'Rikeza Network Mainnet',
|
5774
|
+
chain: 'Rikeza',
|
5775
|
+
rpc: [ 'https://rpc.rikscan.com' ],
|
5776
|
+
faucets: [],
|
5777
|
+
nativeCurrency: { name: 'Rikeza', symbol: 'RIK', decimals: 18 },
|
5778
|
+
infoURL: 'https://rikeza.io',
|
5779
|
+
shortName: 'RIK',
|
5780
|
+
chainId: 1433,
|
5781
|
+
networkId: 1433,
|
5782
|
+
explorers: [
|
5783
|
+
{
|
5784
|
+
name: 'Rikeza Blockchain explorer',
|
5785
|
+
url: 'https://rikscan.com',
|
5786
|
+
standard: 'EIP3091'
|
5787
|
+
}
|
5788
|
+
]
|
5789
|
+
},
|
5770
5790
|
{
|
5771
5791
|
name: 'Polygon zkEVM Testnet',
|
5772
5792
|
title: 'Polygon zkEVM Testnet',
|
@@ -6533,26 +6553,63 @@ const chainArray = [
|
|
6533
6553
|
]
|
6534
6554
|
},
|
6535
6555
|
{
|
6536
|
-
name: 'Edgeware Mainnet',
|
6556
|
+
name: 'Edgeware EdgeEVM Mainnet',
|
6537
6557
|
chain: 'EDG',
|
6538
|
-
|
6558
|
+
icon: 'edgeware',
|
6559
|
+
rpc: [
|
6560
|
+
'https://edgeware-evm.jelliedowl.net',
|
6561
|
+
'https://mainnet2.edgewa.re/evm',
|
6562
|
+
'https://mainnet3.edgewa.re/evm',
|
6563
|
+
'https://mainnet4.edgewa.re/evm',
|
6564
|
+
'https://mainnet5.edgewa.re/evm',
|
6565
|
+
'wss://edgeware.jelliedowl.net',
|
6566
|
+
'wss://mainnet2.edgewa.re',
|
6567
|
+
'wss://mainnet3.edgewa.re',
|
6568
|
+
'wss://mainnet4.edgewa.re',
|
6569
|
+
'wss://mainnet5.edgewa.re'
|
6570
|
+
],
|
6571
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
6539
6572
|
faucets: [],
|
6540
|
-
nativeCurrency: { name: '
|
6541
|
-
infoURL: '
|
6573
|
+
nativeCurrency: { name: 'Edgeware', symbol: 'EDG', decimals: 18 },
|
6574
|
+
infoURL: 'https://edgeware.io',
|
6542
6575
|
shortName: 'edg',
|
6543
6576
|
chainId: 2021,
|
6544
|
-
networkId: 2021
|
6577
|
+
networkId: 2021,
|
6578
|
+
slip44: 523,
|
6579
|
+
explorers: [
|
6580
|
+
{
|
6581
|
+
name: 'Edgscan by Bharathcoorg',
|
6582
|
+
url: 'https://edgscan.live',
|
6583
|
+
standard: 'EIP3091'
|
6584
|
+
},
|
6585
|
+
{
|
6586
|
+
name: 'Subscan',
|
6587
|
+
url: 'https://edgeware.subscan.io',
|
6588
|
+
standard: 'none',
|
6589
|
+
icon: 'subscan'
|
6590
|
+
}
|
6591
|
+
]
|
6545
6592
|
},
|
6546
6593
|
{
|
6547
|
-
name: 'Beresheet Testnet',
|
6594
|
+
name: 'Beresheet BereEVM Testnet',
|
6548
6595
|
chain: 'EDG',
|
6549
|
-
rpc: [
|
6596
|
+
rpc: [
|
6597
|
+
'https://beresheet-evm.jelliedowl.net',
|
6598
|
+
'wss://beresheet.jelliedowl.net'
|
6599
|
+
],
|
6550
6600
|
faucets: [],
|
6551
|
-
nativeCurrency: { name: 'Testnet
|
6552
|
-
infoURL: '
|
6601
|
+
nativeCurrency: { name: 'Testnet EDG', symbol: 'tEDG', decimals: 18 },
|
6602
|
+
infoURL: 'https://edgeware.io/build',
|
6553
6603
|
shortName: 'edgt',
|
6554
6604
|
chainId: 2022,
|
6555
|
-
networkId: 2022
|
6605
|
+
networkId: 2022,
|
6606
|
+
explorers: [
|
6607
|
+
{
|
6608
|
+
name: 'Edgscan by Bharathcoorg',
|
6609
|
+
url: 'https://testnet.edgscan.live',
|
6610
|
+
standard: 'EIP3091'
|
6611
|
+
}
|
6612
|
+
]
|
6556
6613
|
},
|
6557
6614
|
{
|
6558
6615
|
name: 'Taycan Testnet',
|
@@ -9814,6 +9871,25 @@ const chainArray = [
|
|
9814
9871
|
],
|
9815
9872
|
parent: { type: 'L2', chain: 'eip155-43113' }
|
9816
9873
|
},
|
9874
|
+
{
|
9875
|
+
name: 'Rikeza Network Testnet',
|
9876
|
+
title: 'Rikeza Network Testnet',
|
9877
|
+
chain: 'Rikeza',
|
9878
|
+
rpc: [ 'https://testnet-rpc.rikscan.com' ],
|
9879
|
+
faucets: [],
|
9880
|
+
nativeCurrency: { name: 'Rikeza', symbol: 'RIK', decimals: 18 },
|
9881
|
+
infoURL: 'https://rikeza.io',
|
9882
|
+
shortName: 'tRIK',
|
9883
|
+
chainId: 12715,
|
9884
|
+
networkId: 12715,
|
9885
|
+
explorers: [
|
9886
|
+
{
|
9887
|
+
name: 'Rikeza Blockchain explorer',
|
9888
|
+
url: 'https://testnet.rikscan.com',
|
9889
|
+
standard: 'EIP3091'
|
9890
|
+
}
|
9891
|
+
]
|
9892
|
+
},
|
9817
9893
|
{
|
9818
9894
|
name: 'SPS',
|
9819
9895
|
chain: 'SPS',
|
@@ -10545,6 +10621,24 @@ const chainArray = [
|
|
10545
10621
|
}
|
10546
10622
|
]
|
10547
10623
|
},
|
10624
|
+
{
|
10625
|
+
name: 'Zilliqa EVM Testnet',
|
10626
|
+
chain: 'ZIL',
|
10627
|
+
rpc: [ 'https://dev-api.zilliqa.com' ],
|
10628
|
+
faucets: [ 'https://dev-wallet.zilliqa.com/faucet?network=testnet' ],
|
10629
|
+
nativeCurrency: { name: 'Zilliqa', symbol: 'ZIL', decimals: 18 },
|
10630
|
+
infoURL: 'https://www.zilliqa.com/',
|
10631
|
+
shortName: 'zil-testnet',
|
10632
|
+
chainId: 33101,
|
10633
|
+
networkId: 33101,
|
10634
|
+
explorers: [
|
10635
|
+
{
|
10636
|
+
name: 'Zilliqa EVM Explorer',
|
10637
|
+
url: 'https://evmx.zilliqa.com',
|
10638
|
+
standard: 'none'
|
10639
|
+
}
|
10640
|
+
]
|
10641
|
+
},
|
10548
10642
|
{
|
10549
10643
|
name: 'Aves Mainnet',
|
10550
10644
|
chain: 'AVS',
|