eth-chainlist 0.0.82 → 0.0.83

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.83 (2023-02-21)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.82 ([2bda4a4](https://github.com/poowf/eth-chainlist/commit/2bda4a4549d46231e0565fa911e09b9cea54885f))
9
+ * update chain data ([57fc8d5](https://github.com/poowf/eth-chainlist/commit/57fc8d562e06e36173578b1dbcfeb4571774a9a7))
10
+
3
11
  ### 0.0.82 (2023-02-20)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -3755,6 +3755,24 @@ const chainArray = [
3755
3755
  chainId: 600,
3756
3756
  networkId: 600
3757
3757
  },
3758
+ {
3759
+ name: 'Graphlinq Blockchain Mainnet',
3760
+ chain: 'GLQ Blockchain',
3761
+ rpc: [ 'https://glq-dataseed.graphlinq.io' ],
3762
+ faucets: [],
3763
+ nativeCurrency: { name: 'GLQ', symbol: 'GLQ', decimals: 18 },
3764
+ infoURL: 'https://graphlinq.io',
3765
+ shortName: 'glq',
3766
+ chainId: 614,
3767
+ networkId: 614,
3768
+ explorers: [
3769
+ {
3770
+ name: 'GLQ Explorer',
3771
+ url: 'https://explorer.graphlinq.io',
3772
+ standard: 'none'
3773
+ }
3774
+ ]
3775
+ },
3758
3776
  {
3759
3777
  name: 'SX Network Testnet',
3760
3778
  chain: 'SX',
@@ -8494,6 +8512,7 @@ const chainArray = [
8494
8512
  {
8495
8513
  name: 'MARO Blockchain Mainnet',
8496
8514
  chain: 'MARO Blockchain',
8515
+ icon: 'MARO',
8497
8516
  rpc: [ 'https://rpc-mainnet.ma.ro' ],
8498
8517
  faucets: [],
8499
8518
  nativeCurrency: { name: 'MARO', symbol: 'MARO', decimals: 18 },
@@ -9353,6 +9372,18 @@ const chainArray = [
9353
9372
  }
9354
9373
  ]
9355
9374
  },
9375
+ {
9376
+ name: 'BLG Testnet',
9377
+ chain: 'BLG',
9378
+ icon: 'blg',
9379
+ rpc: [ 'https://rpc.blgchain.com' ],
9380
+ faucets: [ 'https://faucet.blgchain.com' ],
9381
+ nativeCurrency: { name: 'Blg', symbol: 'BLG', decimals: 18 },
9382
+ infoURL: 'https://blgchain.com',
9383
+ shortName: 'blgchain',
9384
+ chainId: 12321,
9385
+ networkId: 12321
9386
+ },
9356
9387
  {
9357
9388
  name: 'Step Testnet',
9358
9389
  title: 'Step Test Network',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.82",
3
+ "version": "0.0.83",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {