eth-chainlist 0.0.514 → 0.0.516

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/data/chain.js +263 -12
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.516 (2024-10-15)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.515 ([90f44f5](https://github.com/poowf/eth-chainlist/commit/90f44f5679ff7cfdf9ec687b96163a95a0616f91))
9
+ * update chain data ([468c4ca](https://github.com/poowf/eth-chainlist/commit/468c4ca64a9c147b86c7350e531512324339912a))
10
+
11
+ ### 0.0.515 (2024-10-14)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.514 ([5574937](https://github.com/poowf/eth-chainlist/commit/5574937f5648dd4a949d8f29c9ef9ec785fb926c))
17
+ * update chain data ([6a98d1b](https://github.com/poowf/eth-chainlist/commit/6a98d1be6448ae1d3c02ae3e6eade73132e08c82))
18
+
3
19
  ### 0.0.514 (2024-10-12)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -6048,6 +6048,27 @@ const chainArray = [
6048
6048
  bridges: [ { url: 'https://bridge.publicgoods.network' } ]
6049
6049
  }
6050
6050
  },
6051
+ {
6052
+ name: 'Stenix Mainnet',
6053
+ chain: 'STEN',
6054
+ rpc: [ 'https://stenix.network/pub' ],
6055
+ faucets: [],
6056
+ nativeCurrency: { name: 'Stenix', symbol: 'STEN', decimals: 18 },
6057
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
6058
+ infoURL: 'https://stenix.org',
6059
+ shortName: 'sten',
6060
+ chainId: 425,
6061
+ networkId: 425,
6062
+ icon: 'stenix',
6063
+ explorers: [
6064
+ {
6065
+ name: 'stenscan',
6066
+ url: 'https://stenscan.com',
6067
+ icon: 'stenscan',
6068
+ standard: 'none'
6069
+ }
6070
+ ]
6071
+ },
6051
6072
  {
6052
6073
  name: 'Zeeth Chain',
6053
6074
  chain: 'ZeethChain',
@@ -6582,11 +6603,9 @@ const chainArray = [
6582
6603
  rpc: [
6583
6604
  'https://rpc.rollux.com',
6584
6605
  'wss://rpc.rollux.com/wss',
6585
- 'https://rpc.ankr.com/rollux',
6586
- 'https://rollux.rpc.syscoin.org',
6587
- 'wss://rollux.rpc.syscoin.org/wss'
6606
+ 'https://rpc.ankr.com/rollux'
6588
6607
  ],
6589
- faucets: [ 'https://rollux.id/faucetapp' ],
6608
+ faucets: [ 'https://rollux.id/faucet' ],
6590
6609
  nativeCurrency: { name: 'Syscoin', symbol: 'SYS', decimals: 18 },
6591
6610
  infoURL: 'https://rollux.com',
6592
6611
  shortName: 'sys-rollux',
@@ -6594,7 +6613,7 @@ const chainArray = [
6594
6613
  networkId: 570,
6595
6614
  explorers: [
6596
6615
  {
6597
- name: 'Rollux Explorer',
6616
+ name: 'Rollux Mainnet Explorer',
6598
6617
  url: 'https://explorer.rollux.com',
6599
6618
  standard: 'EIP3091'
6600
6619
  }
@@ -7162,6 +7181,29 @@ const chainArray = [
7162
7181
  }
7163
7182
  ]
7164
7183
  },
7184
+ {
7185
+ name: 'NERO Testnet',
7186
+ chain: 'NERO Chain',
7187
+ rpc: [
7188
+ 'https://rpc-testnet.nerochain.io',
7189
+ 'wss://ws-testnet.nerochain.io'
7190
+ ],
7191
+ faucets: [ 'https://faucet-testnet.nerochain.io' ],
7192
+ nativeCurrency: { name: 'NERO', symbol: 'NERO', decimals: 18 },
7193
+ infoURL: 'https://docs.nerochain.io/',
7194
+ shortName: 'NERO',
7195
+ chainId: 689,
7196
+ networkId: 689,
7197
+ slip44: 1,
7198
+ icon: 'nero',
7199
+ explorers: [
7200
+ {
7201
+ name: 'nero testnet scan',
7202
+ url: 'https://testnet.neroscan.io',
7203
+ standard: 'EIP3091'
7204
+ }
7205
+ ]
7206
+ },
7165
7207
  {
7166
7208
  name: 'Redstone',
7167
7209
  chain: 'ETH',
@@ -7868,14 +7910,23 @@ const chainArray = [
7868
7910
  {
7869
7911
  name: 'Callisto Mainnet',
7870
7912
  chain: 'CLO',
7871
- rpc: [ 'https://rpc.callisto.network/' ],
7872
- faucets: [],
7913
+ icon: 'callistonetwork',
7914
+ rpc: [ 'https://rpc.callistodao.org' ],
7915
+ faucets: [ 'https://faucet.callistodao.org' ],
7873
7916
  nativeCurrency: { name: 'Callisto', symbol: 'CLO', decimals: 18 },
7874
- infoURL: 'https://callisto.network',
7917
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
7918
+ infoURL: 'https://callistodao.org',
7875
7919
  shortName: 'clo',
7876
7920
  chainId: 820,
7877
7921
  networkId: 1,
7878
- slip44: 820
7922
+ slip44: 820,
7923
+ explorers: [
7924
+ {
7925
+ name: 'blockscout-callisto-network',
7926
+ url: 'https://explorer.callistodao.org',
7927
+ standard: 'EIP3091'
7928
+ }
7929
+ ]
7879
7930
  },
7880
7931
  {
7881
7932
  name: 'Callisto Testnet Deprecated',
@@ -8302,6 +8353,27 @@ const chainArray = [
8302
8353
  }
8303
8354
  ]
8304
8355
  },
8356
+ {
8357
+ name: 'SlerfChain Mainnet',
8358
+ title: 'SlerfChain Mainnet',
8359
+ chain: 'SLERF CHAIN',
8360
+ rpc: [ 'https://rpc.slerfchain.xyz' ],
8361
+ faucets: [],
8362
+ nativeCurrency: { name: 'WSLERF', symbol: 'WSLERF', decimals: 18 },
8363
+ infoURL: 'https://slerfchain.xyz',
8364
+ shortName: 'SlerfChain-Mainnet',
8365
+ chainId: 918,
8366
+ networkId: 918,
8367
+ icon: 'slerf',
8368
+ explorers: [
8369
+ {
8370
+ name: 'SlerfChain Scan',
8371
+ url: 'https://scan.slerfchain.xyz',
8372
+ icon: 'slerf',
8373
+ standard: 'EIP3091'
8374
+ }
8375
+ ]
8376
+ },
8305
8377
  {
8306
8378
  name: 'Mode Testnet',
8307
8379
  chain: 'ETH',
@@ -19022,6 +19094,26 @@ const chainArray = [
19022
19094
  }
19023
19095
  ]
19024
19096
  },
19097
+ {
19098
+ name: 'exSat Network',
19099
+ chain: 'exSat',
19100
+ icon: 'exsat',
19101
+ rpc: [ 'https://evm.exsat.network' ],
19102
+ faucets: [],
19103
+ nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
19104
+ infoURL: 'https://exsat.network/',
19105
+ shortName: 'xsat',
19106
+ chainId: 7200,
19107
+ networkId: 7200,
19108
+ explorers: [
19109
+ {
19110
+ name: 'exSat Explorer',
19111
+ url: 'https://scan.exsat.network',
19112
+ standard: 'EIP3091'
19113
+ }
19114
+ ],
19115
+ parent: { type: 'L2', chain: 'eip155-1', bridges: [ { url: '' } ] }
19116
+ },
19025
19117
  {
19026
19118
  name: 'Nibiru Testnet-1',
19027
19119
  chain: 'Nibiru',
@@ -22657,6 +22749,11 @@ const chainArray = [
22657
22749
  name: 'bevm mainnet scan',
22658
22750
  url: 'https://scan-mainnet.bevm.io',
22659
22751
  standard: 'none'
22752
+ },
22753
+ {
22754
+ name: 'bevm mainnet oklink',
22755
+ url: 'https://www.oklink.com/bevm',
22756
+ standard: 'none'
22660
22757
  }
22661
22758
  ]
22662
22759
  },
@@ -31441,6 +31538,25 @@ const chainArray = [
31441
31538
  }
31442
31539
  ]
31443
31540
  },
31541
+ {
31542
+ name: 'XCOIN',
31543
+ chain: 'XCOIN',
31544
+ rpc: [ 'https://rpc-xcoin.cryptoxnetwork.io' ],
31545
+ faucets: [],
31546
+ nativeCurrency: { name: 'XCOIN', symbol: 'XCOIN', decimals: 18 },
31547
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
31548
+ infoURL: 'https://cryptoxnetwork.io',
31549
+ shortName: 'xcoin',
31550
+ chainId: 158345,
31551
+ networkId: 158345,
31552
+ explorers: [
31553
+ {
31554
+ name: 'CryptoX explorer',
31555
+ url: 'https://cryptoxscan.io',
31556
+ standard: 'EIP3091'
31557
+ }
31558
+ ]
31559
+ },
31444
31560
  {
31445
31561
  name: 'PlayFi Mainnet',
31446
31562
  chain: 'PLAY',
@@ -31746,6 +31862,24 @@ const chainArray = [
31746
31862
  chainId: 192940,
31747
31863
  networkId: 192940
31748
31864
  },
31865
+ {
31866
+ name: 'R0AR Chain',
31867
+ chain: 'R0AR Chain',
31868
+ rpc: [ 'https://rpc-r0ar.io' ],
31869
+ faucets: [],
31870
+ nativeCurrency: { name: 'Ethereum', symbol: 'ETH', decimals: 18 },
31871
+ infoURL: 'https://r0arscan.io',
31872
+ shortName: 'R0AR-Chain',
31873
+ chainId: 193939,
31874
+ networkId: 193939,
31875
+ explorers: [
31876
+ {
31877
+ name: 'tracehawk',
31878
+ url: 'https://r0arscan.io',
31879
+ standard: 'none'
31880
+ }
31881
+ ]
31882
+ },
31749
31883
  {
31750
31884
  name: 'MAZZE Testnet',
31751
31885
  chain: 'MAZZE Testnet',
@@ -32061,6 +32195,24 @@ const chainArray = [
32061
32195
  }
32062
32196
  ]
32063
32197
  },
32198
+ {
32199
+ name: 'Blockfit',
32200
+ chain: '202424',
32201
+ rpc: [ 'https://rpc.blockfitscan.io' ],
32202
+ faucets: [],
32203
+ nativeCurrency: { name: 'BFIT', symbol: 'BFIT', decimals: 18 },
32204
+ infoURL: 'https://blockfit.io',
32205
+ shortName: 'Blockfit',
32206
+ chainId: 202424,
32207
+ networkId: 202424,
32208
+ explorers: [
32209
+ {
32210
+ name: 'Tracehawk',
32211
+ url: 'https://blockfitscan.io',
32212
+ standard: 'none'
32213
+ }
32214
+ ]
32215
+ },
32064
32216
  {
32065
32217
  name: 'Jellie',
32066
32218
  title: 'Twala Testnet Jellie',
@@ -32136,6 +32288,20 @@ const chainArray = [
32136
32288
  chainId: 210049,
32137
32289
  networkId: 210049
32138
32290
  },
32291
+ {
32292
+ name: 'Sorian',
32293
+ chain: 'SOR',
32294
+ rpc: [ 'https://rpc.sorian.io' ],
32295
+ faucets: [],
32296
+ icon: 'sorian',
32297
+ nativeCurrency: { name: 'Sorian', symbol: 'SOR', decimals: 18 },
32298
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
32299
+ infoURL: 'https://sorian.io',
32300
+ shortName: 'sorian',
32301
+ chainId: 210209,
32302
+ networkId: 210209,
32303
+ explorers: []
32304
+ },
32139
32305
  {
32140
32306
  name: 'PlatON Mainnet',
32141
32307
  chain: 'PlatON',
@@ -33936,7 +34102,7 @@ const chainArray = [
33936
34102
  {
33937
34103
  name: 'Polter Testnet',
33938
34104
  chain: 'Geist',
33939
- rpc: [],
34105
+ rpc: [ 'https://geist-polter.g.alchemy.com/public' ],
33940
34106
  faucets: [],
33941
34107
  nativeCurrency: { name: 'Polter GHST', symbol: 'GHST', decimals: 18 },
33942
34108
  features: [],
@@ -33946,7 +34112,13 @@ const chainArray = [
33946
34112
  networkId: 631571,
33947
34113
  status: 'incubating',
33948
34114
  icon: 'polterGeist',
33949
- explorers: []
34115
+ explorers: [
34116
+ {
34117
+ name: 'Polter Testnet Explorer',
34118
+ url: 'https://polter-testnet.explorer.alchemy.com',
34119
+ standard: 'EIP3091'
34120
+ }
34121
+ ]
33950
34122
  },
33951
34123
  {
33952
34124
  name: 'Bear Network Chain Mainnet',
@@ -34874,6 +35046,42 @@ const chainArray = [
34874
35046
  bridges: [ { url: 'https://portal.treasure.lol/bridge' } ]
34875
35047
  }
34876
35048
  },
35049
+ {
35050
+ name: 'Treasure Topaz',
35051
+ chain: 'Treasure Topaz',
35052
+ shortName: 'Topaz',
35053
+ chainId: 978658,
35054
+ networkId: 978658,
35055
+ nativeCurrency: { name: 'Testnet MAGIC', symbol: 'MAGIC', decimals: 18 },
35056
+ slip44: 1,
35057
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
35058
+ infoURL: 'https://app.treasure.lol',
35059
+ icon: 'treasuretopaz',
35060
+ rpc: [
35061
+ 'https://rpc.topaz.treasure.lol',
35062
+ 'wss://rpc.topaz.treasure.lol/ws'
35063
+ ],
35064
+ faucets: [
35065
+ 'https://app.treasure.lol/chain/faucet',
35066
+ 'https://thirdweb.com/treasure-topaz'
35067
+ ],
35068
+ explorers: [
35069
+ {
35070
+ name: 'treasurescan',
35071
+ url: 'https://topaz.treasurescan.io',
35072
+ icon: 'treasure',
35073
+ standard: 'EIP3091'
35074
+ }
35075
+ ],
35076
+ parent: {
35077
+ type: 'L2',
35078
+ chain: 'eip155-1',
35079
+ bridges: [
35080
+ { url: 'https://app.treasure.lol/chain/bridge' },
35081
+ { url: 'https://portal.topaz.treasure.lol/bridge' }
35082
+ ]
35083
+ }
35084
+ },
34877
35085
  {
34878
35086
  name: 'Forma',
34879
35087
  chain: 'Forma',
@@ -36302,6 +36510,24 @@ const chainArray = [
36302
36510
  }
36303
36511
  ]
36304
36512
  },
36513
+ {
36514
+ name: 'R0AR Testnet',
36515
+ chain: 'R0AR Testnet',
36516
+ rpc: [ 'https://testnet.rpc-r0ar.io' ],
36517
+ faucets: [ 'https://testnet.r0arfaucet.io' ],
36518
+ nativeCurrency: { name: 'Ethereum', symbol: 'ETH', decimals: 18 },
36519
+ infoURL: 'https://testnet.r0arscan.io',
36520
+ shortName: 'R0AR-Test-Chain',
36521
+ chainId: 11166111,
36522
+ networkId: 11166111,
36523
+ explorers: [
36524
+ {
36525
+ name: 'tracehawk',
36526
+ url: 'https://testnet.r0arscan.io',
36527
+ standard: 'none'
36528
+ }
36529
+ ]
36530
+ },
36305
36531
  {
36306
36532
  name: 'Memento Testnet',
36307
36533
  chain: 'Memento',
@@ -36953,6 +37179,32 @@ const chainArray = [
36953
37179
  }
36954
37180
  ]
36955
37181
  },
37182
+ {
37183
+ name: 'Deviant Token Blockchain',
37184
+ chain: 'DTBC',
37185
+ status: 'incubating',
37186
+ rpc: [ 'https://rpc.devianttoken.net' ],
37187
+ faucets: [],
37188
+ nativeCurrency: { name: 'Deviant Token', symbol: 'DTBC', decimals: 18 },
37189
+ infoURL: 'https://devianttoken.net',
37190
+ shortName: 'dtbc',
37191
+ chainId: 52027071,
37192
+ networkId: 52027071,
37193
+ explorers: []
37194
+ },
37195
+ {
37196
+ name: 'Deviant Token Blockchain Testnet',
37197
+ chain: 'tDTBC',
37198
+ status: 'incubating',
37199
+ rpc: [ 'https://trpc.devianttoken.net' ],
37200
+ faucets: [],
37201
+ nativeCurrency: { name: 'Deviant Token Testnet', symbol: 'tDTBC', decimals: 18 },
37202
+ infoURL: 'https://devianttoken.net',
37203
+ shortName: 'tdtbc',
37204
+ chainId: 52027080,
37205
+ networkId: 52027080,
37206
+ explorers: []
37207
+ },
36956
37208
  {
36957
37209
  name: 'Fluence Testnet',
36958
37210
  chain: 'Fluence Testnet',
@@ -38395,7 +38647,6 @@ const chainArray = [
38395
38647
  'https://a.api.s0.t.hmny.io',
38396
38648
  'https://api.s0.t.hmny.io',
38397
38649
  'https://rpc.ankr.com/harmony',
38398
- 'https://harmony.api.onfinality.io/public',
38399
38650
  'https://1rpc.io/one',
38400
38651
  'https://harmony-0.drpc.org',
38401
38652
  'wss://harmony-0.drpc.org'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.514",
3
+ "version": "0.0.516",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {