eth-chainlist 0.0.109 → 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 +8 -0
- package/data/chain.js +78 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
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
|
+
|
3
11
|
### 0.0.109 (2023-03-24)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -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',
|
@@ -13466,15 +13517,15 @@ const chainArray = [
|
|
13466
13517
|
name: 'ethereum Fair',
|
13467
13518
|
chainId: 513100,
|
13468
13519
|
networkId: 513100,
|
13469
|
-
shortName: '
|
13470
|
-
chain: '
|
13520
|
+
shortName: 'ethf',
|
13521
|
+
chain: 'ETHF',
|
13471
13522
|
nativeCurrency: { name: 'EthereumFair', symbol: 'ETHF', decimals: 18 },
|
13472
13523
|
rpc: [ 'https://rpc.etherfair.org' ],
|
13473
13524
|
faucets: [],
|
13474
13525
|
explorers: [
|
13475
13526
|
{
|
13476
13527
|
name: 'etherfair',
|
13477
|
-
url: 'https://
|
13528
|
+
url: 'https://www.oklink.com/ethf',
|
13478
13529
|
standard: 'EIP3091'
|
13479
13530
|
}
|
13480
13531
|
],
|
@@ -14492,6 +14543,7 @@ const chainArray = [
|
|
14492
14543
|
shortName: 'team',
|
14493
14544
|
chainId: 88888888,
|
14494
14545
|
networkId: 88888888,
|
14546
|
+
icon: 'team',
|
14495
14547
|
explorers: [
|
14496
14548
|
{
|
14497
14549
|
icon: 'team',
|
@@ -14800,6 +14852,27 @@ const chainArray = [
|
|
14800
14852
|
chainId: 1313161556,
|
14801
14853
|
networkId: 1313161556
|
14802
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
|
+
},
|
14803
14876
|
{
|
14804
14877
|
name: 'Nebula Mainnet',
|
14805
14878
|
chain: 'green-giddy-denebola',
|