eth-chainlist 0.0.370 → 0.0.371

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.371 (2024-04-05)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.370 ([88d8612](https://github.com/poowf/eth-chainlist/commit/88d8612a9cfbef50b8516bf1494f7e6a5376ea24))
9
+ * update chain data ([e7249e5](https://github.com/poowf/eth-chainlist/commit/e7249e548cfeb0e20dbcc94b8d07c3b389d43683))
10
+
3
11
  ### 0.0.370 (2024-04-04)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -3215,6 +3215,20 @@ const chainArray = [
3215
3215
  }
3216
3216
  ]
3217
3217
  },
3218
+ {
3219
+ name: 'Omni',
3220
+ chain: 'Omni',
3221
+ status: 'incubating',
3222
+ rpc: [],
3223
+ features: [ { name: 'EIP155' } ],
3224
+ faucets: [],
3225
+ nativeCurrency: { name: 'Omni', symbol: 'OMNI', decimals: 18 },
3226
+ infoURL: 'https://docs.omni.network/',
3227
+ shortName: 'omni',
3228
+ chainId: 166,
3229
+ networkId: 166,
3230
+ slip44: 1
3231
+ },
3218
3232
  {
3219
3233
  name: 'Atoshi Testnet',
3220
3234
  chain: 'ATOSHI',
@@ -3585,7 +3599,7 @@ const chainArray = [
3585
3599
  chain: 'VinuChain Testnet',
3586
3600
  rpc: [ 'https://vinufoundation-rpc.com' ],
3587
3601
  faucets: [],
3588
- nativeCurrency: { name: 'VinuChain', symbol: '', decimals: 18 },
3602
+ nativeCurrency: { name: 'VinuChain', symbol: 'VC', decimals: 18 },
3589
3603
  infoURL: 'https://vitainu.org',
3590
3604
  shortName: 'VCTEST',
3591
3605
  chainId: 206,
@@ -3606,7 +3620,7 @@ const chainArray = [
3606
3620
  chain: 'VinuChain',
3607
3621
  rpc: [ 'https://vinuchain-rpc.com' ],
3608
3622
  faucets: [],
3609
- nativeCurrency: { name: 'VinuChain', symbol: '', decimals: 18 },
3623
+ nativeCurrency: { name: 'VinuChain', symbol: 'VC', decimals: 18 },
3610
3624
  infoURL: 'https://vitainu.org',
3611
3625
  shortName: 'VC',
3612
3626
  chainId: 207,
@@ -4109,6 +4123,56 @@ const chainArray = [
4109
4123
  }
4110
4124
  ]
4111
4125
  },
4126
+ {
4127
+ name: 'Neura',
4128
+ title: 'Neura Mainnet',
4129
+ chain: 'NEURA',
4130
+ icon: 'neura',
4131
+ rpc: [],
4132
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
4133
+ faucets: [],
4134
+ nativeCurrency: { name: 'Ankr', symbol: 'ANKR', decimals: 18 },
4135
+ infoURL: 'https://www.neuraprotocol.io/',
4136
+ shortName: 'neura',
4137
+ chainId: 266,
4138
+ networkId: 266,
4139
+ status: 'incubating',
4140
+ explorers: []
4141
+ },
4142
+ {
4143
+ name: 'Neura Testnet',
4144
+ title: 'Neura Testnet',
4145
+ chain: 'NEURA',
4146
+ icon: 'neura',
4147
+ rpc: [],
4148
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
4149
+ faucets: [],
4150
+ nativeCurrency: { name: 'Testnet Ankr', symbol: 'ANKR', decimals: 18 },
4151
+ infoURL: 'https://www.neuraprotocol.io/',
4152
+ shortName: 'tneura',
4153
+ chainId: 267,
4154
+ networkId: 267,
4155
+ explorers: [],
4156
+ status: 'incubating',
4157
+ slip44: 1
4158
+ },
4159
+ {
4160
+ name: 'Neura Devnet',
4161
+ title: 'Neura Devnet',
4162
+ chain: 'NEURA',
4163
+ icon: 'neura',
4164
+ rpc: [],
4165
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
4166
+ faucets: [],
4167
+ nativeCurrency: { name: 'Devnet Ankr', symbol: 'ANKR', decimals: 18 },
4168
+ infoURL: 'https://www.neuraprotocol.io/',
4169
+ shortName: 'dneura',
4170
+ chainId: 268,
4171
+ networkId: 268,
4172
+ explorers: [],
4173
+ status: 'incubating',
4174
+ slip44: 1
4175
+ },
4112
4176
  {
4113
4177
  name: 'High Performance Blockchain',
4114
4178
  chain: 'HPB',
@@ -4213,6 +4277,25 @@ const chainArray = [
4213
4277
  bridges: [ { url: 'https://bridge.zksync.io/' } ]
4214
4278
  }
4215
4279
  },
4280
+ {
4281
+ name: 'Cronos zkEVM Testnet',
4282
+ chain: 'CronosZkEVMTestnet',
4283
+ rpc: [ 'https://rpc-zkevm-t0.cronos.org' ],
4284
+ faucets: [ 'https://zkevm-t0.cronos.org/faucet' ],
4285
+ nativeCurrency: { name: 'Cronos zkEVM Test Coin', symbol: 'TCRO', decimals: 18 },
4286
+ infoURL: 'https://docs.cronos.org/cronos-zkevm-chain/introduction-to-cronos-zkevm-chain-testnet',
4287
+ shortName: 'zktcro',
4288
+ chainId: 282,
4289
+ networkId: 282,
4290
+ slip44: 1,
4291
+ explorers: [
4292
+ {
4293
+ name: 'Cronos zkEVM Testnet Explorer',
4294
+ url: 'https://zkevm-t0.cronos.org/explorer',
4295
+ standard: 'none'
4296
+ }
4297
+ ]
4298
+ },
4216
4299
  {
4217
4300
  name: 'Boba Network',
4218
4301
  chain: 'ETH',
@@ -4505,6 +4588,24 @@ const chainArray = [
4505
4588
  }
4506
4589
  ]
4507
4590
  },
4591
+ {
4592
+ name: 'Furtheon',
4593
+ chain: 'Furtheon Network',
4594
+ rpc: [ 'https://rpc.furtheon.org' ],
4595
+ faucets: [],
4596
+ nativeCurrency: { name: 'Furtheon', symbol: 'FTH', decimals: 18 },
4597
+ infoURL: 'https://furtheon.org/',
4598
+ shortName: 'furtheon',
4599
+ chainId: 308,
4600
+ networkId: 308,
4601
+ explorers: [
4602
+ {
4603
+ name: 'furthscan',
4604
+ url: 'http://furthscan.com',
4605
+ standard: 'EIP3091'
4606
+ }
4607
+ ]
4608
+ },
4508
4609
  {
4509
4610
  name: 'Wyzth Testnet',
4510
4611
  chain: 'WYZ',
@@ -5616,6 +5717,26 @@ const chainArray = [
5616
5717
  }
5617
5718
  ]
5618
5719
  },
5720
+ {
5721
+ name: 'OpTrust Mainnet',
5722
+ chain: 'OpTrust',
5723
+ rpc: [ 'https://rpc.optrust.io' ],
5724
+ faucets: [],
5725
+ nativeCurrency: { name: 'BSC', symbol: 'BNB', decimals: 18 },
5726
+ infoURL: 'https://optrust.io',
5727
+ shortName: 'optrust',
5728
+ chainId: 537,
5729
+ networkId: 537,
5730
+ icon: 'optrust',
5731
+ explorers: [
5732
+ {
5733
+ name: 'OpTrust explorer',
5734
+ url: 'https://scan.optrust.io',
5735
+ icon: 'optrust',
5736
+ standard: 'none'
5737
+ }
5738
+ ]
5739
+ },
5619
5740
  {
5620
5741
  name: 'PAWCHAIN Testnet',
5621
5742
  chain: 'PAW',
@@ -12031,6 +12152,25 @@ const chainArray = [
12031
12152
  bridges: [ { url: 'https://gateway.boba.network' } ]
12032
12153
  }
12033
12154
  },
12155
+ {
12156
+ name: 'Elux Chain',
12157
+ chain: 'ELUX',
12158
+ icon: 'eluxchain',
12159
+ rpc: [ 'https://rpc.eluxscan.com' ],
12160
+ faucets: [],
12161
+ nativeCurrency: { name: 'Elux Chain', symbol: 'ELUX', decimals: 18 },
12162
+ infoURL: 'https://eluxscan.com',
12163
+ shortName: 'ELUX',
12164
+ chainId: 2907,
12165
+ networkId: 2907,
12166
+ explorers: [
12167
+ {
12168
+ name: 'blockscout',
12169
+ url: 'https://eluxscan.com',
12170
+ standard: 'none'
12171
+ }
12172
+ ]
12173
+ },
12034
12174
  {
12035
12175
  name: 'HYCHAIN',
12036
12176
  chainId: 2911,
@@ -13809,6 +13949,27 @@ const chainArray = [
13809
13949
  }
13810
13950
  ]
13811
13951
  },
13952
+ {
13953
+ name: 'Nollie Skatechain Testnet',
13954
+ chain: 'Skatechain',
13955
+ rpc: [ 'https://nollie-rpc.skatechain.org/' ],
13956
+ faucets: [],
13957
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
13958
+ features: [ { name: 'EIP155' } ],
13959
+ infoURL: '',
13960
+ shortName: 'nollie-testnet',
13961
+ chainId: 5051,
13962
+ networkId: 5051,
13963
+ icon: 'nollie',
13964
+ explorers: [
13965
+ {
13966
+ name: 'Nollie Skate Chain Testnet Explorer',
13967
+ url: 'https://nolliescan.skatechain.org',
13968
+ standard: 'EIP3091'
13969
+ }
13970
+ ],
13971
+ status: 'active'
13972
+ },
13812
13973
  {
13813
13974
  name: 'Syndicate Testnet',
13814
13975
  title: 'Syndicate Testnet',
@@ -14031,6 +14192,26 @@ const chainArray = [
14031
14192
  chainId: 5315,
14032
14193
  networkId: 5315
14033
14194
  },
14195
+ {
14196
+ name: 'OpTrust Testnet',
14197
+ chain: 'OpTrust',
14198
+ rpc: [ 'https://rpctest.optrust.io' ],
14199
+ faucets: [],
14200
+ nativeCurrency: { name: 'TestBSC', symbol: 'tBNB', decimals: 18 },
14201
+ infoURL: 'https://optrust.io',
14202
+ shortName: 'toptrust',
14203
+ chainId: 5317,
14204
+ networkId: 5317,
14205
+ icon: 'optrust',
14206
+ explorers: [
14207
+ {
14208
+ name: 'OpTrust Testnet explorer',
14209
+ url: 'https://scantest.optrust.io',
14210
+ icon: 'optrust',
14211
+ standard: 'none'
14212
+ }
14213
+ ]
14214
+ },
14034
14215
  {
14035
14216
  name: 'Tritanium Testnet',
14036
14217
  chain: 'TRITANIUM',
@@ -21476,6 +21657,50 @@ const chainArray = [
21476
21657
  }
21477
21658
  ]
21478
21659
  },
21660
+ {
21661
+ name: 'ICB Testnet',
21662
+ chain: 'ICBT',
21663
+ icon: 'icbnetwork',
21664
+ rpc: [
21665
+ 'https://rpc1-testnet.icbnetwork.info/',
21666
+ 'https://rpc2-testnet.icbnetwork.info/'
21667
+ ],
21668
+ faucets: [],
21669
+ nativeCurrency: { name: 'ICB Testnet Token', symbol: 'ICBT', decimals: 18 },
21670
+ infoURL: 'https://icb.network',
21671
+ shortName: 'ICBT',
21672
+ chainId: 73114,
21673
+ networkId: 73114,
21674
+ explorers: [
21675
+ {
21676
+ name: 'ICB Tesnet Explorer',
21677
+ url: 'https://testnet.icbscan.io',
21678
+ standard: 'EIP3091'
21679
+ }
21680
+ ]
21681
+ },
21682
+ {
21683
+ name: 'ICB Network',
21684
+ chain: 'ICB',
21685
+ icon: 'icbnetwork',
21686
+ rpc: [
21687
+ 'https://rpc1-mainnet.icbnetwork.info/',
21688
+ 'https://rpc2-mainnet.icbnetwork.info/'
21689
+ ],
21690
+ faucets: [],
21691
+ nativeCurrency: { name: 'ICB Native Token', symbol: 'ICBX', decimals: 18 },
21692
+ infoURL: 'https://icb.network',
21693
+ shortName: 'ICBX',
21694
+ chainId: 73115,
21695
+ networkId: 73115,
21696
+ explorers: [
21697
+ {
21698
+ name: 'ICB Explorer',
21699
+ url: 'https://icbscan.io',
21700
+ standard: 'EIP3091'
21701
+ }
21702
+ ]
21703
+ },
21479
21704
  {
21480
21705
  name: 'Energy Web Volta Testnet',
21481
21706
  chain: 'Volta',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.370",
3
+ "version": "0.0.371",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {