eth-chainlist 0.0.98 → 0.0.100
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 +99 -16
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.100 (2023-03-15)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.99 ([4b305e0](https://github.com/poowf/eth-chainlist/commit/4b305e05cb95839f3d9e325dd8dad9f6bbe9b8ca))
|
9
|
+
* update chain data ([0442d4f](https://github.com/poowf/eth-chainlist/commit/0442d4ff2db67b3072a9e210d684c08e3809fdfd))
|
10
|
+
|
11
|
+
### 0.0.99 (2023-03-14)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.98 ([679d873](https://github.com/poowf/eth-chainlist/commit/679d8733f80b0346e177a592923e8f74337ace21))
|
17
|
+
* update chain data ([e69cb68](https://github.com/poowf/eth-chainlist/commit/e69cb689b94d077663c25f71b96bb6b38f02d463))
|
18
|
+
|
3
19
|
### 0.0.98 (2023-03-11)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -832,7 +832,6 @@ const chainArray = [
|
|
832
832
|
{
|
833
833
|
name: 'etmp',
|
834
834
|
url: 'https://pioneer.etmscan.network',
|
835
|
-
icon: 'etmpscan',
|
836
835
|
standard: 'EIP3091'
|
837
836
|
}
|
838
837
|
]
|
@@ -1332,7 +1331,6 @@ const chainArray = [
|
|
1332
1331
|
{
|
1333
1332
|
name: 'explorer',
|
1334
1333
|
url: 'https://explorer.idchain.one',
|
1335
|
-
icon: 'etherscan',
|
1336
1334
|
standard: 'EIP3091'
|
1337
1335
|
}
|
1338
1336
|
]
|
@@ -1781,7 +1779,6 @@ const chainArray = [
|
|
1781
1779
|
{
|
1782
1780
|
name: 'gnosisscan',
|
1783
1781
|
url: 'https://gnosisscan.io',
|
1784
|
-
icon: 'gnosisscan',
|
1785
1782
|
standard: 'EIP3091'
|
1786
1783
|
},
|
1787
1784
|
{
|
@@ -2547,6 +2544,42 @@ const chainArray = [
|
|
2547
2544
|
}
|
2548
2545
|
]
|
2549
2546
|
},
|
2547
|
+
{
|
2548
|
+
name: 'OKBChain Testnet',
|
2549
|
+
chain: 'okbchain',
|
2550
|
+
rpc: [],
|
2551
|
+
faucets: [],
|
2552
|
+
nativeCurrency: {
|
2553
|
+
name: 'OKBChain Global Utility Token in testnet',
|
2554
|
+
symbol: 'OKB',
|
2555
|
+
decimals: 18
|
2556
|
+
},
|
2557
|
+
features: [],
|
2558
|
+
infoURL: 'https://www.okex.com/okc',
|
2559
|
+
shortName: 'tokb',
|
2560
|
+
chainId: 195,
|
2561
|
+
networkId: 195,
|
2562
|
+
explorers: [],
|
2563
|
+
status: 'incubating'
|
2564
|
+
},
|
2565
|
+
{
|
2566
|
+
name: 'OKBChain Mainnet',
|
2567
|
+
chain: 'okbchain',
|
2568
|
+
rpc: [],
|
2569
|
+
faucets: [],
|
2570
|
+
nativeCurrency: {
|
2571
|
+
name: 'OKBChain Global Utility Token',
|
2572
|
+
symbol: 'OKB',
|
2573
|
+
decimals: 18
|
2574
|
+
},
|
2575
|
+
features: [],
|
2576
|
+
infoURL: 'https://www.okex.com/okc',
|
2577
|
+
shortName: 'okb',
|
2578
|
+
chainId: 196,
|
2579
|
+
networkId: 196,
|
2580
|
+
explorers: [],
|
2581
|
+
status: 'incubating'
|
2582
|
+
},
|
2550
2583
|
{
|
2551
2584
|
name: 'BitTorrent Chain Mainnet',
|
2552
2585
|
chain: 'BTTC',
|
@@ -4613,7 +4646,7 @@ const chainArray = [
|
|
4613
4646
|
{
|
4614
4647
|
name: 'Memo Mainnet Explorer',
|
4615
4648
|
url: 'https://scan.metamemo.one:8080',
|
4616
|
-
icon: '
|
4649
|
+
icon: 'memo',
|
4617
4650
|
standard: 'EIP3091'
|
4618
4651
|
}
|
4619
4652
|
]
|
@@ -7321,7 +7354,6 @@ const chainArray = [
|
|
7321
7354
|
{
|
7322
7355
|
name: 'Paribu Net Explorer',
|
7323
7356
|
url: 'https://explorer.paribu.network',
|
7324
|
-
icon: 'explorer',
|
7325
7357
|
standard: 'EIP3091'
|
7326
7358
|
}
|
7327
7359
|
]
|
@@ -7341,7 +7373,6 @@ const chainArray = [
|
|
7341
7373
|
{
|
7342
7374
|
name: 'Paribu Net Testnet Explorer',
|
7343
7375
|
url: 'https://testnet.paribuscan.com',
|
7344
|
-
icon: 'explorer',
|
7345
7376
|
standard: 'EIP3091'
|
7346
7377
|
}
|
7347
7378
|
]
|
@@ -7430,12 +7461,10 @@ const chainArray = [
|
|
7430
7461
|
shortName: 'btx',
|
7431
7462
|
chainId: 3690,
|
7432
7463
|
networkId: 3690,
|
7433
|
-
icon: 'ethereum',
|
7434
7464
|
explorers: [
|
7435
7465
|
{
|
7436
7466
|
name: 'bittexscan',
|
7437
7467
|
url: 'https://bittexscan.com',
|
7438
|
-
icon: 'etherscan',
|
7439
7468
|
standard: 'EIP3091'
|
7440
7469
|
}
|
7441
7470
|
]
|
@@ -7493,7 +7522,6 @@ const chainArray = [
|
|
7493
7522
|
{
|
7494
7523
|
name: 'DRAC_Network Scan',
|
7495
7524
|
url: 'https://www.dracscan.io',
|
7496
|
-
icon: 'DRAC',
|
7497
7525
|
standard: 'EIP3091'
|
7498
7526
|
}
|
7499
7527
|
]
|
@@ -8801,7 +8829,6 @@ const chainArray = [
|
|
8801
8829
|
{
|
8802
8830
|
name: 'alphscan',
|
8803
8831
|
url: 'https://explorer.alph.network',
|
8804
|
-
icon: 'alphscan',
|
8805
8832
|
standard: 'EIP3091'
|
8806
8833
|
}
|
8807
8834
|
]
|
@@ -9196,7 +9223,6 @@ const chainArray = [
|
|
9196
9223
|
{
|
9197
9224
|
name: 'QEasyWeb3 Explorer',
|
9198
9225
|
url: 'https://www.qeasyweb3.com',
|
9199
|
-
icon: 'qetscan',
|
9200
9226
|
standard: 'EIP3091'
|
9201
9227
|
}
|
9202
9228
|
]
|
@@ -9806,7 +9832,6 @@ const chainArray = [
|
|
9806
9832
|
{
|
9807
9833
|
name: 'phoenixplorer',
|
9808
9834
|
url: 'https://phoenixplorer.com',
|
9809
|
-
icon: 'phoenixplorer',
|
9810
9835
|
standard: 'EIP3091'
|
9811
9836
|
}
|
9812
9837
|
]
|
@@ -12549,7 +12574,6 @@ const chainArray = [
|
|
12549
12574
|
{
|
12550
12575
|
name: 'explorer masnet',
|
12551
12576
|
url: 'https://explorer.masnet.ai',
|
12552
|
-
icon: 'explorer',
|
12553
12577
|
standard: 'EIP3091'
|
12554
12578
|
}
|
12555
12579
|
]
|
@@ -12724,6 +12748,26 @@ const chainArray = [
|
|
12724
12748
|
chainId: 333999,
|
12725
12749
|
networkId: 333999
|
12726
12750
|
},
|
12751
|
+
{
|
12752
|
+
name: 'HAPchain Testnet',
|
12753
|
+
chain: 'HAPchain',
|
12754
|
+
rpc: [ 'https://jsonrpc-test.hap.land' ],
|
12755
|
+
faucets: [],
|
12756
|
+
nativeCurrency: { name: 'HAP', symbol: 'HAP', decimals: 18 },
|
12757
|
+
infoURL: 'https://hap.land',
|
12758
|
+
shortName: 'hap-testnet',
|
12759
|
+
chainId: 373737,
|
12760
|
+
networkId: 373737,
|
12761
|
+
icon: 'hap',
|
12762
|
+
explorers: [
|
12763
|
+
{
|
12764
|
+
name: 'HAP EVM Explorer (Blockscout)',
|
12765
|
+
url: 'https://blockscout-test.hap.land',
|
12766
|
+
standard: 'none',
|
12767
|
+
icon: 'hap'
|
12768
|
+
}
|
12769
|
+
]
|
12770
|
+
},
|
12727
12771
|
{
|
12728
12772
|
name: 'Metal C-Chain',
|
12729
12773
|
chain: 'Metal',
|
@@ -13436,9 +13480,7 @@ const chainArray = [
|
|
13436
13480
|
'https://devnetopenapi2.platon.network/rpc',
|
13437
13481
|
'wss://devnetopenapi2.platon.network/ws'
|
13438
13482
|
],
|
13439
|
-
faucets: [
|
13440
|
-
'https://faucet.platon.network/faucet/?id=e5d32df10aee11ec911142010a667c03'
|
13441
|
-
],
|
13483
|
+
faucets: [ 'https://devnet2faucet.platon.network/faucet' ],
|
13442
13484
|
nativeCurrency: { name: 'LAT', symbol: 'lat', decimals: 18 },
|
13443
13485
|
infoURL: 'https://www.platon.network',
|
13444
13486
|
shortName: 'platondev',
|
@@ -13639,6 +13681,26 @@ const chainArray = [
|
|
13639
13681
|
],
|
13640
13682
|
parent: { chain: 'eip155-2099156', type: 'L2' }
|
13641
13683
|
},
|
13684
|
+
{
|
13685
|
+
name: 'HAPchain',
|
13686
|
+
chain: 'HAPchain',
|
13687
|
+
rpc: [ 'https://jsonrpc.hap.land' ],
|
13688
|
+
faucets: [],
|
13689
|
+
nativeCurrency: { name: 'HAP', symbol: 'HAP', decimals: 18 },
|
13690
|
+
infoURL: 'https://hap.land',
|
13691
|
+
shortName: 'hap',
|
13692
|
+
chainId: 8794598,
|
13693
|
+
networkId: 8794598,
|
13694
|
+
icon: 'hap',
|
13695
|
+
explorers: [
|
13696
|
+
{
|
13697
|
+
name: 'HAP EVM Explorer (Blockscout)',
|
13698
|
+
url: 'https://blockscout.hap.land',
|
13699
|
+
standard: 'none',
|
13700
|
+
icon: 'hap'
|
13701
|
+
}
|
13702
|
+
]
|
13703
|
+
},
|
13642
13704
|
{
|
13643
13705
|
name: 'Plian Testnet Subchain 1',
|
13644
13706
|
chain: 'Plian',
|
@@ -14203,6 +14265,27 @@ const chainArray = [
|
|
14203
14265
|
chainId: 1122334455,
|
14204
14266
|
networkId: 1122334455
|
14205
14267
|
},
|
14268
|
+
{
|
14269
|
+
name: 'CyberdeckNet',
|
14270
|
+
chain: 'cyberdeck',
|
14271
|
+
rpc: [ 'http://cybeth1.cyberdeck.eu:8545' ],
|
14272
|
+
faucets: [],
|
14273
|
+
nativeCurrency: { name: 'Cyb', symbol: 'CYB', decimals: 18 },
|
14274
|
+
infoURL: 'https://cyberdeck.eu',
|
14275
|
+
shortName: 'cyb',
|
14276
|
+
chainId: 1146703430,
|
14277
|
+
networkId: 1146703430,
|
14278
|
+
icon: 'cyberdeck',
|
14279
|
+
status: 'active',
|
14280
|
+
explorers: [
|
14281
|
+
{
|
14282
|
+
name: 'CybEthExplorer',
|
14283
|
+
url: 'http://cybeth1.cyberdeck.eu:8000',
|
14284
|
+
icon: 'cyberdeck',
|
14285
|
+
standard: 'none'
|
14286
|
+
}
|
14287
|
+
]
|
14288
|
+
},
|
14206
14289
|
{
|
14207
14290
|
name: 'Aurora Mainnet',
|
14208
14291
|
chain: 'NEAR',
|