eth-chainlist 0.0.436 → 0.0.437

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.437 (2024-07-04)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.436 ([306f401](https://github.com/poowf/eth-chainlist/commit/306f401daf656bd0004b1b731fcf05c197eb62c9))
9
+ * update chain data ([81dd8ea](https://github.com/poowf/eth-chainlist/commit/81dd8ea1ed8bf9c439fc8cc2afaae7d32ba1fcba))
10
+
3
11
  ### 0.0.436 (2024-06-25)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -10554,6 +10554,24 @@ const chainArray = [
10554
10554
  bridges: [ { url: 'https://bridge.gravity.xyz' } ]
10555
10555
  }
10556
10556
  },
10557
+ {
10558
+ name: 'Pivotal Mainnet',
10559
+ chainId: 1648,
10560
+ networkId: 1648,
10561
+ chain: 'Pivotal',
10562
+ rpc: [ 'https://mainnet.pivotalprotocol.com' ],
10563
+ faucets: [],
10564
+ shortName: 'pivotal-mainnet',
10565
+ nativeCurrency: { name: 'Pivotal Plus', symbol: 'PLUS', decimals: 18 },
10566
+ infoURL: 'http://thepivotal.xyz/',
10567
+ explorers: [
10568
+ {
10569
+ name: 'Pivotal Scan',
10570
+ url: 'https://pivotalscan.xyz',
10571
+ standard: 'EIP3091'
10572
+ }
10573
+ ]
10574
+ },
10557
10575
  {
10558
10576
  name: 'Btachain',
10559
10577
  chain: 'btachain',
@@ -12934,6 +12952,26 @@ const chainArray = [
12934
12952
  explorers: [],
12935
12953
  status: 'incubating'
12936
12954
  },
12955
+ {
12956
+ name: 'Chronicle Vesuvius - Lit Protocol Testnet',
12957
+ chain: 'LPV',
12958
+ icon: 'lit',
12959
+ rpc: [ 'https://vesuvius-rpc.litprotocol.com' ],
12960
+ faucets: [ 'https://developer.litprotocol.com/support/intro' ],
12961
+ nativeCurrency: { name: 'Test LPX', symbol: 'tstLPX', decimals: 18 },
12962
+ infoURL: 'https://litprotocol.com',
12963
+ shortName: 'lpv',
12964
+ chainId: 2311,
12965
+ networkId: 2311,
12966
+ explorers: [
12967
+ {
12968
+ name: 'Lit Chronicle Vesuvius Explorer',
12969
+ url: 'https://vesuvius-explorer.litprotocol.com',
12970
+ icon: 'lit',
12971
+ standard: 'EIP3091'
12972
+ }
12973
+ ]
12974
+ },
12937
12975
  {
12938
12976
  name: 'SOMA Network Testnet',
12939
12977
  chain: 'SOMA',
@@ -21297,6 +21335,24 @@ const chainArray = [
21297
21335
  ],
21298
21336
  parent: { type: 'L2', chain: 'eip155-248' }
21299
21337
  },
21338
+ {
21339
+ name: 'Pivotal Sepolia',
21340
+ chainId: 16481,
21341
+ networkId: 16481,
21342
+ chain: 'Pivotal',
21343
+ rpc: [ 'https://sepolia.pivotalprotocol.com' ],
21344
+ faucets: [],
21345
+ shortName: 'pivotal-sepolia',
21346
+ nativeCurrency: { name: 'Pivotal Plus', symbol: 'PLUS', decimals: 18 },
21347
+ infoURL: 'http://thepivotal.xyz/',
21348
+ explorers: [
21349
+ {
21350
+ name: 'Pivotal Scan',
21351
+ url: 'https://sepolia.pivotalscan.xyz',
21352
+ standard: 'EIP3091'
21353
+ }
21354
+ ]
21355
+ },
21300
21356
  {
21301
21357
  name: 'Genesys Mainnet',
21302
21358
  chain: 'Genesys',
@@ -27911,6 +27967,26 @@ const chainArray = [
27911
27967
  }
27912
27968
  ]
27913
27969
  },
27970
+ {
27971
+ name: 'Chronicle - Lit Protocol Testnet',
27972
+ chain: 'LPC',
27973
+ icon: 'lit',
27974
+ rpc: [ 'https://chain-rpc.litprotocol.com/http' ],
27975
+ faucets: [ 'https://faucet.litprotocol.com' ],
27976
+ nativeCurrency: { name: 'Test LIT', symbol: 'tstLIT', decimals: 18 },
27977
+ infoURL: 'https://developer.litprotocol.com/v3/network/rollup',
27978
+ shortName: 'lpc',
27979
+ chainId: 175177,
27980
+ networkId: 175177,
27981
+ explorers: [
27982
+ {
27983
+ name: 'Lit Chronicle Explorer',
27984
+ url: 'https://chain.litprotocol.com',
27985
+ icon: 'lit',
27986
+ standard: 'EIP3091'
27987
+ }
27988
+ ]
27989
+ },
27914
27990
  {
27915
27991
  name: 'Bitica Chain Mainnet',
27916
27992
  chain: 'BDCC',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.436",
3
+ "version": "0.0.437",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {