eth-chainlist 0.0.144 → 0.0.146
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 +86 -16
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.146 (2023-05-10)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.145 ([f50dacc](https://github.com/poowf/eth-chainlist/commit/f50dacc5a37677da3d94e8570f4b7f1086c7cb59))
|
9
|
+
* update chain data ([a5cf0a9](https://github.com/poowf/eth-chainlist/commit/a5cf0a9018d46bd97a64d7d2b9a5d79c672e41f9))
|
10
|
+
|
11
|
+
### 0.0.145 (2023-05-09)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.144 ([6d7b4ae](https://github.com/poowf/eth-chainlist/commit/6d7b4ae8ed4a9023cbb7f138f1d9e4dd5fcafbc7))
|
17
|
+
* update chain data ([8b14881](https://github.com/poowf/eth-chainlist/commit/8b148814a434716c07c731998a755c4fb2ec9f69))
|
18
|
+
|
3
19
|
### 0.0.144 (2023-05-06)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -3878,7 +3878,7 @@ const chainArray = [
|
|
3878
3878
|
explorers: [
|
3879
3879
|
{
|
3880
3880
|
name: 'blockexplorer',
|
3881
|
-
url: 'https://
|
3881
|
+
url: 'https://suite.camino.network/explorer',
|
3882
3882
|
standard: 'none'
|
3883
3883
|
}
|
3884
3884
|
]
|
@@ -5825,6 +5825,44 @@ const chainArray = [
|
|
5825
5825
|
bridges: [ { url: 'https://bridge.step.network' } ]
|
5826
5826
|
}
|
5827
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
|
+
},
|
5828
5866
|
{
|
5829
5867
|
name: 'OM Platform Mainnet',
|
5830
5868
|
chain: 'omplatform',
|
@@ -6282,6 +6320,25 @@ const chainArray = [
|
|
6282
6320
|
}
|
6283
6321
|
]
|
6284
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
|
+
},
|
6285
6342
|
{
|
6286
6343
|
name: 'Ctex Scan Blockchain',
|
6287
6344
|
chain: 'Ctex Scan Blockchain',
|
@@ -6555,9 +6612,28 @@ const chainArray = [
|
|
6555
6612
|
}
|
6556
6613
|
]
|
6557
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
|
+
},
|
6558
6634
|
{
|
6559
6635
|
name: 'Kerleano',
|
6560
|
-
title: 'Proof of
|
6636
|
+
title: 'Proof of Climate awaReness testnet',
|
6561
6637
|
chain: 'CRC',
|
6562
6638
|
status: 'active',
|
6563
6639
|
rpc: [
|
@@ -6567,15 +6643,17 @@ const chainArray = [
|
|
6567
6643
|
faucets: [
|
6568
6644
|
'https://github.com/ethereum-pocr/kerleano/blob/main/docs/faucet.md'
|
6569
6645
|
],
|
6570
|
-
nativeCurrency: { name: '
|
6646
|
+
nativeCurrency: { name: 'Climate awaReness Coin', symbol: 'CRC', decimals: 18 },
|
6571
6647
|
infoURL: 'https://github.com/ethereum-pocr/kerleano',
|
6572
6648
|
shortName: 'kerleano',
|
6573
6649
|
chainId: 1804,
|
6574
6650
|
networkId: 1804,
|
6651
|
+
icon: 'pocr',
|
6575
6652
|
explorers: [
|
6576
6653
|
{
|
6577
6654
|
name: 'Lite Explorer',
|
6578
6655
|
url: 'https://ethereum-pocr.github.io/explorer/kerleano',
|
6656
|
+
icon: 'pocr',
|
6579
6657
|
standard: 'EIP3091'
|
6580
6658
|
}
|
6581
6659
|
]
|
@@ -7852,7 +7930,7 @@ const chainArray = [
|
|
7852
7930
|
},
|
7853
7931
|
{
|
7854
7932
|
name: 'PoCRNet',
|
7855
|
-
title: 'Proof of
|
7933
|
+
title: 'Proof of Climate awaReness mainnet',
|
7856
7934
|
chain: 'CRC',
|
7857
7935
|
status: 'active',
|
7858
7936
|
rpc: [
|
@@ -7860,15 +7938,17 @@ const chainArray = [
|
|
7860
7938
|
'wss://pocrnet.westeurope.cloudapp.azure.com/ws'
|
7861
7939
|
],
|
7862
7940
|
faucets: [],
|
7863
|
-
nativeCurrency: { name: '
|
7941
|
+
nativeCurrency: { name: 'Climate awaReness Coin', symbol: 'CRC', decimals: 18 },
|
7864
7942
|
infoURL: 'https://github.com/ethereum-pocr/pocrnet',
|
7865
7943
|
shortName: 'pocrnet',
|
7866
7944
|
chainId: 2606,
|
7867
7945
|
networkId: 2606,
|
7946
|
+
icon: 'pocr',
|
7868
7947
|
explorers: [
|
7869
7948
|
{
|
7870
7949
|
name: 'Lite Explorer',
|
7871
7950
|
url: 'https://ethereum-pocr.github.io/explorer/pocrnet',
|
7951
|
+
icon: 'pocr',
|
7872
7952
|
standard: 'EIP3091'
|
7873
7953
|
}
|
7874
7954
|
]
|
@@ -11178,7 +11258,7 @@ const chainArray = [
|
|
11178
11258
|
{
|
11179
11259
|
name: 'IRIShub Testnet',
|
11180
11260
|
chain: 'IRIShub',
|
11181
|
-
rpc: [ '
|
11261
|
+
rpc: [ 'https://evmrpc.nyancat.irisnet.org' ],
|
11182
11262
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
11183
11263
|
faucets: [],
|
11184
11264
|
nativeCurrency: { name: 'Eris', symbol: 'ERIS', decimals: 18 },
|
@@ -12987,11 +13067,6 @@ const chainArray = [
|
|
12987
13067
|
chainId: 71401,
|
12988
13068
|
networkId: 71401,
|
12989
13069
|
explorers: [
|
12990
|
-
{
|
12991
|
-
name: 'GWScout Explorer',
|
12992
|
-
url: 'https://gw-testnet-explorer.nervosdao.community',
|
12993
|
-
standard: 'none'
|
12994
|
-
},
|
12995
13070
|
{
|
12996
13071
|
name: 'GWScan Block Explorer',
|
12997
13072
|
url: 'https://v1.testnet.gwscan.com',
|
@@ -13010,11 +13085,6 @@ const chainArray = [
|
|
13010
13085
|
chainId: 71402,
|
13011
13086
|
networkId: 71402,
|
13012
13087
|
explorers: [
|
13013
|
-
{
|
13014
|
-
name: 'GWScout Explorer',
|
13015
|
-
url: 'https://gw-mainnet-explorer.nervosdao.community',
|
13016
|
-
standard: 'none'
|
13017
|
-
},
|
13018
13088
|
{
|
13019
13089
|
name: 'GWScan Block Explorer',
|
13020
13090
|
url: 'https://v1.gwscan.com',
|