eth-chainlist 0.0.106 → 0.0.108
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 +199 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.108 (2023-03-23)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.107 ([14ee005](https://github.com/poowf/eth-chainlist/commit/14ee00592d5d8f567380c0142ac09e6465494491))
|
9
|
+
* update chain data ([9dafd20](https://github.com/poowf/eth-chainlist/commit/9dafd20045d8f4c6f0d7d3f283f632bb3a608f69))
|
10
|
+
|
11
|
+
### 0.0.107 (2023-03-22)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.106 ([f2a3aca](https://github.com/poowf/eth-chainlist/commit/f2a3acaebeac5ccf87e212f967c904b70c3182b7))
|
17
|
+
* update chain data ([c535fc6](https://github.com/poowf/eth-chainlist/commit/c535fc64e0d27076742de58c551747c0181bf657))
|
18
|
+
|
3
19
|
### 0.0.106 (2023-03-21)
|
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',
|
@@ -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' ],
|
@@ -6151,6 +6171,54 @@ const chainArray = [
|
|
6151
6171
|
}
|
6152
6172
|
]
|
6153
6173
|
},
|
6174
|
+
{
|
6175
|
+
name: 'Lightlink Phoenix Mainnet',
|
6176
|
+
chain: 'Lightlink Phoenix Mainnet',
|
6177
|
+
icon: 'lightlink',
|
6178
|
+
rpc: [
|
6179
|
+
'https://replicator-01.phoenix.lightlink.io/rpc/v1',
|
6180
|
+
'https://replicator-02.phoenix.lightlink.io/rpc/v1'
|
6181
|
+
],
|
6182
|
+
features: [ { name: 'EIP155' } ],
|
6183
|
+
faucets: [],
|
6184
|
+
nativeCurrency: { name: 'Ethereum', symbol: 'ETH', decimals: 18 },
|
6185
|
+
infoURL: 'https://lightlink.io',
|
6186
|
+
shortName: 'lightlink_phoenix',
|
6187
|
+
chainId: 1890,
|
6188
|
+
networkId: 1890,
|
6189
|
+
explorers: [
|
6190
|
+
{
|
6191
|
+
name: 'phoenix',
|
6192
|
+
url: 'https://phoenix.lightlink.io',
|
6193
|
+
icon: 'lightlink',
|
6194
|
+
standard: 'EIP3091'
|
6195
|
+
}
|
6196
|
+
]
|
6197
|
+
},
|
6198
|
+
{
|
6199
|
+
name: 'Lightlink Pegasus Testnet',
|
6200
|
+
chain: 'Lightlink Pegasus Testnet',
|
6201
|
+
icon: 'lightlink',
|
6202
|
+
rpc: [
|
6203
|
+
'https://replicator-01.pegasus.lightlink.io/rpc/v1',
|
6204
|
+
'https://replicator-02.pegasus.lightlink.io/rpc/v1'
|
6205
|
+
],
|
6206
|
+
features: [ { name: 'EIP155' } ],
|
6207
|
+
faucets: [ 'https://pegasus-faucet-react.vercel.app' ],
|
6208
|
+
nativeCurrency: { name: 'Ethereum', symbol: 'ETH', decimals: 18 },
|
6209
|
+
infoURL: 'https://lightlink.io',
|
6210
|
+
shortName: 'lightlink_pegasus',
|
6211
|
+
chainId: 1891,
|
6212
|
+
networkId: 1891,
|
6213
|
+
explorers: [
|
6214
|
+
{
|
6215
|
+
name: 'pegasus',
|
6216
|
+
url: 'https://pegasus.lightlink.io',
|
6217
|
+
icon: 'lightlink',
|
6218
|
+
standard: 'EIP3091'
|
6219
|
+
}
|
6220
|
+
]
|
6221
|
+
},
|
6154
6222
|
{
|
6155
6223
|
name: 'BON Network',
|
6156
6224
|
chain: 'BON',
|
@@ -7599,6 +7667,25 @@ const chainArray = [
|
|
7599
7667
|
}
|
7600
7668
|
]
|
7601
7669
|
},
|
7670
|
+
{
|
7671
|
+
name: 'AlveyChain Mainnet',
|
7672
|
+
chain: 'ALV',
|
7673
|
+
icon: 'alveychain',
|
7674
|
+
rpc: [ 'https://rpc.alveychain.com/rpc', 'https://rpc2.alvey.io/rpc' ],
|
7675
|
+
faucets: [],
|
7676
|
+
nativeCurrency: { name: 'AlveyCoin', symbol: 'ALV', decimals: 18 },
|
7677
|
+
infoURL: 'https://alveyscan.com/rpc',
|
7678
|
+
shortName: 'alv',
|
7679
|
+
chainId: 3797,
|
7680
|
+
networkId: 3797,
|
7681
|
+
explorers: [
|
7682
|
+
{
|
7683
|
+
name: 'AlveyScan',
|
7684
|
+
url: 'https://alveyscan.com',
|
7685
|
+
standard: 'EIP3091'
|
7686
|
+
}
|
7687
|
+
]
|
7688
|
+
},
|
7602
7689
|
{
|
7603
7690
|
name: 'DRAC Network',
|
7604
7691
|
chain: 'DRAC',
|
@@ -8553,6 +8640,48 @@ const chainArray = [
|
|
8553
8640
|
}
|
8554
8641
|
]
|
8555
8642
|
},
|
8643
|
+
{
|
8644
|
+
name: 'The Root Network - Mainnet',
|
8645
|
+
chain: 'TRN',
|
8646
|
+
rpc: [
|
8647
|
+
'https://root.rootnet.live/archive',
|
8648
|
+
'wss://root.rootnet.live/archive/ws'
|
8649
|
+
],
|
8650
|
+
faucets: [],
|
8651
|
+
nativeCurrency: { name: 'XRP', symbol: 'XRP', decimals: 6 },
|
8652
|
+
infoURL: 'https://www.futureverse.com/technology/root',
|
8653
|
+
shortName: 'trn-mainnet',
|
8654
|
+
chainId: 7668,
|
8655
|
+
networkId: 7668,
|
8656
|
+
explorers: [
|
8657
|
+
{
|
8658
|
+
name: 'rootnet',
|
8659
|
+
url: 'https://explorer.rootnet.live',
|
8660
|
+
standard: 'none'
|
8661
|
+
}
|
8662
|
+
]
|
8663
|
+
},
|
8664
|
+
{
|
8665
|
+
name: 'The Root Network - Porcini Testnet',
|
8666
|
+
chain: 'TRN',
|
8667
|
+
rpc: [
|
8668
|
+
'https://porcini.rootnet.app/archive',
|
8669
|
+
'wss://porcini.rootnet.app/archive/ws'
|
8670
|
+
],
|
8671
|
+
faucets: [],
|
8672
|
+
nativeCurrency: { name: 'XRP', symbol: 'XRP', decimals: 6 },
|
8673
|
+
infoURL: 'https://www.futureverse.com/technology/root',
|
8674
|
+
shortName: 'trn-porcini',
|
8675
|
+
chainId: 7672,
|
8676
|
+
networkId: 7672,
|
8677
|
+
explorers: [
|
8678
|
+
{
|
8679
|
+
name: 'rootnet',
|
8680
|
+
url: 'https://explorer.rootnet.cloud',
|
8681
|
+
standard: 'none'
|
8682
|
+
}
|
8683
|
+
]
|
8684
|
+
},
|
8556
8685
|
{
|
8557
8686
|
name: 'Canto',
|
8558
8687
|
chain: 'Canto',
|
@@ -11904,6 +12033,17 @@ const chainArray = [
|
|
11904
12033
|
}
|
11905
12034
|
]
|
11906
12035
|
},
|
12036
|
+
{
|
12037
|
+
name: 'CYBERTRUST',
|
12038
|
+
chain: 'CYBER',
|
12039
|
+
rpc: [ 'http://testnet.cybertrust.space:48501' ],
|
12040
|
+
faucets: [],
|
12041
|
+
nativeCurrency: { name: 'Cyber Trust', symbol: 'CYBER', decimals: 18 },
|
12042
|
+
infoURL: 'https://cybertrust.space',
|
12043
|
+
shortName: 'Cyber',
|
12044
|
+
chainId: 85449,
|
12045
|
+
networkId: 48501
|
12046
|
+
},
|
11907
12047
|
{
|
11908
12048
|
name: 'Chiliz Scoville Testnet',
|
11909
12049
|
chain: 'CHZ',
|
@@ -12577,6 +12717,25 @@ const chainArray = [
|
|
12577
12717
|
}
|
12578
12718
|
]
|
12579
12719
|
},
|
12720
|
+
{
|
12721
|
+
name: 'Taiko (Alpha-2 Testnet)',
|
12722
|
+
chain: 'ETH',
|
12723
|
+
icon: 'taiko',
|
12724
|
+
rpc: [ 'https://rpc.a2.taiko.xyz' ],
|
12725
|
+
faucets: [],
|
12726
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
12727
|
+
infoURL: 'https://taiko.xyz',
|
12728
|
+
shortName: 'taiko-a2',
|
12729
|
+
chainId: 167004,
|
12730
|
+
networkId: 167004,
|
12731
|
+
explorers: [
|
12732
|
+
{
|
12733
|
+
name: 'blockscout',
|
12734
|
+
url: 'https://explorer.a2.taiko.xyz',
|
12735
|
+
standard: 'EIP3091'
|
12736
|
+
}
|
12737
|
+
]
|
12738
|
+
},
|
12580
12739
|
{
|
12581
12740
|
name: 'Condor Test Network',
|
12582
12741
|
chain: 'CONDOR',
|
@@ -12803,6 +12962,25 @@ const chainArray = [
|
|
12803
12962
|
}
|
12804
12963
|
]
|
12805
12964
|
},
|
12965
|
+
{
|
12966
|
+
name: 'HashKey Chain Testnet',
|
12967
|
+
chain: 'HashKey',
|
12968
|
+
rpc: [ 'https://testnet.hashkeychain/rpc' ],
|
12969
|
+
faucets: [ 'https://testnet.hashkeychain/faucet' ],
|
12970
|
+
nativeCurrency: { name: 'HashKey Token', symbol: 'tHSK', decimals: 18 },
|
12971
|
+
infoURL: 'https://www.hashkey.com',
|
12972
|
+
shortName: 'hsktest',
|
12973
|
+
chainId: 230315,
|
12974
|
+
networkId: 230315,
|
12975
|
+
icon: 'hsk',
|
12976
|
+
explorers: [
|
12977
|
+
{
|
12978
|
+
name: 'HashKey Chain Testnet Explorer',
|
12979
|
+
url: 'https://testnet.hashkeyscan.io',
|
12980
|
+
standard: 'none'
|
12981
|
+
}
|
12982
|
+
]
|
12983
|
+
},
|
12806
12984
|
{
|
12807
12985
|
name: 'Haymo Testnet',
|
12808
12986
|
chain: 'tHYM',
|
@@ -14284,6 +14462,26 @@ const chainArray = [
|
|
14284
14462
|
}
|
14285
14463
|
]
|
14286
14464
|
},
|
14465
|
+
{
|
14466
|
+
name: 'T.E.A.M Blockchain',
|
14467
|
+
chain: 'TEAM',
|
14468
|
+
rpc: [ 'https://rpc.teamblockchain.team' ],
|
14469
|
+
faucets: [],
|
14470
|
+
nativeCurrency: { name: 'TEAM', symbol: '$TEAM', decimals: 18 },
|
14471
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
14472
|
+
infoURL: 'https://teamblockchain.team',
|
14473
|
+
shortName: 'team',
|
14474
|
+
chainId: 88888888,
|
14475
|
+
networkId: 88888888,
|
14476
|
+
explorers: [
|
14477
|
+
{
|
14478
|
+
icon: 'team',
|
14479
|
+
name: 'teamscan',
|
14480
|
+
url: 'https://teamblockchain.team',
|
14481
|
+
standard: 'EIP3091'
|
14482
|
+
}
|
14483
|
+
]
|
14484
|
+
},
|
14287
14485
|
{
|
14288
14486
|
name: 'Joys Digital TestNet',
|
14289
14487
|
chain: 'TOYS',
|