eth-chainlist 0.0.545 → 0.0.546

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.546 (2024-11-24)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.545 ([79d7c24](https://github.com/poowf/eth-chainlist/commit/79d7c247b21be303470e622c04bef5cdc5e248ce))
9
+ * update chain data ([e401862](https://github.com/poowf/eth-chainlist/commit/e401862d768108e0d08a4f2d8b24e1b679d7cb64))
10
+
3
11
  ### 0.0.545 (2024-11-23)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -22189,15 +22189,19 @@ const chainArray = [
22189
22189
  name: 'KPA Smart Chain Testnet',
22190
22190
  chain: 'KSC',
22191
22191
  rpc: [
22192
- 'https://testnet-rpc1.koppachain.com/',
22193
- 'https://testnet-rpc2.koppachain.com/',
22194
- 'https://testnet-rpc3.koppachain.com/',
22195
- 'https://testnet-rpc4.koppachain.com/'
22196
- ],
22197
- faucets: [ 'https://mint.koppachain.com' ],
22192
+ 'https://tkpa-rpc1.kpachain.com/',
22193
+ 'https://tkpa-rpc2.kpachain.com/',
22194
+ 'https://tkpa-rpc3.kpachain.com/',
22195
+ 'https://tkpa-rpc4.kpachain.com/',
22196
+ 'https://testnet-rpc1.kpascan.com/',
22197
+ 'https://testnet-rpc2.kpascan.com/',
22198
+ 'https://testnet-rpc3.kpascan.com/',
22199
+ 'https://testnet-rpc4.kpascan.com/'
22200
+ ],
22201
+ faucets: [ 'https://mint.kpachain.com' ],
22198
22202
  nativeCurrency: { name: 'KPA Smart Chain Testnet', symbol: 'tKPA', decimals: 18 },
22199
22203
  features: [],
22200
- infoURL: 'https://koppachain.com',
22204
+ infoURL: 'https://kpachain.com',
22201
22205
  shortName: 'KPA',
22202
22206
  chainId: 9091,
22203
22207
  networkId: 9091,
@@ -31968,8 +31972,8 @@ const chainArray = [
31968
31972
  title: 'Plume Sepolia L2 Rollup Devnet',
31969
31973
  chain: 'ETH',
31970
31974
  rpc: [
31971
- 'https://test-rpc.plumenetwork.xyz/http',
31972
- 'wss://test-rpc.plumenetwork.xyz/ws'
31975
+ 'https://test-rpc.plumenetwork.xyz',
31976
+ 'wss://test-rpc.plumenetwork.xyz'
31973
31977
  ],
31974
31978
  faucets: [],
31975
31979
  nativeCurrency: { name: 'Plume Sepolia Ether', symbol: 'ETH', decimals: 18 },
@@ -31989,6 +31993,33 @@ const chainArray = [
31989
31993
  ],
31990
31994
  parent: { type: 'L2', chain: 'eip155-11155111' }
31991
31995
  },
31996
+ {
31997
+ name: 'Plume Mainnet',
31998
+ title: 'Plume Ethereum L2 Rollup Mainnet',
31999
+ chain: 'ETH',
32000
+ rpc: [ 'https://rpc.plumenetwork.xyz', 'wss://rpc.plumenetwork.xyz' ],
32001
+ faucets: [],
32002
+ nativeCurrency: { name: 'Plume Ether', symbol: 'ETH', decimals: 18 },
32003
+ infoURL: 'https://www.plumenetwork.xyz/',
32004
+ shortName: 'plume',
32005
+ chainId: 98865,
32006
+ networkId: 98865,
32007
+ slip44: 1,
32008
+ icon: 'plume',
32009
+ explorers: [
32010
+ {
32011
+ name: 'Blockscout',
32012
+ url: 'https://explorer.plumenetwork.xyz',
32013
+ icon: 'blockscout',
32014
+ standard: 'EIP3091'
32015
+ }
32016
+ ],
32017
+ parent: {
32018
+ type: 'L2',
32019
+ chain: 'eip155-11155111',
32020
+ bridges: [ { url: 'https://bridge.plumenetwork.xyz' } ]
32021
+ }
32022
+ },
31992
32023
  {
31993
32024
  name: 'Ebi Chain',
31994
32025
  title: 'Ebi Chain',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.545",
3
+ "version": "0.0.546",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {