eth-chainlist 0.0.334 → 0.0.336

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,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.336 (2024-02-07)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.335 ([6d95b6b](https://github.com/poowf/eth-chainlist/commit/6d95b6b0343627079c5035324b8492a08078c2d3))
9
+ * update chain data ([b476a49](https://github.com/poowf/eth-chainlist/commit/b476a49e1f73edd4f7ed0be45358277c9ba0bdb1))
10
+
11
+ ### 0.0.335 (2024-02-06)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.334 ([199714a](https://github.com/poowf/eth-chainlist/commit/199714af06862a7b129555e728b59e6489df4921))
17
+ * update chain data ([2521ba6](https://github.com/poowf/eth-chainlist/commit/2521ba660c3e6417f58aa65fd10cdd63a5ba5efa))
18
+
3
19
  ### 0.0.334 (2024-02-03)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -5150,6 +5150,20 @@ const chainArray = [
5150
5150
  }
5151
5151
  ]
5152
5152
  },
5153
+ {
5154
+ name: 'Syndicate Chain',
5155
+ title: 'Syndicate Chain',
5156
+ chain: 'Syndicate',
5157
+ rpc: [ 'https://rpc-mainnet.syndicate.io' ],
5158
+ faucets: [],
5159
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
5160
+ infoURL: 'https://syndicate.io',
5161
+ shortName: 'syndicate-chain-mainnet',
5162
+ chainId: 510,
5163
+ networkId: 510,
5164
+ status: 'incubating',
5165
+ icon: 'syndicate'
5166
+ },
5153
5167
  {
5154
5168
  name: 'Double-A Chain Mainnet',
5155
5169
  chain: 'AAC',
@@ -7488,10 +7502,12 @@ const chainArray = [
7488
7502
  nativeCurrency: { name: 'DYM', symbol: 'DYM', decimals: 18 },
7489
7503
  infoURL: 'https://dymension.xyz',
7490
7504
  shortName: 'dymension',
7505
+ icon: 'dymension',
7491
7506
  chainId: 1100,
7492
7507
  networkId: 1100,
7493
- explorers: [],
7494
- status: 'incubating'
7508
+ explorers: [
7509
+ { name: 'dym.fyi', url: 'https://dym.fyi', standard: 'EIP3091' }
7510
+ ]
7495
7511
  },
7496
7512
  {
7497
7513
  name: 'Polygon zkEVM',
@@ -11106,6 +11122,26 @@ const chainArray = [
11106
11122
  }
11107
11123
  ]
11108
11124
  },
11125
+ {
11126
+ name: 'Elizabeth Testnet',
11127
+ chain: 'Elizabeth',
11128
+ rpc: [ 'https://testnet-rpc.timenetwork.io' ],
11129
+ faucets: [],
11130
+ nativeCurrency: { name: 'TIME', symbol: 'TIME', decimals: 18 },
11131
+ infoURL: 'https://whitepaper.anttime.net/overview/anttime',
11132
+ shortName: 'TIME',
11133
+ chainId: 2731,
11134
+ networkId: 2731,
11135
+ icon: 'timenet',
11136
+ explorers: [
11137
+ {
11138
+ name: 'Time Network Explorer',
11139
+ url: 'https://testnet-scanner.timenetwork.io',
11140
+ standard: 'none',
11141
+ icon: 'timenet'
11142
+ }
11143
+ ]
11144
+ },
11109
11145
  {
11110
11146
  name: 'Boba Network Goerli Testnet',
11111
11147
  chain: 'ETH',
@@ -12245,6 +12281,27 @@ const chainArray = [
12245
12281
  }
12246
12282
  ]
12247
12283
  },
12284
+ {
12285
+ name: 'Merlin Mainnet',
12286
+ title: 'Merlin Mainnet',
12287
+ chain: 'Merlin',
12288
+ rpc: [ 'https://rpc.merlinchain.io' ],
12289
+ faucets: [],
12290
+ nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
12291
+ infoURL: 'https://merlinchain.io',
12292
+ shortName: 'Merlin-Mainnet',
12293
+ chainId: 4200,
12294
+ networkId: 4200,
12295
+ icon: 'merlin',
12296
+ explorers: [
12297
+ {
12298
+ name: 'blockscout',
12299
+ url: 'https://scan.merlinchain.io',
12300
+ icon: 'merlin',
12301
+ standard: 'EIP3091'
12302
+ }
12303
+ ]
12304
+ },
12248
12305
  {
12249
12306
  name: 'LUKSO Testnet',
12250
12307
  chain: 'LUKSO Testnet',
@@ -12732,6 +12789,34 @@ const chainArray = [
12732
12789
  }
12733
12790
  ]
12734
12791
  },
12792
+ {
12793
+ name: 'Syndicate Testnet',
12794
+ title: 'Syndicate Testnet',
12795
+ chain: 'Syndicate',
12796
+ rpc: [ 'https://rpc-testnet.syndicate.io' ],
12797
+ faucets: [],
12798
+ nativeCurrency: { name: 'S-Ether', symbol: 'ETH', decimals: 18 },
12799
+ infoURL: 'https://syndicate.io',
12800
+ shortName: 'syndicate-chain-testnet',
12801
+ chainId: 5100,
12802
+ networkId: 5100,
12803
+ status: 'incubating',
12804
+ icon: 'syndicate'
12805
+ },
12806
+ {
12807
+ name: 'Syndicate Frame Chain',
12808
+ title: 'Syndicate Frame Chain',
12809
+ chain: 'Syndicate Frame',
12810
+ rpc: [ 'https://rpc-frame.syndicate.io' ],
12811
+ faucets: [],
12812
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
12813
+ infoURL: 'https://syndicate.io',
12814
+ shortName: 'syndicate-chain-frame',
12815
+ chainId: 5101,
12816
+ networkId: 5101,
12817
+ status: 'incubating',
12818
+ icon: 'syndicate'
12819
+ },
12735
12820
  {
12736
12821
  name: 'Bahamut',
12737
12822
  title: 'Bahamut mainnet',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.334",
3
+ "version": "0.0.336",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {