eth-chainlist 0.0.161 → 0.0.162

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.162 (2023-06-02)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.161 ([258390a](https://github.com/poowf/eth-chainlist/commit/258390a7bac44b53cfa456c230bf0b9f4f5c3376))
9
+ * update chain data ([e14021a](https://github.com/poowf/eth-chainlist/commit/e14021a8f96388eb7ca2f02e738331641480f040))
10
+
3
11
  ### 0.0.161 (2023-06-01)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -691,33 +691,28 @@ const chainArray = [
691
691
  ]
692
692
  },
693
693
  {
694
- name: 'Kovan',
695
- title: 'Ethereum Testnet Kovan',
696
- chain: 'ETH',
694
+ name: 'LUKSO Mainnet',
695
+ chain: 'LUKSO',
696
+ icon: 'lukso',
697
697
  rpc: [
698
- 'https://kovan.poa.network',
699
- 'http://kovan.poa.network:8545',
700
- 'https://kovan.infura.io/v3/${INFURA_API_KEY}',
701
- 'wss://kovan.infura.io/ws/v3/${INFURA_API_KEY}',
702
- 'ws://kovan.poa.network:8546'
703
- ],
704
- faucets: [
705
- 'http://fauceth.komputing.org?chain=42&address=${ADDRESS}',
706
- 'https://faucet.kovan.network',
707
- 'https://gitter.im/kovan-testnet/faucet'
698
+ 'https://rpc.mainnet.lukso.network',
699
+ 'wss://ws-rpc.mainnet.lukso.network'
708
700
  ],
709
- nativeCurrency: { name: 'Kovan Ether', symbol: 'ETH', decimals: 18 },
701
+ faucets: [],
702
+ nativeCurrency: { name: 'LUKSO', symbol: 'LYX', decimals: 18 },
710
703
  explorers: [
711
704
  {
712
- name: 'etherscan',
713
- url: 'https://kovan.etherscan.io',
705
+ name: 'Blockscout',
706
+ url: 'https://explorer.execution.mainnet.lukso.network',
714
707
  standard: 'EIP3091'
715
708
  }
716
709
  ],
717
- infoURL: 'https://kovan-testnet.github.io/website',
718
- shortName: 'kov',
710
+ infoURL: 'https://lukso.network',
711
+ shortName: 'lukso',
719
712
  chainId: 42,
720
- networkId: 42
713
+ networkId: 42,
714
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
715
+ redFlags: [ 'reusedChainId' ]
721
716
  },
722
717
  {
723
718
  name: 'Darwinia Pangolin Testnet',
@@ -1037,7 +1032,12 @@ const chainArray = [
1037
1032
  {
1038
1033
  name: 'Syscoin Mainnet',
1039
1034
  chain: 'SYS',
1040
- rpc: [ 'https://rpc.syscoin.org', 'wss://rpc.syscoin.org/wss' ],
1035
+ rpc: [
1036
+ 'https://rpc.syscoin.org',
1037
+ 'https://rpc.ankr.com/syscoin/${ANKR_API_KEY}',
1038
+ 'https://syscoin.public-rpc.com',
1039
+ 'wss://rpc.syscoin.org/wss'
1040
+ ],
1041
1041
  faucets: [ 'https://faucet.syscoin.org' ],
1042
1042
  nativeCurrency: { name: 'Syscoin', symbol: 'SYS', decimals: 18 },
1043
1043
  infoURL: 'https://www.syscoin.org',
@@ -4190,6 +4190,24 @@ const chainArray = [
4190
4190
  }
4191
4191
  ]
4192
4192
  },
4193
+ {
4194
+ name: 'Rollux Mainnet',
4195
+ chain: 'SYS',
4196
+ rpc: [ 'https://rpc.rollux.com', 'wss://rpc.rollux.com/wss' ],
4197
+ faucets: [ 'https://rollux.id/faucetapp' ],
4198
+ nativeCurrency: { name: 'Syscoin', symbol: 'SYS', decimals: 18 },
4199
+ infoURL: 'https://rollux.com',
4200
+ shortName: 'sys-rollux',
4201
+ chainId: 570,
4202
+ networkId: 570,
4203
+ explorers: [
4204
+ {
4205
+ name: 'Rollux Explorer',
4206
+ url: 'https://explorer.rollux.com',
4207
+ standard: 'EIP3091'
4208
+ }
4209
+ ]
4210
+ },
4193
4211
  {
4194
4212
  name: 'Metis Stardust Testnet',
4195
4213
  chain: 'ETH',
@@ -6539,6 +6557,27 @@ const chainArray = [
6539
6557
  }
6540
6558
  ]
6541
6559
  },
6560
+ {
6561
+ name: 'ChainX-EVM',
6562
+ chain: 'ChainX',
6563
+ rpc: [
6564
+ 'https://mainnet.chainx.org/rpc',
6565
+ 'https://mainnet2.chainx.org/rpc'
6566
+ ],
6567
+ faucets: [],
6568
+ nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
6569
+ infoURL: 'https://chainx.org',
6570
+ shortName: 'chainx',
6571
+ chainId: 1501,
6572
+ networkId: 1501,
6573
+ explorers: [
6574
+ {
6575
+ name: 'chainx-evm scan',
6576
+ url: 'https://evm.chainx.org',
6577
+ standard: 'none'
6578
+ }
6579
+ ]
6580
+ },
6542
6581
  {
6543
6582
  name: 'Sherpax Mainnet',
6544
6583
  chain: 'Sherpax Mainnet',
@@ -9004,6 +9043,29 @@ const chainArray = [
9004
9043
  }
9005
9044
  ]
9006
9045
  },
9046
+ {
9047
+ name: 'LUKSO Testnet',
9048
+ chain: 'LUKSO Testnet',
9049
+ icon: 'lukso',
9050
+ rpc: [
9051
+ 'https://rpc.testnet.lukso.network',
9052
+ 'wss://ws-rpc.testnet.lukso.network'
9053
+ ],
9054
+ faucets: [ 'https://faucet.testnet.lukso.network' ],
9055
+ nativeCurrency: { name: 'TestLYX', symbol: 'LYXt', decimals: 18 },
9056
+ explorers: [
9057
+ {
9058
+ name: 'Blockscout',
9059
+ url: 'https://explorer.execution.testnet.lukso.network',
9060
+ standard: 'none'
9061
+ }
9062
+ ],
9063
+ infoURL: 'https://lukso.network',
9064
+ shortName: 'lukso-testnet',
9065
+ chainId: 4201,
9066
+ networkId: 4201,
9067
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ]
9068
+ },
9007
9069
  {
9008
9070
  name: 'Nexi Mainnet',
9009
9071
  chain: 'Nexi',
@@ -9197,7 +9259,7 @@ const chainArray = [
9197
9259
  chain: 'ETH',
9198
9260
  rpc: [ 'https://rpc.mantle.xyz' ],
9199
9261
  faucets: [],
9200
- nativeCurrency: { name: 'BitDAO', symbol: 'BIT', decimals: 18 },
9262
+ nativeCurrency: { name: 'Mantle', symbol: 'MNT', decimals: 18 },
9201
9263
  infoURL: 'https://mantle.xyz',
9202
9264
  shortName: 'mantle',
9203
9265
  chainId: 5000,
@@ -9215,7 +9277,7 @@ const chainArray = [
9215
9277
  chain: 'ETH',
9216
9278
  rpc: [ 'https://rpc.testnet.mantle.xyz' ],
9217
9279
  faucets: [ 'https://faucet.testnet.mantle.xyz' ],
9218
- nativeCurrency: { name: 'Testnet BitDAO', symbol: 'BIT', decimals: 18 },
9280
+ nativeCurrency: { name: 'Testnet Mantle', symbol: 'MNT', decimals: 18 },
9219
9281
  infoURL: 'https://mantle.xyz',
9220
9282
  shortName: 'mantle-testnet',
9221
9283
  chainId: 5001,
@@ -9549,6 +9611,46 @@ const chainArray = [
9549
9611
  }
9550
9612
  ]
9551
9613
  },
9614
+ {
9615
+ name: 'UPTN Testnet',
9616
+ chain: 'UPTN',
9617
+ icon: 'uptn',
9618
+ rpc: [ 'https://node-api.alp.uptn.io/v1/ext/rpc' ],
9619
+ features: [ { name: 'EIP1559' } ],
9620
+ faucets: [],
9621
+ nativeCurrency: { name: 'UPTN', symbol: 'UPTN', decimals: 18 },
9622
+ infoURL: 'https://uptn.io',
9623
+ shortName: 'UPTN-TEST',
9624
+ chainId: 6118,
9625
+ networkId: 6118,
9626
+ explorers: [
9627
+ {
9628
+ name: 'UPTN Testnet Explorer',
9629
+ url: 'https://testnet.explorer.uptn.io',
9630
+ standard: 'EIP3091'
9631
+ }
9632
+ ]
9633
+ },
9634
+ {
9635
+ name: 'UPTN',
9636
+ chain: 'UPTN',
9637
+ icon: 'uptn',
9638
+ rpc: [ 'https://node-api.uptn.io/v1/ext/rpc' ],
9639
+ features: [ { name: 'EIP1559' } ],
9640
+ faucets: [],
9641
+ nativeCurrency: { name: 'UPTN', symbol: 'UPTN', decimals: 18 },
9642
+ infoURL: 'https://uptn.io',
9643
+ shortName: 'UPTN',
9644
+ chainId: 6119,
9645
+ networkId: 6119,
9646
+ explorers: [
9647
+ {
9648
+ name: 'UPTN Explorer',
9649
+ url: 'https://explorer.uptn.io',
9650
+ standard: 'EIP3091'
9651
+ }
9652
+ ]
9653
+ },
9552
9654
  {
9553
9655
  name: 'Peerpay',
9554
9656
  chain: 'P2P',
@@ -13134,21 +13236,22 @@ const chainArray = [
13134
13236
  ]
13135
13237
  },
13136
13238
  {
13137
- name: 'Syscoin Rollux Testnet',
13239
+ name: 'Rollux Testnet',
13138
13240
  chain: 'SYS',
13139
13241
  rpc: [
13140
13242
  'https://rpc-tanenbaum.rollux.com',
13243
+ 'https://rpc.ankr.com/rollux_testnet/${ANKR_API_KEY}',
13141
13244
  'wss://rpc-tanenbaum.rollux.com/wss'
13142
13245
  ],
13143
- faucets: [],
13144
- nativeCurrency: { name: 'Rollux Testnet Syscoin', symbol: 'tSYS', decimals: 18 },
13145
- infoURL: 'https://syscoin.org',
13246
+ faucets: [ 'https://rollux.id/faucetapp' ],
13247
+ nativeCurrency: { name: 'Testnet Syscoin', symbol: 'TSYS', decimals: 18 },
13248
+ infoURL: 'https://rollux.com',
13146
13249
  shortName: 'tsys-rollux',
13147
13250
  chainId: 57000,
13148
13251
  networkId: 57000,
13149
13252
  explorers: [
13150
13253
  {
13151
- name: 'Syscoin Rollux Testnet Explorer',
13254
+ name: 'Rollux Testnet Explorer',
13152
13255
  url: 'https://rollux.tanenbaum.io',
13153
13256
  standard: 'EIP3091'
13154
13257
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.161",
3
+ "version": "0.0.162",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {