eth-chainlist 0.0.313 → 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,21 @@
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
+
11
+ ### 0.0.314 (2023-12-28)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.313 ([42ce964](https://github.com/poowf/eth-chainlist/commit/42ce964939721de66d96b48434f45571a365506d))
17
+ * update chain data ([cecd0c8](https://github.com/poowf/eth-chainlist/commit/cecd0c882ea142c0b1191985e6401aeb742058b6))
18
+
3
19
  ### 0.0.313 (2023-12-27)
4
20
 
5
21
 
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
  },
@@ -13638,6 +13637,18 @@ const chainArray = [
13638
13637
  networkId: 8086,
13639
13638
  explorers: []
13640
13639
  },
13640
+ {
13641
+ name: 'E-Dollar',
13642
+ chain: 'USD',
13643
+ rpc: [ 'https://rpc.e-dollar.org' ],
13644
+ faucets: [],
13645
+ nativeCurrency: { name: 'E-Dollar', symbol: 'USD', decimals: 18 },
13646
+ infoURL: 'https://e-dollar.org',
13647
+ shortName: 'E-Dollar',
13648
+ chainId: 8087,
13649
+ networkId: 8087,
13650
+ explorers: []
13651
+ },
13641
13652
  {
13642
13653
  name: 'StreamuX Blockchain',
13643
13654
  chain: 'StreamuX',
@@ -14195,6 +14206,7 @@ const chainArray = [
14195
14206
  chain: 'JBC',
14196
14207
  rpc: [ 'https://rpc-l1.jibchain.net', 'https://jib-rpc.inan.in.th' ],
14197
14208
  faucets: [],
14209
+ icon: 'jbc',
14198
14210
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
14199
14211
  nativeCurrency: { name: 'JIBCOIN', symbol: 'JBC', decimals: 18 },
14200
14212
  infoURL: 'https://jibchain.net',
@@ -19117,6 +19129,25 @@ const chainArray = [
19117
19129
  }
19118
19130
  ]
19119
19131
  },
19132
+ {
19133
+ name: 'Combo Testnet',
19134
+ chain: 'Combo',
19135
+ icon: 'combo',
19136
+ rpc: [ 'https://test-rpc.combonetwork.io' ],
19137
+ faucets: [],
19138
+ nativeCurrency: { name: 'BNB Chain Native Token', symbol: 'tcBNB', decimals: 18 },
19139
+ infoURL: 'https://combonetwork.io',
19140
+ shortName: 'combo-testnet',
19141
+ chainId: 91715,
19142
+ networkId: 91715,
19143
+ explorers: [
19144
+ {
19145
+ name: 'combotrace explorer',
19146
+ url: 'https://combotrace-testnet.nodereal.io',
19147
+ standard: 'EIP3091'
19148
+ }
19149
+ ]
19150
+ },
19120
19151
  {
19121
19152
  name: 'Lambda Testnet',
19122
19153
  chain: 'Lambda',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.313",
3
+ "version": "0.0.315",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {