eth-chainlist 0.0.401 → 0.0.403
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 -8
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.403 (2024-05-13)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.402 ([bde3d40](https://github.com/poowf/eth-chainlist/commit/bde3d402974bf250ac93e7ecbbc42d979de742c0))
|
9
|
+
* update chain data ([8a61eef](https://github.com/poowf/eth-chainlist/commit/8a61eef5d4eb7f268a186f525ff8acf3b3c1ebc5))
|
10
|
+
|
11
|
+
### 0.0.402 (2024-05-12)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.401 ([64b3d89](https://github.com/poowf/eth-chainlist/commit/64b3d8928f4ca95a6ac3950f50de15bef096d9dd))
|
17
|
+
* update chain data ([2e4c2ce](https://github.com/poowf/eth-chainlist/commit/2e4c2ce5f9f66e078df26c9bdc433357c85f34f0))
|
18
|
+
|
3
19
|
### 0.0.401 (2024-05-11)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -13056,8 +13056,9 @@ const chainArray = [
|
|
13056
13056
|
title: 'Morph Holesky Testnet',
|
13057
13057
|
chain: 'ETH',
|
13058
13058
|
rpc: [
|
13059
|
-
'https://rpc-holesky.morphl2.io',
|
13060
|
-
'
|
13059
|
+
'https://rpc-quicknode-holesky.morphl2.io',
|
13060
|
+
'wss://rpc-quicknode-holesky.morphl2.io',
|
13061
|
+
'https://rpc-holesky.morphl2.io'
|
13061
13062
|
],
|
13062
13063
|
faucets: [],
|
13063
13064
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
@@ -14288,6 +14289,25 @@ const chainArray = [
|
|
14288
14289
|
infoURL: '',
|
14289
14290
|
parent: { type: 'L2', chain: 'eip155-42161', bridges: [] }
|
14290
14291
|
},
|
14292
|
+
{
|
14293
|
+
name: 'Tobe Chain',
|
14294
|
+
chain: 'TBC',
|
14295
|
+
icon: 'tobe',
|
14296
|
+
rpc: [ 'https://rpc.tobescan.com' ],
|
14297
|
+
faucets: [],
|
14298
|
+
nativeCurrency: { name: 'Tobe Coin', symbol: 'TBC', decimals: 18 },
|
14299
|
+
infoURL: 'https://tobechain.net',
|
14300
|
+
shortName: 'tbc',
|
14301
|
+
chainId: 4080,
|
14302
|
+
networkId: 4080,
|
14303
|
+
explorers: [
|
14304
|
+
{
|
14305
|
+
name: 'tobescan',
|
14306
|
+
url: 'https://tobescan.com',
|
14307
|
+
standard: 'EIP3091'
|
14308
|
+
}
|
14309
|
+
]
|
14310
|
+
},
|
14291
14311
|
{
|
14292
14312
|
name: 'Fastex Chain (Bahamut) Oasis Testnet',
|
14293
14313
|
title: 'Bahamut testnet Oasis',
|
@@ -21459,6 +21479,25 @@ const chainArray = [
|
|
21459
21479
|
}
|
21460
21480
|
]
|
21461
21481
|
},
|
21482
|
+
{
|
21483
|
+
name: 'Entangle Mainnet',
|
21484
|
+
chain: 'NGL',
|
21485
|
+
icon: 'ngl',
|
21486
|
+
rpc: [ 'https://json-rpc.entangle.fi' ],
|
21487
|
+
faucets: [],
|
21488
|
+
nativeCurrency: { name: 'Entangle', symbol: 'NGL', decimals: 18 },
|
21489
|
+
infoURL: 'https://www.entangle.fi',
|
21490
|
+
shortName: 'ngl',
|
21491
|
+
chainId: 33033,
|
21492
|
+
networkId: 33033,
|
21493
|
+
explorers: [
|
21494
|
+
{
|
21495
|
+
name: 'Entangle Mainnet Explorer',
|
21496
|
+
url: 'https://explorer.entangle.fi',
|
21497
|
+
standard: 'none'
|
21498
|
+
}
|
21499
|
+
]
|
21500
|
+
},
|
21462
21501
|
{
|
21463
21502
|
name: 'Zilliqa EVM Testnet',
|
21464
21503
|
chain: 'ZIL',
|
@@ -21478,6 +21517,19 @@ const chainArray = [
|
|
21478
21517
|
}
|
21479
21518
|
]
|
21480
21519
|
},
|
21520
|
+
{
|
21521
|
+
name: 'Entangle Testnet',
|
21522
|
+
chain: 'NGL',
|
21523
|
+
icon: 'ngl',
|
21524
|
+
rpc: [ 'https://evm-testnet.entangle.fi' ],
|
21525
|
+
faucets: [],
|
21526
|
+
nativeCurrency: { name: 'Entangle', symbol: 'NGL', decimals: 18 },
|
21527
|
+
infoURL: 'https://www.entangle.fi',
|
21528
|
+
shortName: 'tngl',
|
21529
|
+
chainId: 33133,
|
21530
|
+
networkId: 33133,
|
21531
|
+
explorers: []
|
21532
|
+
},
|
21481
21533
|
{
|
21482
21534
|
name: 'Cloudverse Subnet',
|
21483
21535
|
chain: 'CLOUDVERSE',
|
@@ -22042,6 +22094,7 @@ const chainArray = [
|
|
22042
22094
|
shortName: 'hemi',
|
22043
22095
|
chainId: 43111,
|
22044
22096
|
networkId: 43111,
|
22097
|
+
icon: 'hemi',
|
22045
22098
|
explorers: [],
|
22046
22099
|
parent: { type: 'L2', chain: 'eip155-1' },
|
22047
22100
|
status: 'incubating'
|
@@ -23236,9 +23289,11 @@ const chainArray = [
|
|
23236
23289
|
},
|
23237
23290
|
{
|
23238
23291
|
name: 'Optopia Mainnet',
|
23239
|
-
status: 'incubating',
|
23240
23292
|
chain: 'ETH',
|
23241
|
-
rpc: [
|
23293
|
+
rpc: [
|
23294
|
+
'https://rpc-mainnet.optopia.ai',
|
23295
|
+
'https://rpc-mainnet-2.optopia.ai'
|
23296
|
+
],
|
23242
23297
|
faucets: [],
|
23243
23298
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
23244
23299
|
features: [ { name: 'EIP1559' } ],
|
@@ -23247,8 +23302,19 @@ const chainArray = [
|
|
23247
23302
|
chainId: 62050,
|
23248
23303
|
networkId: 62050,
|
23249
23304
|
icon: 'optopia',
|
23250
|
-
explorers: [
|
23251
|
-
|
23305
|
+
explorers: [
|
23306
|
+
{
|
23307
|
+
name: 'optopia-scan',
|
23308
|
+
url: 'https://scan.optopia.ai',
|
23309
|
+
icon: 'optopia',
|
23310
|
+
standard: 'EIP3091'
|
23311
|
+
}
|
23312
|
+
],
|
23313
|
+
parent: {
|
23314
|
+
type: 'L2',
|
23315
|
+
chain: 'eip155-1',
|
23316
|
+
bridges: [ { url: 'https://bridge.optopia.ai' } ]
|
23317
|
+
}
|
23252
23318
|
},
|
23253
23319
|
{
|
23254
23320
|
name: 'Celo Baklava Testnet',
|
@@ -26813,7 +26879,14 @@ const chainArray = [
|
|
26813
26879
|
infoURL: '',
|
26814
26880
|
shortName: 'DS2',
|
26815
26881
|
chainId: 363636,
|
26816
|
-
networkId: 363636
|
26882
|
+
networkId: 363636,
|
26883
|
+
explorers: [
|
26884
|
+
{
|
26885
|
+
name: 'Digit Soul Explorer',
|
26886
|
+
url: 'https://dgs-exp.digitsoul.co.th',
|
26887
|
+
standard: 'EIP3091'
|
26888
|
+
}
|
26889
|
+
]
|
26817
26890
|
},
|
26818
26891
|
{
|
26819
26892
|
name: 'HAPchain Testnet',
|
@@ -27702,10 +27775,11 @@ const chainArray = [
|
|
27702
27775
|
shortName: 'hemi-sep',
|
27703
27776
|
chainId: 743111,
|
27704
27777
|
networkId: 743111,
|
27778
|
+
icon: 'hemi',
|
27705
27779
|
explorers: [
|
27706
27780
|
{
|
27707
27781
|
name: 'blockscout',
|
27708
|
-
url: 'https://testnet.explorer.hemi.
|
27782
|
+
url: 'https://testnet.explorer.hemi.xyz',
|
27709
27783
|
icon: 'blockscout',
|
27710
27784
|
standard: 'EIP3091'
|
27711
27785
|
}
|