eth-chainlist 0.0.356 → 0.0.358

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/data/chain.js +173 -21
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.358 (2024-03-09)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.357 ([4340c9b](https://github.com/poowf/eth-chainlist/commit/4340c9b8b8d00a09b8872c2a0fb0eee3d74d8a08))
9
+ * update chain data ([a06dbcd](https://github.com/poowf/eth-chainlist/commit/a06dbcdb5c42cee9b33c0f32c0658a3ed134b094))
10
+
11
+ ### 0.0.357 (2024-03-06)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.356 ([bf93fe8](https://github.com/poowf/eth-chainlist/commit/bf93fe87a4b87d09e6643997179441d618b73b43))
17
+ * update chain data ([6ba1373](https://github.com/poowf/eth-chainlist/commit/6ba1373099a9a8991678073d296438d36a913379))
18
+
3
19
  ### 0.0.356 (2024-03-05)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -5498,7 +5498,12 @@ const chainArray = [
5498
5498
  {
5499
5499
  name: 'Rollux Mainnet',
5500
5500
  chain: 'SYS',
5501
- rpc: [ 'https://rpc.rollux.com', 'wss://rpc.rollux.com/wss' ],
5501
+ rpc: [
5502
+ 'https://rpc.rollux.com',
5503
+ 'wss://rpc.rollux.com/wss',
5504
+ 'https://rollux.rpc.syscoin.org',
5505
+ 'wss://rollux.rpc.syscoin.org/wss'
5506
+ ],
5502
5507
  faucets: [ 'https://rollux.id/faucetapp' ],
5503
5508
  nativeCurrency: { name: 'Syscoin', symbol: 'SYS', decimals: 18 },
5504
5509
  infoURL: 'https://rollux.com',
@@ -5769,6 +5774,25 @@ const chainArray = [
5769
5774
  }
5770
5775
  ]
5771
5776
  },
5777
+ {
5778
+ name: 'FlowEVM PreviewNet',
5779
+ chain: 'FlowEVM',
5780
+ rpc: [ 'https://previewnet.evm.nodes.onflow.org' ],
5781
+ faucets: [ 'https://previewnet-faucet.onflow.org' ],
5782
+ nativeCurrency: { name: 'FLOW', symbol: 'FLOW', decimals: 18 },
5783
+ infoURL: 'https://developers.flow.com/evm/about',
5784
+ shortName: 'flowevm-preview',
5785
+ chainId: 646,
5786
+ networkId: 646,
5787
+ icon: 'flowevm',
5788
+ explorers: [
5789
+ {
5790
+ name: 'Flow Diver',
5791
+ url: 'https://previewnet.flowdiver.io',
5792
+ standard: 'none'
5793
+ }
5794
+ ]
5795
+ },
5772
5796
  {
5773
5797
  name: 'SX Network Testnet',
5774
5798
  chain: 'SX',
@@ -6198,6 +6222,25 @@ const chainArray = [
6198
6222
  }
6199
6223
  ]
6200
6224
  },
6225
+ {
6226
+ name: 'FlowEVM Mainnet',
6227
+ chain: 'FlowEVM',
6228
+ rpc: [ 'https://mainnet.evm.nodes.onflow.org' ],
6229
+ faucets: [],
6230
+ nativeCurrency: { name: 'FLOW', symbol: 'FLOW', decimals: 18 },
6231
+ infoURL: 'https://developers.flow.com/evm/about',
6232
+ shortName: 'flowevm-mainnet',
6233
+ chainId: 747,
6234
+ networkId: 747,
6235
+ icon: 'flowevm',
6236
+ explorers: [
6237
+ {
6238
+ name: 'Flow Diver',
6239
+ url: 'https://flowdiver.io',
6240
+ standard: 'none'
6241
+ }
6242
+ ]
6243
+ },
6201
6244
  {
6202
6245
  name: 'QL1',
6203
6246
  chain: 'QOM',
@@ -11331,6 +11374,20 @@ const chainArray = [
11331
11374
  ],
11332
11375
  status: 'active'
11333
11376
  },
11377
+ {
11378
+ name: 'inEVM Mainnet',
11379
+ chain: 'inEVM',
11380
+ icon: 'inevm',
11381
+ rpc: [ 'https://mainnet.rpc.inevm.com/http' ],
11382
+ faucets: [],
11383
+ nativeCurrency: { name: 'Injective', symbol: 'INJ', decimals: 18 },
11384
+ infoURL: 'https://inevm.com',
11385
+ shortName: 'inevm',
11386
+ chainId: 2525,
11387
+ networkId: 2525,
11388
+ explorers: [],
11389
+ status: 'active'
11390
+ },
11334
11391
  {
11335
11392
  name: 'Kortho Mainnet',
11336
11393
  chain: 'Kortho Chain',
@@ -11712,12 +11769,12 @@ const chainArray = [
11712
11769
  title: 'Bifrost Network Mainnet',
11713
11770
  chain: 'BFC',
11714
11771
  rpc: [
11715
- 'https://public-01.mainnet.thebifrost.io/rpc',
11716
- 'https://public-02.mainnet.thebifrost.io/rpc'
11772
+ 'https://public-01.mainnet.bifrostnetwork.com/rpc',
11773
+ 'https://public-02.mainnet.bifrostnetwork.com/rpc'
11717
11774
  ],
11718
11775
  faucets: [],
11719
11776
  nativeCurrency: { name: 'Bifrost', symbol: 'BFC', decimals: 18 },
11720
- infoURL: 'https://thebifrost.io',
11777
+ infoURL: 'https://bifrostnetwork.com',
11721
11778
  shortName: 'bfc',
11722
11779
  chainId: 3068,
11723
11780
  networkId: 3068,
@@ -11725,7 +11782,7 @@ const chainArray = [
11725
11782
  explorers: [
11726
11783
  {
11727
11784
  name: 'explorer-thebifrost',
11728
- url: 'https://explorer.mainnet.thebifrost.io',
11785
+ url: 'https://explorer.mainnet.bifrostnetwork.com',
11729
11786
  standard: 'EIP3091'
11730
11787
  }
11731
11788
  ]
@@ -12721,6 +12778,26 @@ const chainArray = [
12721
12778
  }
12722
12779
  ]
12723
12780
  },
12781
+ {
12782
+ name: 'CrossFi Testnet',
12783
+ title: 'CrossFi Testnet',
12784
+ chain: 'XFI',
12785
+ rpc: [ 'https://rpc.testnet.ms' ],
12786
+ faucets: [],
12787
+ nativeCurrency: { name: 'XFI', symbol: 'XFI', decimals: 18 },
12788
+ infoURL: 'https://crossfi.org/',
12789
+ shortName: 'crossfi-testnet',
12790
+ chainId: 4157,
12791
+ networkId: 4157,
12792
+ slip44: 1,
12793
+ explorers: [
12794
+ {
12795
+ name: 'CrossFi Testnet Scan',
12796
+ url: 'https://scan.testnet.ms',
12797
+ standard: 'EIP3091'
12798
+ }
12799
+ ]
12800
+ },
12724
12801
  {
12725
12802
  name: 'PHI Network V1',
12726
12803
  chain: 'PHI V1',
@@ -19255,12 +19332,12 @@ const chainArray = [
19255
19332
  title: 'Bifrost Network Testnet',
19256
19333
  chain: 'BFC',
19257
19334
  rpc: [
19258
- 'https://public-01.testnet.thebifrost.io/rpc',
19259
- 'https://public-02.testnet.thebifrost.io/rpc'
19335
+ 'https://public-01.testnet.bifrostnetwork.com/rpc',
19336
+ 'https://public-02.testnet.bifrostnetwork.com/rpc'
19260
19337
  ],
19261
19338
  faucets: [],
19262
19339
  nativeCurrency: { name: 'Bifrost', symbol: 'BFC', decimals: 18 },
19263
- infoURL: 'https://thebifrost.io',
19340
+ infoURL: 'https://bifrostnetwork.com',
19264
19341
  shortName: 'tbfc',
19265
19342
  chainId: 49088,
19266
19343
  networkId: 49088,
@@ -19269,7 +19346,7 @@ const chainArray = [
19269
19346
  explorers: [
19270
19347
  {
19271
19348
  name: 'explorer-thebifrost',
19272
- url: 'https://explorer.testnet.thebifrost.io',
19349
+ url: 'https://explorer.testnet.bifrostnetwork.com',
19273
19350
  standard: 'EIP3091'
19274
19351
  }
19275
19352
  ]
@@ -19663,7 +19740,9 @@ const chainArray = [
19663
19740
  rpc: [
19664
19741
  'https://rpc-tanenbaum.rollux.com',
19665
19742
  'https://rpc.ankr.com/rollux_testnet/${ANKR_API_KEY}',
19666
- 'wss://rpc-tanenbaum.rollux.com/wss'
19743
+ 'wss://rpc-tanenbaum.rollux.com/wss',
19744
+ 'https://rollux.rpc.tanenbaum.io',
19745
+ 'wss://rollux.rpc.tanenbaum.io/wss'
19667
19746
  ],
19668
19747
  faucets: [ 'https://rollux.id/faucetapp' ],
19669
19748
  nativeCurrency: { name: 'Testnet Syscoin', symbol: 'TSYS', decimals: 18 },
@@ -23303,22 +23382,22 @@ const chainArray = [
23303
23382
  ]
23304
23383
  },
23305
23384
  {
23306
- name: 'ethereum Fair',
23385
+ name: 'DisChain',
23307
23386
  chainId: 513100,
23308
23387
  networkId: 513100,
23309
- shortName: 'ethf',
23310
- chain: 'ETHF',
23311
- nativeCurrency: { name: 'EthereumFair', symbol: 'ETHF', decimals: 18 },
23312
- rpc: [ 'https://rpc.etherfair.org' ],
23388
+ shortName: 'dis',
23389
+ chain: 'DIS',
23390
+ nativeCurrency: { name: 'DisChain', symbol: 'DIS', decimals: 18 },
23391
+ rpc: [ 'https://rpc.dischain.xyz' ],
23313
23392
  faucets: [],
23314
23393
  explorers: [
23315
23394
  {
23316
- name: 'etherfair',
23317
- url: 'https://www.oklink.com/ethf',
23395
+ name: 'DisChain',
23396
+ url: 'https://www.oklink.com/dis',
23318
23397
  standard: 'EIP3091'
23319
23398
  }
23320
23399
  ],
23321
- infoURL: 'https://etherfair.org'
23400
+ infoURL: 'https://dischain.xyz'
23322
23401
  },
23323
23402
  {
23324
23403
  name: 'Scroll Sepolia Testnet',
@@ -23696,6 +23775,58 @@ const chainArray = [
23696
23775
  }
23697
23776
  ]
23698
23777
  },
23778
+ {
23779
+ name: 'zkLink Nova Mainnet',
23780
+ chain: 'ETH',
23781
+ rpc: [ 'https://rpc.zklink.io', 'wss://rpc.zklink.io' ],
23782
+ faucets: [],
23783
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
23784
+ infoURL: 'https://zklink.io',
23785
+ shortName: 'zklink-nova',
23786
+ chainId: 810180,
23787
+ networkId: 810180,
23788
+ slip44: 1,
23789
+ icon: 'zklink-nova',
23790
+ explorers: [
23791
+ {
23792
+ name: 'zkLink Nova Block Explorer',
23793
+ url: 'https://explorer.zklink.io',
23794
+ icon: 'zklink-nova',
23795
+ standard: 'EIP3091'
23796
+ }
23797
+ ],
23798
+ parent: {
23799
+ type: 'L2',
23800
+ chain: 'eip155-59144',
23801
+ bridges: [ { url: 'https://portal.zklink.io' } ]
23802
+ }
23803
+ },
23804
+ {
23805
+ name: 'zkLink Nova Goerli Testnet',
23806
+ chain: 'ETH',
23807
+ rpc: [ 'https://goerli.rpc.zklink.io', 'wss://goerli.rpc.zklink.io' ],
23808
+ faucets: [],
23809
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
23810
+ infoURL: 'https://zklink.io',
23811
+ shortName: 'zklink-nova-goerli',
23812
+ chainId: 810182,
23813
+ networkId: 810182,
23814
+ slip44: 1,
23815
+ icon: 'zklink-nova',
23816
+ explorers: [
23817
+ {
23818
+ name: 'zkLink Nova Block Explorer',
23819
+ url: 'https://goerli.explorer.zklink.io',
23820
+ icon: 'zklink-nova',
23821
+ standard: 'EIP3091'
23822
+ }
23823
+ ],
23824
+ parent: {
23825
+ type: 'L2',
23826
+ chain: 'eip155-59140',
23827
+ bridges: [ { url: 'https://goerli.portal.zklink.io' } ]
23828
+ }
23829
+ },
23699
23830
  {
23700
23831
  name: 'CURVE Mainnet',
23701
23832
  chain: 'CURVE',
@@ -25187,6 +25318,27 @@ const chainArray = [
25187
25318
  },
25188
25319
  {
25189
25320
  name: 'Autonity Piccadilly (Barada) Testnet',
25321
+ status: 'deprecated',
25322
+ chain: 'AUT',
25323
+ rpc: [],
25324
+ faucets: [],
25325
+ nativeCurrency: { name: 'Piccadilly Auton', symbol: 'ATN', decimals: 18 },
25326
+ infoURL: 'https://autonity.org/',
25327
+ shortName: 'piccadilly-01',
25328
+ chainId: 65100001,
25329
+ networkId: 65100001,
25330
+ slip44: 1,
25331
+ icon: 'autonity',
25332
+ explorers: [
25333
+ {
25334
+ name: 'autonity-blockscout',
25335
+ url: 'https://piccadilly.autonity.org',
25336
+ standard: 'EIP3091'
25337
+ }
25338
+ ]
25339
+ },
25340
+ {
25341
+ name: 'Autonity Piccadilly (Sumida) Testnet',
25190
25342
  chain: 'AUT',
25191
25343
  rpc: [
25192
25344
  'https://rpc1.piccadilly.autonity.org/',
@@ -25195,9 +25347,9 @@ const chainArray = [
25195
25347
  faucets: [],
25196
25348
  nativeCurrency: { name: 'Piccadilly Auton', symbol: 'ATN', decimals: 18 },
25197
25349
  infoURL: 'https://autonity.org/',
25198
- shortName: 'piccadilly-01',
25199
- chainId: 65100001,
25200
- networkId: 65100001,
25350
+ shortName: 'piccadilly-02',
25351
+ chainId: 65100002,
25352
+ networkId: 65100002,
25201
25353
  slip44: 1,
25202
25354
  icon: 'autonity',
25203
25355
  explorers: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.356",
3
+ "version": "0.0.358",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {