eth-chainlist 0.0.503 → 0.0.505
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +16 -0
- package/data/chain.js +95 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.505 (2024-10-01)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.504 ([f13d57f](https://github.com/poowf/eth-chainlist/commit/f13d57f1ead21ea313f0a1f1aec8dfd17052338e))
|
9
|
+
* update chain data ([6121f31](https://github.com/poowf/eth-chainlist/commit/6121f313d3c7b41ce22430f3d092b665ce3fe129))
|
10
|
+
|
11
|
+
### 0.0.504 (2024-09-29)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.503 ([44724fb](https://github.com/poowf/eth-chainlist/commit/44724fba63618939402608f22e70d30ffcdfdbdf))
|
17
|
+
* update chain data ([762c114](https://github.com/poowf/eth-chainlist/commit/762c1144e2842b277c30c2e92d13b6f62b60717b))
|
18
|
+
|
3
19
|
### 0.0.503 (2024-09-27)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -5476,14 +5476,25 @@ const chainArray = [
|
|
5476
5476
|
{
|
5477
5477
|
name: 'Shape',
|
5478
5478
|
chain: 'ETH',
|
5479
|
-
rpc: [
|
5479
|
+
rpc: [
|
5480
|
+
'https://mainnet.shape.network',
|
5481
|
+
'https://shape-mainnet.g.alchemy.com/public'
|
5482
|
+
],
|
5480
5483
|
faucets: [],
|
5481
5484
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
5482
5485
|
infoURL: 'https://shape.network',
|
5483
5486
|
shortName: 'shape',
|
5484
5487
|
chainId: 360,
|
5485
5488
|
networkId: 360,
|
5486
|
-
|
5489
|
+
icon: 'shape',
|
5490
|
+
explorers: [
|
5491
|
+
{
|
5492
|
+
name: 'shapescan',
|
5493
|
+
url: 'https://shapescan.xyz',
|
5494
|
+
standard: 'EIP3091'
|
5495
|
+
}
|
5496
|
+
],
|
5497
|
+
status: 'active'
|
5487
5498
|
},
|
5488
5499
|
{
|
5489
5500
|
name: 'Theta Mainnet',
|
@@ -19737,6 +19748,22 @@ const chainArray = [
|
|
19737
19748
|
chainId: 8098,
|
19738
19749
|
networkId: 8098
|
19739
19750
|
},
|
19751
|
+
{
|
19752
|
+
name: 'Zenchain',
|
19753
|
+
chain: 'ZCX',
|
19754
|
+
icon: 'zenchain',
|
19755
|
+
rpc: [],
|
19756
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
19757
|
+
faucets: [],
|
19758
|
+
nativeCurrency: { name: 'ZCX', symbol: 'ZCX', decimals: 18 },
|
19759
|
+
infoURL: 'https://zenchain.io',
|
19760
|
+
shortName: 'zen',
|
19761
|
+
chainId: 8108,
|
19762
|
+
networkId: 8108,
|
19763
|
+
slip44: 60,
|
19764
|
+
explorers: [],
|
19765
|
+
status: 'incubating'
|
19766
|
+
},
|
19740
19767
|
{
|
19741
19768
|
name: 'Qitmeer Network Testnet',
|
19742
19769
|
chain: 'MEER',
|
@@ -20021,6 +20048,31 @@ const chainArray = [
|
|
20021
20048
|
icon: 'dracones',
|
20022
20049
|
explorers: []
|
20023
20050
|
},
|
20051
|
+
{
|
20052
|
+
name: 'Zenchain Testnet',
|
20053
|
+
chain: 'ZCX',
|
20054
|
+
icon: 'zenchain',
|
20055
|
+
rpc: [
|
20056
|
+
'https://zenchain-testnet.api.onfinality.io/public',
|
20057
|
+
'wss://zenchain-testnet.api.onfinality.io/public-ws'
|
20058
|
+
],
|
20059
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
20060
|
+
faucets: [ 'https://facuet.zenchain.io' ],
|
20061
|
+
nativeCurrency: { name: 'ZCX', symbol: 'ZCX', decimals: 18 },
|
20062
|
+
infoURL: 'https://zenchain.io',
|
20063
|
+
shortName: 'zentest',
|
20064
|
+
chainId: 8408,
|
20065
|
+
networkId: 8408,
|
20066
|
+
slip44: 60,
|
20067
|
+
explorers: [
|
20068
|
+
{
|
20069
|
+
name: 'zentrace',
|
20070
|
+
url: 'https://zentrace.io',
|
20071
|
+
icon: 'blockscout',
|
20072
|
+
standard: 'EIP3091'
|
20073
|
+
}
|
20074
|
+
]
|
20075
|
+
},
|
20024
20076
|
{
|
20025
20077
|
name: 'THAT Mainnet',
|
20026
20078
|
chain: 'THAT',
|
@@ -22099,6 +22151,7 @@ const chainArray = [
|
|
22099
22151
|
shortName: 'shapesep',
|
22100
22152
|
chainId: 11011,
|
22101
22153
|
networkId: 11011,
|
22154
|
+
icon: 'shapeTestnet',
|
22102
22155
|
explorers: [
|
22103
22156
|
{
|
22104
22157
|
name: 'blockscout',
|
@@ -26225,6 +26278,25 @@ const chainArray = [
|
|
26225
26278
|
}
|
26226
26279
|
]
|
26227
26280
|
},
|
26281
|
+
{
|
26282
|
+
name: 'Asset Chain Mainnet',
|
26283
|
+
chain: 'Asset Chain',
|
26284
|
+
rpc: [ 'https://mainnet-rpc.assetchain.org' ],
|
26285
|
+
faucets: [ 'https://faucet.assetchain.org' ],
|
26286
|
+
nativeCurrency: { name: 'Real World Asset', symbol: 'RWA', decimals: 18 },
|
26287
|
+
infoURL: 'https://docs.assetchain.org',
|
26288
|
+
shortName: 'assetchain',
|
26289
|
+
chainId: 42420,
|
26290
|
+
networkId: 42420,
|
26291
|
+
icon: 'assetchain',
|
26292
|
+
explorers: [
|
26293
|
+
{
|
26294
|
+
name: 'Asset Chain Explorer',
|
26295
|
+
url: 'https://scan.assetchain.org',
|
26296
|
+
standard: 'EIP3091'
|
26297
|
+
}
|
26298
|
+
]
|
26299
|
+
},
|
26228
26300
|
{
|
26229
26301
|
name: 'Asset Chain Testnet',
|
26230
26302
|
chain: 'Asset Chain',
|
@@ -28399,6 +28471,27 @@ const chainArray = [
|
|
28399
28471
|
}
|
28400
28472
|
]
|
28401
28473
|
},
|
28474
|
+
{
|
28475
|
+
name: 'Wadzchain Testnet',
|
28476
|
+
title: 'Wadzchain Testnet',
|
28477
|
+
chain: 'Wadzchain-Testnet',
|
28478
|
+
icon: 'wadz',
|
28479
|
+
rpc: [ 'https://rpc-testnet.wadzchain.io' ],
|
28480
|
+
faucets: [ 'https://faucet-testnet.wadzchain.io' ],
|
28481
|
+
nativeCurrency: { name: 'WadzToken', symbol: 'WTK', decimals: 18 },
|
28482
|
+
infoURL: 'https://www.wadzchain-network.io',
|
28483
|
+
shortName: 'wadzchain-testnet',
|
28484
|
+
chainId: 71117,
|
28485
|
+
networkId: 71117,
|
28486
|
+
slip44: 1,
|
28487
|
+
explorers: [
|
28488
|
+
{
|
28489
|
+
name: 'Wadzchain Testnet Explorer',
|
28490
|
+
url: 'https://scan-testnet.wadzchain.io',
|
28491
|
+
standard: 'EIP3091'
|
28492
|
+
}
|
28493
|
+
]
|
28494
|
+
},
|
28402
28495
|
{
|
28403
28496
|
name: 'Polyjuice Testnet',
|
28404
28497
|
chain: 'CKB',
|