eth-chainlist 0.0.151 → 0.0.153
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 +95 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.153 (2023-05-20)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.152 ([2ce4e58](https://github.com/poowf/eth-chainlist/commit/2ce4e58912ff136fbba78bb8593b6d4a5b2a6125))
|
9
|
+
* update chain data ([3332a0d](https://github.com/poowf/eth-chainlist/commit/3332a0dfe564b47442168afe05ac376f46fcf3a5))
|
10
|
+
|
11
|
+
### 0.0.152 (2023-05-19)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.151 ([121083e](https://github.com/poowf/eth-chainlist/commit/121083e734ab8e3ead35b641e53670e56cfdb82c))
|
17
|
+
* update chain data ([d6f04dd](https://github.com/poowf/eth-chainlist/commit/d6f04dd9428e48f90a5062ac859af03a521a94df))
|
18
|
+
|
3
19
|
### 0.0.151 (2023-05-18)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -681,7 +681,14 @@ const chainArray = [
|
|
681
681
|
infoURL: 'https://telos.net',
|
682
682
|
shortName: 'TelosEVMTestnet',
|
683
683
|
chainId: 41,
|
684
|
-
networkId: 41
|
684
|
+
networkId: 41,
|
685
|
+
explorers: [
|
686
|
+
{
|
687
|
+
name: 'teloscan',
|
688
|
+
url: 'https://testnet.teloscan.io',
|
689
|
+
standard: 'EIP3091'
|
690
|
+
}
|
691
|
+
]
|
685
692
|
},
|
686
693
|
{
|
687
694
|
name: 'Kovan',
|
@@ -1699,6 +1706,27 @@ const chainArray = [
|
|
1699
1706
|
],
|
1700
1707
|
parent: { chain: 'eip155-90', type: 'shard' }
|
1701
1708
|
},
|
1709
|
+
{
|
1710
|
+
name: 'SwissDLT',
|
1711
|
+
chain: 'SDLT',
|
1712
|
+
rpc: [ 'https://rpc.swissdlt.ch' ],
|
1713
|
+
faucets: [],
|
1714
|
+
nativeCurrency: { name: 'BCTS', symbol: 'BCTS', decimals: 18 },
|
1715
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
1716
|
+
infoURL: 'https://bcts.ch',
|
1717
|
+
shortName: 'sdlt',
|
1718
|
+
chainId: 94,
|
1719
|
+
networkId: 94,
|
1720
|
+
icon: 'bcts',
|
1721
|
+
explorers: [
|
1722
|
+
{
|
1723
|
+
name: 'SwissDLT Explorer',
|
1724
|
+
url: 'https://explorer.swissdlt.ch',
|
1725
|
+
icon: 'bcts',
|
1726
|
+
standard: 'EIP3091'
|
1727
|
+
}
|
1728
|
+
]
|
1729
|
+
},
|
1702
1730
|
{
|
1703
1731
|
name: 'CryptoKylin Testnet',
|
1704
1732
|
chain: 'EOS',
|
@@ -3427,6 +3455,27 @@ const chainArray = [
|
|
3427
3455
|
}
|
3428
3456
|
]
|
3429
3457
|
},
|
3458
|
+
{
|
3459
|
+
name: 'Neurochain Testnet',
|
3460
|
+
chain: 'NCN',
|
3461
|
+
rpc: [ 'https://nc-rpc-test1.neurochain.io' ],
|
3462
|
+
faucets: [],
|
3463
|
+
nativeCurrency: { name: 'Neurochain', symbol: 'tNCN', decimals: 18 },
|
3464
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
3465
|
+
infoURL: 'https://www.neurochain.ai',
|
3466
|
+
shortName: 'ncnt',
|
3467
|
+
chainId: 303,
|
3468
|
+
networkId: 303,
|
3469
|
+
icon: 'neurochain',
|
3470
|
+
explorers: [
|
3471
|
+
{
|
3472
|
+
name: 'neuroscan',
|
3473
|
+
url: 'https://testnet.ncnscan.com',
|
3474
|
+
icon: 'neurochain',
|
3475
|
+
standard: 'EIP3091'
|
3476
|
+
}
|
3477
|
+
]
|
3478
|
+
},
|
3430
3479
|
{
|
3431
3480
|
name: 'Omax Mainnet',
|
3432
3481
|
chain: 'OMAX Chain',
|
@@ -3447,6 +3496,30 @@ const chainArray = [
|
|
3447
3496
|
}
|
3448
3497
|
]
|
3449
3498
|
},
|
3499
|
+
{
|
3500
|
+
name: 'Neurochain Mainnet',
|
3501
|
+
chain: 'NCN',
|
3502
|
+
rpc: [
|
3503
|
+
'https://nc-rpc-prd1.neurochain.io',
|
3504
|
+
'https://nc-rpc-prd2.neurochain.io'
|
3505
|
+
],
|
3506
|
+
faucets: [],
|
3507
|
+
nativeCurrency: { name: 'Neurochain', symbol: 'NCN', decimals: 18 },
|
3508
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
3509
|
+
infoURL: 'https://www.neurochain.ai',
|
3510
|
+
shortName: 'ncn',
|
3511
|
+
chainId: 313,
|
3512
|
+
networkId: 313,
|
3513
|
+
icon: 'neurochain',
|
3514
|
+
explorers: [
|
3515
|
+
{
|
3516
|
+
name: 'neuroscan',
|
3517
|
+
url: 'https://ncnscan.com',
|
3518
|
+
icon: 'neurochain',
|
3519
|
+
standard: 'EIP3091'
|
3520
|
+
}
|
3521
|
+
]
|
3522
|
+
},
|
3450
3523
|
{
|
3451
3524
|
name: 'Filecoin - Mainnet',
|
3452
3525
|
chain: 'FIL',
|
@@ -7906,6 +7979,27 @@ const chainArray = [
|
|
7906
7979
|
}
|
7907
7980
|
]
|
7908
7981
|
},
|
7982
|
+
{
|
7983
|
+
name: 'SOMA Network Mainnet',
|
7984
|
+
chain: 'SOMA',
|
7985
|
+
rpc: [ 'https://data-mainnet-v1.somanetwork.io/' ],
|
7986
|
+
faucets: [ 'https://airdrop.somanetwork.io' ],
|
7987
|
+
nativeCurrency: { name: 'Soma Native Token', symbol: 'SMA', decimals: 18 },
|
7988
|
+
infoURL: 'https://somanetwork.io',
|
7989
|
+
shortName: 'smam',
|
7990
|
+
chainId: 2332,
|
7991
|
+
networkId: 2332,
|
7992
|
+
icon: 'soma',
|
7993
|
+
status: 'incubating',
|
7994
|
+
explorers: [
|
7995
|
+
{
|
7996
|
+
name: 'SOMA Explorer Mainnet',
|
7997
|
+
icon: 'soma',
|
7998
|
+
url: 'https://somascan.io',
|
7999
|
+
standard: 'none'
|
8000
|
+
}
|
8001
|
+
]
|
8002
|
+
},
|
7909
8003
|
{
|
7910
8004
|
name: 'Kroma Sepolia',
|
7911
8005
|
title: 'Kroma Testnet Sepolia',
|