eth-chainlist 0.0.482 → 0.0.484
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 +132 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.484 (2024-09-05)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.483 ([fec8e78](https://github.com/poowf/eth-chainlist/commit/fec8e78b6cfab4e89cb17141f4c748de033714a3))
|
9
|
+
* update chain data ([ce6e14e](https://github.com/poowf/eth-chainlist/commit/ce6e14e1b1824b482414f98ec957ca121510ba8b))
|
10
|
+
|
11
|
+
### 0.0.483 (2024-09-04)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.482 ([4f9500b](https://github.com/poowf/eth-chainlist/commit/4f9500bea0a9936788998c62211961bedf7e0b31))
|
17
|
+
* update chain data ([bfee0f0](https://github.com/poowf/eth-chainlist/commit/bfee0f0a7349ffdcd6aca6a7bbdfb4c75e441e17))
|
18
|
+
|
3
19
|
### 0.0.482 (2024-09-03)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -6396,7 +6396,7 @@ const chainArray = [
|
|
6396
6396
|
name: '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,51 @@ 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
|
+
},
|
7201
|
+
{
|
7202
|
+
name: 'Birdee-2',
|
7203
|
+
chain: 'Tucana',
|
7204
|
+
title: 'Tucana Testnet',
|
7205
|
+
rpc: [
|
7206
|
+
'https://evm-rpc.birdee-2.tucana.zone',
|
7207
|
+
'wss://evm-ws.birdee-2.tucana.zone'
|
7208
|
+
],
|
7209
|
+
faucets: [],
|
7210
|
+
nativeCurrency: { name: 'Tucana', symbol: 'TUC', decimals: 18 },
|
7211
|
+
infoURL: 'https://tucana.zone',
|
7212
|
+
shortName: 'birdee-2',
|
7213
|
+
chainId: 712,
|
7214
|
+
networkId: 712,
|
7215
|
+
slip44: 1,
|
7216
|
+
icon: 'tucana',
|
7217
|
+
explorers: [
|
7218
|
+
{
|
7219
|
+
name: 'Birdee-2 Explorer',
|
7220
|
+
url: 'https://explorer.birdee-2.tucana.zone',
|
7221
|
+
standard: 'EIP3091'
|
7222
|
+
}
|
7223
|
+
]
|
7224
|
+
},
|
7179
7225
|
{
|
7180
7226
|
name: 'Vrcscan Mainnet',
|
7181
7227
|
chain: 'VRC',
|
@@ -11084,7 +11130,8 @@ const chainArray = [
|
|
11084
11130
|
name: 'Gravity Alpha Mainnet Explorer',
|
11085
11131
|
url: 'https://explorer.gravity.xyz',
|
11086
11132
|
standard: 'EIP3091'
|
11087
|
-
}
|
11133
|
+
},
|
11134
|
+
{ name: 'gscan', url: 'https://gscan.xyz', standard: 'EIP3091' }
|
11088
11135
|
],
|
11089
11136
|
parent: {
|
11090
11137
|
type: 'L2',
|
@@ -14046,6 +14093,25 @@ const chainArray = [
|
|
14046
14093
|
}
|
14047
14094
|
]
|
14048
14095
|
},
|
14096
|
+
{
|
14097
|
+
name: '6Degree of Outreach',
|
14098
|
+
chain: '6DO',
|
14099
|
+
rpc: [ 'https://rpc.6do.world' ],
|
14100
|
+
faucets: [],
|
14101
|
+
nativeCurrency: { name: '6Degree Coin', symbol: '6DO', decimals: 18 },
|
14102
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
14103
|
+
infoURL: 'https://6do.world',
|
14104
|
+
shortName: '6do',
|
14105
|
+
chainId: 2477,
|
14106
|
+
networkId: 2477,
|
14107
|
+
explorers: [
|
14108
|
+
{
|
14109
|
+
name: '6Degree Chain Explorer',
|
14110
|
+
url: 'https://explorer.6do.world',
|
14111
|
+
standard: 'EIP3091'
|
14112
|
+
}
|
14113
|
+
]
|
14114
|
+
},
|
14049
14115
|
{
|
14050
14116
|
name: 'Unicorn Ultra Nebulas Testnet',
|
14051
14117
|
chain: 'u2u',
|
@@ -14471,7 +14537,7 @@ const chainArray = [
|
|
14471
14537
|
'wss://rpc-quicknode-holesky.morphl2.io',
|
14472
14538
|
'https://rpc-holesky.morphl2.io'
|
14473
14539
|
],
|
14474
|
-
faucets: [],
|
14540
|
+
faucets: [ 'https://morphfaucet.com/' ],
|
14475
14541
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
14476
14542
|
infoURL: 'https://morphl2.io',
|
14477
14543
|
shortName: 'hmorph',
|
@@ -26452,6 +26518,25 @@ const chainArray = [
|
|
26452
26518
|
}
|
26453
26519
|
]
|
26454
26520
|
},
|
26521
|
+
{
|
26522
|
+
name: 'OverProtocol Mainnet',
|
26523
|
+
chain: 'OverProtocol',
|
26524
|
+
icon: 'overIcon',
|
26525
|
+
rpc: [ 'https://public.rpc.overprotocol.com' ],
|
26526
|
+
faucets: [],
|
26527
|
+
nativeCurrency: { name: 'Over', symbol: 'OVER', decimals: 18 },
|
26528
|
+
infoURL: 'https://docs.over.network',
|
26529
|
+
shortName: 'overprotocol',
|
26530
|
+
chainId: 54176,
|
26531
|
+
networkId: 54176,
|
26532
|
+
explorers: [
|
26533
|
+
{
|
26534
|
+
name: 'OverView',
|
26535
|
+
url: 'https://view.over.network',
|
26536
|
+
standard: 'EIP3091'
|
26537
|
+
}
|
26538
|
+
]
|
26539
|
+
},
|
26455
26540
|
{
|
26456
26541
|
name: 'Haqq Chain Testnet',
|
26457
26542
|
chain: 'TestEdge2',
|
@@ -32403,6 +32488,25 @@ const chainArray = [
|
|
32403
32488
|
}
|
32404
32489
|
]
|
32405
32490
|
},
|
32491
|
+
{
|
32492
|
+
name: 'OverProtocol Testnet',
|
32493
|
+
chain: 'OverProtocol',
|
32494
|
+
icon: 'overIcon',
|
32495
|
+
rpc: [ 'https://wallet-dolphin.rpc.over.network' ],
|
32496
|
+
faucets: [],
|
32497
|
+
nativeCurrency: { name: 'Over', symbol: 'OVER', decimals: 18 },
|
32498
|
+
infoURL: 'https://docs.over.network',
|
32499
|
+
shortName: 'overprotocol-testnet',
|
32500
|
+
chainId: 541764,
|
32501
|
+
networkId: 541764,
|
32502
|
+
explorers: [
|
32503
|
+
{
|
32504
|
+
name: 'OverView Testnet',
|
32505
|
+
url: 'https://dolphin.view.over.network',
|
32506
|
+
standard: 'EIP3091'
|
32507
|
+
}
|
32508
|
+
]
|
32509
|
+
},
|
32406
32510
|
{
|
32407
32511
|
name: 'One World Chain Testnet',
|
32408
32512
|
chain: 'One World Chain',
|
@@ -32462,6 +32566,30 @@ const chainArray = [
|
|
32462
32566
|
}
|
32463
32567
|
]
|
32464
32568
|
},
|
32569
|
+
{
|
32570
|
+
name: 'DustBoy IoT',
|
32571
|
+
title: 'DustBoy IoT',
|
32572
|
+
status: 'active',
|
32573
|
+
chain: 'DUSTBOY',
|
32574
|
+
rpc: [ 'https://dustboy-rpc.jibl2.com/' ],
|
32575
|
+
faucets: [],
|
32576
|
+
nativeCurrency: { name: 'Ether', symbol: 'DST', decimals: 18 },
|
32577
|
+
infoURL: 'https://www.cmuccdc.org/',
|
32578
|
+
shortName: 'DustBoy_IoT',
|
32579
|
+
chainId: 555888,
|
32580
|
+
networkId: 555888,
|
32581
|
+
slip44: 1,
|
32582
|
+
icon: 'dustboy',
|
32583
|
+
explorers: [
|
32584
|
+
{
|
32585
|
+
name: 'blockscout',
|
32586
|
+
url: 'https://dustboy.jibl2.com',
|
32587
|
+
standard: 'EIP3091',
|
32588
|
+
icon: 'dustboy'
|
32589
|
+
}
|
32590
|
+
],
|
32591
|
+
parent: { type: 'L2', chain: 'eip155-1' }
|
32592
|
+
},
|
32465
32593
|
{
|
32466
32594
|
name: 'Hypra Mainnet',
|
32467
32595
|
chain: 'HYP',
|