eth-chainlist 0.0.356 → 0.0.357

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.357 (2024-03-06)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.356 ([bf93fe8](https://github.com/poowf/eth-chainlist/commit/bf93fe87a4b87d09e6643997179441d618b73b43))
9
+ * update chain data ([6ba1373](https://github.com/poowf/eth-chainlist/commit/6ba1373099a9a8991678073d296438d36a913379))
10
+
3
11
  ### 0.0.356 (2024-03-05)
4
12
 
5
13
 
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
  ]
@@ -19255,12 +19312,12 @@ const chainArray = [
19255
19312
  title: 'Bifrost Network Testnet',
19256
19313
  chain: 'BFC',
19257
19314
  rpc: [
19258
- 'https://public-01.testnet.thebifrost.io/rpc',
19259
- 'https://public-02.testnet.thebifrost.io/rpc'
19315
+ 'https://public-01.testnet.bifrostnetwork.com/rpc',
19316
+ 'https://public-02.testnet.bifrostnetwork.com/rpc'
19260
19317
  ],
19261
19318
  faucets: [],
19262
19319
  nativeCurrency: { name: 'Bifrost', symbol: 'BFC', decimals: 18 },
19263
- infoURL: 'https://thebifrost.io',
19320
+ infoURL: 'https://bifrostnetwork.com',
19264
19321
  shortName: 'tbfc',
19265
19322
  chainId: 49088,
19266
19323
  networkId: 49088,
@@ -19269,7 +19326,7 @@ const chainArray = [
19269
19326
  explorers: [
19270
19327
  {
19271
19328
  name: 'explorer-thebifrost',
19272
- url: 'https://explorer.testnet.thebifrost.io',
19329
+ url: 'https://explorer.testnet.bifrostnetwork.com',
19273
19330
  standard: 'EIP3091'
19274
19331
  }
19275
19332
  ]
@@ -19663,7 +19720,9 @@ const chainArray = [
19663
19720
  rpc: [
19664
19721
  'https://rpc-tanenbaum.rollux.com',
19665
19722
  'https://rpc.ankr.com/rollux_testnet/${ANKR_API_KEY}',
19666
- 'wss://rpc-tanenbaum.rollux.com/wss'
19723
+ 'wss://rpc-tanenbaum.rollux.com/wss',
19724
+ 'https://rollux.rpc.tanenbaum.io',
19725
+ 'wss://rollux.rpc.tanenbaum.io/wss'
19667
19726
  ],
19668
19727
  faucets: [ 'https://rollux.id/faucetapp' ],
19669
19728
  nativeCurrency: { name: 'Testnet Syscoin', symbol: 'TSYS', decimals: 18 },
@@ -23303,22 +23362,22 @@ const chainArray = [
23303
23362
  ]
23304
23363
  },
23305
23364
  {
23306
- name: 'ethereum Fair',
23365
+ name: 'DisChain',
23307
23366
  chainId: 513100,
23308
23367
  networkId: 513100,
23309
- shortName: 'ethf',
23310
- chain: 'ETHF',
23311
- nativeCurrency: { name: 'EthereumFair', symbol: 'ETHF', decimals: 18 },
23312
- rpc: [ 'https://rpc.etherfair.org' ],
23368
+ shortName: 'dis',
23369
+ chain: 'DIS',
23370
+ nativeCurrency: { name: 'DisChain', symbol: 'DIS', decimals: 18 },
23371
+ rpc: [ 'https://rpc.dischain.xyz' ],
23313
23372
  faucets: [],
23314
23373
  explorers: [
23315
23374
  {
23316
- name: 'etherfair',
23317
- url: 'https://www.oklink.com/ethf',
23375
+ name: 'DisChain',
23376
+ url: 'https://www.oklink.com/dis',
23318
23377
  standard: 'EIP3091'
23319
23378
  }
23320
23379
  ],
23321
- infoURL: 'https://etherfair.org'
23380
+ infoURL: 'https://dischain.xyz'
23322
23381
  },
23323
23382
  {
23324
23383
  name: 'Scroll Sepolia Testnet',
@@ -25187,6 +25246,27 @@ const chainArray = [
25187
25246
  },
25188
25247
  {
25189
25248
  name: 'Autonity Piccadilly (Barada) Testnet',
25249
+ status: 'deprecated',
25250
+ chain: 'AUT',
25251
+ rpc: [],
25252
+ faucets: [],
25253
+ nativeCurrency: { name: 'Piccadilly Auton', symbol: 'ATN', decimals: 18 },
25254
+ infoURL: 'https://autonity.org/',
25255
+ shortName: 'piccadilly-01',
25256
+ chainId: 65100001,
25257
+ networkId: 65100001,
25258
+ slip44: 1,
25259
+ icon: 'autonity',
25260
+ explorers: [
25261
+ {
25262
+ name: 'autonity-blockscout',
25263
+ url: 'https://piccadilly.autonity.org',
25264
+ standard: 'EIP3091'
25265
+ }
25266
+ ]
25267
+ },
25268
+ {
25269
+ name: 'Autonity Piccadilly (Sumida) Testnet',
25190
25270
  chain: 'AUT',
25191
25271
  rpc: [
25192
25272
  'https://rpc1.piccadilly.autonity.org/',
@@ -25195,9 +25275,9 @@ const chainArray = [
25195
25275
  faucets: [],
25196
25276
  nativeCurrency: { name: 'Piccadilly Auton', symbol: 'ATN', decimals: 18 },
25197
25277
  infoURL: 'https://autonity.org/',
25198
- shortName: 'piccadilly-01',
25199
- chainId: 65100001,
25200
- networkId: 65100001,
25278
+ shortName: 'piccadilly-02',
25279
+ chainId: 65100002,
25280
+ networkId: 65100002,
25201
25281
  slip44: 1,
25202
25282
  icon: 'autonity',
25203
25283
  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.357",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {