eth-chainlist 0.0.402 → 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 +8 -0
- package/data/chain.js +79 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
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
|
+
|
3
11
|
### 0.0.402 (2024-05-12)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -14289,6 +14289,25 @@ const chainArray = [
|
|
14289
14289
|
infoURL: '',
|
14290
14290
|
parent: { type: 'L2', chain: 'eip155-42161', bridges: [] }
|
14291
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
|
+
},
|
14292
14311
|
{
|
14293
14312
|
name: 'Fastex Chain (Bahamut) Oasis Testnet',
|
14294
14313
|
title: 'Bahamut testnet Oasis',
|
@@ -21460,6 +21479,25 @@ const chainArray = [
|
|
21460
21479
|
}
|
21461
21480
|
]
|
21462
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
|
+
},
|
21463
21501
|
{
|
21464
21502
|
name: 'Zilliqa EVM Testnet',
|
21465
21503
|
chain: 'ZIL',
|
@@ -21479,6 +21517,19 @@ const chainArray = [
|
|
21479
21517
|
}
|
21480
21518
|
]
|
21481
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
|
+
},
|
21482
21533
|
{
|
21483
21534
|
name: 'Cloudverse Subnet',
|
21484
21535
|
chain: 'CLOUDVERSE',
|
@@ -22043,6 +22094,7 @@ const chainArray = [
|
|
22043
22094
|
shortName: 'hemi',
|
22044
22095
|
chainId: 43111,
|
22045
22096
|
networkId: 43111,
|
22097
|
+
icon: 'hemi',
|
22046
22098
|
explorers: [],
|
22047
22099
|
parent: { type: 'L2', chain: 'eip155-1' },
|
22048
22100
|
status: 'incubating'
|
@@ -23237,9 +23289,11 @@ const chainArray = [
|
|
23237
23289
|
},
|
23238
23290
|
{
|
23239
23291
|
name: 'Optopia Mainnet',
|
23240
|
-
status: 'incubating',
|
23241
23292
|
chain: 'ETH',
|
23242
|
-
rpc: [
|
23293
|
+
rpc: [
|
23294
|
+
'https://rpc-mainnet.optopia.ai',
|
23295
|
+
'https://rpc-mainnet-2.optopia.ai'
|
23296
|
+
],
|
23243
23297
|
faucets: [],
|
23244
23298
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
23245
23299
|
features: [ { name: 'EIP1559' } ],
|
@@ -23248,8 +23302,19 @@ const chainArray = [
|
|
23248
23302
|
chainId: 62050,
|
23249
23303
|
networkId: 62050,
|
23250
23304
|
icon: 'optopia',
|
23251
|
-
explorers: [
|
23252
|
-
|
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
|
+
}
|
23253
23318
|
},
|
23254
23319
|
{
|
23255
23320
|
name: 'Celo Baklava Testnet',
|
@@ -26814,7 +26879,14 @@ const chainArray = [
|
|
26814
26879
|
infoURL: '',
|
26815
26880
|
shortName: 'DS2',
|
26816
26881
|
chainId: 363636,
|
26817
|
-
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
|
+
]
|
26818
26890
|
},
|
26819
26891
|
{
|
26820
26892
|
name: 'HAPchain Testnet',
|
@@ -27703,10 +27775,11 @@ const chainArray = [
|
|
27703
27775
|
shortName: 'hemi-sep',
|
27704
27776
|
chainId: 743111,
|
27705
27777
|
networkId: 743111,
|
27778
|
+
icon: 'hemi',
|
27706
27779
|
explorers: [
|
27707
27780
|
{
|
27708
27781
|
name: 'blockscout',
|
27709
|
-
url: 'https://testnet.explorer.hemi.
|
27782
|
+
url: 'https://testnet.explorer.hemi.xyz',
|
27710
27783
|
icon: 'blockscout',
|
27711
27784
|
standard: 'EIP3091'
|
27712
27785
|
}
|