@revoke.cash/chains 71.0.0 → 73.0.0

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.
@@ -227,20 +227,26 @@ exports.chains = {
227
227
  ]
228
228
  },
229
229
  9: {
230
- name: 'Ubiq Network Testnet',
231
- chain: 'UBQ',
232
- rpc: [],
230
+ name: 'Quai Network Mainnet',
231
+ chain: 'QUAI',
232
+ icon: 'quai',
233
+ rpc: ['https://rpc.quai.network/cyprus1'],
234
+ features: [{ name: 'EIP155' }],
233
235
  faucets: [],
234
- nativeCurrency: {
235
- name: 'Ubiq Testnet Ether',
236
- symbol: 'TUBQ',
237
- decimals: 18
238
- },
239
- infoURL: 'https://ethersocial.org',
240
- shortName: 'tubq',
236
+ nativeCurrency: { name: 'Quai', symbol: 'QUAI', decimals: 18 },
237
+ infoURL: 'https://qu.ai',
238
+ shortName: 'quai',
241
239
  chainId: 9,
242
- networkId: 2,
243
- slip44: 1
240
+ networkId: 9,
241
+ redFlags: ['reusedChainId'],
242
+ explorers: [
243
+ {
244
+ name: 'Quaiscan',
245
+ url: 'https://quaiscan.io',
246
+ standard: 'EIP3091'
247
+ }
248
+ ],
249
+ iconURL: 'https://ipfs.io/ipfs/bafkreih5hekf3lfvpbjcjlswylc6r3a4nbkogeesrf2pdtrhrwuy4a76cm'
244
250
  },
245
251
  10: {
246
252
  name: 'OP Mainnet',
@@ -900,6 +906,8 @@ exports.chains = {
900
906
  chain: 'LUKSO',
901
907
  icon: 'lukso',
902
908
  rpc: [
909
+ 'https://42.rpc.thirdweb.com',
910
+ 'https://rpc.lukso.sigmacore.io',
903
911
  'https://rpc.mainnet.lukso.network',
904
912
  'wss://ws-rpc.mainnet.lukso.network'
905
913
  ],
@@ -907,8 +915,8 @@ exports.chains = {
907
915
  nativeCurrency: { name: 'LUKSO', symbol: 'LYX', decimals: 18 },
908
916
  explorers: [
909
917
  {
910
- name: 'Blockscout',
911
- url: 'https://explorer.execution.mainnet.lukso.network',
918
+ name: 'LUKSO Execution Explorer',
919
+ url: 'https://explorer.lukso.network',
912
920
  standard: 'EIP3091'
913
921
  }
914
922
  ],
@@ -918,7 +926,7 @@ exports.chains = {
918
926
  networkId: 42,
919
927
  features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
920
928
  redFlags: ['reusedChainId'],
921
- iconURL: 'https://ipfs.io/ipfs/Qmeg9sFF5tAGi6MCx7YjtVHW6a23zqvHRK1xwzSdp9iE7z'
929
+ iconURL: 'https://ipfs.io/ipfs/bafkreid3bbfc4jgzcurebnn6vwjcp6gxwewqpjep4nouqkq4k4jlmsldpy'
922
930
  },
923
931
  43: {
924
932
  name: 'Darwinia Pangolin Testnet',
@@ -3108,6 +3116,13 @@ exports.chains = {
3108
3116
  shortName: 'ERA',
3109
3117
  chainId: 140,
3110
3118
  networkId: 140,
3119
+ explorers: [
3120
+ {
3121
+ name: 'eteriascan',
3122
+ url: 'https://explorer.eteria.io',
3123
+ standard: 'EIP3091'
3124
+ }
3125
+ ],
3111
3126
  iconURL: 'https://ipfs.io/ipfs/bafkreieuh4toxf5wvysvvylajsfgholhg5tplyzwsfv5f2nvmhr537jp7y'
3112
3127
  },
3113
3128
  141: {
@@ -3591,27 +3606,27 @@ exports.chains = {
3591
3606
  status: 'deprecated'
3592
3607
  },
3593
3608
  166: {
3594
- name: 'Omni',
3595
- chain: 'Omni',
3609
+ name: 'Nomina',
3610
+ chain: 'Nomina',
3596
3611
  status: 'active',
3597
- rpc: ['https://mainnet.omni.network', 'wss://wss.mainnet.omni.network'],
3612
+ rpc: ['https://mainnet.nomina.io', 'wss://wss.mainnet.nomina.io'],
3598
3613
  features: [{ name: 'EIP155' }],
3599
3614
  faucets: [],
3600
- nativeCurrency: { name: 'Omni', symbol: 'OMNI', decimals: 18 },
3615
+ nativeCurrency: { name: 'Nomina', symbol: 'NOM', decimals: 18 },
3601
3616
  infoURL: 'https://docs.omni.network',
3602
- shortName: 'omni',
3617
+ shortName: 'nom',
3603
3618
  chainId: 166,
3604
3619
  networkId: 166,
3605
3620
  slip44: 1,
3606
- icon: 'omni',
3621
+ icon: 'nom',
3607
3622
  explorers: [
3608
3623
  {
3609
- name: 'Omni EVM and cross-chain Explorer',
3624
+ name: 'Nomina EVM and cross-chain Explorer',
3610
3625
  url: 'https://omniscan.network',
3611
3626
  standard: 'EIP3091'
3612
3627
  }
3613
3628
  ],
3614
- iconURL: 'https://ipfs.io/ipfs/QmdCMVucuZJpMqSn3xSWCU3io5ftRAwtzAqTd8QXLQEaos'
3629
+ iconURL: 'https://ipfs.io/ipfs/QmVfJBGe7JpKJhG8hrSMU42RxhCSQ3ga3NSArA9vEFqF4C'
3615
3630
  },
3616
3631
  167: {
3617
3632
  name: 'Atoshi Testnet',
@@ -3732,7 +3747,7 @@ exports.chains = {
3732
3747
  173: {
3733
3748
  name: 'ENI Mainnet',
3734
3749
  chain: 'ENI',
3735
- rpc: ['https://rpc.eniac.network'],
3750
+ rpc: ['https://rpc.eniac.network', 'wss://rpc.eniac.network/ws/'],
3736
3751
  faucets: [],
3737
3752
  nativeCurrency: { name: 'EGAS', symbol: 'EGAS', decimals: 18 },
3738
3753
  infoURL: 'https://eniac.network/',
@@ -7392,18 +7407,29 @@ exports.chains = {
7392
7407
  iconURL: 'https://ipfs.io/ipfs/QmSEoUonisawfCvT3osysuZzbqUEHugtgNraePKWL8PKYa'
7393
7408
  },
7394
7409
  510: {
7395
- name: 'Syndicate Chain',
7396
- title: 'Syndicate Chain',
7410
+ name: 'Syndicate Mainnet',
7397
7411
  chain: 'Syndicate',
7398
- rpc: ['https://rpc-mainnet.syndicate.io'],
7399
- faucets: [],
7400
- nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
7412
+ shortName: 'syndicate',
7401
7413
  infoURL: 'https://syndicate.io',
7402
- shortName: 'syndicate-chain-mainnet',
7414
+ icon: 'syndicate',
7415
+ status: 'active',
7403
7416
  chainId: 510,
7404
7417
  networkId: 510,
7405
- status: 'incubating',
7406
- icon: 'syndicate',
7418
+ nativeCurrency: { name: 'Syndicate', symbol: 'SYND', decimals: 18 },
7419
+ rpc: ['https://rpc.syndicate.io'],
7420
+ faucets: [],
7421
+ explorers: [
7422
+ {
7423
+ name: 'Syndicate Explorer',
7424
+ url: 'https://explorer.syndicate.io',
7425
+ standard: 'EIP3091'
7426
+ }
7427
+ ],
7428
+ parent: {
7429
+ type: 'L2',
7430
+ chain: 'eip155-1',
7431
+ bridges: [{ url: 'https://bridge.arbitrum.io' }]
7432
+ },
7407
7433
  iconURL: 'https://ipfs.io/ipfs/QmeSvQcD3XvLFAiMLoQSPbGK9JxVfbCWPBUTMLhhhzYPqX'
7408
7434
  },
7409
7435
  512: {
@@ -9521,7 +9547,8 @@ exports.chains = {
9521
9547
  869: {
9522
9548
  name: 'WorldMobileChain-Mainnet',
9523
9549
  chain: 'WMC',
9524
- rpc: [],
9550
+ icon: 'worldmobilechain',
9551
+ rpc: ['https://worldmobilechain-mainnet.g.alchemy.com/public'],
9525
9552
  faucets: [],
9526
9553
  nativeCurrency: {
9527
9554
  name: 'World Mobile Token',
@@ -9532,7 +9559,15 @@ exports.chains = {
9532
9559
  shortName: 'WMC',
9533
9560
  chainId: 869,
9534
9561
  networkId: 869,
9535
- status: 'incubating'
9562
+ explorers: [
9563
+ {
9564
+ name: 'World Mobile Chain Explorer',
9565
+ url: 'https://explorer.worldmobile.io',
9566
+ standard: 'none'
9567
+ }
9568
+ ],
9569
+ status: 'active',
9570
+ iconURL: 'https://ipfs.io/ipfs/bafkreiaa7ku47xm2736wexq53pihf7rfzeec7vwgvkhakd3sitogv4mi6m'
9536
9571
  },
9537
9572
  871: {
9538
9573
  name: 'Electra Test Network',
@@ -13106,6 +13141,34 @@ exports.chains = {
13106
13141
  ],
13107
13142
  iconURL: 'https://ipfs.io/ipfs/QmfJ1Qxpzi6CSLeFeWY1Bwe435CpT5za5WfrLUE7vNzZfy'
13108
13143
  },
13144
+ 1439: {
13145
+ name: 'Injective Testnet',
13146
+ chain: 'Injective',
13147
+ icon: 'injective',
13148
+ rpc: [
13149
+ 'https://k8s.testnet.json-rpc.injective.network',
13150
+ 'wss://k8s.testnet.ws.injective.network',
13151
+ 'https://injectiveevm-testnet-rpc.polkachu.com',
13152
+ 'wss://injectiveevm-testnet-rpc.polkachu.com'
13153
+ ],
13154
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
13155
+ faucets: ['https://testnet.faucet.injective.network'],
13156
+ nativeCurrency: { name: 'Injective', symbol: 'INJ', decimals: 18 },
13157
+ infoURL: 'https://injective.com',
13158
+ shortName: 'injective-testnet',
13159
+ chainId: 1439,
13160
+ networkId: 1439,
13161
+ slip44: 60,
13162
+ explorers: [
13163
+ {
13164
+ name: 'blockscout',
13165
+ url: 'https://testnet.blockscout.injective.network',
13166
+ icon: 'blockscout',
13167
+ standard: 'EIP3091'
13168
+ }
13169
+ ],
13170
+ iconURL: 'https://ipfs.io/ipfs/bafybeiee2qhggsx77ssjqhz5m4lnfpvtzsqlygrgtfxdpefxwrrhg52mr4'
13171
+ },
13109
13172
  1440: {
13110
13173
  name: 'Living Assets Mainnet',
13111
13174
  chain: 'LAS',
@@ -14075,6 +14138,34 @@ exports.chains = {
14075
14138
  ],
14076
14139
  iconURL: 'https://ipfs.io/ipfs/QmerDBFoXvgev2xx9U71gAaAK4CtxaaQVaAPf9Qi6UF9MS'
14077
14140
  },
14141
+ 1776: {
14142
+ name: 'Injective',
14143
+ chain: 'Injective',
14144
+ icon: 'injective',
14145
+ rpc: [
14146
+ 'https://sentry.evm-rpc.injective.network',
14147
+ 'wss://sentry.evm-ws.injective.network',
14148
+ 'https://injectiveevm-rpc.polkachu.com',
14149
+ 'wss://injectiveevm-ws.polkachu.com'
14150
+ ],
14151
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
14152
+ faucets: ['https://injective.com/getinj'],
14153
+ nativeCurrency: { name: 'Injective', symbol: 'INJ', decimals: 18 },
14154
+ infoURL: 'https://injective.com',
14155
+ shortName: 'injective',
14156
+ chainId: 1776,
14157
+ networkId: 1776,
14158
+ slip44: 60,
14159
+ explorers: [
14160
+ {
14161
+ name: 'blockscout',
14162
+ url: 'https://blockscout.injective.network',
14163
+ icon: 'blockscout',
14164
+ standard: 'EIP3091'
14165
+ }
14166
+ ],
14167
+ iconURL: 'https://ipfs.io/ipfs/bafybeiee2qhggsx77ssjqhz5m4lnfpvtzsqlygrgtfxdpefxwrrhg52mr4'
14168
+ },
14078
14169
  1777: {
14079
14170
  name: 'Gauss Mainnet',
14080
14171
  chain: 'Gauss',
@@ -18023,21 +18114,23 @@ exports.chains = {
18023
18114
  2868: {
18024
18115
  name: 'HyperAGI Mainnet',
18025
18116
  chain: 'HyperAGI',
18026
- rpc: [],
18117
+ icon: 'hyperagi',
18118
+ rpc: ['https://rpc.hyperagi.network', 'https://rpc.hyperagi.ai'],
18027
18119
  faucets: [],
18028
18120
  nativeCurrency: { name: 'Hyperdust', symbol: 'HYPT', decimals: 18 },
18029
18121
  features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
18030
- infoURL: 'https://hyperagi.network',
18122
+ infoURL: 'https://www.hyperagi.ai',
18031
18123
  shortName: 'hypt',
18032
18124
  chainId: 2868,
18033
- networkId: 1,
18125
+ networkId: 2868,
18034
18126
  explorers: [
18035
18127
  {
18036
- name: 'hyptscan',
18037
- url: 'https://block.hyperagi.network',
18128
+ name: 'hyperscan',
18129
+ url: 'https://hyperscan.hyperagi.ai',
18038
18130
  standard: 'EIP3091'
18039
18131
  }
18040
- ]
18132
+ ],
18133
+ iconURL: 'https://ipfs.io/ipfs/bafkreihl6c22tj2cmo3ngsswaa42y2pnbhqwvo4pb4ktia6dasl6sldosi'
18041
18134
  },
18042
18135
  2882: {
18043
18136
  name: 'Chips Network',
@@ -20094,7 +20187,7 @@ exports.chains = {
20094
20187
  4201: {
20095
20188
  name: 'LUKSO Testnet',
20096
20189
  chain: 'LUKSO Testnet',
20097
- icon: 'lukso',
20190
+ icon: 'lukso-testnet',
20098
20191
  rpc: [
20099
20192
  'https://rpc.testnet.lukso.network',
20100
20193
  'wss://ws-rpc.testnet.lukso.network'
@@ -20103,9 +20196,9 @@ exports.chains = {
20103
20196
  nativeCurrency: { name: 'TestLYX', symbol: 'LYXt', decimals: 18 },
20104
20197
  explorers: [
20105
20198
  {
20106
- name: 'Blockscout',
20199
+ name: 'LUKSO Testnet Execution Explorer',
20107
20200
  url: 'https://explorer.execution.testnet.lukso.network',
20108
- standard: 'none'
20201
+ standard: 'EIP3091'
20109
20202
  }
20110
20203
  ],
20111
20204
  infoURL: 'https://lukso.network',
@@ -20114,7 +20207,7 @@ exports.chains = {
20114
20207
  networkId: 4201,
20115
20208
  slip44: 1,
20116
20209
  features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
20117
- iconURL: 'https://ipfs.io/ipfs/Qmeg9sFF5tAGi6MCx7YjtVHW6a23zqvHRK1xwzSdp9iE7z'
20210
+ iconURL: 'https://ipfs.io/ipfs/bafkreih5ws7esaru5k4crjekr3d27jbjmikjtxwswu7r34yofyzqywiadi'
20118
20211
  },
20119
20212
  4202: {
20120
20213
  name: 'Lisk Sepolia Testnet',
@@ -20275,6 +20368,18 @@ exports.chains = {
20275
20368
  }
20276
20369
  ]
20277
20370
  },
20371
+ 4326: {
20372
+ name: 'MegaETH Mainnet',
20373
+ chain: 'ETH',
20374
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
20375
+ rpc: [],
20376
+ faucets: [],
20377
+ explorers: [],
20378
+ infoURL: 'https://megaeth.com',
20379
+ shortName: 'megaeth',
20380
+ chainId: 4326,
20381
+ networkId: 4326
20382
+ },
20278
20383
  4328: {
20279
20384
  name: 'Bobafuji Testnet',
20280
20385
  chain: 'Bobafuji Testnet',
@@ -22206,6 +22311,28 @@ exports.chains = {
22206
22311
  ],
22207
22312
  iconURL: 'https://ipfs.io/ipfs/bafkreiftgt747chqsw67a3jyklr52op5rozqmi3qnp4edwjcf2gxabwdnu'
22208
22313
  },
22314
+ 5888: {
22315
+ name: 'MANTRACHAIN Mainnet',
22316
+ chain: 'MANTRACHAIN',
22317
+ rpc: ['https://evm.mantrachain.io', 'wss://evm.mantrachain.io/ws'],
22318
+ faucets: [],
22319
+ nativeCurrency: { name: 'OM', symbol: 'OM', decimals: 18 },
22320
+ infoURL: 'https://mantrachain.io',
22321
+ shortName: 'mantrachain',
22322
+ chainId: 5888,
22323
+ networkId: 5888,
22324
+ slip44: 1,
22325
+ icon: 'om',
22326
+ explorers: [
22327
+ {
22328
+ name: 'MANTRACHAIN Explorer',
22329
+ url: 'http://mantrascan.io',
22330
+ standard: 'none',
22331
+ icon: 'om'
22332
+ }
22333
+ ],
22334
+ iconURL: 'https://ipfs.io/ipfs/bafkreiftgt747chqsw67a3jyklr52op5rozqmi3qnp4edwjcf2gxabwdnu'
22335
+ },
22209
22336
  6000: {
22210
22337
  name: 'BounceBit Testnet',
22211
22338
  chain: 'BounceBit',
@@ -23014,12 +23141,14 @@ exports.chains = {
23014
23141
  name: 'Xylume TestNet',
23015
23142
  chain: 'XYL',
23016
23143
  rpc: ['https://xylume-testnet.sparked.network/rpc/'],
23017
- faucets: ['https://debxylen.github.io/Xylume_TestNet/faucet.html'],
23144
+ faucets: ['https://xylume-faucet.vercel.app/'],
23018
23145
  nativeCurrency: { name: 'Xylume', symbol: 'XYL', decimals: 18 },
23019
23146
  features: [
23147
+ { name: 'EIP20' },
23020
23148
  { name: 'EIP155' },
23021
23149
  { name: 'EIP1559' },
23022
- { name: 'Directed Acyclic Graph (DAG)' }
23150
+ { name: 'Directed Acyclic Graph (DAG)' },
23151
+ { name: 'Unspent Transaction Output (UTXO)' }
23023
23152
  ],
23024
23153
  infoURL: 'https://debxylen.github.io/Xylume_TestNet',
23025
23154
  shortName: 'xyl',
@@ -23034,7 +23163,7 @@ exports.chains = {
23034
23163
  standard: 'EIP3091'
23035
23164
  }
23036
23165
  ],
23037
- iconURL: 'https://ipfs.io/ipfs/QmRk9t6g5otTX6XcQjvFwsfzn2KjZwbstptH9C7uG2kVdD'
23166
+ iconURL: 'https://ipfs.io/ipfs/QmUweMnhb4wYtwv59gh4GSxhDy6AbnRntXiQRe4mFFazcF'
23038
23167
  },
23039
23168
  6942: {
23040
23169
  name: 'Laika Mainnet',
@@ -25193,6 +25322,28 @@ exports.chains = {
25193
25322
  ],
25194
25323
  iconURL: 'https://ipfs.io/ipfs/QmQbUVcaxFwY8gqMq1Jeup4NEyivo12QYhbLvVRvgXRBFb'
25195
25324
  },
25325
+ 8700: {
25326
+ name: 'Autonomys Chronos Testnet',
25327
+ chain: 'autonomys-chronos-testnet',
25328
+ rpc: ['https://auto-evm.chronos.autonomys.xyz/ws'],
25329
+ icon: 'autonomys',
25330
+ faucets: [],
25331
+ nativeCurrency: { decimals: 18, name: 'AI3', symbol: 'AI3' },
25332
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
25333
+ infoURL: 'https://www.autonomys.xyz',
25334
+ shortName: 'ATN',
25335
+ chainId: 8700,
25336
+ networkId: 8700,
25337
+ explorers: [
25338
+ {
25339
+ name: 'Autonomys Chronos EVM Testnet Explorer',
25340
+ url: 'https://explorer.auto-evm.chronos.autonomys.xyz',
25341
+ icon: 'blockscout',
25342
+ standard: 'EIP3091'
25343
+ }
25344
+ ],
25345
+ iconURL: 'https://ipfs.io/ipfs/bafkreic62smuudotw6iq724fvysujakoonb3iwtwo6t4hr6ldursz5jyo4'
25346
+ },
25196
25347
  8723: {
25197
25348
  name: 'TOOL Global Mainnet',
25198
25349
  chain: 'OLO',
@@ -26169,6 +26320,18 @@ exports.chains = {
26169
26320
  explorers: [],
26170
26321
  parent: { type: 'L2', chain: 'eip155-4', bridges: [] }
26171
26322
  },
26323
+ 9134: {
26324
+ name: 'GIWA',
26325
+ chain: 'ETH',
26326
+ rpc: [],
26327
+ faucets: [],
26328
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
26329
+ infoURL: 'https://giwa.io',
26330
+ shortName: 'giwa',
26331
+ chainId: 9134,
26332
+ networkId: 9134,
26333
+ status: 'incubating'
26334
+ },
26172
26335
  9170: {
26173
26336
  name: 'Rinia Testnet Old',
26174
26337
  chain: 'FIRE',
@@ -29149,6 +29312,27 @@ exports.chains = {
29149
29312
  explorers: [],
29150
29313
  iconURL: 'https://ipfs.io/ipfs/bafybeihuskzfwqogwvutaxil6sztmvpiavzbrzwjwpn6w2i4j3jysbybra'
29151
29314
  },
29315
+ 15000: {
29316
+ name: 'Quai Network Testnet',
29317
+ chain: 'QUAI',
29318
+ icon: 'quai',
29319
+ rpc: ['https://orchard.rpc.quai.network/cyprus1'],
29320
+ features: [{ name: 'EIP155' }],
29321
+ faucets: [],
29322
+ nativeCurrency: { name: 'Quai', symbol: 'QUAI', decimals: 18 },
29323
+ infoURL: 'https://qu.ai',
29324
+ shortName: 'quai-testnet',
29325
+ chainId: 15000,
29326
+ networkId: 15000,
29327
+ explorers: [
29328
+ {
29329
+ name: 'Orchard Quaiscan',
29330
+ url: 'https://orchard.quaiscan.io',
29331
+ standard: 'EIP3091'
29332
+ }
29333
+ ],
29334
+ iconURL: 'https://ipfs.io/ipfs/bafkreih5hekf3lfvpbjcjlswylc6r3a4nbkogeesrf2pdtrhrwuy4a76cm'
29335
+ },
29152
29336
  15003: {
29153
29337
  name: 'Immutable zkEVM Devnet',
29154
29338
  chain: 'Immutable zkEVM',
@@ -29459,7 +29643,8 @@ exports.chains = {
29459
29643
  16600: {
29460
29644
  name: '0G-Newton-Testnet',
29461
29645
  chain: '0G-Testnet',
29462
- rpc: ['https://evmrpc-testnet.0g.ai'],
29646
+ status: 'deprecated',
29647
+ rpc: [],
29463
29648
  faucets: ['https://faucet.0g.ai'],
29464
29649
  nativeCurrency: { name: 'A0GI', symbol: 'A0GI', decimals: 18 },
29465
29650
  infoURL: 'https://0g.ai',
@@ -29467,14 +29652,63 @@ exports.chains = {
29467
29652
  chainId: 16600,
29468
29653
  networkId: 16600,
29469
29654
  icon: '0gai',
29655
+ explorers: [],
29656
+ iconURL: 'https://ipfs.io/ipfs/bafkreic6mqwxp4g3defk5emaw6hbnimtjhmnxgzh5nje4gsvjgxhl64mqa'
29657
+ },
29658
+ 16601: {
29659
+ name: '0G-Galileo-Testnet',
29660
+ chain: '0G-Testnet',
29661
+ status: 'deprecated',
29662
+ rpc: [],
29663
+ faucets: [],
29664
+ nativeCurrency: { name: 'A0GI', symbol: 'A0GI', decimals: 18 },
29665
+ infoURL: 'https://0g.ai',
29666
+ shortName: '0gai-galileo-testnet',
29667
+ chainId: 16601,
29668
+ networkId: 16601,
29669
+ icon: '0gai',
29670
+ explorers: [],
29671
+ iconURL: 'https://ipfs.io/ipfs/bafkreic6mqwxp4g3defk5emaw6hbnimtjhmnxgzh5nje4gsvjgxhl64mqa'
29672
+ },
29673
+ 16602: {
29674
+ name: '0G-Testnet-Galileo',
29675
+ chain: '0G-Testnet',
29676
+ rpc: ['https://evmrpc-testnet.0g.ai'],
29677
+ faucets: ['https://faucet.0g.ai'],
29678
+ nativeCurrency: { name: '0G', symbol: '0G', decimals: 18 },
29679
+ infoURL: 'https://0g.ai',
29680
+ shortName: '0g-testnet-galileo',
29681
+ chainId: 16602,
29682
+ networkId: 16602,
29683
+ icon: '0g',
29470
29684
  explorers: [
29471
29685
  {
29472
29686
  name: '0G BlockChain Explorer',
29473
- url: 'https://chainscan-newton.0g.ai',
29474
- standard: 'none'
29687
+ url: 'https://chainscan-galileo.0g.ai',
29688
+ standard: 'EIP3091'
29475
29689
  }
29476
29690
  ],
29477
- iconURL: 'https://ipfs.io/ipfs/bafkreic6mqwxp4g3defk5emaw6hbnimtjhmnxgzh5nje4gsvjgxhl64mqa'
29691
+ iconURL: 'https://ipfs.io/ipfs/bafkreicc5esbtgqwrptmyvp75hdefsmgzgozlrjx4d7zonxkwuh5fpne5m'
29692
+ },
29693
+ 16661: {
29694
+ name: '0G Mainnet',
29695
+ chain: '0G',
29696
+ rpc: ['https://evmrpc.0g.ai'],
29697
+ faucets: [],
29698
+ nativeCurrency: { name: '0G', symbol: '0G', decimals: 18 },
29699
+ infoURL: 'https://0g.ai',
29700
+ shortName: '0g',
29701
+ chainId: 16661,
29702
+ networkId: 16661,
29703
+ icon: '0g',
29704
+ explorers: [
29705
+ {
29706
+ name: '0G BlockChain Explorer',
29707
+ url: 'https://chainscan.0g.ai',
29708
+ standard: 'EIP3091'
29709
+ }
29710
+ ],
29711
+ iconURL: 'https://ipfs.io/ipfs/bafkreicc5esbtgqwrptmyvp75hdefsmgzgozlrjx4d7zonxkwuh5fpne5m'
29478
29712
  },
29479
29713
  16688: {
29480
29714
  name: 'IRIShub Testnet',
@@ -32169,7 +32403,7 @@ exports.chains = {
32169
32403
  iconURL: 'https://ipfs.io/ipfs/QmX3tsEoj7SdaBLLV8VyyCUAmymdEGiSGeuTbxMrEMVvth'
32170
32404
  },
32171
32405
  32769: {
32172
- name: 'Zilliqa EVM',
32406
+ name: 'Zilliqa 2',
32173
32407
  chain: 'ZIL',
32174
32408
  rpc: ['https://api.zilliqa.com'],
32175
32409
  faucets: [],
@@ -32181,9 +32415,9 @@ exports.chains = {
32181
32415
  icon: 'zilliqa',
32182
32416
  explorers: [
32183
32417
  {
32184
- name: 'Zilliqa EVM Explorer',
32185
- url: 'https://evmx.zilliqa.com',
32186
- standard: 'none'
32418
+ name: 'Zilliqa 2 Mainnet Explorer',
32419
+ url: 'https://zilliqa.blockscout.com',
32420
+ standard: 'EIP3091'
32187
32421
  }
32188
32422
  ],
32189
32423
  iconURL: 'https://ipfs.io/ipfs/QmTREXNgGtUhSoxFsrkhTe5LUnDBTKL5byaX8kpET6UuKp'
@@ -32249,21 +32483,21 @@ exports.chains = {
32249
32483
  iconURL: 'https://ipfs.io/ipfs/QmUQiosuH8ib8aXSpYcJRTje9Lro9VeZyd4cNXrXGY5r8D'
32250
32484
  },
32251
32485
  33101: {
32252
- name: 'Zilliqa EVM Testnet',
32486
+ name: 'Zilliqa 2 Testnet',
32253
32487
  chain: 'ZIL',
32254
- rpc: ['https://dev-api.zilliqa.com'],
32255
- faucets: ['https://dev-wallet.zilliqa.com/faucet?network=testnet'],
32488
+ rpc: ['https://api.testnet.zilliqa.com'],
32489
+ faucets: ['https://faucet.testnet.zilliqa.com'],
32256
32490
  nativeCurrency: { name: 'Zilliqa', symbol: 'ZIL', decimals: 18 },
32257
- infoURL: 'https://www.zilliqa.com/',
32491
+ infoURL: 'https://www.zilliqa.com',
32258
32492
  shortName: 'zil-testnet',
32259
32493
  chainId: 33101,
32260
32494
  networkId: 33101,
32261
32495
  slip44: 1,
32262
32496
  explorers: [
32263
32497
  {
32264
- name: 'Zilliqa EVM Explorer',
32265
- url: 'https://evmx.zilliqa.com',
32266
- standard: 'none'
32498
+ name: 'Zilliqa 2 Testnet Explorer',
32499
+ url: 'https://testnet.zilliqa.blockscout.com',
32500
+ standard: 'EIP3091'
32267
32501
  }
32268
32502
  ]
32269
32503
  },
@@ -33507,6 +33741,7 @@ exports.chains = {
33507
33741
  chain: 'CELO',
33508
33742
  networkId: 44787,
33509
33743
  slip44: 1,
33744
+ status: 'deprecated',
33510
33745
  nativeCurrency: { name: 'CELO', symbol: 'CELO', decimals: 18 },
33511
33746
  rpc: [
33512
33747
  'https://alfajores-forno.celo-testnet.org',
@@ -34427,7 +34662,7 @@ exports.chains = {
34427
34662
  standard: 'EIP3091'
34428
34663
  }
34429
34664
  ],
34430
- iconURL: 'https://ipfs.io/ipfs/QmVgFqXA3kkCrVYGcWFF7Mhx8JUSe9vSCauNamuKWSvCym'
34665
+ iconURL: 'https://ipfs.io/ipfs/bafkreiefr7p63cufa53rylql4megu6mbe2fksl45fkbo4jkpt2pyy3q5xm'
34431
34666
  },
34432
34667
  52225: {
34433
34668
  name: 'Cytonic Settlement Layer Testnet',
@@ -35635,6 +35870,7 @@ exports.chains = {
35635
35870
  chain: 'CELO',
35636
35871
  networkId: 62320,
35637
35872
  slip44: 1,
35873
+ status: 'deprecated',
35638
35874
  nativeCurrency: { name: 'CELO', symbol: 'CELO', decimals: 18 },
35639
35875
  rpc: ['https://baklava-forno.celo-testnet.org'],
35640
35876
  faucets: [
@@ -35881,6 +36117,11 @@ exports.chains = {
35881
36117
  name: 'Scolscan Explorer',
35882
36118
  url: 'https://explorer.scolcoin.com',
35883
36119
  standard: 'EIP3091'
36120
+ },
36121
+ {
36122
+ name: 'Scolcoin Explorer',
36123
+ url: 'https://explorador.scolcoin.com',
36124
+ standard: 'EIP3091'
35884
36125
  }
35885
36126
  ],
35886
36127
  iconURL: 'https://ipfs.io/ipfs/QmVES1eqDXhP8SdeCpM85wvjmhrQDXGRquQebDrSdvJqpt'
@@ -37917,6 +38158,28 @@ exports.chains = {
37917
38158
  ],
37918
38159
  iconURL: 'https://ipfs.io/ipfs/QmcCFUTStKKJKfzTwrjfMFoVaPCMsvAvWXRdDkYMvCkEs3'
37919
38160
  },
38161
+ 91342: {
38162
+ name: 'GIWA Sepolia Testnet',
38163
+ chain: 'ETH',
38164
+ rpc: ['https://sepolia-rpc.giwa.io'],
38165
+ faucets: ['https://faucet.giwa.io'],
38166
+ nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
38167
+ infoURL: 'https://giwa.io',
38168
+ shortName: 'giwasepolia',
38169
+ chainId: 91342,
38170
+ networkId: 91342,
38171
+ slip44: 1,
38172
+ icon: 'giwaTestnet',
38173
+ explorers: [
38174
+ {
38175
+ name: 'GIWA Sepolia Blockscout',
38176
+ url: 'https://sepolia-explorer.giwa.io',
38177
+ icon: 'blockscout',
38178
+ standard: 'EIP3091'
38179
+ }
38180
+ ],
38181
+ iconURL: 'https://ipfs.io/ipfs/bafkreie3xhbmcwv5qqopq7ak5n5wmqncy6ewnxgi772vytmssmqrubngbm'
38182
+ },
37920
38183
  91715: {
37921
38184
  name: 'Combo Testnet',
37922
38185
  chain: 'Combo',
@@ -38297,6 +38560,58 @@ exports.chains = {
38297
38560
  ],
38298
38561
  iconURL: 'https://ipfs.io/ipfs/QmfVnJSmiB1Ss3Sfhgc9JsZAbQ2RAofsgzYB1VqUNKNgLH'
38299
38562
  },
38563
+ 97476: {
38564
+ name: 'Doma Testnet',
38565
+ title: 'Doma Testnet',
38566
+ chain: 'ETH',
38567
+ rpc: ['https://rpc-testnet.doma.xyz'],
38568
+ faucets: [],
38569
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
38570
+ infoURL: 'https://doma.xyz',
38571
+ shortName: 'doma-testnet',
38572
+ chainId: 97476,
38573
+ networkId: 97476,
38574
+ icon: 'doma',
38575
+ status: 'active',
38576
+ explorers: [
38577
+ {
38578
+ name: 'Doma Testnet Explorer',
38579
+ url: 'https://explorer-testnet.doma.xyz',
38580
+ standard: 'EIP3091',
38581
+ icon: 'doma'
38582
+ }
38583
+ ],
38584
+ parent: {
38585
+ type: 'L2',
38586
+ chain: 'eip155-11155111',
38587
+ bridges: [{ url: 'https://bridge-testnet.doma.xyz' }]
38588
+ },
38589
+ iconURL: 'https://ipfs.io/ipfs/bafkreifurplvrlawl2ib2snx6sr5jmkkg2vdnegb7ettz2am4ge42blhn4'
38590
+ },
38591
+ 97477: {
38592
+ name: 'Doma',
38593
+ title: 'Doma',
38594
+ chain: 'ETH',
38595
+ rpc: ['https://rpc.doma.xyz'],
38596
+ faucets: [],
38597
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
38598
+ infoURL: 'https://doma.xyz',
38599
+ shortName: 'doma',
38600
+ chainId: 97477,
38601
+ networkId: 97477,
38602
+ icon: 'doma',
38603
+ status: 'active',
38604
+ explorers: [
38605
+ {
38606
+ name: 'Doma Explorer',
38607
+ url: 'https://explorer.doma.xyz',
38608
+ standard: 'EIP3091',
38609
+ icon: 'doma'
38610
+ }
38611
+ ],
38612
+ parent: { type: 'L2', chain: 'eip155-11155111' },
38613
+ iconURL: 'https://ipfs.io/ipfs/bafkreifurplvrlawl2ib2snx6sr5jmkkg2vdnegb7ettz2am4ge42blhn4'
38614
+ },
38300
38615
  97531: {
38301
38616
  name: 'Green Chain Testnet',
38302
38617
  chain: 'Green Chain',
@@ -38849,6 +39164,27 @@ exports.chains = {
38849
39164
  networkId: 100011,
38850
39165
  parent: { type: 'L2', chain: 'eip155-100000' }
38851
39166
  },
39167
+ 100021: {
39168
+ name: 'Sova',
39169
+ chain: 'ETH',
39170
+ icon: 'sova',
39171
+ rpc: ['https://rpc.sova.io'],
39172
+ faucets: [],
39173
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
39174
+ infoURL: 'https://sova.io',
39175
+ shortName: 'sova',
39176
+ chainId: 100021,
39177
+ networkId: 100021,
39178
+ explorers: [
39179
+ {
39180
+ name: 'blockscout',
39181
+ url: 'https://explorer.sova.io',
39182
+ icon: 'blockscout',
39183
+ standard: 'EIP3091'
39184
+ }
39185
+ ],
39186
+ iconURL: 'https://ipfs.io/ipfs/bafkreid7xn7bs3l66axinbq25gl7ypdlwbinnbit4bz3qcy36fia4icrgm'
39187
+ },
38852
39188
  100100: {
38853
39189
  name: 'Deprecated CHI',
38854
39190
  chain: 'CHI1',
@@ -40462,6 +40798,27 @@ exports.chains = {
40462
40798
  chainId: 200000,
40463
40799
  networkId: 200000
40464
40800
  },
40801
+ 200024: {
40802
+ name: 'NitroGraph Testnet',
40803
+ chain: 'NOS',
40804
+ rpc: ['https://rpc-testnet.nitrograph.foundation'],
40805
+ icon: 'nitrograph',
40806
+ slip44: 1,
40807
+ faucets: ['https://faucet-testnet.nitrograph.foundation'],
40808
+ infoURL: 'https://docs.nitrograph.com',
40809
+ chainId: 200024,
40810
+ networkId: 200024,
40811
+ shortName: 'nitro-testnet',
40812
+ explorers: [
40813
+ {
40814
+ url: 'https://explorer-testnet.nitrograph.foundation',
40815
+ name: 'NitroGraphTestnetInfo',
40816
+ standard: 'EIP3091'
40817
+ }
40818
+ ],
40819
+ nativeCurrency: { name: 'Nitro', symbol: 'NOS', decimals: 18 },
40820
+ iconURL: 'https://ipfs.io/ipfs/bafkreiglhsp6p2jthyaballkavwmpxwgenktcid6zy5cusd5bg6qafw7wy'
40821
+ },
40465
40822
  200101: {
40466
40823
  name: 'Milkomeda C1 Testnet',
40467
40824
  chain: 'milkTAda',
@@ -41324,6 +41681,35 @@ exports.chains = {
41324
41681
  status: 'active',
41325
41682
  iconURL: 'https://ipfs.io/ipfs/QmamYSLuQSiAvqfQdejQn2PKXV6ZPQCagpXH5MLRz1GeCf'
41326
41683
  },
41684
+ 240241: {
41685
+ name: 'Studio Blockchain Mainnet',
41686
+ chain: 'STO',
41687
+ icon: 'studio',
41688
+ rpc: [
41689
+ 'https://mainnet.studio-blockchain.com',
41690
+ 'https://mainnet2.studio-blockchain.com',
41691
+ 'https://mainnet3.studio-blockchain.com',
41692
+ 'https://mainnet.studio-scan.com',
41693
+ 'https://mainnet2.studio-scan.com',
41694
+ 'wss://mainnet.studio-blockchain.com:8547'
41695
+ ],
41696
+ faucets: [],
41697
+ nativeCurrency: { name: 'Studio Token', symbol: 'STO', decimals: 18 },
41698
+ features: [{ name: 'EIP155' }],
41699
+ infoURL: 'https://studio-blockchain.com',
41700
+ shortName: 'stom',
41701
+ chainId: 240241,
41702
+ networkId: 240241,
41703
+ explorers: [
41704
+ {
41705
+ name: 'Studio Scan',
41706
+ url: 'https://studio-scan.com',
41707
+ standard: 'EIP3091'
41708
+ }
41709
+ ],
41710
+ status: 'active',
41711
+ iconURL: 'https://ipfs.io/ipfs/QmamYSLuQSiAvqfQdejQn2PKXV6ZPQCagpXH5MLRz1GeCf'
41712
+ },
41327
41713
  240515: {
41328
41714
  name: 'Orange Chain Testnet',
41329
41715
  title: 'Orange Chain Testnet',
@@ -41796,6 +42182,24 @@ exports.chains = {
41796
42182
  ],
41797
42183
  iconURL: 'https://ipfs.io/ipfs/Qmetu9hMLvczYo7tDPRyjqjBHwwpHU8mEgW3PEPPre56su'
41798
42184
  },
42185
+ 323432: {
42186
+ name: 'World Mobile Chain Testnet',
42187
+ chain: 'WOMOX',
42188
+ rpc: ['https://worldmobile-devnet.g.alchemy.com/public'],
42189
+ faucets: ['https://testnet-faucet.worldmobile.net'],
42190
+ nativeCurrency: { name: 'ATestingToken', symbol: 'WOMOX', decimals: 18 },
42191
+ infoURL: 'https://worldmobile.io/the-chain',
42192
+ shortName: 'WMCTEST',
42193
+ chainId: 323432,
42194
+ networkId: 323432,
42195
+ explorers: [
42196
+ {
42197
+ name: 'World Mobile Testnet Explorer',
42198
+ url: 'https://testnet-explorer.worldmobile.net',
42199
+ standard: 'EIP3091'
42200
+ }
42201
+ ]
42202
+ },
41799
42203
  325000: {
41800
42204
  name: 'Camp Network Testnet V2',
41801
42205
  chain: 'ETH',
@@ -41829,7 +42233,7 @@ exports.chains = {
41829
42233
  iconURL: 'https://ipfs.io/ipfs/QmZN3AzgetKvuTnZvsPPYTvtcsPa73ScGdTguXGHxc2CpN'
41830
42234
  },
41831
42235
  327126: {
41832
- name: 'WABA Chain Testnet',
42236
+ name: 'WABA Chain Mainnet',
41833
42237
  chain: 'WABA Mainnet',
41834
42238
  icon: 'waba',
41835
42239
  rpc: ['https://rpc.wabaworld.com'],
@@ -42175,6 +42579,58 @@ exports.chains = {
42175
42579
  ],
42176
42580
  iconURL: 'https://ipfs.io/ipfs/QmQ4V9JC25yUrYk2kFJwmKguSsZBQvtGcg6q9zkDV8mkJW'
42177
42581
  },
42582
+ 380929: {
42583
+ name: 'Silent Data Mainnet',
42584
+ chain: 'Silent Data',
42585
+ rpc: ['https://mainnet.silentdata.com/${SILENTDATA_AUTH_TOKEN}'],
42586
+ faucets: [],
42587
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
42588
+ infoURL: 'https://www.silentdata.com',
42589
+ shortName: 'silent-data-mainnet',
42590
+ chainId: 380929,
42591
+ networkId: 380929,
42592
+ icon: 'silentdata',
42593
+ explorers: [
42594
+ {
42595
+ name: 'Silent Data Mainnet Explorer',
42596
+ url: 'https://explorer-mainnet.rollup.silentdata.com',
42597
+ icon: 'silentdata',
42598
+ standard: 'EIP3091'
42599
+ }
42600
+ ],
42601
+ parent: {
42602
+ type: 'L2',
42603
+ chain: 'eip155-1',
42604
+ bridges: [{ url: 'https://bridge-mainnet.rollup.silentdata.com' }]
42605
+ },
42606
+ iconURL: 'https://ipfs.io/ipfs/QmYcpfy4jVw2VKa63jzjYHEXLr3ytGjYKgTNNmoC7ejxyi'
42607
+ },
42608
+ 381185: {
42609
+ name: 'Silent Data Testnet',
42610
+ chain: 'Silent Data',
42611
+ rpc: ['https://testnet.silentdata.com/${SILENTDATA_AUTH_TOKEN}'],
42612
+ faucets: [],
42613
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
42614
+ infoURL: 'https://www.silentdata.com',
42615
+ shortName: 'silent-data-testnet',
42616
+ chainId: 381185,
42617
+ networkId: 381185,
42618
+ icon: 'silentdata-testnet',
42619
+ explorers: [
42620
+ {
42621
+ name: 'Silent Data Testnet Explorer',
42622
+ url: 'https://explorer-testnet.rollup.silentdata.com',
42623
+ icon: 'silentdata-testnet',
42624
+ standard: 'EIP3091'
42625
+ }
42626
+ ],
42627
+ parent: {
42628
+ type: 'L2',
42629
+ chain: 'eip155-11155111',
42630
+ bridges: [{ url: 'https://bridge-testnet.rollup.silentdata.com' }]
42631
+ },
42632
+ iconURL: 'https://ipfs.io/ipfs/QmVmh384UGF5ecanRufkxNXdDb5ps1HKfJnAYjUjR2A8QB'
42633
+ },
42178
42634
  381931: {
42179
42635
  name: 'Metal C-Chain',
42180
42636
  chain: 'Metal',
@@ -42715,22 +43171,16 @@ exports.chains = {
42715
43171
  name: 'Autonomys Taurus Testnet',
42716
43172
  chain: 'autonomys-taurus-testnet',
42717
43173
  rpc: ['https://auto-evm.taurus.autonomys.xyz/ws'],
43174
+ status: 'deprecated',
42718
43175
  icon: 'autonomys',
42719
43176
  faucets: [],
42720
43177
  nativeCurrency: { name: 'AI3', symbol: 'AI3', decimals: 18 },
42721
43178
  features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
42722
43179
  infoURL: 'https://www.autonomys.xyz',
42723
- shortName: 'ATN',
43180
+ shortName: 'ATN-deprecated',
42724
43181
  chainId: 490000,
42725
43182
  networkId: 490000,
42726
- explorers: [
42727
- {
42728
- name: 'Autonomys Taurus Testnet Explorer',
42729
- url: 'https://blockscout.taurus.autonomys.xyz',
42730
- icon: 'blockscout',
42731
- standard: 'EIP3091'
42732
- }
42733
- ],
43183
+ explorers: [],
42734
43184
  iconURL: 'https://ipfs.io/ipfs/bafkreic62smuudotw6iq724fvysujakoonb3iwtwo6t4hr6ldursz5jyo4'
42735
43185
  },
42736
43186
  490092: {
@@ -43831,26 +44281,39 @@ exports.chains = {
43831
44281
  ]
43832
44282
  },
43833
44283
  763374: {
44284
+ name: 'Surge deprecated Testnet',
44285
+ chain: 'Surge deprecated Testnet',
44286
+ status: 'deprecated',
44287
+ rpc: [],
44288
+ faucets: [],
44289
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
44290
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
44291
+ infoURL: '',
44292
+ shortName: 'surge-deprecated-testnet',
44293
+ chainId: 763374,
44294
+ networkId: 763374,
44295
+ icon: 'surge-testnet',
44296
+ explorers: [],
44297
+ iconURL: 'https://ipfs.io/ipfs/bafkreianxdx5j3ybmryz7n7fngycnmyihoi3jjerby2xtahahsw5kgz3qa'
44298
+ },
44299
+ 763375: {
43834
44300
  name: 'Surge Testnet',
43835
44301
  chain: 'Surge Testnet',
43836
- rpc: [
43837
- 'https://l2-rpc.surge.staging-nethermind.xyz',
43838
- 'wss://l2-rpc.surge.staging-nethermind.xyz'
43839
- ],
44302
+ rpc: ['https://l2-rpc.hoodi.surge.wtf', 'wss://l2-ws.hoodi.surge.wtf'],
43840
44303
  features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
43841
44304
  faucets: [],
43842
44305
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
43843
44306
  infoURL: 'https://surge.wtf',
43844
44307
  shortName: 'surge-testnet',
43845
- chainId: 763374,
43846
- networkId: 763374,
44308
+ chainId: 763375,
44309
+ networkId: 763375,
43847
44310
  icon: 'surge-testnet',
43848
44311
  explorers: [
43849
44312
  {
43850
44313
  name: 'blockscout',
43851
- url: 'https://explorer.holesky.surge.wtf',
44314
+ url: 'https://explorer.hoodi.surge.wtf',
43852
44315
  standard: 'EIP3091',
43853
- icon: 'surge-testnet'
44316
+ icon: 'blockscout'
43854
44317
  }
43855
44318
  ],
43856
44319
  iconURL: 'https://ipfs.io/ipfs/bafkreianxdx5j3ybmryz7n7fngycnmyihoi3jjerby2xtahahsw5kgz3qa'
@@ -45222,6 +45685,37 @@ exports.chains = {
45222
45685
  explorers: [],
45223
45686
  iconURL: 'https://ipfs.io/ipfs/QmfUV9PqF7JxuUAYaBHh6YJ2ChCdDVobTwDibxQuPMUmPq'
45224
45687
  },
45688
+ 2019775: {
45689
+ name: 'Jovay Sepolia Testnet',
45690
+ chain: 'ETH',
45691
+ status: 'active',
45692
+ rpc: [
45693
+ 'https://api.zan.top/public/jovay-testnet',
45694
+ 'https://api.zan.top/node/v1/jovay/testnet/${ZAN_API_KEY}',
45695
+ 'wss://api.zan.top/node/ws/v1/jovay/testnet/${ZAN_API_KEY}'
45696
+ ],
45697
+ faucets: ['https://zan.top/faucet/jovay'],
45698
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
45699
+ infoURL: 'https://jovay.io',
45700
+ shortName: 'jovay-sepolia',
45701
+ chainId: 2019775,
45702
+ networkId: 2019775,
45703
+ icon: 'jovay',
45704
+ slip44: 1,
45705
+ explorers: [
45706
+ {
45707
+ name: 'Jovay Testnet Explorer',
45708
+ url: 'https://sepolia-explorer.jovay.io/l2',
45709
+ standard: 'none'
45710
+ }
45711
+ ],
45712
+ parent: {
45713
+ type: 'L2',
45714
+ chain: 'eip155-11155111',
45715
+ bridges: [{ url: 'https://docs.jovay.io/guide/developer-quickstart' }]
45716
+ },
45717
+ iconURL: 'https://ipfs.io/ipfs/bafkreif3xfpoojvgf23cf6kxx7q3pgbeqtkiiv3lro23i4lemb3wiodmq4'
45718
+ },
45225
45719
  2021398: {
45226
45720
  name: 'DeBank Testnet',
45227
45721
  chain: 'DeBank',
@@ -45750,7 +46244,7 @@ exports.chains = {
45750
46244
  standard: 'EIP3091'
45751
46245
  }
45752
46246
  ],
45753
- iconURL: 'https://ipfs.io/ipfs/QmVgFqXA3kkCrVYGcWFF7Mhx8JUSe9vSCauNamuKWSvCym'
46247
+ iconURL: 'https://ipfs.io/ipfs/bafkreiefr7p63cufa53rylql4megu6mbe2fksl45fkbo4jkpt2pyy3q5xm'
45754
46248
  },
45755
46249
  5318008: {
45756
46250
  name: 'Reactive Kopli',
@@ -45856,6 +46350,32 @@ exports.chains = {
45856
46350
  ],
45857
46351
  iconURL: 'https://ipfs.io/ipfs/QmYwvmJZ1bgTdiZUKXk4SifTpTj286CkZjMCshUyJuBFH1'
45858
46352
  },
46353
+ 5734951: {
46354
+ name: 'Jovay Mainnet',
46355
+ chain: 'ETH',
46356
+ status: 'active',
46357
+ rpc: [
46358
+ 'https://rpc.jovay.io',
46359
+ 'https://api.zan.top/node/v1/jovay/mainnet/${ZAN_API_KEY}',
46360
+ 'wss://api.zan.top/node/ws/v1/jovay/mainnet/${ZAN_API_KEY}'
46361
+ ],
46362
+ faucets: [],
46363
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
46364
+ infoURL: 'https://jovay.io',
46365
+ shortName: 'jovay',
46366
+ chainId: 5734951,
46367
+ networkId: 5734951,
46368
+ icon: 'jovay',
46369
+ explorers: [
46370
+ {
46371
+ name: 'Jovay Explorer',
46372
+ url: 'https://explorer.jovay.io/l2',
46373
+ standard: 'none'
46374
+ }
46375
+ ],
46376
+ parent: { type: 'L2', chain: 'eip155-1', bridges: [] },
46377
+ iconURL: 'https://ipfs.io/ipfs/bafkreif3xfpoojvgf23cf6kxx7q3pgbeqtkiiv3lro23i4lemb3wiodmq4'
46378
+ },
45859
46379
  6038361: {
45860
46380
  name: 'Astar zKyoto',
45861
46381
  shortName: 'azkyt',
@@ -46494,7 +47014,7 @@ exports.chains = {
46494
47014
  networkId: 11142220,
46495
47015
  features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
46496
47016
  slip44: 60,
46497
- nativeCurrency: { name: 'CELO-S', symbol: 'CELO', decimals: 18 },
47017
+ nativeCurrency: { name: 'CELO', symbol: 'CELO', decimals: 18 },
46498
47018
  parent: {
46499
47019
  type: 'L2',
46500
47020
  chain: 'eip155-11155111',
@@ -46687,22 +47207,17 @@ exports.chains = {
46687
47207
  ]
46688
47208
  },
46689
47209
  12052024: {
46690
- name: 'Memento Testnet',
47210
+ name: 'Memento Testnet (deprecated)',
46691
47211
  chain: 'Memento',
46692
- rpc: ['https://test-rpc.mementoblockchain.com/IRkghvI3FfEArEJMr4zC/rpc'],
47212
+ rpc: [],
46693
47213
  faucets: [],
47214
+ status: 'deprecated',
46694
47215
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
46695
47216
  infoURL: '',
46696
47217
  shortName: 'memento-test',
46697
47218
  chainId: 12052024,
46698
47219
  networkId: 12052024,
46699
- explorers: [
46700
- {
46701
- name: 'Tracehawk',
46702
- url: 'https://test-explorer.mementoblockchain.com',
46703
- standard: 'none'
46704
- }
46705
- ]
47220
+ explorers: []
46706
47221
  },
46707
47222
  12227331: {
46708
47223
  name: 'NeoX Testnet T3',
@@ -47889,14 +48404,9 @@ exports.chains = {
47889
48404
  },
47890
48405
  65100004: {
47891
48406
  name: 'Autonity Piccadilly (Tiber) Testnet',
48407
+ status: 'deprecated',
47892
48408
  chain: 'AUT',
47893
- rpc: [
47894
- 'https://autonity.rpc.web3cdn.network/testnet',
47895
- 'wss://autonity.rpc.web3cdn.network/testnet/ws',
47896
- 'https://autonity-piccadilly.rpc.subquery.network/public',
47897
- 'https://piccadilly.autonity-apis.com',
47898
- 'wss://piccadilly-ws.autonity-apis.com'
47899
- ],
48409
+ rpc: [],
47900
48410
  faucets: [],
47901
48411
  nativeCurrency: { name: 'Piccadilly Auton', symbol: 'ATN', decimals: 18 },
47902
48412
  infoURL: 'https://autonity.org/',
@@ -47905,13 +48415,7 @@ exports.chains = {
47905
48415
  networkId: 65100004,
47906
48416
  slip44: 1,
47907
48417
  icon: 'autonity',
47908
- explorers: [
47909
- {
47910
- name: 'autonity-blockscout',
47911
- url: 'https://piccadilly.autonity.org',
47912
- standard: 'EIP3091'
47913
- }
47914
- ],
48418
+ explorers: [],
47915
48419
  iconURL: 'https://ipfs.io/ipfs/Qme5nxFZZoNNpiT8u9WwcBot4HyLTg2jxMxRnsbc5voQwB'
47916
48420
  },
47917
48421
  66666666: {
@@ -50003,6 +50507,27 @@ exports.chains = {
50003
50507
  ],
50004
50508
  iconURL: 'https://ipfs.io/ipfs/QmUbWVHDrD4TUj6pCwPt9eXJ1GK8nomHMDMq8DJ2KNeV7Y'
50005
50509
  },
50510
+ 3448148188: {
50511
+ name: 'Tron Nile',
50512
+ chain: 'TRON',
50513
+ rpc: ['https://nile.trongrid.io/jsonrpc'],
50514
+ faucets: [],
50515
+ nativeCurrency: { name: 'Tron', symbol: 'TRX', decimals: 6 },
50516
+ infoURL: 'https://tron.network',
50517
+ shortName: 'tron-nile',
50518
+ chainId: 3448148188,
50519
+ networkId: 3448148188,
50520
+ icon: 'tron',
50521
+ explorers: [
50522
+ {
50523
+ name: 'nile tronscan',
50524
+ url: 'https://nile.tronscan.org',
50525
+ icon: 'tron',
50526
+ standard: 'none'
50527
+ }
50528
+ ],
50529
+ iconURL: 'https://ipfs.io/ipfs/QmZCR3JnesjwLKRXtW8Vm9sJ4geEnXcAfQsARcv2NVpHSU'
50530
+ },
50006
50531
  4216137055: {
50007
50532
  name: 'OneLedger Testnet Frankenstein',
50008
50533
  chain: 'OLT',