eth-chainlist 0.0.143 → 0.0.145
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 +135 -17
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.145 (2023-05-09)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.144 ([6d7b4ae](https://github.com/poowf/eth-chainlist/commit/6d7b4ae8ed4a9023cbb7f138f1d9e4dd5fcafbc7))
|
9
|
+
* update chain data ([8b14881](https://github.com/poowf/eth-chainlist/commit/8b148814a434716c07c731998a755c4fb2ec9f69))
|
10
|
+
|
11
|
+
### 0.0.144 (2023-05-06)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.143 ([bd23ac1](https://github.com/poowf/eth-chainlist/commit/bd23ac19774e1db718ba77bd9701d92ec302371e))
|
17
|
+
* update chain data ([166e767](https://github.com/poowf/eth-chainlist/commit/166e767d896f64cbbbf5f825c234f268ce1fff98))
|
18
|
+
|
3
19
|
### 0.0.143 (2023-05-05)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -2499,6 +2499,27 @@ const chainArray = [
|
|
2499
2499
|
}
|
2500
2500
|
]
|
2501
2501
|
},
|
2502
|
+
{
|
2503
|
+
name: 'Tenet Testnet',
|
2504
|
+
title: 'Tenet Testnet',
|
2505
|
+
chain: 'TENET',
|
2506
|
+
icon: 'tenet',
|
2507
|
+
rpc: [ 'https://rpc.testnet.tenet.org' ],
|
2508
|
+
faucets: [ 'https://faucet.testnet.tenet.org' ],
|
2509
|
+
nativeCurrency: { name: 'TENET', symbol: 'TENET', decimals: 18 },
|
2510
|
+
infoURL: 'https://tenet.org/',
|
2511
|
+
shortName: 'tenet-testnet',
|
2512
|
+
chainId: 155,
|
2513
|
+
networkId: 155,
|
2514
|
+
explorers: [
|
2515
|
+
{
|
2516
|
+
name: 'TenetScan Testnet',
|
2517
|
+
url: 'https://testnet.tenetscan.io',
|
2518
|
+
icon: 'tenet',
|
2519
|
+
standard: 'EIP3091'
|
2520
|
+
}
|
2521
|
+
]
|
2522
|
+
},
|
2502
2523
|
{
|
2503
2524
|
name: 'OEBlock Testnet',
|
2504
2525
|
chain: 'OEBt',
|
@@ -3584,7 +3605,7 @@ const chainArray = [
|
|
3584
3605
|
explorers: [
|
3585
3606
|
{
|
3586
3607
|
name: 'Cronos Testnet Explorer',
|
3587
|
-
url: 'https://
|
3608
|
+
url: 'https://explorer.cronos.org/testnet',
|
3588
3609
|
standard: 'none'
|
3589
3610
|
}
|
3590
3611
|
]
|
@@ -3748,14 +3769,20 @@ const chainArray = [
|
|
3748
3769
|
name: 'LA Testnet',
|
3749
3770
|
chain: 'LATestnet',
|
3750
3771
|
rpc: [ 'https://rpc.testnet.lachain.network' ],
|
3751
|
-
faucets: [],
|
3772
|
+
faucets: [ 'https://faucet.lachain.network' ],
|
3752
3773
|
nativeCurrency: { name: 'Test La Coin', symbol: 'TLA', decimals: 18 },
|
3753
3774
|
features: [ { name: 'EIP155' } ],
|
3754
3775
|
infoURL: '',
|
3755
3776
|
shortName: 'latestnet',
|
3756
3777
|
chainId: 418,
|
3757
3778
|
networkId: 418,
|
3758
|
-
explorers: [
|
3779
|
+
explorers: [
|
3780
|
+
{
|
3781
|
+
name: 'LA Testnet Explorer',
|
3782
|
+
url: 'https://testexplorer.lachain.network',
|
3783
|
+
standard: 'EIP3091'
|
3784
|
+
}
|
3785
|
+
]
|
3759
3786
|
},
|
3760
3787
|
{
|
3761
3788
|
name: 'Optimism Goerli Testnet',
|
@@ -5798,6 +5825,44 @@ const chainArray = [
|
|
5798
5825
|
bridges: [ { url: 'https://bridge.step.network' } ]
|
5799
5826
|
}
|
5800
5827
|
},
|
5828
|
+
{
|
5829
|
+
name: 'ARC Mainnet',
|
5830
|
+
chain: 'ARC',
|
5831
|
+
icon: 'arc',
|
5832
|
+
rpc: [ 'https://rpc-main-1.archiechain.io' ],
|
5833
|
+
faucets: [],
|
5834
|
+
nativeCurrency: { name: 'ARC', symbol: 'ARC', decimals: 18 },
|
5835
|
+
infoURL: 'https://archiechain.io/',
|
5836
|
+
shortName: 'ARC',
|
5837
|
+
chainId: 1243,
|
5838
|
+
networkId: 1243,
|
5839
|
+
explorers: [
|
5840
|
+
{
|
5841
|
+
name: 'archiescan',
|
5842
|
+
url: 'https://app.archiescan.io',
|
5843
|
+
standard: 'none'
|
5844
|
+
}
|
5845
|
+
]
|
5846
|
+
},
|
5847
|
+
{
|
5848
|
+
name: 'ARC Testnet',
|
5849
|
+
chain: 'ARC',
|
5850
|
+
icon: 'arc',
|
5851
|
+
rpc: [ 'https://rpc-test-1.archiechain.io' ],
|
5852
|
+
faucets: [ 'https://faucet.archiechain.io' ],
|
5853
|
+
nativeCurrency: { name: 'ARC', symbol: 'ARC', decimals: 18 },
|
5854
|
+
infoURL: 'https://archiechain.io/',
|
5855
|
+
shortName: 'TARC',
|
5856
|
+
chainId: 1244,
|
5857
|
+
networkId: 1244,
|
5858
|
+
explorers: [
|
5859
|
+
{
|
5860
|
+
name: 'archiescan',
|
5861
|
+
url: 'https://testnet.archiescan.io',
|
5862
|
+
standard: 'none'
|
5863
|
+
}
|
5864
|
+
]
|
5865
|
+
},
|
5801
5866
|
{
|
5802
5867
|
name: 'OM Platform Mainnet',
|
5803
5868
|
chain: 'omplatform',
|
@@ -6255,6 +6320,25 @@ const chainArray = [
|
|
6255
6320
|
}
|
6256
6321
|
]
|
6257
6322
|
},
|
6323
|
+
{
|
6324
|
+
name: 'GIL Testnet',
|
6325
|
+
chain: 'GIL',
|
6326
|
+
icon: 'gauss',
|
6327
|
+
rpc: [ 'https://rpc.giltestnet.com' ],
|
6328
|
+
faucets: [],
|
6329
|
+
nativeCurrency: { name: 'GANG', symbol: 'GANG', decimals: 18 },
|
6330
|
+
infoURL: 'https://gaussgang.com/',
|
6331
|
+
shortName: 'gil',
|
6332
|
+
chainId: 1452,
|
6333
|
+
networkId: 1452,
|
6334
|
+
explorers: [
|
6335
|
+
{
|
6336
|
+
name: 'GIL Explorer',
|
6337
|
+
url: 'https://explorer.giltestnet.com',
|
6338
|
+
standard: 'EIP3091'
|
6339
|
+
}
|
6340
|
+
]
|
6341
|
+
},
|
6258
6342
|
{
|
6259
6343
|
name: 'Ctex Scan Blockchain',
|
6260
6344
|
chain: 'Ctex Scan Blockchain',
|
@@ -6328,6 +6412,27 @@ const chainArray = [
|
|
6328
6412
|
}
|
6329
6413
|
]
|
6330
6414
|
},
|
6415
|
+
{
|
6416
|
+
name: 'Tenet',
|
6417
|
+
title: 'Tenet Mainnet',
|
6418
|
+
chain: 'TENET',
|
6419
|
+
icon: 'tenet',
|
6420
|
+
rpc: [ 'https://rpc.tenet.org' ],
|
6421
|
+
faucets: [],
|
6422
|
+
nativeCurrency: { name: 'TENET', symbol: 'TENET', decimals: 18 },
|
6423
|
+
infoURL: 'https://tenet.org/',
|
6424
|
+
shortName: 'tenet',
|
6425
|
+
chainId: 1559,
|
6426
|
+
networkId: 1559,
|
6427
|
+
explorers: [
|
6428
|
+
{
|
6429
|
+
name: 'TenetScan Mainnet',
|
6430
|
+
url: 'https://tenetscan.io',
|
6431
|
+
icon: 'tenet',
|
6432
|
+
standard: 'EIP3091'
|
6433
|
+
}
|
6434
|
+
]
|
6435
|
+
},
|
6331
6436
|
{
|
6332
6437
|
name: 'Catecoin Chain Mainnet',
|
6333
6438
|
chain: 'Catechain',
|
@@ -6507,9 +6612,28 @@ const chainArray = [
|
|
6507
6612
|
}
|
6508
6613
|
]
|
6509
6614
|
},
|
6615
|
+
{
|
6616
|
+
name: 'Gauss Mainnet',
|
6617
|
+
chain: 'Gauss',
|
6618
|
+
icon: 'gauss',
|
6619
|
+
rpc: [ 'https://rpc.gaussgang.com' ],
|
6620
|
+
faucets: [],
|
6621
|
+
nativeCurrency: { name: 'GANG', symbol: 'GANG', decimals: 18 },
|
6622
|
+
infoURL: 'https://gaussgang.com/',
|
6623
|
+
shortName: 'gauss',
|
6624
|
+
chainId: 1777,
|
6625
|
+
networkId: 1777,
|
6626
|
+
explorers: [
|
6627
|
+
{
|
6628
|
+
name: 'Gauss Explorer',
|
6629
|
+
url: 'https://explorer.gaussgang.com',
|
6630
|
+
standard: 'EIP3091'
|
6631
|
+
}
|
6632
|
+
]
|
6633
|
+
},
|
6510
6634
|
{
|
6511
6635
|
name: 'Kerleano',
|
6512
|
-
title: 'Proof of
|
6636
|
+
title: 'Proof of Climate awaReness testnet',
|
6513
6637
|
chain: 'CRC',
|
6514
6638
|
status: 'active',
|
6515
6639
|
rpc: [
|
@@ -6519,15 +6643,17 @@ const chainArray = [
|
|
6519
6643
|
faucets: [
|
6520
6644
|
'https://github.com/ethereum-pocr/kerleano/blob/main/docs/faucet.md'
|
6521
6645
|
],
|
6522
|
-
nativeCurrency: { name: '
|
6646
|
+
nativeCurrency: { name: 'Climate awaReness Coin', symbol: 'CRC', decimals: 18 },
|
6523
6647
|
infoURL: 'https://github.com/ethereum-pocr/kerleano',
|
6524
6648
|
shortName: 'kerleano',
|
6525
6649
|
chainId: 1804,
|
6526
6650
|
networkId: 1804,
|
6651
|
+
icon: 'pocr',
|
6527
6652
|
explorers: [
|
6528
6653
|
{
|
6529
6654
|
name: 'Lite Explorer',
|
6530
6655
|
url: 'https://ethereum-pocr.github.io/explorer/kerleano',
|
6656
|
+
icon: 'pocr',
|
6531
6657
|
standard: 'EIP3091'
|
6532
6658
|
}
|
6533
6659
|
]
|
@@ -7804,7 +7930,7 @@ const chainArray = [
|
|
7804
7930
|
},
|
7805
7931
|
{
|
7806
7932
|
name: 'PoCRNet',
|
7807
|
-
title: 'Proof of
|
7933
|
+
title: 'Proof of Climate awaReness mainnet',
|
7808
7934
|
chain: 'CRC',
|
7809
7935
|
status: 'active',
|
7810
7936
|
rpc: [
|
@@ -7812,15 +7938,17 @@ const chainArray = [
|
|
7812
7938
|
'wss://pocrnet.westeurope.cloudapp.azure.com/ws'
|
7813
7939
|
],
|
7814
7940
|
faucets: [],
|
7815
|
-
nativeCurrency: { name: '
|
7941
|
+
nativeCurrency: { name: 'Climate awaReness Coin', symbol: 'CRC', decimals: 18 },
|
7816
7942
|
infoURL: 'https://github.com/ethereum-pocr/pocrnet',
|
7817
7943
|
shortName: 'pocrnet',
|
7818
7944
|
chainId: 2606,
|
7819
7945
|
networkId: 2606,
|
7946
|
+
icon: 'pocr',
|
7820
7947
|
explorers: [
|
7821
7948
|
{
|
7822
7949
|
name: 'Lite Explorer',
|
7823
7950
|
url: 'https://ethereum-pocr.github.io/explorer/pocrnet',
|
7951
|
+
icon: 'pocr',
|
7824
7952
|
standard: 'EIP3091'
|
7825
7953
|
}
|
7826
7954
|
]
|
@@ -12939,11 +13067,6 @@ const chainArray = [
|
|
12939
13067
|
chainId: 71401,
|
12940
13068
|
networkId: 71401,
|
12941
13069
|
explorers: [
|
12942
|
-
{
|
12943
|
-
name: 'GWScout Explorer',
|
12944
|
-
url: 'https://gw-testnet-explorer.nervosdao.community',
|
12945
|
-
standard: 'none'
|
12946
|
-
},
|
12947
13070
|
{
|
12948
13071
|
name: 'GWScan Block Explorer',
|
12949
13072
|
url: 'https://v1.testnet.gwscan.com',
|
@@ -12962,11 +13085,6 @@ const chainArray = [
|
|
12962
13085
|
chainId: 71402,
|
12963
13086
|
networkId: 71402,
|
12964
13087
|
explorers: [
|
12965
|
-
{
|
12966
|
-
name: 'GWScout Explorer',
|
12967
|
-
url: 'https://gw-mainnet-explorer.nervosdao.community',
|
12968
|
-
standard: 'none'
|
12969
|
-
},
|
12970
13088
|
{
|
12971
13089
|
name: 'GWScan Block Explorer',
|
12972
13090
|
url: 'https://v1.gwscan.com',
|