eth-chainlist 0.0.107 → 0.0.109
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 +82 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.109 (2023-03-24)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.108 ([3a682aa](https://github.com/poowf/eth-chainlist/commit/3a682aa37eb4e5c8b23e7866cab3c646074a4542))
|
9
|
+
* update chain data ([c525c83](https://github.com/poowf/eth-chainlist/commit/c525c834921c3f06b11b5eb999c3e5131f8ba6ef))
|
10
|
+
|
11
|
+
### 0.0.108 (2023-03-23)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.107 ([14ee005](https://github.com/poowf/eth-chainlist/commit/14ee00592d5d8f567380c0142ac09e6465494491))
|
17
|
+
* update chain data ([9dafd20](https://github.com/poowf/eth-chainlist/commit/9dafd20045d8f4c6f0d7d3f283f632bb3a608f69))
|
18
|
+
|
3
19
|
### 0.0.107 (2023-03-22)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -2276,6 +2276,26 @@ const chainArray = [
|
|
2276
2276
|
}
|
2277
2277
|
]
|
2278
2278
|
},
|
2279
|
+
{
|
2280
|
+
name: 'WoopChain Mainnet',
|
2281
|
+
chain: 'WOOP',
|
2282
|
+
icon: 'woopchain',
|
2283
|
+
rpc: [ 'https://rpc.woop.ai/rpc' ],
|
2284
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
2285
|
+
faucets: [],
|
2286
|
+
nativeCurrency: { name: 'WoopCoin', symbol: 'WOOC', decimals: 18 },
|
2287
|
+
infoURL: 'https://wikiwoop.com',
|
2288
|
+
shortName: 'woop',
|
2289
|
+
chainId: 139,
|
2290
|
+
networkId: 139,
|
2291
|
+
explorers: [
|
2292
|
+
{
|
2293
|
+
name: 'wikiwoop',
|
2294
|
+
url: 'https://explorer.wikiwoop.com',
|
2295
|
+
standard: 'EIP3091'
|
2296
|
+
}
|
2297
|
+
]
|
2298
|
+
},
|
2279
2299
|
{
|
2280
2300
|
name: 'Openpiece Testnet',
|
2281
2301
|
chain: 'OPENPIECE',
|
@@ -2882,7 +2902,7 @@ const chainArray = [
|
|
2882
2902
|
{
|
2883
2903
|
name: 'zkSync Era Testnet',
|
2884
2904
|
chain: 'ETH',
|
2885
|
-
rpc: [ 'https://
|
2905
|
+
rpc: [ 'https://testnet.era.zksync.dev' ],
|
2886
2906
|
faucets: [ 'https://goerli.portal.zksync.io/faucet' ],
|
2887
2907
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
2888
2908
|
infoURL: 'https://era.zksync.io/docs/',
|
@@ -3207,7 +3227,7 @@ const chainArray = [
|
|
3207
3227
|
{
|
3208
3228
|
name: 'zkSync Era Mainnet',
|
3209
3229
|
chain: 'ETH',
|
3210
|
-
rpc: [ 'https://
|
3230
|
+
rpc: [ 'https://mainnet.era.zksync.io' ],
|
3211
3231
|
faucets: [],
|
3212
3232
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
3213
3233
|
infoURL: 'https://zksync.io/',
|
@@ -3226,7 +3246,7 @@ const chainArray = [
|
|
3226
3246
|
parent: {
|
3227
3247
|
type: 'L2',
|
3228
3248
|
chain: 'eip155-1',
|
3229
|
-
bridges: [ { url: 'https://
|
3249
|
+
bridges: [ { url: 'https://bridge.zksync.io/' } ]
|
3230
3250
|
}
|
3231
3251
|
},
|
3232
3252
|
{
|
@@ -4169,7 +4189,7 @@ const chainArray = [
|
|
4169
4189
|
},
|
4170
4190
|
{
|
4171
4191
|
name: 'Lucid Blockchain',
|
4172
|
-
chain: 'Lucid
|
4192
|
+
chain: 'Lucid',
|
4173
4193
|
icon: 'lucid',
|
4174
4194
|
rpc: [ 'https://rpc.lucidcoin.io' ],
|
4175
4195
|
faucets: [ 'https://faucet.lucidcoin.io' ],
|
@@ -12677,6 +12697,25 @@ const chainArray = [
|
|
12677
12697
|
}
|
12678
12698
|
]
|
12679
12699
|
},
|
12700
|
+
{
|
12701
|
+
name: 'ADIL Devnet',
|
12702
|
+
chain: 'ADIL',
|
12703
|
+
icon: 'adil',
|
12704
|
+
rpc: [ 'https://devnet.adilchain-rpc.io' ],
|
12705
|
+
faucets: [],
|
12706
|
+
nativeCurrency: { name: 'Devnet ADIL', symbol: 'ADIL', decimals: 18 },
|
12707
|
+
infoURL: 'https://adilchain.io',
|
12708
|
+
shortName: 'dadil',
|
12709
|
+
chainId: 123456,
|
12710
|
+
networkId: 123456,
|
12711
|
+
explorers: [
|
12712
|
+
{
|
12713
|
+
name: 'ADIL Devnet Explorer',
|
12714
|
+
url: 'https://devnet.adilchain-scan.io',
|
12715
|
+
standard: 'EIP3091'
|
12716
|
+
}
|
12717
|
+
]
|
12718
|
+
},
|
12680
12719
|
{
|
12681
12720
|
name: 'ETND Chain Mainnets',
|
12682
12721
|
chain: 'ETND',
|
@@ -12697,6 +12736,25 @@ const chainArray = [
|
|
12697
12736
|
}
|
12698
12737
|
]
|
12699
12738
|
},
|
12739
|
+
{
|
12740
|
+
name: 'Taiko (Alpha-2 Testnet)',
|
12741
|
+
chain: 'ETH',
|
12742
|
+
icon: 'taiko',
|
12743
|
+
rpc: [ 'https://rpc.a2.taiko.xyz' ],
|
12744
|
+
faucets: [],
|
12745
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
12746
|
+
infoURL: 'https://taiko.xyz',
|
12747
|
+
shortName: 'taiko-a2',
|
12748
|
+
chainId: 167004,
|
12749
|
+
networkId: 167004,
|
12750
|
+
explorers: [
|
12751
|
+
{
|
12752
|
+
name: 'blockscout',
|
12753
|
+
url: 'https://explorer.a2.taiko.xyz',
|
12754
|
+
standard: 'EIP3091'
|
12755
|
+
}
|
12756
|
+
]
|
12757
|
+
},
|
12700
12758
|
{
|
12701
12759
|
name: 'Condor Test Network',
|
12702
12760
|
chain: 'CONDOR',
|
@@ -12923,6 +12981,25 @@ const chainArray = [
|
|
12923
12981
|
}
|
12924
12982
|
]
|
12925
12983
|
},
|
12984
|
+
{
|
12985
|
+
name: 'HashKey Chain Testnet',
|
12986
|
+
chain: 'HashKey',
|
12987
|
+
rpc: [ 'https://testnet.hashkeychain/rpc' ],
|
12988
|
+
faucets: [ 'https://testnet.hashkeychain/faucet' ],
|
12989
|
+
nativeCurrency: { name: 'HashKey Token', symbol: 'tHSK', decimals: 18 },
|
12990
|
+
infoURL: 'https://www.hashkey.com',
|
12991
|
+
shortName: 'hsktest',
|
12992
|
+
chainId: 230315,
|
12993
|
+
networkId: 230315,
|
12994
|
+
icon: 'hsk',
|
12995
|
+
explorers: [
|
12996
|
+
{
|
12997
|
+
name: 'HashKey Chain Testnet Explorer',
|
12998
|
+
url: 'https://testnet.hashkeyscan.io',
|
12999
|
+
standard: 'none'
|
13000
|
+
}
|
13001
|
+
]
|
13002
|
+
},
|
12926
13003
|
{
|
12927
13004
|
name: 'Haymo Testnet',
|
12928
13005
|
chain: 'tHYM',
|
@@ -14409,7 +14486,7 @@ const chainArray = [
|
|
14409
14486
|
chain: 'TEAM',
|
14410
14487
|
rpc: [ 'https://rpc.teamblockchain.team' ],
|
14411
14488
|
faucets: [],
|
14412
|
-
nativeCurrency: { name: 'TEAM', symbol: '$TEAM', decimals:
|
14489
|
+
nativeCurrency: { name: 'TEAM', symbol: '$TEAM', decimals: 18 },
|
14413
14490
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
14414
14491
|
infoURL: 'https://teamblockchain.team',
|
14415
14492
|
shortName: 'team',
|