eth-chainlist 0.0.482 → 0.0.483
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +8 -0
- package/data/chain.js +83 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.483 (2024-09-04)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.482 ([4f9500b](https://github.com/poowf/eth-chainlist/commit/4f9500bea0a9936788998c62211961bedf7e0b31))
|
9
|
+
* update chain data ([bfee0f0](https://github.com/poowf/eth-chainlist/commit/bfee0f0a7349ffdcd6aca6a7bbdfb4c75e441e17))
|
10
|
+
|
3
11
|
### 0.0.482 (2024-09-03)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -7176,6 +7176,30 @@ const chainArray = [
|
|
7176
7176
|
}
|
7177
7177
|
]
|
7178
7178
|
},
|
7179
|
+
{
|
7180
|
+
name: 'Birdee-2',
|
7181
|
+
chain: 'Tucana',
|
7182
|
+
title: 'Tucana Testnet',
|
7183
|
+
rpc: [
|
7184
|
+
'https://evm-rpc.birdee-2.tucana.zone',
|
7185
|
+
'wss://evm-ws.birdee-2.tucana.zone'
|
7186
|
+
],
|
7187
|
+
faucets: [],
|
7188
|
+
nativeCurrency: { name: 'Tucana', symbol: 'TUC', decimals: 18 },
|
7189
|
+
infoURL: 'https://tucana.zone',
|
7190
|
+
shortName: 'birdee-2',
|
7191
|
+
chainId: 712,
|
7192
|
+
networkId: 712,
|
7193
|
+
slip44: 1,
|
7194
|
+
icon: 'tucana',
|
7195
|
+
explorers: [
|
7196
|
+
{
|
7197
|
+
name: 'Birdee-2 Explorer',
|
7198
|
+
url: 'https://explorer.birdee-2.tucana.zone',
|
7199
|
+
standard: 'EIP3091'
|
7200
|
+
}
|
7201
|
+
]
|
7202
|
+
},
|
7179
7203
|
{
|
7180
7204
|
name: 'Vrcscan Mainnet',
|
7181
7205
|
chain: 'VRC',
|
@@ -11084,7 +11108,8 @@ const chainArray = [
|
|
11084
11108
|
name: 'Gravity Alpha Mainnet Explorer',
|
11085
11109
|
url: 'https://explorer.gravity.xyz',
|
11086
11110
|
standard: 'EIP3091'
|
11087
|
-
}
|
11111
|
+
},
|
11112
|
+
{ name: 'gscan', url: 'https://gscan.xyz', standard: 'EIP3091' }
|
11088
11113
|
],
|
11089
11114
|
parent: {
|
11090
11115
|
type: 'L2',
|
@@ -14046,6 +14071,25 @@ const chainArray = [
|
|
14046
14071
|
}
|
14047
14072
|
]
|
14048
14073
|
},
|
14074
|
+
{
|
14075
|
+
name: '6Degree of Outreach',
|
14076
|
+
chain: '6DO',
|
14077
|
+
rpc: [ 'https://rpc.6do.world' ],
|
14078
|
+
faucets: [],
|
14079
|
+
nativeCurrency: { name: '6Degree Coin', symbol: '6DO', decimals: 18 },
|
14080
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
14081
|
+
infoURL: 'https://6do.world',
|
14082
|
+
shortName: '6do',
|
14083
|
+
chainId: 2477,
|
14084
|
+
networkId: 2477,
|
14085
|
+
explorers: [
|
14086
|
+
{
|
14087
|
+
name: '6Degree Chain Explorer',
|
14088
|
+
url: 'https://explorer.6do.world',
|
14089
|
+
standard: 'EIP3091'
|
14090
|
+
}
|
14091
|
+
]
|
14092
|
+
},
|
14049
14093
|
{
|
14050
14094
|
name: 'Unicorn Ultra Nebulas Testnet',
|
14051
14095
|
chain: 'u2u',
|
@@ -26452,6 +26496,25 @@ const chainArray = [
|
|
26452
26496
|
}
|
26453
26497
|
]
|
26454
26498
|
},
|
26499
|
+
{
|
26500
|
+
name: 'OverProtocol Mainnet',
|
26501
|
+
chain: 'OverProtocol',
|
26502
|
+
icon: 'overIcon',
|
26503
|
+
rpc: [ 'https://public.rpc.overprotocol.com' ],
|
26504
|
+
faucets: [],
|
26505
|
+
nativeCurrency: { name: 'Over', symbol: 'OVER', decimals: 18 },
|
26506
|
+
infoURL: 'https://docs.over.network',
|
26507
|
+
shortName: 'overprotocol',
|
26508
|
+
chainId: 54176,
|
26509
|
+
networkId: 54176,
|
26510
|
+
explorers: [
|
26511
|
+
{
|
26512
|
+
name: 'OverView',
|
26513
|
+
url: 'https://view.over.network',
|
26514
|
+
standard: 'EIP3091'
|
26515
|
+
}
|
26516
|
+
]
|
26517
|
+
},
|
26455
26518
|
{
|
26456
26519
|
name: 'Haqq Chain Testnet',
|
26457
26520
|
chain: 'TestEdge2',
|
@@ -32403,6 +32466,25 @@ const chainArray = [
|
|
32403
32466
|
}
|
32404
32467
|
]
|
32405
32468
|
},
|
32469
|
+
{
|
32470
|
+
name: 'OverProtocol Testnet',
|
32471
|
+
chain: 'OverProtocol',
|
32472
|
+
icon: 'overIcon',
|
32473
|
+
rpc: [ 'https://wallet-dolphin.rpc.over.network' ],
|
32474
|
+
faucets: [],
|
32475
|
+
nativeCurrency: { name: 'Over', symbol: 'OVER', decimals: 18 },
|
32476
|
+
infoURL: 'https://docs.over.network',
|
32477
|
+
shortName: 'overprotocol-testnet',
|
32478
|
+
chainId: 541764,
|
32479
|
+
networkId: 541764,
|
32480
|
+
explorers: [
|
32481
|
+
{
|
32482
|
+
name: 'OverView Testnet',
|
32483
|
+
url: 'https://dolphin.view.over.network',
|
32484
|
+
standard: 'EIP3091'
|
32485
|
+
}
|
32486
|
+
]
|
32487
|
+
},
|
32406
32488
|
{
|
32407
32489
|
name: 'One World Chain Testnet',
|
32408
32490
|
chain: 'One World Chain',
|