eth-chainlist 0.0.686 → 0.0.687

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.687 (2025-09-19)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.686 ([84504b4](https://github.com/poowf/eth-chainlist/commit/84504b44b1220352ab2cc0db042a4ed4ceb50de4))
9
+ * update chain data ([bc02f92](https://github.com/poowf/eth-chainlist/commit/bc02f92642292a85a1c22d83e73c99a049d5086f))
10
+
3
11
  ### 0.0.686 (2025-09-18)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -7085,18 +7085,29 @@ const chainArray = [
7085
7085
  ]
7086
7086
  },
7087
7087
  {
7088
- name: 'Syndicate Chain',
7089
- title: 'Syndicate Chain',
7088
+ name: 'Syndicate Mainnet',
7090
7089
  chain: 'Syndicate',
7091
- rpc: [ 'https://rpc-mainnet.syndicate.io' ],
7092
- faucets: [],
7093
- nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
7090
+ shortName: 'syndicate',
7094
7091
  infoURL: 'https://syndicate.io',
7095
- shortName: 'syndicate-chain-mainnet',
7092
+ icon: 'syndicate',
7093
+ status: 'active',
7096
7094
  chainId: 510,
7097
7095
  networkId: 510,
7098
- status: 'incubating',
7099
- icon: 'syndicate'
7096
+ nativeCurrency: { name: 'Syndicate', symbol: 'SYND', decimals: 18 },
7097
+ rpc: [ 'https://rpc.syndicate.io' ],
7098
+ faucets: [],
7099
+ explorers: [
7100
+ {
7101
+ name: 'Syndicate Explorer',
7102
+ url: 'https://explorer.syndicate.io',
7103
+ standard: 'EIP3091'
7104
+ }
7105
+ ],
7106
+ parent: {
7107
+ type: 'L2',
7108
+ chain: 'eip155-1',
7109
+ bridges: [ { url: 'https://bridge.arbitrum.io' } ]
7110
+ }
7100
7111
  },
7101
7112
  {
7102
7113
  name: 'Double-A Chain Mainnet',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.686",
3
+ "version": "0.0.687",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {