eth-chainlist 0.0.355 → 0.0.356

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.356 (2024-03-05)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.355 ([0cf6877](https://github.com/poowf/eth-chainlist/commit/0cf6877516121b9b76b310d974a52503ee4284d8))
9
+ * update chain data ([fbeae3a](https://github.com/poowf/eth-chainlist/commit/fbeae3a5712dcbb2d8e9f04d5e71de9319ab42e5))
10
+
3
11
  ### 0.0.355 (2024-03-04)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -1179,8 +1179,8 @@ const chainArray = [
1179
1179
  'https://rpc.ankr.com/syscoin/${ANKR_API_KEY}',
1180
1180
  'https://syscoin.public-rpc.com',
1181
1181
  'wss://rpc.syscoin.org/wss',
1182
- 'https://syscoin-evm-rpc.publicnode.com',
1183
- 'wss://syscoin-evm-rpc.publicnode.com'
1182
+ 'https://syscoin-evm.publicnode.com',
1183
+ 'wss://syscoin-evm.publicnode.com'
1184
1184
  ],
1185
1185
  faucets: [ 'https://faucet.syscoin.org' ],
1186
1186
  nativeCurrency: { name: 'Syscoin', symbol: 'SYS', decimals: 18 },
@@ -3275,6 +3275,19 @@ const chainArray = [
3275
3275
  }
3276
3276
  ]
3277
3277
  },
3278
+ {
3279
+ name: 'FileFileGo',
3280
+ chain: 'FFG',
3281
+ icon: 'ffgIcon',
3282
+ rpc: [ 'https://rpc.filefilego.com/rpc' ],
3283
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
3284
+ faucets: [],
3285
+ nativeCurrency: { name: 'FFG', symbol: 'FFG', decimals: 18 },
3286
+ infoURL: 'https://filefilego.com',
3287
+ shortName: 'ffg',
3288
+ chainId: 191,
3289
+ networkId: 191
3290
+ },
3278
3291
  {
3279
3292
  name: 'Crypto Emergency',
3280
3293
  chain: 'CEM',
@@ -12171,16 +12184,25 @@ const chainArray = [
12171
12184
  shortName: 'astrzk',
12172
12185
  title: 'Astar zkEVM Mainnet',
12173
12186
  chain: 'ETH',
12174
- icon: 'astarzk',
12175
- rpc: [],
12187
+ icon: 'astar',
12188
+ rpc: [ 'https://rpc.startale.com/astar-zkevm' ],
12176
12189
  faucets: [],
12177
12190
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
12178
12191
  infoURL: 'https://astar.network',
12179
12192
  chainId: 3776,
12180
12193
  networkId: 3776,
12181
- explorers: [],
12182
- parent: { type: 'L2', chain: 'eip155-1', bridges: [] },
12183
- status: 'incubating'
12194
+ explorers: [
12195
+ {
12196
+ name: 'Blockscout Astar zkEVM explorer',
12197
+ url: 'https://astar-zkevm.explorer.startale.com',
12198
+ standard: 'EIP3091'
12199
+ }
12200
+ ],
12201
+ parent: {
12202
+ type: 'L2',
12203
+ chain: 'eip155-1',
12204
+ bridges: [ { url: 'https://portal.astar.network' } ]
12205
+ }
12184
12206
  },
12185
12207
  {
12186
12208
  name: 'AlveyChain Mainnet',
@@ -13597,8 +13619,8 @@ const chainArray = [
13597
13619
  rpc: [
13598
13620
  'https://rpc.tanenbaum.io',
13599
13621
  'wss://rpc.tanenbaum.io/wss',
13600
- 'https://syscoin-tanenbaum-evm-rpc.publicnode.com',
13601
- 'wss://syscoin-tanenbaum-evm-rpc.publicnode.com'
13622
+ 'https://syscoin-tanenbaum-evm.publicnode.com',
13623
+ 'wss://syscoin-tanenbaum-evm.publicnode.com'
13602
13624
  ],
13603
13625
  faucets: [ 'https://faucet.tanenbaum.io' ],
13604
13626
  nativeCurrency: { name: 'Testnet Syscoin', symbol: 'tSYS', decimals: 18 },
@@ -14466,14 +14488,9 @@ const chainArray = [
14466
14488
  chain: 'Canto',
14467
14489
  rpc: [
14468
14490
  'https://canto.slingshot.finance',
14469
- 'https://canto.neobase.one',
14491
+ 'https://canto-rpc.ansybl.io',
14470
14492
  'https://mainnode.plexnode.org:8545',
14471
- 'https://canto.gravitychain.io/',
14472
- 'https://canto.evm.chandrastation.com/',
14473
- 'https://jsonrpc.canto.nodestake.top/',
14474
- 'https://canto.dexvaults.com/',
14475
- 'wss://canto.gravitychain.io:8546',
14476
- 'wss://canto.dexvaults.com/ws'
14493
+ 'https://canto.gravitychain.io/'
14477
14494
  ],
14478
14495
  faucets: [],
14479
14496
  nativeCurrency: { name: 'Canto', symbol: 'CANTO', decimals: 18 },
@@ -14483,19 +14500,14 @@ const chainArray = [
14483
14500
  networkId: 7700,
14484
14501
  explorers: [
14485
14502
  {
14486
- name: 'Canto EVM Explorer (Blockscout)',
14487
- url: 'https://evm.explorer.canto.io',
14488
- standard: 'none'
14489
- },
14490
- {
14491
- name: 'Canto Cosmos Explorer',
14492
- url: 'https://cosmos-explorers.neobase.one',
14493
- standard: 'none'
14503
+ name: 'Canto Explorer (OKLink)',
14504
+ url: 'https://www.oklink.com/canto',
14505
+ standard: 'EIP3091'
14494
14506
  },
14495
14507
  {
14496
14508
  name: 'Canto EVM Explorer (Blockscout)',
14497
14509
  url: 'https://tuber.build',
14498
- standard: 'none'
14510
+ standard: 'EIP3091'
14499
14511
  },
14500
14512
  {
14501
14513
  name: 'dexguru',
@@ -24408,7 +24420,7 @@ const chainArray = [
24408
24420
  networkId: 6038361,
24409
24421
  explorers: [
24410
24422
  {
24411
- name: 'Blockscout zKyoto chain explorer',
24423
+ name: 'Blockscout zKyoto explorer',
24412
24424
  url: 'https://astar-zkyoto.blockscout.com',
24413
24425
  standard: 'EIP3091'
24414
24426
  }
@@ -24420,8 +24432,7 @@ const chainArray = [
24420
24432
  { url: 'https://portal.astar.network' },
24421
24433
  { url: 'https://bridge.gelato.network/bridge/astar-zkyoto' }
24422
24434
  ]
24423
- },
24424
- status: 'incubating'
24435
+ }
24425
24436
  },
24426
24437
  {
24427
24438
  name: 'Saakuru Mainnet',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.355",
3
+ "version": "0.0.356",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {