eth-chainlist 0.0.437 → 0.0.438

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.438 (2024-07-05)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.437 ([80c5fb5](https://github.com/poowf/eth-chainlist/commit/80c5fb535edfd9c08d9f4360850720ccb110ccc9))
9
+ * update chain data ([05a3dae](https://github.com/poowf/eth-chainlist/commit/05a3dae22d6a8cc408015e6ded96873523aec102))
10
+
3
11
  ### 0.0.437 (2024-07-04)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -3548,6 +3548,24 @@ const chainArray = [
3548
3548
  }
3549
3549
  ]
3550
3550
  },
3551
+ {
3552
+ name: 'CMDAO BBQ Chain',
3553
+ chain: 'Underchain 1',
3554
+ rpc: [ 'https://bbqchain-rpc.commudao.xyz' ],
3555
+ faucets: [],
3556
+ nativeCurrency: { name: 'CommuDAO', symbol: 'CMD', decimals: 18 },
3557
+ infoURL: 'https://commudao.xyz',
3558
+ shortName: 'cmdao-bbq-chain',
3559
+ chainId: 190,
3560
+ networkId: 190,
3561
+ explorers: [
3562
+ {
3563
+ name: 'bbqchain-explorer',
3564
+ url: 'https://bbqchain-exp.commudao.xyz',
3565
+ standard: 'EIP3091'
3566
+ }
3567
+ ]
3568
+ },
3551
3569
  {
3552
3570
  name: 'FileFileGo',
3553
3571
  chain: 'FFG',
@@ -7457,6 +7475,24 @@ const chainArray = [
7457
7475
  }
7458
7476
  ]
7459
7477
  },
7478
+ {
7479
+ name: 'HongKong Mainnet',
7480
+ chain: 'HONGKONG',
7481
+ rpc: [ 'https://eth.jegotrip.net' ],
7482
+ faucets: [],
7483
+ nativeCurrency: { name: 'HongKong', symbol: 'HK', decimals: 18 },
7484
+ infoURL: 'https://www.cmi.chinamobile.com/',
7485
+ shortName: 'HongKong',
7486
+ chainId: 852,
7487
+ networkId: 852,
7488
+ explorers: [
7489
+ {
7490
+ name: 'HongKong Mainnet Explorer',
7491
+ url: 'http://47.238.205.52',
7492
+ standard: 'none'
7493
+ }
7494
+ ]
7495
+ },
7460
7496
  {
7461
7497
  name: 'Zeeth Chain Dev',
7462
7498
  chain: 'ZeethChainDev',
@@ -9847,6 +9883,25 @@ const chainArray = [
9847
9883
  }
9848
9884
  ]
9849
9885
  },
9886
+ {
9887
+ name: 'JaiHo Chain',
9888
+ chain: 'JaiHoChain',
9889
+ icon: 'jaihoIcon',
9890
+ rpc: [ 'https://rpc.jaihochain.com' ],
9891
+ faucets: [],
9892
+ nativeCurrency: { name: 'JaiHo', symbol: 'JaiHo', decimals: 18 },
9893
+ infoURL: 'https://jaihochain.com',
9894
+ shortName: 'JHC',
9895
+ chainId: 1313,
9896
+ networkId: 1313,
9897
+ explorers: [
9898
+ {
9899
+ name: 'JaiHo Chain Explorer',
9900
+ url: 'https://jaihochain.com',
9901
+ standard: 'EIP3091'
9902
+ }
9903
+ ]
9904
+ },
9850
9905
  {
9851
9906
  name: 'Alyx Mainnet',
9852
9907
  chain: 'ALYX',
@@ -10968,6 +11023,25 @@ const chainArray = [
10968
11023
  }
10969
11024
  ]
10970
11025
  },
11026
+ {
11027
+ name: 'Lif3 Chain Testnet',
11028
+ chain: 'lif3chain',
11029
+ rpc: [ 'https://testnet-evm.lif3.com' ],
11030
+ features: [ { name: 'EIP155' } ],
11031
+ faucets: [],
11032
+ nativeCurrency: { name: 'LIF3', symbol: 'LIF3', decimals: 18 },
11033
+ infoURL: 'https://docs.lif3.com/',
11034
+ shortName: 'lif3-testnet',
11035
+ chainId: 1811,
11036
+ networkId: 1811,
11037
+ explorers: [
11038
+ {
11039
+ name: 'lif3scout',
11040
+ url: 'https://testnet.lif3scout.com',
11041
+ standard: 'none'
11042
+ }
11043
+ ]
11044
+ },
10971
11045
  {
10972
11046
  name: 'Cube Chain Mainnet',
10973
11047
  chain: 'Cube',
@@ -17732,6 +17806,19 @@ const chainArray = [
17732
17806
  }
17733
17807
  ]
17734
17808
  },
17809
+ {
17810
+ name: 'GDCC MAINNET',
17811
+ chain: 'GDCC',
17812
+ icon: 'gdcc',
17813
+ rpc: [ 'https://mainnet-rpc-1.gdccscan.io' ],
17814
+ faucets: [],
17815
+ nativeCurrency: { name: 'GDCC', symbol: 'GDCC', decimals: 18 },
17816
+ infoURL: 'https://gdcchain.com',
17817
+ shortName: 'GdccMainnet',
17818
+ chainId: 7774,
17819
+ networkId: 7774,
17820
+ explorers: [ { name: 'GDCC', url: 'https://gdccscan.io', standard: 'none' } ]
17821
+ },
17735
17822
  {
17736
17823
  name: 'GDCC TESTNET',
17737
17824
  chain: 'GDCC',
@@ -18703,6 +18790,25 @@ const chainArray = [
18703
18790
  }
18704
18791
  ]
18705
18792
  },
18793
+ {
18794
+ name: 'Lif3 Chain',
18795
+ chain: 'lif3chain',
18796
+ rpc: [ 'https://rpc.lif3.com' ],
18797
+ features: [ { name: 'EIP155' } ],
18798
+ faucets: [],
18799
+ nativeCurrency: { name: 'LIF3', symbol: 'LIF3', decimals: 18 },
18800
+ infoURL: 'https://docs.lif3.com/',
18801
+ shortName: 'lif3-mainnet',
18802
+ chainId: 8869,
18803
+ networkId: 8869,
18804
+ explorers: [
18805
+ {
18806
+ name: 'lif3scout',
18807
+ url: 'https://lif3scout.com',
18808
+ standard: 'none'
18809
+ }
18810
+ ]
18811
+ },
18706
18812
  {
18707
18813
  name: 'Unique',
18708
18814
  icon: 'unique',
@@ -19249,6 +19355,25 @@ const chainArray = [
19249
19355
  }
19250
19356
  ]
19251
19357
  },
19358
+ {
19359
+ name: 'Oasys Testnet',
19360
+ chain: 'Oasys',
19361
+ icon: 'oasys',
19362
+ rpc: [ 'https://rpc.testnet.oasys.games' ],
19363
+ faucets: [],
19364
+ nativeCurrency: { name: 'OAS', symbol: 'OAS', decimals: 18 },
19365
+ infoURL: 'https://oasys.games',
19366
+ shortName: 'OAS_TEST',
19367
+ chainId: 9372,
19368
+ networkId: 9372,
19369
+ explorers: [
19370
+ {
19371
+ name: 'blockscout',
19372
+ url: 'https://explorer.testnet.oasys.games',
19373
+ standard: 'EIP3091'
19374
+ }
19375
+ ]
19376
+ },
19252
19377
  {
19253
19378
  name: 'Dela Sepolia Testnet',
19254
19379
  chain: 'ETH',
@@ -21335,6 +21460,18 @@ const chainArray = [
21335
21460
  ],
21336
21461
  parent: { type: 'L2', chain: 'eip155-248' }
21337
21462
  },
21463
+ {
21464
+ name: 'Incentiv Devnet',
21465
+ chain: 'Incentiv',
21466
+ rpc: [ 'https://rpc.ankr.com/incentiv_devnet' ],
21467
+ faucets: [ 'https://faucet.incentiv-dev.ankr.network' ],
21468
+ nativeCurrency: { name: 'Testnet INC', symbol: 'INC', decimals: 18 },
21469
+ infoURL: 'https://incentiv.net',
21470
+ shortName: 'tIncentiv',
21471
+ chainId: 16350,
21472
+ networkId: 16350,
21473
+ slip44: 1
21474
+ },
21338
21475
  {
21339
21476
  name: 'Pivotal Sepolia',
21340
21477
  chainId: 16481,
@@ -24202,6 +24339,19 @@ const chainArray = [
24202
24339
  }
24203
24340
  ]
