eth-chainlist 0.0.50 → 0.0.51
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 +41 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.51 (2023-01-05)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.50 ([43433b9](https://github.com/poowf/eth-chainlist/commit/43433b976b5dc3bb09ff432d2081029df83d9391))
|
9
|
+
* update chain data ([e816182](https://github.com/poowf/eth-chainlist/commit/e8161823296b371d397a7f1562a075f454f1ba3c))
|
10
|
+
|
3
11
|
### 0.0.50 (2023-01-04)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -6836,6 +6836,25 @@ const chainArray = [
|
|
6836
6836
|
bridges: [ { url: 'https://bridge.nahmii.io' } ]
|
6837
6837
|
}
|
6838
6838
|
},
|
6839
|
+
{
|
6840
|
+
name: 'Chain Verse Mainnet',
|
6841
|
+
chain: 'CVERSE',
|
6842
|
+
icon: 'chain_verse',
|
6843
|
+
rpc: [ 'https://rpc.chainverse.info' ],
|
6844
|
+
faucets: [],
|
6845
|
+
nativeCurrency: { name: 'Oasys', symbol: 'OAS', decimals: 18 },
|
6846
|
+
infoURL: 'https://chainverse.info',
|
6847
|
+
shortName: 'cverse',
|
6848
|
+
chainId: 5555,
|
6849
|
+
networkId: 5555,
|
6850
|
+
explorers: [
|
6851
|
+
{
|
6852
|
+
name: 'Chain Verse Explorer',
|
6853
|
+
url: 'https://explorer.chainverse.info',
|
6854
|
+
standard: 'EIP3091'
|
6855
|
+
}
|
6856
|
+
]
|
6857
|
+
},
|
6839
6858
|
{
|
6840
6859
|
name: 'Syscoin Tanenbaum Testnet',
|
6841
6860
|
chain: 'SYS',
|
@@ -8487,6 +8506,27 @@ const chainArray = [
|
|
8487
8506
|
}
|
8488
8507
|
]
|
8489
8508
|
},
|
8509
|
+
{
|
8510
|
+
name: 'Hertz Network Mainnet',
|
8511
|
+
chain: 'HTZ',
|
8512
|
+
rpc: [ 'https://mainnet-rpc.hertzscan.com' ],
|
8513
|
+
faucets: [],
|
8514
|
+
nativeCurrency: { name: 'Hertz', symbol: 'HTZ', decimals: 18 },
|
8515
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
8516
|
+
infoURL: 'https://www.hertz-network.com',
|
8517
|
+
shortName: 'HTZ',
|
8518
|
+
chainId: 26600,
|
8519
|
+
networkId: 26600,
|
8520
|
+
icon: 'hertz-network',
|
8521
|
+
explorers: [
|
8522
|
+
{
|
8523
|
+
name: 'Hertz Scan',
|
8524
|
+
url: 'https://hertzscan.com',
|
8525
|
+
icon: 'hertz-network',
|
8526
|
+
standard: 'EIP3091'
|
8527
|
+
}
|
8528
|
+
]
|
8529
|
+
},
|
8490
8530
|
{
|
8491
8531
|
name: 'OasisChain Mainnet',
|
8492
8532
|
chain: 'OasisChain',
|
@@ -11387,7 +11427,7 @@ const chainArray = [
|
|
11387
11427
|
explorers: [
|
11388
11428
|
{
|
11389
11429
|
name: 'anduschain explorer',
|
11390
|
-
url: '
|
11430
|
+
url: 'https://explorer.anduschain.io',
|
11391
11431
|
icon: 'daon',
|
11392
11432
|
standard: 'none'
|
11393
11433
|
}
|