eth-chainlist 0.0.498 → 0.0.499

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.499 (2024-09-21)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.498 ([b189a44](https://github.com/poowf/eth-chainlist/commit/b189a44ddb803d92a18c0eb666b26f62466ab218))
9
+ * update chain data ([3ebbd85](https://github.com/poowf/eth-chainlist/commit/3ebbd8542a84e7a3817e9973e33be3ef280b34cc))
10
+
3
11
  ### 0.0.498 (2024-09-20)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -8777,6 +8777,33 @@ const chainArray = [
8777
8777
  }
8778
8778
  ]
8779
8779
  },
8780
+ {
8781
+ name: 'LemonChainTestnet',
8782
+ chain: 'tLEMX',
8783
+ rpc: [
8784
+ 'https://rpc.testnet.lemonchain.io',
8785
+ 'https://rpc.testnet.allthingslemon.io'
8786
+ ],
8787
+ faucets: [],
8788
+ nativeCurrency: { name: 'testnet LEMX', symbol: 'tLEMX', decimals: 18 },
8789
+ infoURL: 'https://dapp.allthingslemon.io/home',
8790
+ shortName: 'tlemx',
8791
+ chainId: 1005,
8792
+ networkId: 1005,
8793
+ explorers: []
8794
+ },
8795
+ {
8796
+ name: 'LemonChain',
8797
+ chain: 'LEMX',
8798
+ rpc: [ 'https://rpc.lemonchain.io', 'https://rpc.allthingslemon.io' ],
8799
+ faucets: [],
8800
+ nativeCurrency: { name: 'LEMX', symbol: 'LEMX', decimals: 18 },
8801
+ infoURL: 'https://dapp.allthingslemon.io/home',
8802
+ shortName: 'lemx',
8803
+ chainId: 1006,
8804
+ networkId: 1006,
8805
+ explorers: []
8806
+ },
8780
8807
  {
8781
8808
  name: 'Newton Testnet',
8782
8809
  chain: 'NEW',
@@ -30759,7 +30786,7 @@ const chainArray = [
30759
30786
  chain: 'ETH',
30760
30787
  status: 'active',
30761
30788
  icon: 'taiko',
30762
- rpc: [ 'https://rpc.mainnet.taiko.xyz', 'wss://ws.mainnet.taiko.xyz' ],
30789
+ rpc: [ 'https://rpc.mainnet.taiko.xyz' ],
30763
30790
  faucets: [],
30764
30791
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
30765
30792
  infoURL: 'https://taiko.xyz',
@@ -33701,6 +33728,26 @@ const chainArray = [
33701
33728
  bridges: [ { url: 'https://goerli.portal.zklink.io' } ]
33702
33729
  }
33703
33730
  },
33731
+ {
33732
+ name: 'SG Verse Mainnet',
33733
+ chain: 'SG Verse',
33734
+ icon: 'sg_verse',
33735
+ rpc: [ 'https://rpc.sgverse.net/' ],
33736
+ faucets: [],
33737
+ nativeCurrency: { name: 'OAS', symbol: 'OAS', decimals: 18 },
33738
+ infoURL: '',
33739
+ shortName: 'SGV',
33740
+ chainId: 812397,
33741
+ networkId: 812397,
33742
+ explorers: [
33743
+ {
33744
+ name: 'SG Verse Explorer',
33745
+ url: 'https://explorer.sgverse.net',
33746
+ standard: 'EIP3091'
33747
+ }
33748
+ ],
33749
+ parent: { type: 'L2', chain: 'eip155-248' }
33750
+ },
33704
33751
  {
33705
33752
  name: 'TSC Testnet',
33706
33753
  chain: 'Trust Smart Chain Testnet',
@@ -34381,6 +34428,25 @@ const chainArray = [
34381
34428
  }
34382
34429
  ]
34383
34430
  },
34431
+ {
34432
+ name: 'Automata Orbit Testnet',
34433
+ chain: 'Automata Orbit Testnet',
34434
+ rpc: [ 'https://rpc-orbit-testnet.ata.network' ],
34435
+ faucets: [],
34436
+ nativeCurrency: { name: 'ATA', symbol: 'ATA', decimals: 18 },
34437
+ infoURL: 'https://ata.network',
34438
+ shortName: 'automataorbittestnet',
34439
+ chainId: 1398244,
34440
+ networkId: 1398244,
34441
+ icon: 'automata',
34442
+ explorers: [
34443
+ {
34444
+ name: 'Automata Orbit Testnet Explorer',
34445
+ url: 'https://automata-orbit-testnet-explorer.alt.technology',
34446
+ standard: 'EIP3091'
34447
+ }
34448
+ ]
34449
+ },
34384
34450
  {
34385
34451
  name: 'PlayFi Albireo Testnet',
34386
34452
  chain: 'ETH',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.498",
3
+ "version": "0.0.499",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {