eth-chainlist 0.0.306 → 0.0.307
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 +39 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.307 (2023-12-18)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.306 ([56dcbcc](https://github.com/poowf/eth-chainlist/commit/56dcbcc57f375e5fd1b179ae4a9e12fc7842003c))
|
9
|
+
* update chain data ([a665685](https://github.com/poowf/eth-chainlist/commit/a665685c1923c592992f035430db64b10e7549a7))
|
10
|
+
|
3
11
|
### 0.0.306 (2023-12-16)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -9042,6 +9042,24 @@ const chainArray = [
|
|
9042
9042
|
slip44: 1,
|
9043
9043
|
icon: 'atlr'
|
9044
9044
|
},
|
9045
|
+
{
|
9046
|
+
name: 'RedeCoin',
|
9047
|
+
chain: 'REDEV2',
|
9048
|
+
rpc: [ 'https://rpc2.redecoin.eu' ],
|
9049
|
+
faucets: [],
|
9050
|
+
nativeCurrency: { name: 'RedeCoin', symbol: 'REDEV2', decimals: 18 },
|
9051
|
+
infoURL: 'https://www.redecoin.eu',
|
9052
|
+
shortName: 'rede',
|
9053
|
+
chainId: 1972,
|
9054
|
+
networkId: 1972,
|
9055
|
+
explorers: [
|
9056
|
+
{
|
9057
|
+
name: 'RedeCoin Explorer',
|
9058
|
+
url: 'https://explorer3.redecoin.eu',
|
9059
|
+
standard: 'none'
|
9060
|
+
}
|
9061
|
+
]
|
9062
|
+
},
|
9045
9063
|
{
|
9046
9064
|
name: 'ONUS Chain Mainnet',
|
9047
9065
|
title: 'ONUS Chain Mainnet',
|
@@ -19984,6 +20002,27 @@ const chainArray = [
|
|
19984
20002
|
}
|
19985
20003
|
]
|
19986
20004
|
},
|
20005
|
+
{
|
20006
|
+
name: 'CONET Sebolia Testnet',
|
20007
|
+
chain: 'CONET',
|
20008
|
+
rpc: [ 'https://rpc1.conet.network' ],
|
20009
|
+
faucets: [],
|
20010
|
+
nativeCurrency: { name: 'CONET Sebolia', symbol: 'CONET', decimals: 18 },
|
20011
|
+
features: [ { name: 'EIP155' } ],
|
20012
|
+
infoURL: 'https://conet.network',
|
20013
|
+
shortName: 'conet-sebolia',
|
20014
|
+
chainId: 224422,
|
20015
|
+
networkId: 224422,
|
20016
|
+
slip44: 1,
|
20017
|
+
icon: 'conet',
|
20018
|
+
explorers: [
|
20019
|
+
{
|
20020
|
+
name: 'CONET Scan',
|
20021
|
+
url: 'https://scan.conet.network',
|
20022
|
+
standard: 'EIP3091'
|
20023
|
+
}
|
20024
|
+
]
|
20025
|
+
},
|
19987
20026
|
{
|
19988
20027
|
name: 'HashKey Chain Testnet',
|
19989
20028
|
chain: 'HashKey',
|