eth-chainlist 0.0.366 → 0.0.368

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.368 (2024-04-02)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.367 ([98c47ed](https://github.com/poowf/eth-chainlist/commit/98c47ed8adba403f5217c303a4d99b1b890402b1))
9
+ * update chain data ([d2b2a69](https://github.com/poowf/eth-chainlist/commit/d2b2a69f0e1a75712c5e9676e5cc6efca021ff9d))
10
+
11
+ ### 0.0.367 (2024-03-31)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.366 ([65f2b28](https://github.com/poowf/eth-chainlist/commit/65f2b289243456f9f48abbd1b5d839a9295d2c94))
17
+ * update chain data ([1ec977a](https://github.com/poowf/eth-chainlist/commit/1ec977acc8457d679b4c45d319db5074561f2c29))
18
+
3
19
  ### 0.0.366 (2024-03-30)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -7857,7 +7857,8 @@ const chainArray = [
7857
7857
  'https://evm.humans.stakepool.dev.br',
7858
7858
  'https://mainnet-humans-evm.konsortech.xyz',
7859
7859
  'https://evm-rpc.mainnet.humans.zone',
7860
- 'https://json-rpc.humans.bh.rocks'
7860
+ 'https://json-rpc.humans.bh.rocks',
7861
+ 'https://evm-rpc.humans.huginn.tech'
7861
7862
  ],
7862
7863
  faucets: [],
7863
7864
  nativeCurrency: { name: 'HEART', symbol: 'HEART', decimals: 18 },
@@ -14221,6 +14222,24 @@ const chainArray = [
14221
14222
  }
14222
14223
  ]
14223
14224
  },
14225
+ {
14226
+ name: 'BounceBit Testnet',
14227
+ chain: 'BounceBit',
14228
+ rpc: [ 'https://fullnode-testnet.bouncebitapi.com/' ],
14229
+ faucets: [],
14230
+ nativeCurrency: { name: 'BounceBit', symbol: 'BB', decimals: 18 },
14231
+ infoURL: 'https://bouncebit.io',
14232
+ shortName: 'bouncebit-testnet',
14233
+ chainId: 6000,
14234
+ networkId: 6000,
14235
+ explorers: [
14236
+ {
14237
+ name: 'BBScan Testnet Explorer',
14238
+ url: 'https://bbscan.io',
14239
+ standard: 'none'
14240
+ }
14241
+ ]
14242
+ },
14224
14243
  {
14225
14244
  name: 'Tres Testnet',
14226
14245
  chain: 'TresLeches',
@@ -15094,6 +15113,28 @@ const chainArray = [
15094
15113
  }
15095
15114
  ]
15096
15115
  },
15116
+ {
15117
+ name: 'OpenEX LONG Testnet',
15118
+ title: 'OpenEX LONG Testnet',
15119
+ chain: 'OEX',
15120
+ icon: 'oex',
15121
+ rpc: [ 'https://long.rpc.openex.network/' ],
15122
+ faucets: [ 'https://long.hub.openex.network/faucet' ],
15123
+ nativeCurrency: { name: 'USDT Testnet', symbol: 'USDT', decimals: 18 },
15124
+ infoURL: 'https://openex.network',
15125
+ shortName: 'oex',
15126
+ chainId: 7798,
15127
+ networkId: 7798,
15128
+ slip44: 1,
15129
+ explorers: [
15130
+ {
15131
+ name: 'OpenEX Long Testnet Explorer',
15132
+ url: 'https://scan.long.openex.network',
15133
+ icon: 'oex',
15134
+ standard: 'EIP3091'
15135
+ }
15136
+ ]
15137
+ },
15097
15138
  {
15098
15139
  name: 'MaalChain Testnet',
15099
15140
  chain: 'MaalChain Testnet',
@@ -17605,6 +17646,26 @@ const chainArray = [
17605
17646
  }
17606
17647
  ]
17607
17648
  },
17649
+ {
17650
+ name: 'Masa',
17651
+ chain: 'MASA',
17652
+ icon: 'masa',
17653
+ rpc: [ 'https://subnets.avax.network/masanetwork/mainnet/rpc' ],
17654
+ features: [ { name: 'EIP1559' } ],
17655
+ faucets: [],
17656
+ nativeCurrency: { name: 'Masa Token', symbol: 'MASA', decimals: 18 },
17657
+ infoURL: 'https://masa.finance',
17658
+ shortName: 'masa',
17659
+ chainId: 13396,
17660
+ networkId: 13396,
17661
+ explorers: [
17662
+ {
17663
+ name: 'Masa Explorer',
17664
+ url: 'https://subnets.avax.network/masa',
17665
+ standard: 'EIP3091'
17666
+ }
17667
+ ]
17668
+ },
17608
17669
  {
17609
17670
  name: 'Immutable zkEVM Testnet',
17610
17671
  chain: 'Immutable zkEVM',
@@ -20958,6 +21019,34 @@ const chainArray = [
20958
21019
  }
20959
21020
  ]
20960
21021
  },
21022
+ {
21023
+ name: 'Proof of Play - Apex',
21024
+ chainId: 70700,
21025
+ shortName: 'pop-apex',
21026
+ chain: 'ETH',
21027
+ networkId: 70700,
21028
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
21029
+ rpc: [ 'https://rpc.apex.proofofplay.com' ],
21030
+ faucets: [],
21031
+ explorers: [
21032
+ {
21033
+ name: 'Proof of Play Apex Explorer',
21034
+ url: 'https://explorer.apex.proofofplay.com',
21035
+ icon: 'pop-apex',
21036
+ standard: 'EIP3091'
21037
+ }
21038
+ ],
21039
+ infoURL: 'https://proofofplay.com',
21040
+ icon: 'pop-apex',
21041
+ parent: {
21042
+ type: 'L2',
21043
+ chain: 'eip155-42161',
21044
+ bridges: [
21045
+ { url: 'https://bridge.arbitrum.io' },
21046
+ { url: 'https://relay.link/bridge/apex/' }
21047
+ ]
21048
+ }
21049
+ },
20961
21050
  {
20962
21051
  name: 'GuapcoinX',
20963
21052
  chain: 'GuapcoinX',
@@ -22336,12 +22425,13 @@ const chainArray = [
22336
22425
  {
22337
22426
  name: 'Masa Testnet',
22338
22427
  chain: 'MASA',
22428
+ icon: 'masa',
22339
22429
  rpc: [ 'https://subnets.avax.network/masatestne/testnet/rpc' ],
22340
22430
  features: [ { name: 'EIP1559' } ],
22341
22431
  faucets: [],
22342
22432
  nativeCurrency: { name: 'Masa Token', symbol: 'MASA', decimals: 18 },
22343
22433
  infoURL: 'https://masa.finance',
22344
- shortName: 'masa',
22434
+ shortName: 'masatest',
22345
22435
  chainId: 103454,
22346
22436
  networkId: 103454,
22347
22437
  explorers: [
@@ -23533,6 +23623,29 @@ const chainArray = [
23533
23623
  networkId: 281121,
23534
23624
  explorers: []
23535
23625
  },
23626
+ {
23627
+ name: 'Zillion Sepolia Testnet',
23628
+ status: 'active',
23629
+ chain: 'ETH',
23630
+ rpc: [ 'https://sepolia.zillnet.io/rpc' ],
23631
+ faucets: [],
23632
+ nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
23633
+ infoURL: 'https://zillnet.io',
23634
+ shortName: 'zillsep',
23635
+ chainId: 282828,
23636
+ networkId: 282828,
23637
+ slip44: 1,
23638
+ icon: 'zillion',
23639
+ explorers: [
23640
+ {
23641
+ name: 'zillscout',
23642
+ url: 'https://sepolia.zillnet.io',
23643
+ icon: 'zillion',
23644
+ standard: 'EIP3091'
23645
+ }
23646
+ ],
23647
+ parent: { type: 'L2', chain: 'eip155-11155111' }
23648
+ },
23536
23649
  {
23537
23650
  name: 'Filecoin - Calibration testnet',
23538
23651
  chain: 'FIL',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.366",
3
+ "version": "0.0.368",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {