eth-chainlist 0.0.514 → 0.0.515

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.515 (2024-10-14)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.514 ([5574937](https://github.com/poowf/eth-chainlist/commit/5574937f5648dd4a949d8f29c9ef9ec785fb926c))
9
+ * update chain data ([6a98d1b](https://github.com/poowf/eth-chainlist/commit/6a98d1be6448ae1d3c02ae3e6eade73132e08c82))
10
+
3
11
  ### 0.0.514 (2024-10-12)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -6582,11 +6582,9 @@ const chainArray = [
6582
6582
  rpc: [
6583
6583
  'https://rpc.rollux.com',
6584
6584
  'wss://rpc.rollux.com/wss',
6585
- 'https://rpc.ankr.com/rollux',
6586
- 'https://rollux.rpc.syscoin.org',
6587
- 'wss://rollux.rpc.syscoin.org/wss'
6585
+ 'https://rpc.ankr.com/rollux'
6588
6586
  ],
6589
- faucets: [ 'https://rollux.id/faucetapp' ],
6587
+ faucets: [ 'https://rollux.id/faucet' ],
6590
6588
  nativeCurrency: { name: 'Syscoin', symbol: 'SYS', decimals: 18 },
6591
6589
  infoURL: 'https://rollux.com',
6592
6590
  shortName: 'sys-rollux',
@@ -6594,7 +6592,7 @@ const chainArray = [
6594
6592
  networkId: 570,
6595
6593
  explorers: [
6596
6594
  {
6597
- name: 'Rollux Explorer',
6595
+ name: 'Rollux Mainnet Explorer',
6598
6596
  url: 'https://explorer.rollux.com',
6599
6597
  standard: 'EIP3091'
6600
6598
  }
@@ -8302,6 +8300,27 @@ const chainArray = [
8302
8300
  }
8303
8301
  ]
8304
8302
  },
8303
+ {
8304
+ name: 'SlerfChain Mainnet',
8305
+ title: 'SlerfChain Mainnet',
8306
+ chain: 'SLERF CHAIN',
8307
+ rpc: [ 'https://rpc.slerfchain.xyz' ],
8308
+ faucets: [],
8309
+ nativeCurrency: { name: 'WSLERF', symbol: 'WSLERF', decimals: 18 },
8310
+ infoURL: 'https://slerfchain.xyz',
8311
+ shortName: 'SlerfChain-Mainnet',
8312
+ chainId: 918,
8313
+ networkId: 918,
8314
+ icon: 'slerf',
8315
+ explorers: [
8316
+ {
8317
+ name: 'SlerfChain Scan',
8318
+ url: 'https://scan.slerfchain.xyz',
8319
+ icon: 'slerf',
8320
+ standard: 'EIP3091'
8321
+ }
8322
+ ]
8323
+ },
8305
8324
  {
8306
8325
  name: 'Mode Testnet',
8307
8326
  chain: 'ETH',
@@ -22657,6 +22676,11 @@ const chainArray = [
22657
22676
  name: 'bevm mainnet scan',
22658
22677
  url: 'https://scan-mainnet.bevm.io',
22659
22678
  standard: 'none'
22679
+ },
22680
+ {
22681
+ name: 'bevm mainnet oklink',
22682
+ url: 'https://www.oklink.com/bevm',
22683
+ standard: 'none'
22660
22684
  }
22661
22685
  ]
22662
22686
  },
@@ -33936,7 +33960,7 @@ const chainArray = [
33936
33960
  {
33937
33961
  name: 'Polter Testnet',
33938
33962
  chain: 'Geist',
33939
- rpc: [],
33963
+ rpc: [ 'https://geist-polter.g.alchemy.com/public' ],
33940
33964
  faucets: [],
33941
33965
  nativeCurrency: { name: 'Polter GHST', symbol: 'GHST', decimals: 18 },
33942
33966
  features: [],
@@ -33946,7 +33970,13 @@ const chainArray = [
33946
33970
  networkId: 631571,
33947
33971
  status: 'incubating',
33948
33972
  icon: 'polterGeist',
33949
- explorers: []
33973
+ explorers: [
33974
+ {
33975
+ name: 'Polter Testnet Explorer',
33976
+ url: 'https://polter-testnet.explorer.alchemy.com',
33977
+ standard: 'EIP3091'
33978
+ }
33979
+ ]
33950
33980
  },
33951
33981
  {
33952
33982
  name: 'Bear Network Chain Mainnet',
@@ -34874,6 +34904,42 @@ const chainArray = [
34874
34904
  bridges: [ { url: 'https://portal.treasure.lol/bridge' } ]
34875
34905
  }
34876
34906
  },
34907
+ {
34908
+ name: 'Treasure Topaz',
34909
+ chain: 'Treasure Topaz',
34910
+ shortName: 'Topaz',
34911
+ chainId: 978658,
34912
+ networkId: 978658,
34913
+ nativeCurrency: { name: 'Testnet MAGIC', symbol: 'MAGIC', decimals: 18 },
34914
+ slip44: 1,
34915
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
34916
+ infoURL: 'https://app.treasure.lol',
34917
+ icon: 'treasuretopaz',
34918
+ rpc: [
34919
+ 'https://rpc.topaz.treasure.lol',
34920
+ 'wss://rpc.topaz.treasure.lol/ws'
34921
+ ],
34922
+ faucets: [
34923
+ 'https://app.treasure.lol/chain/faucet',
34924
+ 'https://thirdweb.com/treasure-topaz'
34925
+ ],
34926
+ explorers: [
34927
+ {
34928
+ name: 'treasurescan',
34929
+ url: 'https://topaz.treasurescan.io',
34930
+ icon: 'treasure',
34931
+ standard: 'EIP3091'
34932
+ }
34933
+ ],
34934
+ parent: {
34935
+ type: 'L2',
34936
+ chain: 'eip155-1',
34937
+ bridges: [
34938
+ { url: 'https://app.treasure.lol/chain/bridge' },
34939
+ { url: 'https://portal.topaz.treasure.lol/bridge' }
34940
+ ]
34941
+ }
34942
+ },
34877
34943
  {
34878
34944
  name: 'Forma',
34879
34945
  chain: 'Forma',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.514",
3
+ "version": "0.0.515",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {