eth-chainlist 0.0.108 → 0.0.110
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 +100 -8
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.110 (2023-03-25)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.109 ([49c34da](https://github.com/poowf/eth-chainlist/commit/49c34da9453f1ec2f90e02da4e96674dbb7eec2c))
|
9
|
+
* update chain data ([512fdce](https://github.com/poowf/eth-chainlist/commit/512fdcedd4ae26388c41eec0f62c91b201958e50))
|
10
|
+
|
11
|
+
### 0.0.109 (2023-03-24)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.108 ([3a682aa](https://github.com/poowf/eth-chainlist/commit/3a682aa37eb4e5c8b23e7866cab3c646074a4542))
|
17
|
+
* update chain data ([c525c83](https://github.com/poowf/eth-chainlist/commit/c525c834921c3f06b11b5eb999c3e5131f8ba6ef))
|
18
|
+
|
3
19
|
### 0.0.108 (2023-03-23)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -2902,7 +2902,7 @@ const chainArray = [
|
|
2902
2902
|
{
|
2903
2903
|
name: 'zkSync Era Testnet',
|
2904
2904
|
chain: 'ETH',
|
2905
|
-
rpc: [ 'https://
|
2905
|
+
rpc: [ 'https://testnet.era.zksync.dev' ],
|
2906
2906
|
faucets: [ 'https://goerli.portal.zksync.io/faucet' ],
|
2907
2907
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
2908
2908
|
infoURL: 'https://era.zksync.io/docs/',
|
@@ -3227,7 +3227,7 @@ const chainArray = [
|
|
3227
3227
|
{
|
3228
3228
|
name: 'zkSync Era Mainnet',
|
3229
3229
|
chain: 'ETH',
|
3230
|
-
rpc: [ 'https://
|
3230
|
+
rpc: [ 'https://mainnet.era.zksync.io' ],
|
3231
3231
|
faucets: [],
|
3232
3232
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
3233
3233
|
infoURL: 'https://zksync.io/',
|
@@ -3246,7 +3246,7 @@ const chainArray = [
|
|
3246
3246
|
parent: {
|
3247
3247
|
type: 'L2',
|
3248
3248
|
chain: 'eip155-1',
|
3249
|
-
bridges: [ { url: 'https://
|
3249
|
+
bridges: [ { url: 'https://bridge.zksync.io/' } ]
|
3250
3250
|
}
|
3251
3251
|
},
|
3252
3252
|
{
|
@@ -4083,7 +4083,7 @@ const chainArray = [
|
|
4083
4083
|
explorers: [
|
4084
4084
|
{
|
4085
4085
|
name: 'Canto Tesnet Explorer (Neobase)',
|
4086
|
-
url: '
|
4086
|
+
url: 'https://testnet-explorer.canto.neobase.one',
|
4087
4087
|
standard: 'none'
|
4088
4088
|
}
|
4089
4089
|
]
|
@@ -5591,7 +5591,7 @@ const chainArray = [
|
|
5591
5591
|
faucets: [],
|
5592
5592
|
nativeCurrency: { name: 'Dos Native Token', symbol: 'DOS', decimals: 18 },
|
5593
5593
|
infoURL: 'http://doschain.io/',
|
5594
|
-
shortName: '
|
5594
|
+
shortName: 'TDOS',
|
5595
5595
|
chainId: 1311,
|
5596
5596
|
networkId: 1311,
|
5597
5597
|
explorers: [
|
@@ -7706,6 +7706,24 @@ const chainArray = [
|
|
7706
7706
|
}
|
7707
7707
|
]
|
7708
7708
|
},
|
7709
|
+
{
|
7710
|
+
name: 'DOS Tesnet',
|
7711
|
+
chain: 'DOS',
|
7712
|
+
rpc: [ 'https://test.doschain.com' ],
|
7713
|
+
faucets: [],
|
7714
|
+
nativeCurrency: { name: 'DOS', symbol: 'DOS', decimals: 18 },
|
7715
|
+
infoURL: 'http://doschain.io/',
|
7716
|
+
shortName: 'dost',
|
7717
|
+
chainId: 3939,
|
7718
|
+
networkId: 3939,
|
7719
|
+
explorers: [
|
7720
|
+
{
|
7721
|
+
name: 'DOScan-Test',
|
7722
|
+
url: 'https://test.doscan.io',
|
7723
|
+
standard: 'EIP3091'
|
7724
|
+
}
|
7725
|
+
]
|
7726
|
+
},
|
7709
7727
|
{
|
7710
7728
|
name: 'DYNO Mainnet',
|
7711
7729
|
chain: 'DYNO',
|
@@ -8640,6 +8658,25 @@ const chainArray = [
|
|
8640
8658
|
}
|
8641
8659
|
]
|
8642
8660
|
},
|
8661
|
+
{
|
8662
|
+
name: 'ADIL Testnet',
|
8663
|
+
chain: 'ADIL',
|
8664
|
+
icon: 'adil',
|
8665
|
+
rpc: [ 'https://testnet.adilchain-rpc.io' ],
|
8666
|
+
faucets: [ 'https://testnet-faucet.adil-scan.io' ],
|
8667
|
+
nativeCurrency: { name: 'Testnet ADIL', symbol: 'ADIL', decimals: 18 },
|
8668
|
+
infoURL: 'https://adilchain.io',
|
8669
|
+
shortName: 'tadil',
|
8670
|
+
chainId: 7575,
|
8671
|
+
networkId: 7575,
|
8672
|
+
explorers: [
|
8673
|
+
{
|
8674
|
+
name: 'ADIL Testnet Explorer',
|
8675
|
+
url: 'https://testnet.adilchain-scan.io',
|
8676
|
+
standard: 'EIP3091'
|
8677
|
+
}
|
8678
|
+
]
|
8679
|
+
},
|
8643
8680
|
{
|
8644
8681
|
name: 'The Root Network - Mainnet',
|
8645
8682
|
chain: 'TRN',
|
@@ -8759,6 +8796,20 @@ const chainArray = [
|
|
8759
8796
|
}
|
8760
8797
|
]
|
8761
8798
|
},
|
8799
|
+
{
|
8800
|
+
name: 'DOS Chain',
|
8801
|
+
chain: 'DOS',
|
8802
|
+
rpc: [ 'https://main.doschain.com' ],
|
8803
|
+
faucets: [],
|
8804
|
+
nativeCurrency: { name: 'DOS', symbol: 'DOS', decimals: 18 },
|
8805
|
+
infoURL: 'https://doschain.io',
|
8806
|
+
shortName: 'dos',
|
8807
|
+
chainId: 7979,
|
8808
|
+
networkId: 7979,
|
8809
|
+
explorers: [
|
8810
|
+
{ name: 'DOScan', url: 'https://doscan.io', standard: 'EIP3091' }
|
8811
|
+
]
|
8812
|
+
},
|
8762
8813
|
{
|
8763
8814
|
name: 'Teleport',
|
8764
8815
|
chain: 'Teleport',
|
@@ -12697,6 +12748,25 @@ const chainArray = [
|
|
12697
12748
|
}
|
12698
12749
|
]
|
12699
12750
|
},
|
12751
|
+
{
|
12752
|
+
name: 'ADIL Devnet',
|
12753
|
+
chain: 'ADIL',
|
12754
|
+
icon: 'adil',
|
12755
|
+
rpc: [ 'https://devnet.adilchain-rpc.io' ],
|
12756
|
+
faucets: [],
|
12757
|
+
nativeCurrency: { name: 'Devnet ADIL', symbol: 'ADIL', decimals: 18 },
|
12758
|
+
infoURL: 'https://adilchain.io',
|
12759
|
+
shortName: 'dadil',
|
12760
|
+
chainId: 123456,
|
12761
|
+
networkId: 123456,
|
12762
|
+
explorers: [
|
12763
|
+
{
|
12764
|
+
name: 'ADIL Devnet Explorer',
|
12765
|
+
url: 'https://devnet.adilchain-scan.io',
|
12766
|
+
standard: 'EIP3091'
|
12767
|
+
}
|
12768
|
+
]
|
12769
|
+
},
|
12700
12770
|
{
|
12701
12771
|
name: 'ETND Chain Mainnets',
|
12702
12772
|
chain: 'ETND',
|
@@ -13447,15 +13517,15 @@ const chainArray = [
|
|
13447
13517
|
name: 'ethereum Fair',
|
13448
13518
|
chainId: 513100,
|
13449
13519
|
networkId: 513100,
|
13450
|
-
shortName: '
|
13451
|
-
chain: '
|
13520
|
+
shortName: 'ethf',
|
13521
|
+
chain: 'ETHF',
|
13452
13522
|
nativeCurrency: { name: 'EthereumFair', symbol: 'ETHF', decimals: 18 },
|
13453
13523
|
rpc: [ 'https://rpc.etherfair.org' ],
|
13454
13524
|
faucets: [],
|
13455
13525
|
explorers: [
|
13456
13526
|
{
|
13457
13527
|
name: 'etherfair',
|
13458
|
-
url: 'https://
|
13528
|
+
url: 'https://www.oklink.com/ethf',
|
13459
13529
|
standard: 'EIP3091'
|
13460
13530
|
}
|
13461
13531
|
],
|
@@ -14473,6 +14543,7 @@ const chainArray = [
|
|
14473
14543
|
shortName: 'team',
|
14474
14544
|
chainId: 88888888,
|
14475
14545
|
networkId: 88888888,
|
14546
|
+
icon: 'team',
|
14476
14547
|
explorers: [
|
14477
14548
|
{
|
14478
14549
|
icon: 'team',
|
@@ -14781,6 +14852,27 @@ const chainArray = [
|
|
14781
14852
|
chainId: 1313161556,
|
14782
14853
|
networkId: 1313161556
|
14783
14854
|
},
|
14855
|
+
{
|
14856
|
+
name: 'RaptorChain',
|
14857
|
+
chain: 'RPTR',
|
14858
|
+
rpc: [ 'https://rpc.raptorchain.io/web3' ],
|
14859
|
+
faucets: [],
|
14860
|
+
nativeCurrency: { name: 'Raptor', symbol: 'RPTR', decimals: 18 },
|
14861
|
+
features: [ { name: 'EIP155' } ],
|
14862
|
+
infoURL: 'https://raptorchain.io',
|
14863
|
+
shortName: 'rptr',
|
14864
|
+
chainId: 1380996178,
|
14865
|
+
networkId: 1380996178,
|
14866
|
+
icon: 'raptorchain',
|
14867
|
+
explorers: [
|
14868
|
+
{
|
14869
|
+
name: 'RaptorChain Explorer',
|
14870
|
+
url: 'https://explorer.raptorchain.io',
|
14871
|
+
icon: 'raptorchain_explorer',
|
14872
|
+
standard: 'EIP3091'
|
14873
|
+
}
|
14874
|
+
]
|
14875
|
+
},
|
14784
14876
|
{
|
14785
14877
|
name: 'Nebula Mainnet',
|
14786
14878
|
chain: 'green-giddy-denebola',
|