eth-chainlist 0.0.306 → 0.0.308

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 CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.308 (2023-12-20)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.307 ([cf93929](https://github.com/poowf/eth-chainlist/commit/cf93929c9773f946224a00ce771fd800e8126cbc))
9
+ * update chain data ([4c2712d](https://github.com/poowf/eth-chainlist/commit/4c2712d5d9bdd76c5e800a8caa3848a892bb8bd7))
10
+
11
+ ### 0.0.307 (2023-12-18)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.306 ([56dcbcc](https://github.com/poowf/eth-chainlist/commit/56dcbcc57f375e5fd1b179ae4a9e12fc7842003c))
17
+ * update chain data ([a665685](https://github.com/poowf/eth-chainlist/commit/a665685c1923c592992f035430db64b10e7549a7))
18
+
3
19
  ### 0.0.306 (2023-12-16)
4
20
 
5
21
 
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',
@@ -18464,6 +18482,7 @@ const chainArray = [
18464
18482
  {
18465
18483
  name: 'Nordek Mainnet',
18466
18484
  chain: 'Nordek',
18485
+ icon: 'nordek',
18467
18486
  rpc: [ 'https://mainnet-rpc.nordekscan.com' ],
18468
18487
  faucets: [],
18469
18488
  nativeCurrency: { name: 'NRK', symbol: 'NRK', decimals: 18 },
@@ -19984,6 +20003,27 @@ const chainArray = [
19984
20003
  }
19985
20004
  ]
19986
20005
  },
20006
+ {
20007
+ name: 'CONET Sebolia Testnet',
20008
+ chain: 'CONET',
20009
+ rpc: [ 'https://rpc1.conet.network' ],
20010
+ faucets: [],
20011
+ nativeCurrency: { name: 'CONET Sebolia', symbol: 'CONET', decimals: 18 },
20012
+ features: [ { name: 'EIP155' } ],
20013
+ infoURL: 'https://conet.network',
20014
+ shortName: 'conet-sebolia',
20015
+ chainId: 224422,
20016
+ networkId: 224422,
20017
+ slip44: 1,
20018
+ icon: 'conet',
20019
+ explorers: [
20020
+ {
20021
+ name: 'CONET Scan',
20022
+ url: 'https://scan.conet.network',
20023
+ standard: 'EIP3091'
20024
+ }
20025
+ ]
20026
+ },
19987
20027
  {
19988
20028
  name: 'HashKey Chain Testnet',
19989
20029
  chain: 'HashKey',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.306",
3
+ "version": "0.0.308",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {