eth-chainlist 0.0.314 → 0.0.315

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,13 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.315 (2023-12-29)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.314 ([28a9ab9](https://github.com/poowf/eth-chainlist/commit/28a9ab9fba58d9c763864d20c753938631e5fce9))
9
+ * update chain data ([c516047](https://github.com/poowf/eth-chainlist/commit/c516047e7ab10ad33a7d335dc77c97849ed573d9))
10
+
3
11
  ### 0.0.314 (2023-12-28)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -5380,23 +5380,22 @@ const chainArray = [
5380
5380
  slip44: 1
5381
5381
  },
5382
5382
  {
5383
- name: 'PEER Testnet',
5384
- chain: 'PEER',
5385
- rpc: [ 'https://rpc-testnet.peer.inc' ],
5386
- faucets: [ 'https://testnet.peer.inc' ],
5387
- nativeCurrency: { name: 'PEER Token', symbol: 'PEER', decimals: 18 },
5388
- infoURL: 'https://peer.inc',
5389
- shortName: 'PEER',
5383
+ name: 'Vine Testnet',
5384
+ chain: 'VINE',
5385
+ rpc: [ 'https://rpc-testnet.vne.network' ],
5386
+ faucets: [ 'https://vne.network/rose' ],
5387
+ nativeCurrency: { name: 'VINE', symbol: 'VNE', decimals: 18 },
5388
+ infoURL: 'https://www.peer.inc',
5389
+ shortName: 'VINE',
5390
5390
  chainId: 601,
5391
5391
  networkId: 601,
5392
- slip44: 1,
5393
- icon: 'peer',
5392
+ icon: 'vine',
5394
5393
  explorers: [
5395
5394
  {
5396
- name: 'PEER Explorer',
5397
- url: 'https://testnet.peer.inc',
5395
+ name: 'Vine Explorer',
5396
+ url: 'https://vne.network/rose',
5398
5397
  standard: 'none',
5399
- icon: 'peer'
5398
+ icon: 'vine'
5400
5399
  }
5401
5400
  ]
5402
5401
  },
@@ -14206,7 +14205,7 @@ const chainArray = [
14206
14205
  name: 'JIBCHAIN L1',
14207
14206
  chain: 'JBC',
14208
14207
  rpc: [ 'https://rpc-l1.jibchain.net', 'https://jib-rpc.inan.in.th' ],
14209
- faucets: [ 'https://faucet.jibchain.net/' ],
14208
+ faucets: [],
14210
14209
  icon: 'jbc',
14211
14210
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
14212
14211
  nativeCurrency: { name: 'JIBCOIN', symbol: 'JBC', decimals: 18 },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.314",
3
+ "version": "0.0.315",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {