eth-chainlist 0.0.484 → 0.0.485

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.485 (2024-09-06)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.484 ([016a3c5](https://github.com/poowf/eth-chainlist/commit/016a3c525d10d70bed0714df6ebaeb8145e637b5))
9
+ * update chain data ([da8c955](https://github.com/poowf/eth-chainlist/commit/da8c955709bf177248fad20a71cb91f918bb6c7a))
10
+
3
11
  ### 0.0.484 (2024-09-05)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -6393,7 +6393,7 @@ const chainArray = [
6393
6393
  ]
6394
6394
  },
6395
6395
  {
6396
- name: 'Testnet',
6396
+ name: 'EVM on Flow (Testnet)',
6397
6397
  chain: 'Flow',
6398
6398
  rpc: [ 'https://testnet.evm.nodes.onflow.org' ],
6399
6399
  faucets: [ 'https://faucet.flow.com/fund-account' ],
@@ -7387,7 +7387,7 @@ const chainArray = [
7387
7387
  ]
7388
7388
  },
7389
7389
  {
7390
- name: 'Mainnet',
7390
+ name: 'EVM on Flow (Mainnet)',
7391
7391
  chain: 'Flow',
7392
7392
  rpc: [ 'https://mainnet.evm.nodes.onflow.org' ],
7393
7393
  faucets: [],
@@ -24606,6 +24606,26 @@ const chainArray = [
24606
24606
  ],
24607
24607
  parent: { type: 'L2', chain: 'eip155-248' }
24608
24608
  },
24609
+ {
24610
+ name: 'qChain Mainnet',
24611
+ chain: 'qChain',
24612
+ rpc: [ 'https://rpc.qchain.kr' ],
24613
+ faucets: [],
24614
+ features: [ { name: 'EIP155' } ],
24615
+ nativeCurrency: { name: 'QCO', symbol: 'QCO', decimals: 18 },
24616
+ infoURL: 'https://www.qchain.kr',
24617
+ shortName: 'qchain',
24618
+ chainId: 30000,
24619
+ networkId: 30000,
24620
+ icon: 'qchain',
24621
+ explorers: [
24622
+ {
24623
+ name: 'qChain explorer',
24624
+ url: 'https://scan.qchain.kr',
24625
+ standard: 'EIP3091'
24626
+ }
24627
+ ]
24628
+ },
24609
24629
  {
24610
24630
  name: 'Piece testnet',
24611
24631
  chain: 'PieceNetwork',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.484",
3
+ "version": "0.0.485",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {