eth-chainlist 0.0.309 → 0.0.311

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.311 (2023-12-24)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.310 ([cbecc99](https://github.com/poowf/eth-chainlist/commit/cbecc9988245b620f91d5c1e7f43a6d4ae3b651d))
9
+ * update chain data ([1610b4c](https://github.com/poowf/eth-chainlist/commit/1610b4c4b5dd5dcdbd1f1e3f8189846ddd8f0948))
10
+
11
+ ### 0.0.310 (2023-12-23)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.309 ([d3c7def](https://github.com/poowf/eth-chainlist/commit/d3c7def09e03e4b324bc513a5f31db475b0c9932))
17
+ * update chain data ([d95b05b](https://github.com/poowf/eth-chainlist/commit/d95b05b88c487bc7d672dd171c661d06c28765cf))
18
+
3
19
  ### 0.0.309 (2023-12-22)
4
20
 
5
21
 
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',
@@ -3627,11 +3651,11 @@ const chainArray = [
3627
3651
  },
3628
3652
  {
3629
3653
  name: 'Blast Mainnet',
3630
- chain: 'BLAST',
3654
+ chain: 'ETH',
3631
3655
  icon: 'blastIcon',
3632
3656
  rpc: [ 'https://rpc.blastblockchain.com' ],
3633
3657
  faucets: [],
3634
- nativeCurrency: { name: 'Blast', symbol: 'BLAST', decimals: 18 },
3658
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
3635
3659
  infoURL: 'https://docs.blastblockchain.com',
3636
3660
  shortName: 'blast',
3637
3661
  chainId: 238,
@@ -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: [
@@ -16296,11 +16318,11 @@ const chainArray = [
16296
16318
  },
16297
16319
  {
16298
16320
  name: 'Blast Testnet',
16299
- chain: 'BLAST',
16321
+ chain: 'ETH',
16300
16322
  icon: 'blastIcon',
16301
16323
  rpc: [ 'http://testnet-rpc.blastblockchain.com' ],
16302
16324
  faucets: [],
16303
- nativeCurrency: { name: 'Blast', symbol: 'BLAST', decimals: 18 },
16325
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
16304
16326
  infoURL: 'https://docs.blastblockchain.com',
16305
16327
  shortName: 'blastT',
16306
16328
  chainId: 23888,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.309",
3
+ "version": "0.0.311",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {