eth-chainlist 0.0.483 → 0.0.485
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 +71 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.485 (2024-09-06)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.484 ([016a3c5](https://github.com/poowf/eth-chainlist/commit/016a3c525d10d70bed0714df6ebaeb8145e637b5))
|
9
|
+
* update chain data ([da8c955](https://github.com/poowf/eth-chainlist/commit/da8c955709bf177248fad20a71cb91f918bb6c7a))
|
10
|
+
|
11
|
+
### 0.0.484 (2024-09-05)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.483 ([fec8e78](https://github.com/poowf/eth-chainlist/commit/fec8e78b6cfab4e89cb17141f4c748de033714a3))
|
17
|
+
* update chain data ([ce6e14e](https://github.com/poowf/eth-chainlist/commit/ce6e14e1b1824b482414f98ec957ca121510ba8b))
|
18
|
+
|
3
19
|
### 0.0.483 (2024-09-04)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -6393,10 +6393,10 @@ const chainArray = [
|
|
6393
6393
|
]
|
6394
6394
|
},
|
6395
6395
|
{
|
6396
|
-
name: 'Testnet',
|
6396
|
+
name: 'EVM on Flow (Testnet)',
|
6397
6397
|
chain: 'Flow',
|
6398
6398
|
rpc: [ 'https://testnet.evm.nodes.onflow.org' ],
|
6399
|
-
faucets: [ 'https://
|
6399
|
+
faucets: [ 'https://faucet.flow.com/fund-account' ],
|
6400
6400
|
nativeCurrency: { name: 'FLOW', symbol: 'FLOW', decimals: 18 },
|
6401
6401
|
infoURL: 'https://developers.flow.com/evm/about',
|
6402
6402
|
shortName: 'flow-testnet',
|
@@ -6839,7 +6839,8 @@ const chainArray = [
|
|
6839
6839
|
url: 'https://eth.flowscan.io',
|
6840
6840
|
standard: 'EIP3091'
|
6841
6841
|
}
|
6842
|
-
]
|
6842
|
+
],
|
6843
|
+
status: 'deprecated'
|
6843
6844
|
},
|
6844
6845
|
{
|
6845
6846
|
name: 'SX Network Testnet',
|
@@ -7176,6 +7177,27 @@ const chainArray = [
|
|
7176
7177
|
}
|
7177
7178
|
]
|
7178
7179
|
},
|
7180
|
+
{
|
7181
|
+
name: 'Tucana',
|
7182
|
+
chain: 'Tucana',
|
7183
|
+
title: 'Tucana Testnet',
|
7184
|
+
rpc: [ 'https://evm-rpc.tucana.zone', 'wss://evm-ws.tucana.zone' ],
|
7185
|
+
faucets: [],
|
7186
|
+
nativeCurrency: { name: 'Tucana', symbol: 'TUC', decimals: 18 },
|
7187
|
+
infoURL: 'https://tucana.zone',
|
7188
|
+
shortName: 'tuc',
|
7189
|
+
chainId: 711,
|
7190
|
+
networkId: 711,
|
7191
|
+
slip44: 1,
|
7192
|
+
icon: 'tucana',
|
7193
|
+
explorers: [
|
7194
|
+
{
|
7195
|
+
name: 'Tucana Explorer',
|
7196
|
+
url: 'https://explorer.tucana.zone',
|
7197
|
+
standard: 'EIP3091'
|
7198
|
+
}
|
7199
|
+
]
|
7200
|
+
},
|
7179
7201
|
{
|
7180
7202
|
name: 'Birdee-2',
|
7181
7203
|
chain: 'Tucana',
|
@@ -7365,7 +7387,7 @@ const chainArray = [
|
|
7365
7387
|
]
|
7366
7388
|
},
|
7367
7389
|
{
|
7368
|
-
name: 'Mainnet',
|
7390
|
+
name: 'EVM on Flow (Mainnet)',
|
7369
7391
|
chain: 'Flow',
|
7370
7392
|
rpc: [ 'https://mainnet.evm.nodes.onflow.org' ],
|
7371
7393
|
faucets: [],
|
@@ -14515,7 +14537,7 @@ const chainArray = [
|
|
14515
14537
|
'wss://rpc-quicknode-holesky.morphl2.io',
|
14516
14538
|
'https://rpc-holesky.morphl2.io'
|
14517
14539
|
],
|
14518
|
-
faucets: [],
|
14540
|
+
faucets: [ 'https://morphfaucet.com/' ],
|
14519
14541
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
14520
14542
|
infoURL: 'https://morphl2.io',
|
14521
14543
|
shortName: 'hmorph',
|
@@ -24584,6 +24606,26 @@ const chainArray = [
|
|
24584
24606
|
],
|
24585
24607
|
parent: { type: 'L2', chain: 'eip155-248' }
|
24586
24608
|
},
|
24609
|
+
{
|
24610
|
+
name: 'qChain Mainnet',
|
24611
|
+
chain: 'qChain',
|
24612
|
+
rpc: [ 'https://rpc.qchain.kr' ],
|
24613
|
+
faucets: [],
|
24614
|
+
features: [ { name: 'EIP155' } ],
|
24615
|
+
nativeCurrency: { name: 'QCO', symbol: 'QCO', decimals: 18 },
|
24616
|
+
infoURL: 'https://www.qchain.kr',
|
24617
|
+
shortName: 'qchain',
|
24618
|
+
chainId: 30000,
|
24619
|
+
networkId: 30000,
|
24620
|
+
icon: 'qchain',
|
24621
|
+
explorers: [
|
24622
|
+
{
|
24623
|
+
name: 'qChain explorer',
|
24624
|
+
url: 'https://scan.qchain.kr',
|
24625
|
+
standard: 'EIP3091'
|
24626
|
+
}
|
24627
|
+
]
|
24628
|
+
},
|
24587
24629
|
{
|
24588
24630
|
name: 'Piece testnet',
|
24589
24631
|
chain: 'PieceNetwork',
|
@@ -32544,6 +32586,30 @@ const chainArray = [
|
|
32544
32586
|
}
|
32545
32587
|
]
|
32546
32588
|
},
|
32589
|
+
{
|
32590
|
+
name: 'DustBoy IoT',
|
32591
|
+
title: 'DustBoy IoT',
|
32592
|
+
status: 'active',
|
32593
|
+
chain: 'DUSTBOY',
|
32594
|
+
rpc: [ 'https://dustboy-rpc.jibl2.com/' ],
|
32595
|
+
faucets: [],
|
32596
|
+
nativeCurrency: { name: 'Ether', symbol: 'DST', decimals: 18 },
|
32597
|
+
infoURL: 'https://www.cmuccdc.org/',
|
32598
|
+
shortName: 'DustBoy_IoT',
|
32599
|
+
chainId: 555888,
|
32600
|
+
networkId: 555888,
|
32601
|
+
slip44: 1,
|
32602
|
+
icon: 'dustboy',
|
32603
|
+
explorers: [
|
32604
|
+
{
|
32605
|
+
name: 'blockscout',
|
32606
|
+
url: 'https://dustboy.jibl2.com',
|
32607
|
+
standard: 'EIP3091',
|
32608
|
+
icon: 'dustboy'
|
32609
|
+
}
|
32610
|
+
],
|
32611
|
+
parent: { type: 'L2', chain: 'eip155-1' }
|
32612
|
+
},
|
32547
32613
|
{
|
32548
32614
|
name: 'Hypra Mainnet',
|
32549
32615
|
chain: 'HYP',
|