24204
24341
  },
24342
+ {
24343
+ name: 'Zircuit Mainnet',
24344
+ chain: 'Zircuit Mainnet',
24345
+ icon: 'zircuit',
24346
+ rpc: [],
24347
+ faucets: [],
24348
+ nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
24349
+ infoURL: 'https://www.zircuit.com/',
24350
+ shortName: 'zircuit-mainnet',
24351
+ chainId: 48900,
24352
+ networkId: 48900,
24353
+ explorers: []
24354
+ },
24205
24355
  {
24206
24356
  name: 'Wireshape Floripa Testnet',
24207
24357
  title: 'Wireshape Floripa Testnet',
@@ -27108,7 +27258,7 @@ const chainArray = [
27108
27258
  {
27109
27259
  name: 'VeChain',
27110
27260
  chain: 'VeChain',
27111
- rpc: [],
27261
+ rpc: [ 'https://rpc-mainnet.vechain.energy' ],
27112
27262
  faucets: [],
27113
27263
  nativeCurrency: { name: 'VeChain', symbol: 'VET', decimals: 18 },
27114
27264
  infoURL: 'https://vechain.org',
@@ -27643,6 +27793,25 @@ const chainArray = [
27643
27793
  }
27644
27794
  ]
27645
27795
  },
27796
+ {
27797
+ name: 'Gemchain',
27798
+ chain: 'Gemchain',
27799
+ rpc: [ 'https://evm-rpc.gemchain.org' ],
27800
+ faucets: [],
27801
+ nativeCurrency: { name: 'GEM', symbol: 'GEM', decimals: 18 },
27802
+ infoURL: 'https://gemchain.org',
27803
+ shortName: 'gemchain',
27804
+ chainId: 123321,
27805
+ networkId: 123321,
27806
+ slip44: 1,
27807
+ explorers: [
27808
+ {
27809
+ name: 'Gemchain Scan',
27810
+ url: 'https://scan.gemchain.org',
27811
+ standard: 'EIP3091'
27812
+ }
27813
+ ]
27814
+ },
27646
27815
  {
27647
27816
  name: 'ADIL Devnet',
27648
27817
  chain: 'ADIL',
@@ -29263,9 +29432,9 @@ const chainArray = [
29263
29432
  chain: 'AIE',
29264
29433
  rpc: [ 'https://rpc1-testnet.aiechain.io' ],
29265
29434
  faucets: [],
29266
- nativeCurrency: { name: 'AIE', symbol: 'tAIE', decimals: 18 },
29435
+ nativeCurrency: { name: 'AIE', symbol: 'AIE', decimals: 18 },
29267
29436
  infoURL: 'https://testnet.aiescan.io',
29268
- shortName: 'aiet',
29437
+ shortName: 'aie',
29269
29438
  chainId: 413413,
29270
29439
  networkId: 413413,
29271
29440
  icon: 'aie',
@@ -31953,6 +32122,26 @@ const chainArray = [
31953
32122
  }
31954
32123
  ]
31955
32124
  },
32125
+ {
32126
+ name: 'NeoX Testnet',
32127
+ chain: 'NeoX',
32128
+ rpc: [ 'https://testnet.rpc.banelabs.org/' ],
32129
+ faucets: [],
32130
+ nativeCurrency: { name: 'Gas', symbol: 'GAS', decimals: 18 },
32131
+ infoURL: 'https://neo.org/',
32132
+ shortName: 'neox',
32133
+ chainId: 12227331,
32134
+ networkId: 12227331,
32135
+ icon: 'neox',
32136
+ explorers: [
32137
+ {
32138
+ name: 'neox-scan',
32139
+ url: 'https://testnet.scan.banelabs.org',
32140
+ standard: 'EIP3091'
32141
+ }
32142
+ ],
32143
+ status: 'active'
32144
+ },
31956
32145
  {
31957
32146
  name: 'COTI Devnet',
31958
32147
  title: 'COTI Devnet',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.437",
3
+ "version": "0.0.438",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {