eth-chainlist 0.0.309 → 0.0.310

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.310 (2023-12-23)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.309 ([d3c7def](https://github.com/poowf/eth-chainlist/commit/d3c7def09e03e4b324bc513a5f31db475b0c9932))
9
+ * update chain data ([d95b05b](https://github.com/poowf/eth-chainlist/commit/d95b05b88c487bc7d672dd171c661d06c28765cf))
10
+
3
11
  ### 0.0.309 (2023-12-22)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -2612,6 +2612,30 @@ const chainArray = [
2612
2612
  }
2613
2613
  ]
2614
2614
  },
2615
+ {
2616
+ name: 'Engram Testnet',
2617
+ chain: 'tGRAM',
2618
+ icon: 'engram',
2619
+ rpc: [
2620
+ 'https://tokioswift.engram.tech',
2621
+ 'https://tokio-archive.engram.tech'
2622
+ ],
2623
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
2624
+ faucets: [],
2625
+ nativeCurrency: { name: 'Engram Tokio Testnet', symbol: 'tGRAM', decimals: 18 },
2626
+ infoURL: 'https://engramnet.io',
2627
+ shortName: 'tgram',
2628
+ chainId: 131,
2629
+ networkId: 131,
2630
+ explorers: [
2631
+ {
2632
+ name: 'blockscout',
2633
+ url: 'https://tokioscan-v2.engram.tech',
2634
+ icon: 'engram',
2635
+ standard: 'EIP3091'
2636
+ }
2637
+ ]
2638
+ },
2615
2639
  {
2616
2640
  name: 'iExec Sidechain',
2617
2641
  chain: 'Bellecour',
@@ -5352,9 +5376,7 @@ const chainArray = [
5352
5376
  {
5353
5377
  name: 'PEER Testnet',
5354
5378
  chain: 'PEER',
5355
- rpc: [
5356
- 'http://testnet-polka-host-232813573.us-west-1.elb.amazonaws.com'
5357
- ],
5379
+ rpc: [ 'https://rpc-testnet.peer.inc' ],
5358
5380
  faucets: [ 'https://testnet.peer.inc' ],
5359
5381
  nativeCurrency: { name: 'PEER Token', symbol: 'PEER', decimals: 18 },
5360
5382
  infoURL: 'https://peer.inc',
@@ -11026,9 +11048,9 @@ const chainArray = [
11026
11048
  chain: 'JFIN',
11027
11049
  rpc: [ 'https://rpc.jfinchain.com' ],
11028
11050
  faucets: [],
11029
- nativeCurrency: { name: 'JFIN Coin', symbol: 'jfin', decimals: 18 },
11051
+ nativeCurrency: { name: 'JFIN Coin', symbol: 'JFIN', decimals: 18 },
11030
11052
  infoURL: 'https://jfinchain.com',
11031
- shortName: 'jfin',
11053
+ shortName: 'JFIN',
11032
11054
  chainId: 3501,
11033
11055
  networkId: 3501,
11034
11056
  explorers: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.309",
3
+ "version": "0.0.310",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {