@revoke.cash/chains 38.0.0 → 40.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.
@@ -601,6 +601,7 @@ exports.chains = {
601
601
  28: {
602
602
  name: 'Boba Network Rinkeby Testnet',
603
603
  chain: 'ETH',
604
+ status: 'deprecated',
604
605
  rpc: ['https://rinkeby.boba.network/'],
605
606
  faucets: [],
606
607
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
@@ -2225,10 +2226,13 @@ exports.chains = {
2225
2226
  slip44: 1
2226
2227
  },
2227
2228
  103: {
2228
- name: 'Worldland Mainnet',
2229
+ name: 'WorldLand Mainnet',
2229
2230
  chain: 'Worldland',
2230
2231
  icon: 'worldland',
2231
- rpc: ['https://seoul.worldland.foundation'],
2232
+ rpc: [
2233
+ 'https://seoul.worldland.foundation',
2234
+ 'https://seoul2.worldland.foundation'
2235
+ ],
2232
2236
  faucets: [],
2233
2237
  nativeCurrency: { name: 'Worldland', symbol: 'WLC', decimals: 18 },
2234
2238
  infoURL: 'https://worldland.foundation',
@@ -2787,6 +2791,20 @@ exports.chains = {
2787
2791
  }
2788
2792
  ]
2789
2793
  },
2794
+ 133: {
2795
+ name: 'HashKey Chain Testnet',
2796
+ title: 'HashKey Chain Testnet',
2797
+ chain: 'HashKey Chain Testnet',
2798
+ rpc: [],
2799
+ faucets: [],
2800
+ nativeCurrency: { name: 'HashKey EcoPoints', symbol: 'HSK', decimals: 18 },
2801
+ infoURL: 'https://hashkey.cloud',
2802
+ shortName: 'HSKT',
2803
+ chainId: 133,
2804
+ networkId: 133,
2805
+ explorers: [],
2806
+ parent: { type: 'L2', chain: 'eip155-11155111' }
2807
+ },
2790
2808
  134: {
2791
2809
  name: 'iExec Sidechain',
2792
2810
  chain: 'Bellecour',
@@ -3292,6 +3310,32 @@ exports.chains = {
3292
3310
  chainId: 163,
3293
3311
  networkId: 163
3294
3312
  },
3313
+ 164: {
3314
+ name: 'Omni Testnet (incubating)',
3315
+ chain: 'Omni',
3316
+ status: 'incubating',
3317
+ rpc: [],
3318
+ features: [{ name: 'EIP155' }],
3319
+ faucets: [],
3320
+ nativeCurrency: { name: 'Omni', symbol: 'OMNI', decimals: 18 },
3321
+ infoURL: 'https://docs.omni.network',
3322
+ shortName: 'omni_testnet_164',
3323
+ chainId: 164,
3324
+ networkId: 164,
3325
+ slip44: 1,
3326
+ explorers: [
3327
+ {
3328
+ name: 'Omni X-Explorer',
3329
+ url: 'https://explorer.testnet.omni.network',
3330
+ standard: 'none'
3331
+ },
3332
+ {
3333
+ name: 'Omni EVM Explorer on Blockscout',
3334
+ url: 'https://omni-testnet.blockscout.com',
3335
+ standard: 'EIP3091'
3336
+ }
3337
+ ]
3338
+ },
3295
3339
  165: {
3296
3340
  name: 'Omni Testnet',
3297
3341
  chain: 'Omni',
@@ -3523,47 +3567,55 @@ exports.chains = {
3523
3567
  ]
3524
3568
  },
3525
3569
  195: {
3526
- name: 'X1 Testnet',
3527
- chain: 'X1',
3528
- rpc: ['https://testrpc.x1.tech', 'https://x1testrpc.okx.com'],
3529
- faucets: ['https://www.okx.com/x1/faucet'],
3570
+ name: 'X Layer Testnet',
3571
+ chain: 'X Layer',
3572
+ rpc: ['https://testrpc.xlayer.tech', 'https://xlayertestrpc.okx.com'],
3573
+ faucets: ['https://www.okx.com/xlayer/faucet'],
3530
3574
  nativeCurrency: {
3531
- name: 'X1 Global Utility Token in testnet',
3575
+ name: 'X Layer Global Utility Token in testnet',
3532
3576
  symbol: 'OKB',
3533
3577
  decimals: 18
3534
3578
  },
3535
3579
  features: [],
3536
- infoURL: 'https://www.okx.com/x1',
3580
+ infoURL: 'https://www.okx.com/xlayer',
3537
3581
  shortName: 'tokb',
3538
3582
  chainId: 195,
3539
3583
  networkId: 195,
3540
3584
  slip44: 1,
3585
+ icon: 'xlayerTestnet',
3541
3586
  explorers: [
3542
3587
  {
3543
3588
  name: 'OKLink',
3544
- url: 'https://www.oklink.com/x1-test',
3589
+ url: 'https://www.oklink.com/xlayer-test',
3545
3590
  standard: 'EIP3091'
3546
3591
  }
3547
3592
  ],
3548
3593
  status: 'active'
3549
3594
  },
3550
3595
  196: {
3551
- name: 'X1 Mainnet',
3552
- chain: 'X1',
3553
- rpc: [],
3596
+ name: 'X Layer Mainnet',
3597
+ chain: 'X Layer',
3598
+ rpc: ['https://rpc.xlayer.tech', 'https://xlayerrpc.okx.com'],
3554
3599
  faucets: [],
3555
3600
  nativeCurrency: {
3556
- name: 'X1 Global Utility Token',
3601
+ name: 'X Layer Global Utility Token',
3557
3602
  symbol: 'OKB',
3558
3603
  decimals: 18
3559
3604
  },
3560
3605
  features: [],
3561
- infoURL: 'https://www.okx.com/x1',
3606
+ infoURL: 'https://www.okx.com/xlayer',
3562
3607
  shortName: 'okb',
3563
3608
  chainId: 196,
3564
3609
  networkId: 196,
3565
- explorers: [],
3566
- status: 'incubating'
3610
+ icon: 'xlayer',
3611
+ explorers: [
3612
+ {
3613
+ name: 'OKLink',
3614
+ url: 'https://www.oklink.com/xlayer',
3615
+ standard: 'EIP3091'
3616
+ }
3617
+ ],
3618
+ status: 'active'
3567
3619
  },
3568
3620
  197: {
3569
3621
  name: 'Neutrinos TestNet',
@@ -3662,6 +3714,29 @@ exports.chains = {
3662
3714
  }
3663
3715
  ]
3664
3716
  },
3717
+ 202: {
3718
+ name: 'Edgeless Testnet',
3719
+ chain: 'EdgelessTestnet',
3720
+ rpc: ['https://testnet.rpc.edgeless.network/http'],
3721
+ features: [{ name: 'EIP155' }],
3722
+ faucets: [],
3723
+ nativeCurrency: {
3724
+ name: 'Edgeless Wrapped Eth',
3725
+ symbol: 'EwEth',
3726
+ decimals: 18
3727
+ },
3728
+ infoURL: 'https://edgeless.network',
3729
+ shortName: 'edgeless-testnet',
3730
+ chainId: 202,
3731
+ networkId: 202,
3732
+ explorers: [
3733
+ {
3734
+ name: 'Edgeless Explorer',
3735
+ url: 'https://testnet.explorer.edgeless.network',
3736
+ standard: 'EIP3091'
3737
+ }
3738
+ ]
3739
+ },
3665
3740
  204: {
3666
3741
  name: 'opBNB Mainnet',
3667
3742
  icon: 'bnbchain',
@@ -3804,6 +3879,26 @@ exports.chains = {
3804
3879
  }
3805
3880
  ]
3806
3881
  },
3882
+ 213: {
3883
+ name: 'B2 Hub Mainnet',
3884
+ chain: 'B2',
3885
+ rpc: ['https://hub-rpc.bsquared.network'],
3886
+ faucets: [],
3887
+ nativeCurrency: { name: 'BSquared Token', symbol: 'B2', decimals: 18 },
3888
+ infoURL: 'https://www.bsquared.network',
3889
+ shortName: 'B2Hub-mainnet',
3890
+ chainId: 213,
3891
+ networkId: 213,
3892
+ icon: 'bsquare',
3893
+ explorers: [
3894
+ {
3895
+ name: 'B2 Hub Mainnet Explorer',
3896
+ url: 'https://hub-explorer.bsquared.network',
3897
+ icon: 'bsquare',
3898
+ standard: 'EIP3091'
3899
+ }
3900
+ ]
3901
+ },
3807
3902
  214: {
3808
3903
  name: 'Shinarium Mainnet',
3809
3904
  chain: 'Shinarium',
@@ -3890,6 +3985,37 @@ exports.chains = {
3890
3985
  slip44: 2221,
3891
3986
  status: 'deprecated'
3892
3987
  },
3988
+ 223: {
3989
+ name: 'B2 Mainnet',
3990
+ title: 'B2 Mainnet',
3991
+ chain: 'B2',
3992
+ rpc: [
3993
+ 'https://mainnet.b2-rpc.com',
3994
+ 'https://rpc.bsquared.network',
3995
+ 'https://b2-mainnet.alt.technology',
3996
+ 'https://b2-mainnet-public.s.chainbase.com'
3997
+ ],
3998
+ faucets: [],
3999
+ nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
4000
+ infoURL: 'https://www.bsquared.network',
4001
+ shortName: 'B2-mainnet',
4002
+ chainId: 223,
4003
+ networkId: 223,
4004
+ icon: 'bsquare',
4005
+ explorers: [
4006
+ {
4007
+ name: 'blockscout',
4008
+ url: 'https://explorer.bsquared.network',
4009
+ icon: 'bsquare',
4010
+ standard: 'EIP3091'
4011
+ }
4012
+ ],
4013
+ parent: {
4014
+ type: 'L2',
4015
+ chain: 'eip155-213',
4016
+ bridges: [{ url: 'https://www.bsquared.network/bridge' }]
4017
+ }
4018
+ },
3893
4019
  224: {
3894
4020
  name: 'Viridis Testnet',
3895
4021
  chain: 'VRD',
@@ -3948,6 +4074,21 @@ exports.chains = {
3948
4074
  }
3949
4075
  ]
3950
4076
  },
4077
+ 228: {
4078
+ name: 'Mind Network Mainnet',
4079
+ chain: 'FHE',
4080
+ rpc: [
4081
+ 'https://rpc_mainnet.mindnetwork.xyz',
4082
+ 'wss://rpc_mainnet.mindnetwork.xyz'
4083
+ ],
4084
+ faucets: [],
4085
+ nativeCurrency: { name: 'FHE', symbol: 'FHE', decimals: 18 },
4086
+ features: [{ name: 'EIP155' }],
4087
+ infoURL: 'https://mindnetwork.xyz',
4088
+ shortName: 'fhe',
4089
+ chainId: 228,
4090
+ networkId: 228
4091
+ },
3951
4092
  230: {
3952
4093
  name: 'SwapDEX',
3953
4094
  chain: 'SDX',
@@ -4262,16 +4403,29 @@ exports.chains = {
4262
4403
  title: 'Neura Testnet',
4263
4404
  chain: 'NEURA',
4264
4405
  icon: 'neura',
4265
- rpc: [],
4406
+ rpc: ['https://rpc.ankr.com/neura_testnet'],
4266
4407
  features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
4267
- faucets: [],
4408
+ faucets: ['https://testnet.neuraprotocol.io/faucet'],
4268
4409
  nativeCurrency: { name: 'Testnet Ankr', symbol: 'ANKR', decimals: 18 },
4269
4410
  infoURL: 'https://www.neuraprotocol.io/',
4270
4411
  shortName: 'tneura',
4271
4412
  chainId: 267,
4272
4413
  networkId: 267,
4273
- explorers: [],
4274
- status: 'incubating',
4414
+ explorers: [
4415
+ {
4416
+ name: 'ankrscan-neura',
4417
+ url: 'https://testnet.explorer.neuraprotocol.io',
4418
+ icon: 'neura',
4419
+ standard: 'EIP3091'
4420
+ },
4421
+ {
4422
+ name: 'blockscout',
4423
+ url: 'https://explorer.neura-testnet.ankr.com',
4424
+ icon: 'blockscout',
4425
+ standard: 'EIP3091'
4426
+ }
4427
+ ],
4428
+ status: 'active',
4275
4429
  slip44: 1
4276
4430
  },
4277
4431
  268: {
@@ -4353,6 +4507,18 @@ exports.chains = {
4353
4507
  }
4354
4508
  ]
4355
4509
  },
4510
+ 278: {
4511
+ name: 'xFair.AI Mainnet',
4512
+ chain: 'FAI',
4513
+ rpc: ['https://rpc_mainnet.xfair.ai', 'wss://rpc_mainnet.xfair.ai'],
4514
+ faucets: [],
4515
+ nativeCurrency: { name: 'FAI', symbol: 'FAI', decimals: 18 },
4516
+ features: [{ name: 'EIP155' }],
4517
+ infoURL: 'https://xfair.ai',
4518
+ shortName: 'fai',
4519
+ chainId: 278,
4520
+ networkId: 278
4521
+ },
4356
4522
  279: {
4357
4523
  name: 'BPX Blockchain',
4358
4524
  chain: 'BPX',
@@ -4435,12 +4601,7 @@ exports.chains = {
4435
4601
  chainId: 288,
4436
4602
  networkId: 288,
4437
4603
  explorers: [
4438
- { name: 'Bobascan', url: 'https://bobascan.com', standard: 'none' },
4439
- {
4440
- name: 'Blockscout',
4441
- url: 'https://blockexplorer.boba.network',
4442
- standard: 'none'
4443
- }
4604
+ { name: 'Bobascan', url: 'https://bobascan.com', standard: 'none' }
4444
4605
  ],
4445
4606
  parent: {
4446
4607
  type: 'L2',
@@ -4623,6 +4784,7 @@ exports.chains = {
4623
4784
  301: {
4624
4785
  name: 'Bobaopera',
4625
4786
  chain: 'Bobaopera',
4787
+ status: 'deprecated',
4626
4788
  rpc: [
4627
4789
  'https://bobaopera.boba.network',
4628
4790
  'wss://wss.bobaopera.boba.network',
@@ -4643,6 +4805,32 @@ exports.chains = {
4643
4805
  }
4644
4806
  ]
4645
4807
  },
4808
+ 302: {
4809
+ name: 'zkCandy Sepolia Testnet',
4810
+ chain: 'ETH',
4811
+ rpc: ['https://sepolia.rpc.zkcandy.io'],
4812
+ faucets: [],
4813
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
4814
+ infoURL: 'https://zkcandy.io/',
4815
+ shortName: 'zkcandy-sepolia',
4816
+ chainId: 302,
4817
+ networkId: 302,
4818
+ icon: 'zkcandy',
4819
+ explorers: [
4820
+ {
4821
+ name: 'zkCandy Block Explorer',
4822
+ url: 'https://sepolia.explorer.zkcandy.io',
4823
+ icon: 'zkcandy',
4824
+ standard: 'EIP3091'
4825
+ }
4826
+ ],
4827
+ parent: {
4828
+ type: 'L2',
4829
+ chain: 'eip155-1',
4830
+ bridges: [{ url: 'https://sepolia.bridge.zkcandy.io/' }]
4831
+ },
4832
+ redFlags: ['reusedChainId']
4833
+ },
4646
4834
  303: {
4647
4835
  name: 'Neurochain Testnet',
4648
4836
  chain: 'NCN',
@@ -5332,6 +5520,31 @@ exports.chains = {
5332
5520
  }
5333
5521
  ]
5334
5522
  },
5523
+ 404: {
5524
+ name: 'Syndr L3',
5525
+ chainId: 404,
5526
+ shortName: 'syndr-l3',
5527
+ title: 'Syndr L3 Rollup',
5528
+ chain: 'SYNDR',
5529
+ networkId: 404,
5530
+ icon: 'syndr',
5531
+ rpc: ['https://rpc.syndr.com', 'wss://rpc.syndr.com/ws'],
5532
+ faucets: [],
5533
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
5534
+ infoURL: 'https://syndr.com',
5535
+ explorers: [
5536
+ {
5537
+ name: 'Syndr L3 Explorer',
5538
+ url: 'https://explorer.syndr.com',
5539
+ standard: 'EIP3091'
5540
+ }
5541
+ ],
5542
+ parent: {
5543
+ type: 'L2',
5544
+ chain: 'eip155-42161',
5545
+ bridges: [{ url: 'https://bridge.syndr.com' }]
5546
+ }
5547
+ },
5335
5548
  411: {
5336
5549
  name: 'Pepe Chain Mainnet',
5337
5550
  chain: 'PC',
@@ -5504,6 +5717,29 @@ exports.chains = {
5504
5717
  }
5505
5718
  ]
5506
5719
  },
5720
+ 434: {
5721
+ name: 'Boyaa Mainnet',
5722
+ chain: 'BYC',
5723
+ rpc: ['https://evm-rpc.mainnet.boyaa.network'],
5724
+ faucets: [],
5725
+ nativeCurrency: {
5726
+ name: 'Boyaa mainnet native coin',
5727
+ symbol: 'BYC',
5728
+ decimals: 18
5729
+ },
5730
+ infoURL: 'https://boyaa.network',
5731
+ shortName: 'BYC',
5732
+ chainId: 434,
5733
+ networkId: 434,
5734
+ icon: 'boyaanetwork',
5735
+ explorers: [
5736
+ {
5737
+ name: 'Boyaa explorer',
5738
+ url: 'https://explorer.mainnet.boyaa.network',
5739
+ standard: 'EIP3091'
5740
+ }
5741
+ ]
5742
+ },
5507
5743
  443: {
5508
5744
  name: 'Ten Testnet',
5509
5745
  title: 'Ten Sepolia Rollup Testnet',
@@ -5877,6 +6113,25 @@ exports.chains = {
5877
6113
  }
5878
6114
  ]
5879
6115
  },
6116
+ 545: {
6117
+ name: 'Testnet',
6118
+ chain: 'Flow',
6119
+ rpc: ['https://testnet.evm.nodes.onflow.org'],
6120
+ faucets: ['https://testnet-faucet.onflow.org'],
6121
+ nativeCurrency: { name: 'FLOW', symbol: 'FLOW', decimals: 18 },
6122
+ infoURL: 'https://developers.flow.com/evm/about',
6123
+ shortName: 'flow-testnet',
6124
+ chainId: 545,
6125
+ networkId: 545,
6126
+ icon: 'flowevm',
6127
+ explorers: [
6128
+ {
6129
+ name: 'Flow Diver',
6130
+ url: 'https://testnet.flowdiver.io',
6131
+ standard: 'none'
6132
+ }
6133
+ ]
6134
+ },
5880
6135
  555: {
5881
6136
  name: 'Vela1 Chain Mainnet',
5882
6137
  chain: 'VELA1',
@@ -5975,6 +6230,26 @@ exports.chains = {
5975
6230
  }
5976
6231
  ]
5977
6232
  },
6233
+ 579: {
6234
+ name: 'Filenova Mainnet',
6235
+ chain: 'Filenova',
6236
+ rpc: ['https://rpc.filenova.org'],
6237
+ faucets: [],
6238
+ nativeCurrency: { name: 'Filecoin', symbol: 'FIL', decimals: 18 },
6239
+ infoURL: 'https://filenova.org',
6240
+ shortName: 'filenova',
6241
+ chainId: 579,
6242
+ networkId: 579,
6243
+ icon: 'filenova',
6244
+ explorers: [
6245
+ {
6246
+ name: 'filenova explorer',
6247
+ url: 'https://scan.filenova.org',
6248
+ icon: 'filenova',
6249
+ standard: 'none'
6250
+ }
6251
+ ]
6252
+ },
5978
6253
  588: {
5979
6254
  name: 'Metis Stardust Testnet',
5980
6255
  chain: 'ETH',
@@ -6215,13 +6490,13 @@ exports.chains = {
6215
6490
  ]
6216
6491
  },
6217
6492
  646: {
6218
- name: 'FlowEVM PreviewNet',
6219
- chain: 'FlowEVM',
6493
+ name: 'Previewnet',
6494
+ chain: 'Flow',
6220
6495
  rpc: ['https://previewnet.evm.nodes.onflow.org'],
6221
6496
  faucets: ['https://previewnet-faucet.onflow.org'],
6222
6497
  nativeCurrency: { name: 'FLOW', symbol: 'FLOW', decimals: 18 },
6223
6498
  infoURL: 'https://developers.flow.com/evm/about',
6224
- shortName: 'flowevm-preview',
6499
+ shortName: 'flow-previewnet',
6225
6500
  chainId: 646,
6226
6501
  networkId: 646,
6227
6502
  icon: 'flowevm',
@@ -6313,6 +6588,25 @@ exports.chains = {
6313
6588
  }
6314
6589
  ]
6315
6590
  },
6591
+ 662: {
6592
+ name: 'UltronSmartchain',
6593
+ chain: 'UltronSmartchain',
6594
+ rpc: ['https://rpc.ultronsmartchain.io'],
6595
+ faucets: [],
6596
+ nativeCurrency: { name: 'ulc', symbol: 'ULC', decimals: 18 },
6597
+ infoURL: 'https://ultronsmartchain.io',
6598
+ shortName: 'ultronsmartchain',
6599
+ chainId: 662,
6600
+ networkId: 662,
6601
+ icon: 'ultronsmartchain',
6602
+ explorers: [
6603
+ {
6604
+ name: 'ultronsmartchain explorer',
6605
+ url: 'https://scan.ultronsmartchain.io',
6606
+ standard: 'EIP3091'
6607
+ }
6608
+ ]
6609
+ },
6316
6610
  666: {
6317
6611
  name: 'Pixie Chain Testnet',
6318
6612
  chain: 'PixieChain',
@@ -6427,6 +6721,31 @@ exports.chains = {
6427
6721
  }
6428
6722
  ]
6429
6723
  },
6724
+ 690: {
6725
+ name: 'Redstone',
6726
+ chain: 'ETH',
6727
+ rpc: ['https://rpc.redstonechain.com', 'wss://rpc.redstonechain.com'],
6728
+ faucets: [],
6729
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
6730
+ infoURL: 'https://redstone.xyz',
6731
+ shortName: 'redstone',
6732
+ chainId: 690,
6733
+ networkId: 690,
6734
+ icon: 'redstone',
6735
+ explorers: [
6736
+ {
6737
+ name: 'blockscout',
6738
+ url: 'https://explorer.redstone.xyz',
6739
+ icon: 'blockscout',
6740
+ standard: 'EIP3091'
6741
+ }
6742
+ ],
6743
+ parent: {
6744
+ type: 'L2',
6745
+ chain: 'eip155-1',
6746
+ bridges: [{ url: 'https://redstone.xyz/deposit' }]
6747
+ }
6748
+ },
6430
6749
  700: {
6431
6750
  name: 'Star Social Testnet',
6432
6751
  chain: 'SNS',
@@ -6661,13 +6980,13 @@ exports.chains = {
6661
6980
  ]
6662
6981
  },
6663
6982
  747: {
6664
- name: 'FlowEVM Mainnet',
6665
- chain: 'FlowEVM',
6983
+ name: 'Mainnet',
6984
+ chain: 'Flow',
6666
6985
  rpc: ['https://mainnet.evm.nodes.onflow.org'],
6667
6986
  faucets: [],
6668
6987
  nativeCurrency: { name: 'FLOW', symbol: 'FLOW', decimals: 18 },
6669
6988
  infoURL: 'https://developers.flow.com/evm/about',
6670
- shortName: 'flowevm-mainnet',
6989
+ shortName: 'flow-mainnet',
6671
6990
  chainId: 747,
6672
6991
  networkId: 747,
6673
6992
  icon: 'flowevm',
@@ -7638,6 +7957,29 @@ exports.chains = {
7638
7957
  chainId: 977,
7639
7958
  networkId: 977
7640
7959
  },
7960
+ 979: {
7961
+ name: 'EthXY Testnet',
7962
+ chain: 'EthXY',
7963
+ rpc: ['https://rpc.testnet.ethxy.com'],
7964
+ faucets: [],
7965
+ nativeCurrency: {
7966
+ name: 'Settled EthXY Token',
7967
+ symbol: 'SEXY',
7968
+ decimals: 18
7969
+ },
7970
+ icon: 'sexyTestnet',
7971
+ infoURL: 'https://ethxy.com',
7972
+ shortName: 'sexyTestnet',
7973
+ chainId: 979,
7974
+ networkId: 979,
7975
+ explorers: [
7976
+ {
7977
+ name: 'EthXY Testnet Network Explorer',
7978
+ url: 'https://explorer.testnet.ethxy.com',
7979
+ standard: 'EIP3091'
7980
+ }
7981
+ ]
7982
+ },
7641
7983
  980: {
7642
7984
  name: 'TOP Mainnet EVM',
7643
7985
  chain: 'TOP',
@@ -7921,6 +8263,33 @@ exports.chains = {
7921
8263
  networkId: 1010,
7922
8264
  slip44: 1020
7923
8265
  },
8266
+ 1011: {
8267
+ name: 'Rebus Mainnet',
8268
+ title: 'Rebuschain Mainnet',
8269
+ chain: 'REBUS',
8270
+ rpc: ['https://apievm.rebuschain.com/rpc'],
8271
+ faucets: [],
8272
+ nativeCurrency: { name: 'Rebus', symbol: 'REBUS', decimals: 18 },
8273
+ infoURL: 'https://www.rebuschain.com',
8274
+ shortName: 'rebus',
8275
+ chainId: 1011,
8276
+ networkId: 1011,
8277
+ icon: 'rebus',
8278
+ explorers: [
8279
+ {
8280
+ name: 'Rebus EVM Explorer (Blockscout)',
8281
+ url: 'https://evm.rebuschain.com',
8282
+ icon: 'rebus',
8283
+ standard: 'none'
8284
+ },
8285
+ {
8286
+ name: 'Rebus Cosmos Explorer (ping.pub)',
8287
+ url: 'https://cosmos.rebuschain.com',
8288
+ icon: 'rebus',
8289
+ standard: 'none'
8290
+ }
8291
+ ]
8292
+ },
7924
8293
  1012: {
7925
8294
  name: 'Newton',
7926
8295
  chain: 'NEW',
@@ -8124,7 +8493,7 @@ exports.chains = {
8124
8493
  'https://evm-toolkit.evm.testnet.shimmer.network',
8125
8494
  'https://evm-faucet.testnet.shimmer.network'
8126
8495
  ],
8127
- nativeCurrency: { name: 'SMR', symbol: 'SMR', decimals: 6 },
8496
+ nativeCurrency: { name: 'SMR', symbol: 'SMR', decimals: 18 },
8128
8497
  infoURL: 'https://shimmer.network',
8129
8498
  shortName: 'shimmerevm-testnet',
8130
8499
  chainId: 1073,
@@ -8138,6 +8507,26 @@ exports.chains = {
8138
8507
  }
8139
8508
  ]
8140
8509
  },
8510
+ 1075: {
8511
+ name: 'IOTA EVM Testnet',
8512
+ title: 'IOTA EVM Testnet',
8513
+ chain: 'IOTA EVM',
8514
+ icon: 'iotaevm',
8515
+ rpc: ['https://json-rpc.evm.testnet.iotaledger.net'],
8516
+ faucets: ['https://evm-toolkit.evm.testnet.iotaledger.net'],
8517
+ nativeCurrency: { name: 'IOTA', symbol: 'IOTA', decimals: 18 },
8518
+ infoURL: 'https://www.iota.org',
8519
+ shortName: 'iotaevm-testnet',
8520
+ chainId: 1075,
8521
+ networkId: 1075,
8522
+ explorers: [
8523
+ {
8524
+ name: 'explorer',
8525
+ url: 'https://explorer.evm.testnet.iotaledger.net',
8526
+ standard: 'EIP3091'
8527
+ }
8528
+ ]
8529
+ },
8141
8530
  1079: {
8142
8531
  name: 'Mintara Testnet',
8143
8532
  title: 'Mintara Testnet',
@@ -8382,6 +8771,26 @@ exports.chains = {
8382
8771
  }
8383
8772
  ]
8384
8773
  },
8774
+ 1113: {
8775
+ name: 'B2 Hub Testnet',
8776
+ chain: 'BSQ',
8777
+ rpc: ['https://testnet-hub-rpc.bsquared.network'],
8778
+ faucets: [],
8779
+ nativeCurrency: { name: 'BSquared Token', symbol: 'B2', decimals: 18 },
8780
+ infoURL: 'https://www.bsquared.network',
8781
+ shortName: 'B2Hub-testnet',
8782
+ chainId: 1113,
8783
+ networkId: 1113,
8784
+ icon: 'bsquare',
8785
+ explorers: [
8786
+ {
8787
+ name: 'B2 Hub Habitat Testnet Explorer',
8788
+ url: 'https://testnet-hub-explorer.bsquared.network',
8789
+ icon: 'bsquare',
8790
+ standard: 'EIP3091'
8791
+ }
8792
+ ]
8793
+ },
8385
8794
  1115: {
8386
8795
  name: 'Core Blockchain Testnet',
8387
8796
  chain: 'Core',
@@ -8455,6 +8864,28 @@ exports.chains = {
8455
8864
  }
8456
8865
  ]
8457
8866
  },
8867
+ 1123: {
8868
+ name: 'B2 Testnet',
8869
+ title: 'B2 Testnet',
8870
+ chain: 'Habitat',
8871
+ rpc: ['https://b2-testnet.alt.technology'],
8872
+ faucets: [],
8873
+ nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
8874
+ infoURL: 'https://www.bsquared.network',
8875
+ shortName: 'B2-testnet',
8876
+ chainId: 1123,
8877
+ networkId: 1123,
8878
+ icon: 'bsquare',
8879
+ explorers: [
8880
+ {
8881
+ name: 'blockscout',
8882
+ url: 'https://testnet-explorer.bsquared.network',
8883
+ icon: 'bsquare',
8884
+ standard: 'EIP3091'
8885
+ }
8886
+ ],
8887
+ parent: { type: 'L2', chain: 'eip155-1113' }
8888
+ },
8458
8889
  1130: {
8459
8890
  name: 'DeFiChain EVM Network Mainnet',
8460
8891
  chain: 'defichain-evm',
@@ -8507,6 +8938,26 @@ exports.chains = {
8507
8938
  }
8508
8939
  ]
8509
8940
  },
8941
+ 1135: {
8942
+ name: 'Lisk',
8943
+ chain: 'ETH',
8944
+ rpc: ['https://rpc.api.lisk.com'],
8945
+ faucets: [],
8946
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
8947
+ infoURL: 'https://lisk.com',
8948
+ shortName: 'lisk',
8949
+ chainId: 1135,
8950
+ networkId: 1135,
8951
+ slip44: 134,
8952
+ explorers: [
8953
+ {
8954
+ name: 'blockscout',
8955
+ url: 'https://blockscout.lisk.com',
8956
+ icon: 'blockscout',
8957
+ standard: 'EIP3091'
8958
+ }
8959
+ ]
8960
+ },
8510
8961
  1138: {
8511
8962
  name: 'AmStar Testnet',
8512
8963
  chain: 'AmStar',
@@ -8620,6 +9071,26 @@ exports.chains = {
8620
9071
  }
8621
9072
  ]
8622
9073
  },
9074
+ 1188: {
9075
+ name: 'ClubMos Mainnet',
9076
+ chain: 'MOS',
9077
+ rpc: ['https://mainnet.mosscan.com'],
9078
+ faucets: [],
9079
+ nativeCurrency: { name: 'ClubMos', symbol: 'MOS', decimals: 18 },
9080
+ infoURL: 'https://www.mosscan.com',
9081
+ shortName: 'MOS',
9082
+ chainId: 1188,
9083
+ networkId: 1188,
9084
+ icon: 'clubmos',
9085
+ explorers: [
9086
+ {
9087
+ name: 'mosscan',
9088
+ url: 'https://www.mosscan.com',
9089
+ icon: 'clubmos',
9090
+ standard: 'none'
9091
+ }
9092
+ ]
9093
+ },
8623
9094
  1197: {
8624
9095
  name: 'Iora Chain',
8625
9096
  chain: 'IORA',
@@ -8669,6 +9140,30 @@ exports.chains = {
8669
9140
  }
8670
9141
  ]
8671
9142
  },
9143
+ 1209: {
9144
+ name: 'SaitaBlockChain(SBC)',
9145
+ chain: 'SaitaBlockChain(SBC)',
9146
+ rpc: ['https://rpc-nodes.saitascan.io'],
9147
+ faucets: [],
9148
+ nativeCurrency: {
9149
+ name: 'SaitaBlockChain(SBC)',
9150
+ symbol: 'STC',
9151
+ decimals: 18
9152
+ },
9153
+ infoURL: 'https://saitachain.com',
9154
+ shortName: 'SBC',
9155
+ chainId: 1209,
9156
+ networkId: 1209,
9157
+ icon: 'SaitaBlockChain(SBC)',
9158
+ explorers: [
9159
+ {
9160
+ name: 'Saitascan explorer',
9161
+ url: 'https://saitascan.io',
9162
+ standard: 'none',
9163
+ icon: 'SaitaBlockChain(SBC)'
9164
+ }
9165
+ ]
9166
+ },
8672
9167
  1213: {
8673
9168
  name: 'Popcateum Mainnet',
8674
9169
  chain: 'POPCATEUM',
@@ -8707,13 +9202,25 @@ exports.chains = {
8707
9202
  }
8708
9203
  ]
8709
9204
  },
8710
- 1224: {
8711
- name: 'Hybrid Testnet',
8712
- chain: '$HYB',
9205
+ 1221: {
9206
+ name: 'Cycle Network Testnet',
9207
+ chain: 'ETH',
9208
+ rpc: ['https://rpc-testnet.cyclenetwork.io'],
9209
+ faucets: [],
9210
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
9211
+ infoURL: 'https://www.cyclenetwork.io/',
9212
+ shortName: 'Cycle',
9213
+ chainId: 1221,
9214
+ networkId: 1221,
9215
+ icon: 'cycle'
9216
+ },
9217
+ 1224: {
9218
+ name: 'Hybrid Testnet',
9219
+ chain: 'HYB',
8713
9220
  icon: 'hybridIcon',
8714
9221
  rpc: ['https://testnet-rpc.buildonhybrid.com'],
8715
9222
  faucets: [],
8716
- nativeCurrency: { name: 'Hybrid', symbol: '$HYB', decimals: 18 },
9223
+ nativeCurrency: { name: 'Hybrid', symbol: 'HYB', decimals: 18 },
8717
9224
  infoURL: 'https://buildonhybrid.com',
8718
9225
  shortName: 'hyb',
8719
9226
  chainId: 1224,
@@ -8721,7 +9228,7 @@ exports.chains = {
8721
9228
  explorers: [
8722
9229
  {
8723
9230
  name: 'Hybrid Testnet',
8724
- url: 'https://alphatestnet.buildonhybrid.com',
9231
+ url: 'https://explorer.buildonhybrid.com',
8725
9232
  standard: 'EIP3091'
8726
9233
  }
8727
9234
  ]
@@ -9054,6 +9561,7 @@ exports.chains = {
9054
9561
  1294: {
9055
9562
  name: 'Bobabeam',
9056
9563
  chain: 'Bobabeam',
9564
+ status: 'deprecated',
9057
9565
  rpc: [
9058
9566
  'https://bobabeam.boba.network',
9059
9567
  'wss://wss.bobabeam.boba.network',
@@ -9077,6 +9585,7 @@ exports.chains = {
9077
9585
  1297: {
9078
9586
  name: 'Bobabase Testnet',
9079
9587
  chain: 'Bobabase Testnet',
9588
+ status: 'deprecated',
9080
9589
  rpc: [
9081
9590
  'https://bobabase.boba.network',
9082
9591
  'wss://wss.bobabase.boba.network',
@@ -9543,6 +10052,25 @@ exports.chains = {
9543
10052
  }
9544
10053
  ]
9545
10054
  },
10055
+ 1499: {
10056
+ name: 'iDos Games Chain Testnet',
10057
+ chain: 'IGC',
10058
+ icon: 'igc-testnet',
10059
+ rpc: ['https://rpc-testnet.idos.games'],
10060
+ faucets: [],
10061
+ nativeCurrency: { name: 'iDos Games Coin', symbol: 'IGC', decimals: 18 },
10062
+ infoURL: 'https://idosgames.com/',
10063
+ shortName: 'IGC',
10064
+ chainId: 1499,
10065
+ networkId: 1499,
10066
+ explorers: [
10067
+ {
10068
+ name: 'IGC-Scan',
10069
+ url: 'https://igcscan.com',
10070
+ standard: 'EIP3091'
10071
+ }
10072
+ ]
10073
+ },
9546
10074
  1501: {
9547
10075
  name: 'BEVM Canary',
9548
10076
  chain: 'ChainX',
@@ -10343,6 +10871,18 @@ exports.chains = {
10343
10871
  }
10344
10872
  ]
10345
10873
  },
10874
+ 1918: {
10875
+ name: 'UPB CRESCDI Testnet',
10876
+ chain: 'UPBEth',
10877
+ rpc: ['https://testnet.crescdi.pub.ro'],
10878
+ infoURL: 'https://mobylab.docs.crescdi.pub.ro/blog/UPB-CRESCDI-Testnet',
10879
+ faucets: [],
10880
+ nativeCurrency: { name: 'UPBEth', symbol: 'UPBEth', decimals: 18 },
10881
+ shortName: 'UPBEth',
10882
+ chainId: 1918,
10883
+ networkId: 1918,
10884
+ explorers: []
10885
+ },
10346
10886
  1945: {
10347
10887
  name: 'ONUS Chain Testnet',
10348
10888
  title: 'ONUS Chain Testnet',
@@ -10679,12 +11219,12 @@ exports.chains = {
10679
11219
  name: 'edeXa Testnet',
10680
11220
  chain: 'edeXa TestNetwork',
10681
11221
  rpc: [
10682
- 'https://testnet.edexa.com/rpc',
11222
+ 'https://testnet.edexa.network/rpc',
10683
11223
  'https://io-dataseed1.testnet.edexa.io-market.com/rpc'
10684
11224
  ],
10685
11225
  faucets: ['https://faucet.edexa.com/'],
10686
11226
  nativeCurrency: { name: 'EDEXA', symbol: 'EDX', decimals: 18 },
10687
- infoURL: 'https://edexa.com/',
11227
+ infoURL: 'https://edexa.network/',
10688
11228
  shortName: 'edx',
10689
11229
  chainId: 1995,
10690
11230
  networkId: 1995,
@@ -10693,7 +11233,7 @@ exports.chains = {
10693
11233
  explorers: [
10694
11234
  {
10695
11235
  name: 'edexa-testnet',
10696
- url: 'https://explorer.testnet.edexa.com',
11236
+ url: 'https://explorer.testnet.edexa.network',
10697
11237
  standard: 'EIP3091'
10698
11238
  }
10699
11239
  ]
@@ -10849,6 +11389,35 @@ exports.chains = {
10849
11389
  }
10850
11390
  ]
10851
11391
  },
11392
+ 2017: {
11393
+ name: 'Adiri',
11394
+ title: 'Telcoin Network Testnet',
11395
+ chain: 'TEL',
11396
+ icon: 'telcoin',
11397
+ rpc: [
11398
+ 'https://rpc.telcoin.network',
11399
+ 'https://adiri.tel',
11400
+ 'https://node1.telcoin.network',
11401
+ 'https://node2.telcoin.network',
11402
+ 'https://node3.telcoin.network',
11403
+ 'https://node4.telcoin.network'
11404
+ ],
11405
+ faucets: ['https://telcoin.network/faucet'],
11406
+ nativeCurrency: { name: 'Telcoin', symbol: 'TEL', decimals: 18 },
11407
+ infoURL: 'https://telcoin.network',
11408
+ shortName: 'tel',
11409
+ chainId: 2017,
11410
+ networkId: 2017,
11411
+ slip44: 1,
11412
+ explorers: [
11413
+ {
11414
+ name: 'telscan',
11415
+ url: 'https://telscan.io',
11416
+ icon: 'telcoin',
11417
+ standard: 'EIP3091'
11418
+ }
11419
+ ]
11420
+ },
10852
11421
  2018: {
10853
11422
  name: 'PublicMint Devnet',
10854
11423
  title: 'Public Mint Devnet',
@@ -10915,15 +11484,15 @@ exports.chains = {
10915
11484
  icon: 'edgeware',
10916
11485
  rpc: [
10917
11486
  'https://edgeware-evm.jelliedowl.net',
10918
- 'https://mainnet2.edgewa.re/evm',
10919
- 'https://mainnet3.edgewa.re/evm',
10920
- 'https://mainnet4.edgewa.re/evm',
10921
- 'https://mainnet5.edgewa.re/evm',
11487
+ 'https://edgeware-evm0.jelliedowl.net',
11488
+ 'https://edgeware-evm1.jelliedowl.net',
11489
+ 'https://edgeware-evm2.jelliedowl.net',
11490
+ 'https://edgeware-evm3.jelliedowl.net',
10922
11491
  'wss://edgeware.jelliedowl.net',
10923
- 'wss://mainnet2.edgewa.re',
10924
- 'wss://mainnet3.edgewa.re',
10925
- 'wss://mainnet4.edgewa.re',
10926
- 'wss://mainnet5.edgewa.re'
11492
+ 'wss://edgeware-rpc0.jelliedowl.net',
11493
+ 'wss://edgeware-rpc1.jelliedowl.net',
11494
+ 'wss://edgeware-rpc2.jelliedowl.net',
11495
+ 'wss://edgeware-rpc3.jelliedowl.net'
10927
11496
  ],
10928
11497
  features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
10929
11498
  faucets: [],
@@ -10935,15 +11504,15 @@ exports.chains = {
10935
11504
  slip44: 523,
10936
11505
  explorers: [
10937
11506
  {
10938
- name: 'Edgscan by Bharathcoorg',
11507
+ name: 'Edgscan EdgeEVM explorer by Bharathcoorg',
10939
11508
  url: 'https://edgscan.live',
10940
11509
  standard: 'EIP3091'
10941
11510
  },
10942
11511
  {
10943
- name: 'Subscan',
10944
- url: 'https://edgeware.subscan.io',
11512
+ name: 'Edgscan EdgeWASM explorer by Bharathcoorg',
11513
+ url: 'https://edgscan.ink',
10945
11514
  standard: 'none',
10946
- icon: 'subscan'
11515
+ icon: 'edgscan'
10947
11516
  }
10948
11517
  ]
10949
11518
  },
@@ -11031,6 +11600,29 @@ exports.chains = {
11031
11600
  }
11032
11601
  ]
11033
11602
  },
11603
+ 2026: {
11604
+ name: 'Edgeless Network',
11605
+ chain: 'Edgeless',
11606
+ rpc: ['https://rpc.edgeless.network/http'],
11607
+ features: [{ name: 'EIP155' }],
11608
+ faucets: [],
11609
+ nativeCurrency: {
11610
+ name: 'Edgeless Wrapped Eth',
11611
+ symbol: 'EwEth',
11612
+ decimals: 18
11613
+ },
11614
+ infoURL: 'https://edgeless.network',
11615
+ shortName: 'edgeless',
11616
+ chainId: 2026,
11617
+ networkId: 2026,
11618
+ explorers: [
11619
+ {
11620
+ name: 'Edgeless Explorer',
11621
+ url: 'https://explorer.edgeless.network',
11622
+ standard: 'EIP3091'
11623
+ }
11624
+ ]
11625
+ },
11034
11626
  2031: {
11035
11627
  name: 'Centrifuge',
11036
11628
  chain: 'CFG',
@@ -11124,6 +11716,28 @@ exports.chains = {
11124
11716
  }
11125
11717
  ]
11126
11718
  },
11719
+ 2040: {
11720
+ name: 'Vanar Mainnet',
11721
+ title: 'Vanarchain',
11722
+ chain: 'VANAR',
11723
+ rpc: ['https://rpc.vanarchain.com', 'wss://ws.vanarchain.com'],
11724
+ faucets: [],
11725
+ nativeCurrency: { name: 'VANRY', symbol: 'VANRY', decimals: 18 },
11726
+ features: [{ name: 'EIP155' }],
11727
+ infoURL: 'https://vanarchain.com',
11728
+ shortName: 'Vanar',
11729
+ chainId: 2040,
11730
+ networkId: 2040,
11731
+ icon: 'vanar',
11732
+ explorers: [
11733
+ {
11734
+ name: 'Vanar Explorer',
11735
+ url: 'https://explorer.vanarchain.com',
11736
+ icon: 'vanar',
11737
+ standard: 'EIP3091'
11738
+ }
11739
+ ]
11740
+ },
11127
11741
  2043: {
11128
11742
  name: 'OriginTrail Parachain',
11129
11743
  chain: 'OTP',
@@ -11334,6 +11948,26 @@ exports.chains = {
11334
11948
  }
11335
11949
  ]
11336
11950
  },
11951
+ 2121: {
11952
+ name: 'Catena Mainnet',
11953
+ chain: 'CMCX',
11954
+ rpc: ['https://rpc1.catenarpc.com'],
11955
+ faucets: [],
11956
+ nativeCurrency: { name: 'Catena', symbol: 'CMCX', decimals: 18 },
11957
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
11958
+ infoURL: 'https://catena.network',
11959
+ shortName: 'cmcx',
11960
+ chainId: 2121,
11961
+ networkId: 2121,
11962
+ icon: 'catena',
11963
+ explorers: [
11964
+ {
11965
+ name: 'catenascan',
11966
+ url: 'https://catenascan.com',
11967
+ standard: 'EIP3091'
11968
+ }
11969
+ ]
11970
+ },
11337
11971
  2122: {
11338
11972
  name: 'Metaplayerone Mainnet',
11339
11973
  chain: 'METAD',
@@ -11373,6 +12007,24 @@ exports.chains = {
11373
12007
  }
11374
12008
  ]
11375
12009
  },
12010
+ 2136: {
12011
+ name: 'BigShortBets Testnet',
12012
+ chain: 'BIGSB Testnet',
12013
+ rpc: ['https://test-market.bigsb.io', 'wss://test-market.bigsb.io'],
12014
+ faucets: [],
12015
+ nativeCurrency: { name: 'Dolarz', symbol: 'Dolarz', decimals: 18 },
12016
+ infoURL: 'https://bigshortbets.com/',
12017
+ shortName: 'bigsb_testnet',
12018
+ chainId: 2136,
12019
+ networkId: 2136,
12020
+ explorers: [
12021
+ {
12022
+ name: 'Polkadot.js',
12023
+ url: 'https://polkadot.js.org/apps/?rpc=wss://test-market.bigsb.network#/explorer',
12024
+ standard: 'none'
12025
+ }
12026
+ ]
12027
+ },
11376
12028
  2137: {
11377
12029
  name: 'BigShortBets',
11378
12030
  chain: 'BIGSB',
@@ -11410,6 +12062,42 @@ exports.chains = {
11410
12062
  }
11411
12063
  ]
11412
12064
  },
12065
+ 2140: {
12066
+ name: 'Oneness Network',
12067
+ chain: 'Oneness',
12068
+ rpc: ['https://rpc.onenesslabs.io/'],
12069
+ faucets: [],
12070
+ nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
12071
+ infoURL: '',
12072
+ shortName: 'oneness',
12073
+ chainId: 2140,
12074
+ networkId: 2140,
12075
+ explorers: [
12076
+ {
12077
+ name: 'oneness-mainnet',
12078
+ url: 'https://scan.onenesslabs.io',
12079
+ standard: 'EIP3091'
12080
+ }
12081
+ ]
12082
+ },
12083
+ 2141: {
12084
+ name: 'Oneness TestNet',
12085
+ chain: 'Oneness-Testnet',
12086
+ rpc: ['https://rpc.testnet.onenesslabs.io/'],
12087
+ faucets: [],
12088
+ nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
12089
+ infoURL: '',
12090
+ shortName: 'oneness-testnet',
12091
+ chainId: 2141,
12092
+ networkId: 2141,
12093
+ explorers: [
12094
+ {
12095
+ name: 'oneness-testnet',
12096
+ url: 'https://scan.testnet.onenesslabs.io',
12097
+ standard: 'EIP3091'
12098
+ }
12099
+ ]
12100
+ },
11413
12101
  2151: {
11414
12102
  name: 'BOSagora Mainnet',
11415
12103
  chain: 'ETH',
@@ -11808,9 +12496,12 @@ exports.chains = {
11808
12496
  ]
11809
12497
  },
11810
12498
  2340: {
11811
- name: 'Atleta Testnet',
12499
+ name: 'Atleta Olympia',
11812
12500
  chain: 'Atleta',
11813
- rpc: ['https://atleta-testnet-rpc.quark.blue:9944'],
12501
+ rpc: [
12502
+ 'wss://testnet-rpc.atleta.network:9944',
12503
+ 'https://testnet-rpc.atleta.network:9944'
12504
+ ],
11814
12505
  faucets: ['https://faucet.atleta.network'],
11815
12506
  nativeCurrency: { name: 'Atla', symbol: 'ATLA', decimals: 18 },
11816
12507
  infoURL: 'https://atleta.network',
@@ -11823,11 +12514,30 @@ exports.chains = {
11823
12514
  {
11824
12515
  name: 'Atleta Testnet Explorer',
11825
12516
  icon: 'atleta',
11826
- url: 'http://185.234.69.18/?rpc=wss%3A%2F%2Fatleta-testnet-rpc.quark.blue%3A9944#/explorer',
12517
+ url: 'https://polkadot-explorer.atleta.network/#/explorer',
11827
12518
  standard: 'none'
11828
12519
  }
11829
12520
  ]
11830
12521
  },
12522
+ 2342: {
12523
+ name: 'Omnia Chain',
12524
+ chain: 'OMNIA',
12525
+ icon: 'omnia',
12526
+ rpc: ['https://rpc.omniaverse.io'],
12527
+ faucets: ['https://www.omniaverse.io'],
12528
+ nativeCurrency: { name: 'Omnia', symbol: 'OMNIA', decimals: 18 },
12529
+ infoURL: 'https://www.omniaverse.io',
12530
+ shortName: 'omnia',
12531
+ chainId: 2342,
12532
+ networkId: 2342,
12533
+ explorers: [
12534
+ {
12535
+ name: 'OmniaVerse Explorer',
12536
+ url: 'https://scan.omniaverse.io',
12537
+ standard: 'EIP3091'
12538
+ }
12539
+ ]
12540
+ },
11831
12541
  2357: {
11832
12542
  name: '(deprecated) Kroma Sepolia',
11833
12543
  title: '(deprecated) Kroma Testnet Sepolia',
@@ -11883,6 +12593,25 @@ exports.chains = {
11883
12593
  bridges: [{ url: 'https://kroma.network/bridge' }]
11884
12594
  }
11885
12595
  },
12596
+ 2370: {
12597
+ name: 'Nexis Network Testnet',
12598
+ chain: 'Nexis Network',
12599
+ icon: 'nexis',
12600
+ rpc: ['https://evm-testnet.nexis.network'],
12601
+ faucets: ['https://evm-faucet.nexis.network'],
12602
+ nativeCurrency: { name: 'Nexis', symbol: 'NZT', decimals: 18 },
12603
+ infoURL: 'https://nexis.network/',
12604
+ shortName: 'nzt',
12605
+ chainId: 2370,
12606
+ networkId: 2370,
12607
+ explorers: [
12608
+ {
12609
+ name: 'Nexis Testnet Explorer',
12610
+ url: 'https://evm-testnet.nexscan.io',
12611
+ standard: 'EIP3091'
12612
+ }
12613
+ ]
12614
+ },
11886
12615
  2399: {
11887
12616
  name: 'BOMB Chain Testnet',
11888
12617
  chain: 'BOMB',
@@ -11968,6 +12697,28 @@ exports.chains = {
11968
12697
  }
11969
12698
  ]
11970
12699
  },
12700
+ 2425: {
12701
+ name: 'King Of Legends Devnet',
12702
+ title: 'King Of Legends Devnet',
12703
+ chain: 'KOL',
12704
+ icon: 'kol',
12705
+ rpc: ['https://rpc-devnet.kinggamer.org/'],
12706
+ faucets: [],
12707
+ nativeCurrency: { name: 'King Of Legends', symbol: 'KOL', decimals: 18 },
12708
+ infoURL: 'https://kingoflegends.net/',
12709
+ shortName: 'kol',
12710
+ chainId: 2425,
12711
+ networkId: 2425,
12712
+ slip44: 1,
12713
+ explorers: [
12714
+ {
12715
+ name: 'King Of Legends Devnet Explorer',
12716
+ url: 'https://devnet.kingscan.org',
12717
+ icon: 'kol',
12718
+ standard: 'EIP3091'
12719
+ }
12720
+ ]
12721
+ },
11971
12722
  2442: {
11972
12723
  name: 'Polygon zkEVM Cardona Testnet',
11973
12724
  title: 'Polygon zkEVM Cardona Testnet',
@@ -12326,6 +13077,34 @@ exports.chains = {
12326
13077
  }
12327
13078
  ]
12328
13079
  },
13080
+ 2730: {
13081
+ name: 'XR Sepolia',
13082
+ chain: 'ETH',
13083
+ rpc: ['https://xr-sepolia-testnet.rpc.caldera.xyz/http'],
13084
+ faucets: [],
13085
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
13086
+ nativeCurrency: { name: 'tXR', symbol: 'tXR', decimals: 18 },
13087
+ infoURL: 'https://xr-one.gitbook.io',
13088
+ shortName: 'txr',
13089
+ chainId: 2730,
13090
+ networkId: 2730,
13091
+ icon: 'xr',
13092
+ slip44: 60,
13093
+ explorers: [
13094
+ {
13095
+ name: 'XR Sepolia Explorer',
13096
+ url: 'https://xr-sepolia-testnet.explorer.caldera.xyz',
13097
+ icon: 'blockscout',
13098
+ standard: 'EIP3091'
13099
+ }
13100
+ ],
13101
+ parent: {
13102
+ type: 'L2',
13103
+ chain: 'eip155-421614',
13104
+ bridges: [{ url: 'https://xr-sepolia-testnet.bridge.caldera.xyz' }]
13105
+ },
13106
+ status: 'active'
13107
+ },
12329
13108
  2731: {
12330
13109
  name: 'Elizabeth Testnet',
12331
13110
  chain: 'Elizabeth',
@@ -12346,9 +13125,61 @@ exports.chains = {
12346
13125
  }
12347
13126
  ]
12348
13127
  },
13128
+ 2748: {
13129
+ name: 'Nanon',
13130
+ title: 'Nanon Rollup',
13131
+ chain: 'ETH',
13132
+ rpc: ['https://rpc.nanon.network'],
13133
+ faucets: [],
13134
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
13135
+ infoURL: 'https://www.nanon.network',
13136
+ shortName: 'Nanon',
13137
+ chainId: 2748,
13138
+ networkId: 2748,
13139
+ slip44: 1,
13140
+ icon: 'nanon',
13141
+ explorers: [
13142
+ {
13143
+ name: 'Nanon Rollup Explorer',
13144
+ url: 'https://explorer.nanon.network',
13145
+ standard: 'EIP3091'
13146
+ }
13147
+ ],
13148
+ parent: {
13149
+ type: 'L2',
13150
+ chain: 'eip155-1',
13151
+ bridges: [{ url: 'https://bridge.nanon.network' }]
13152
+ }
13153
+ },
13154
+ 2810: {
13155
+ name: 'Morph Holesky',
13156
+ title: 'Morph Holesky Testnet',
13157
+ chain: 'ETH',
13158
+ rpc: ['https://rpc-holesky.morphl2.io'],
13159
+ faucets: [],
13160
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
13161
+ infoURL: 'https://morphl2.io',
13162
+ shortName: 'hmorph',
13163
+ chainId: 2810,
13164
+ networkId: 2810,
13165
+ slip44: 1,
13166
+ explorers: [
13167
+ {
13168
+ name: 'Morph Holesky Testnet Explorer',
13169
+ url: 'https://explorer-holesky.morphl2.io',
13170
+ standard: 'EIP3091'
13171
+ }
13172
+ ],
13173
+ parent: {
13174
+ type: 'L2',
13175
+ chain: 'eip155-1',
13176
+ bridges: [{ url: 'https://bridge-holesky.morphl2.io' }]
13177
+ }
13178
+ },
12349
13179
  2888: {
12350
13180
  name: 'Boba Network Goerli Testnet',
12351
13181
  chain: 'ETH',
13182
+ status: 'deprecated',
12352
13183
  rpc: ['https://goerli.boba.network/', 'wss://wss.goerli.boba.network/'],
12353
13184
  faucets: [],
12354
13185
  nativeCurrency: { name: 'Goerli Ether', symbol: 'ETH', decimals: 18 },
@@ -12547,6 +13378,33 @@ exports.chains = {
12547
13378
  }
12548
13379
  ]
12549
13380
  },
13381
+ 3033: {
13382
+ name: 'Rebus Testnet',
13383
+ title: 'Rebuschain Testnet',
13384
+ chain: 'REBUS',
13385
+ rpc: ['https://testnet.rebus.money/rpc'],
13386
+ faucets: [],
13387
+ nativeCurrency: { name: 'Rebus', symbol: 'REBUS', decimals: 18 },
13388
+ infoURL: 'https://www.rebuschain.com',
13389
+ shortName: 'rebus-testnet',
13390
+ chainId: 3033,
13391
+ networkId: 3033,
13392
+ icon: 'rebus',
13393
+ explorers: [
13394
+ {
13395
+ name: 'Rebus EVM Explorer (Blockscout)',
13396
+ url: 'https://evm.testnet.rebus.money',
13397
+ icon: 'rebus',
13398
+ standard: 'none'
13399
+ },
13400
+ {
13401
+ name: 'Rebus Cosmos Explorer (ping.pub)',
13402
+ url: 'https://testnet.rebus.money/rebustestnet',
13403
+ icon: 'rebus',
13404
+ standard: 'none'
13405
+ }
13406
+ ]
13407
+ },
12550
13408
  3068: {
12551
13409
  name: 'Bifrost Mainnet',
12552
13410
  title: 'Bifrost Network Mainnet',
@@ -12570,12 +13428,32 @@ exports.chains = {
12570
13428
  }
12571
13429
  ]
12572
13430
  },
13431
+ 3073: {
13432
+ name: 'Movement EVM',
13433
+ chain: 'MOVE',
13434
+ rpc: [],
13435
+ faucets: [],
13436
+ nativeCurrency: { name: 'Move', symbol: 'MOVE', decimals: 18 },
13437
+ infoURL: 'https://movementlabs.xyz',
13438
+ shortName: 'move',
13439
+ chainId: 3073,
13440
+ networkId: 3073,
13441
+ icon: 'move',
13442
+ explorers: [
13443
+ {
13444
+ name: 'mevm explorer',
13445
+ url: 'https://explorer.movementlabs.xyz',
13446
+ standard: 'none'
13447
+ }
13448
+ ],
13449
+ status: 'incubating'
13450
+ },
12573
13451
  3100: {
12574
13452
  name: 'Immu3 EVM',
12575
13453
  chain: 'EVMCC',
12576
13454
  rpc: [
12577
- 'https://fraa-dancebox-3043-rpc.a.dancebox.tanssi.network',
12578
- 'wss://fraa-dancebox-3043-rpc.a.dancebox.tanssi.network'
13455
+ 'https://fraa-flashbox-2800-rpc.a.stagenet.tanssi.network',
13456
+ 'wss://fraa-flashbox-2800-rpc.a.stagenet.tanssi.network'
12579
13457
  ],
12580
13458
  faucets: [],
12581
13459
  nativeCurrency: { name: 'IMMU', symbol: 'IMMU', decimals: 18 },
@@ -12600,6 +13478,30 @@ exports.chains = {
12600
13478
  networkId: 3102,
12601
13479
  explorers: []
12602
13480
  },
13481
+ 3109: {
13482
+ name: 'SatoshiVM Alpha Mainnet',
13483
+ chain: 'SatoshiVM',
13484
+ rpc: ['https://alpha-rpc-node-http.svmscan.io'],
13485
+ faucets: [],
13486
+ nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
13487
+ infoURL: 'https://www.satoshivm.io/',
13488
+ shortName: 'SAVM',
13489
+ chainId: 3109,
13490
+ networkId: 3109,
13491
+ icon: 'satoshivm'
13492
+ },
13493
+ 3110: {
13494
+ name: 'SatoshiVM Testnet',
13495
+ chain: 'SatoshiVM',
13496
+ rpc: ['https://test-rpc-node-http.svmscan.io'],
13497
+ faucets: [],
13498
+ nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
13499
+ infoURL: 'https://www.satoshivm.io/',
13500
+ shortName: 'tSAVM',
13501
+ chainId: 3110,
13502
+ networkId: 3110,
13503
+ icon: 'satoshivm'
13504
+ },
12603
13505
  3141: {
12604
13506
  name: 'Filecoin - Hyperspace testnet',
12605
13507
  status: 'deprecated',
@@ -12672,23 +13574,16 @@ exports.chains = {
12672
13574
  slip44: 1
12673
13575
  },
12674
13576
  3333: {
12675
- name: 'Web3Q Testnet',
12676
- chain: 'Web3Q',
12677
- rpc: ['https://testnet.web3q.io:8545'],
13577
+ name: 'EthStorage Testnet',
13578
+ chain: 'EthStorage',
13579
+ rpc: ['http://testnet.ethstorage.io:9540'],
12678
13580
  faucets: [],
12679
- nativeCurrency: { name: 'Web3Q', symbol: 'W3Q', decimals: 18 },
12680
- infoURL: 'https://testnet.web3q.io/home.w3q/',
12681
- shortName: 'w3q-t',
13581
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
13582
+ infoURL: 'https://ethstorage.io/',
13583
+ shortName: 'es-t',
12682
13584
  chainId: 3333,
12683
13585
  networkId: 3333,
12684
- slip44: 1,
12685
- explorers: [
12686
- {
12687
- name: 'w3q-testnet',
12688
- url: 'https://explorer.testnet.web3q.io',
12689
- standard: 'EIP3091'
12690
- }
12691
- ]
13586
+ slip44: 1
12692
13587
  },
12693
13588
  3334: {
12694
13589
  name: 'Web3Q Galileo',
@@ -12727,6 +13622,25 @@ exports.chains = {
12727
13622
  }
12728
13623
  ]
12729
13624
  },
13625
+ 3424: {
13626
+ name: 'EVOLVE Mainnet',
13627
+ chain: 'EVO',
13628
+ icon: 'evolveIcon',
13629
+ rpc: ['https://rpc.evolveblockchain.io'],
13630
+ faucets: [],
13631
+ nativeCurrency: { name: 'Evolve', symbol: 'EVO', decimals: 18 },
13632
+ infoURL: 'https://evolveblockchain.io',
13633
+ shortName: 'EVOm',
13634
+ chainId: 3424,
13635
+ networkId: 3424,
13636
+ explorers: [
13637
+ {
13638
+ name: 'Evolve Mainnet Explorer',
13639
+ url: 'https://evoexplorer.com',
13640
+ standard: 'EIP3091'
13641
+ }
13642
+ ]
13643
+ },
12730
13644
  3434: {
12731
13645
  name: 'SecureChain Testnet',
12732
13646
  chain: 'SCAI',
@@ -13364,9 +14278,29 @@ exports.chains = {
13364
14278
  }
13365
14279
  ]
13366
14280
  },
14281
+ 4048: {
14282
+ name: 'GAN Testnet',
14283
+ chain: 'GAN',
14284
+ icon: 'gpu',
14285
+ rpc: ['https://rpc.gpu.net'],
14286
+ faucets: [],
14287
+ nativeCurrency: { name: 'GP Token', symbol: 'GP', decimals: 18 },
14288
+ infoURL: 'https://docs.gpu.net/',
14289
+ shortName: 'GANTestnet',
14290
+ chainId: 4048,
14291
+ networkId: 4048,
14292
+ explorers: [
14293
+ {
14294
+ name: 'ganscan',
14295
+ url: 'https://ganscan.gpu.net',
14296
+ standard: 'none'
14297
+ }
14298
+ ]
14299
+ },
13367
14300
  4051: {
13368
14301
  name: 'Bobaopera Testnet',
13369
14302
  chain: 'Bobaopera Testnet',
14303
+ status: 'deprecated',
13370
14304
  rpc: [
13371
14305
  'https://testnet.bobaopera.boba.network',
13372
14306
  'wss://wss.testnet.bobaopera.boba.network',
@@ -13611,7 +14545,10 @@ exports.chains = {
13611
14545
  name: 'Merlin Mainnet',
13612
14546
  title: 'Merlin Mainnet',
13613
14547
  chain: 'Merlin',
13614
- rpc: ['https://rpc.merlinchain.io'],
14548
+ rpc: [
14549
+ 'https://rpc.merlinchain.io',
14550
+ 'https://merlin-mainnet-enterprise.unifra.io'
14551
+ ],
13615
14552
  faucets: [],
13616
14553
  nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
13617
14554
  infoURL: 'https://merlinchain.io',
@@ -13621,7 +14558,7 @@ exports.chains = {
13621
14558
  icon: 'merlin',
13622
14559
  explorers: [
13623
14560
  {
13624
- name: 'blockscout',
14561
+ name: 'L2scan',
13625
14562
  url: 'https://scan.merlinchain.io',
13626
14563
  icon: 'merlin',
13627
14564
  standard: 'EIP3091'
@@ -13722,6 +14659,7 @@ exports.chains = {
13722
14659
  4328: {
13723
14660
  name: 'Bobafuji Testnet',
13724
14661
  chain: 'Bobafuji Testnet',
14662
+ status: 'deprecated',
13725
14663
  rpc: [
13726
14664
  'https://testnet.avax.boba.network',
13727
14665
  'wss://wss.testnet.avax.boba.network',
@@ -13856,6 +14794,27 @@ exports.chains = {
13856
14794
  }
13857
14795
  ]
13858
14796
  },
14797
+ 4613: {
14798
+ name: 'VERY Mainnet',
14799
+ title: 'VERY Mainnet',
14800
+ chain: 'VERY Mainnet',
14801
+ icon: 'very',
14802
+ rpc: ['https://rpc.verylabs.io'],
14803
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
14804
+ faucets: [],
14805
+ nativeCurrency: { name: 'VERY', symbol: 'VERY', decimals: 18 },
14806
+ infoURL: 'https://www.verylabs.io/',
14807
+ shortName: 'very',
14808
+ chainId: 4613,
14809
+ networkId: 4613,
14810
+ explorers: [
14811
+ {
14812
+ name: 'VERY explorer',
14813
+ url: 'https://www.veryscan.io',
14814
+ standard: 'none'
14815
+ }
14816
+ ]
14817
+ },
13859
14818
  4653: {
13860
14819
  name: 'Gold Chain',
13861
14820
  title: 'Gold Chain',
@@ -14462,6 +15421,31 @@ exports.chains = {
14462
15421
  }
14463
15422
  ]
14464
15423
  },
15424
+ 5424: {
15425
+ name: 'edeXa Mainnet',
15426
+ chain: 'edeXa Network',
15427
+ rpc: [
15428
+ 'https://mainnet.edexa.network/rpc',
15429
+ 'https://mainnet.edexa.com/rpc',
15430
+ 'https://io-dataseed1.mainnet.edexa.io-market.com/rpc'
15431
+ ],
15432
+ faucets: [],
15433
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
15434
+ nativeCurrency: { name: 'EDEXA', symbol: 'EDX', decimals: 18 },
15435
+ infoURL: 'https://edexa.network/',
15436
+ shortName: 'edeXa',
15437
+ chainId: 5424,
15438
+ networkId: 5424,
15439
+ slip44: 1,
15440
+ icon: 'edexa',
15441
+ explorers: [
15442
+ {
15443
+ name: 'edexa-mainnet',
15444
+ url: 'https://explorer.edexa.network',
15445
+ standard: 'EIP3091'
15446
+ }
15447
+ ]
15448
+ },
14465
15449
  5439: {
14466
15450
  name: 'Egochain',
14467
15451
  chainId: 5439,
@@ -14634,24 +15618,72 @@ exports.chains = {
14634
15618
  networkId: 5616,
14635
15619
  slip44: 1
14636
15620
  },
15621
+ 5656: {
15622
+ name: 'QIE Blockchain',
15623
+ chain: 'QIE',
15624
+ icon: 'qie',
15625
+ rpc: [
15626
+ 'https://rpc-main1.qiblockchain.online/',
15627
+ 'https://rpc-main2.qiblockchain.online/'
15628
+ ],
15629
+ faucets: [],
15630
+ nativeCurrency: { name: 'QIE Blockchain', symbol: 'QIE', decimals: 18 },
15631
+ infoURL: 'https://qiblockchain.online/',
15632
+ shortName: 'QIE',
15633
+ chainId: 5656,
15634
+ networkId: 5656,
15635
+ explorers: [
15636
+ {
15637
+ name: 'QIE Explorer',
15638
+ url: 'https://mainnet.qiblockchain.online',
15639
+ standard: 'EIP3091'
15640
+ }
15641
+ ]
15642
+ },
15643
+ 5675: {
15644
+ name: 'Filenova Testnet',
15645
+ chain: 'Filenova',
15646
+ rpc: ['https://rpctest.filenova.org'],
15647
+ faucets: [],
15648
+ nativeCurrency: { name: 'Test Filecoin', symbol: 'tFIL', decimals: 18 },
15649
+ infoURL: 'https://filenova.org',
15650
+ shortName: 'tfilenova',
15651
+ chainId: 5675,
15652
+ networkId: 5675,
15653
+ icon: 'filenova',
15654
+ explorers: [
15655
+ {
15656
+ name: 'filenova testnet explorer',
15657
+ url: 'https://scantest.filenova.org',
15658
+ icon: 'filenova',
15659
+ standard: 'none'
15660
+ }
15661
+ ]
15662
+ },
14637
15663
  5678: {
14638
- name: 'Tanssi EVM ContainerChain',
14639
- chain: 'EVMCC',
15664
+ name: 'Tanssi Demo',
15665
+ chain: 'TANGO',
14640
15666
  rpc: [
14641
15667
  'https://fraa-dancebox-3001-rpc.a.dancebox.tanssi.network',
14642
15668
  'wss://fraa-dancebox-3001-rpc.a.dancebox.tanssi.network'
14643
15669
  ],
14644
15670
  faucets: [],
14645
15671
  nativeCurrency: { name: 'TANGO', symbol: 'TANGO', decimals: 18 },
14646
- infoURL: 'https://tanssi.network',
14647
- shortName: 'TanssiCC',
15672
+ infoURL: 'https://docs.tanssi.network/builders/tanssi-network/networks/dancebox/demo-evm-containerchain',
15673
+ shortName: 'tango',
14648
15674
  chainId: 5678,
14649
15675
  networkId: 5678,
14650
- explorers: []
14651
- },
14652
- 5700: {
14653
- name: 'Syscoin Tanenbaum Testnet',
14654
- chain: 'SYS',
15676
+ explorers: [
15677
+ {
15678
+ name: 'BlockScout',
15679
+ url: 'https://3001-blockscout.a.dancebox.tanssi.network',
15680
+ standard: 'EIP3091'
15681
+ }
15682
+ ]
15683
+ },
15684
+ 5700: {
15685
+ name: 'Syscoin Tanenbaum Testnet',
15686
+ chain: 'SYS',
14655
15687
  rpc: [
14656
15688
  'https://rpc.tanenbaum.io',
14657
15689
  'wss://rpc.tanenbaum.io/wss',
@@ -14728,6 +15760,26 @@ exports.chains = {
14728
15760
  slip44: 1,
14729
15761
  explorers: []
14730
15762
  },
15763
+ 5845: {
15764
+ name: 'Tangle',
15765
+ chain: 'Tangle',
15766
+ rpc: ['https://rpc.tangle.tools', 'wss://rpc.tangle.tools'],
15767
+ faucets: [],
15768
+ nativeCurrency: { name: 'Tangle', symbol: 'TNT', decimals: 18 },
15769
+ infoURL: 'https://docs.tangle.tools',
15770
+ shortName: 'tangle',
15771
+ chainId: 5845,
15772
+ networkId: 5845,
15773
+ icon: 'tangle',
15774
+ explorers: [
15775
+ {
15776
+ name: 'Tangle EVM Explorer',
15777
+ url: 'https://explorer.tangle.tools',
15778
+ standard: 'EIP3091',
15779
+ icon: 'tangle'
15780
+ }
15781
+ ]
15782
+ },
14731
15783
  5851: {
14732
15784
  name: 'Ontology Testnet',
14733
15785
  chain: 'Ontology',
@@ -14793,6 +15845,24 @@ exports.chains = {
14793
15845
  }
14794
15846
  ]
14795
15847
  },
15848
+ 6001: {
15849
+ name: 'BounceBit Mainnet',
15850
+ chain: 'BounceBit',
15851
+ rpc: ['https://fullnode-mainnet.bouncebitapi.com/'],
15852
+ faucets: [],
15853
+ nativeCurrency: { name: 'BounceBit', symbol: 'BB', decimals: 18 },
15854
+ infoURL: 'https://bouncebit.io',
15855
+ shortName: 'bouncebit-mainnet',
15856
+ chainId: 6001,
15857
+ networkId: 6001,
15858
+ explorers: [
15859
+ {
15860
+ name: 'BBScan Mainnet Explorer',
15861
+ url: 'https://bbscan.io',
15862
+ standard: 'none'
15863
+ }
15864
+ ]
15865
+ },
14796
15866
  6065: {
14797
15867
  name: 'Tres Testnet',
14798
15868
  chain: 'TresLeches',
@@ -14901,6 +15971,27 @@ exports.chains = {
14901
15971
  }
14902
15972
  ]
14903
15973
  },
15974
+ 6321: {
15975
+ name: 'Aura Euphoria Testnet',
15976
+ chain: 'Aura',
15977
+ rpc: ['https://jsonrpc.euphoria.aura.network'],
15978
+ faucets: [],
15979
+ nativeCurrency: { name: 'test-EAura', symbol: 'eAura', decimals: 18 },
15980
+ infoURL: 'https://aura.network',
15981
+ shortName: 'eaura',
15982
+ chainId: 6321,
15983
+ networkId: 6321,
15984
+ slip44: 1,
15985
+ icon: 'aura',
15986
+ explorers: [
15987
+ {
15988
+ name: 'Aurascan Explorer',
15989
+ url: 'https://euphoria.aurascan.io',
15990
+ standard: 'none',
15991
+ icon: 'aura'
15992
+ }
15993
+ ]
15994
+ },
14904
15995
  6363: {
14905
15996
  name: 'Digit Soul Smart Chain',
14906
15997
  chain: 'DGS',
@@ -15300,6 +16391,19 @@ exports.chains = {
15300
16391
  }
15301
16392
  ]
15302
16393
  },
16394
+ 7077: {
16395
+ name: 'Planq Atlas Testnet',
16396
+ chain: 'Planq',
16397
+ icon: 'planq',
16398
+ rpc: ['https://evm-rpc-atlas.planq.network'],
16399
+ faucets: [],
16400
+ nativeCurrency: { name: 'Planq', symbol: 'tPLQ', decimals: 18 },
16401
+ infoURL: 'https://planq.network',
16402
+ shortName: 'planq-atlas-testnet',
16403
+ chainId: 7077,
16404
+ networkId: 7077,
16405
+ explorers: []
16406
+ },
15303
16407
  7100: {
15304
16408
  name: 'Nume',
15305
16409
  title: 'Nume',
@@ -15460,6 +16564,36 @@ exports.chains = {
15460
16564
  }
15461
16565
  ]
15462
16566
  },
16567
+ 7560: {
16568
+ name: 'Cyber Mainnet',
16569
+ chain: 'Cyber',
16570
+ rpc: [
16571
+ 'https://cyber.alt.technology/',
16572
+ 'wss://cyber-ws.alt.technology/',
16573
+ 'https://rpc.cyber.co/',
16574
+ 'wss://rpc.cyber.co/'
16575
+ ],
16576
+ faucets: [],
16577
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
16578
+ icon: 'cyber',
16579
+ infoURL: 'https://cyber.co/',
16580
+ shortName: 'cyeth',
16581
+ chainId: 7560,
16582
+ networkId: 7560,
16583
+ explorers: [
16584
+ {
16585
+ name: 'Cyber Mainnet Explorer',
16586
+ url: 'https://cyberscan.co',
16587
+ icon: 'blockscout',
16588
+ standard: 'EIP3091'
16589
+ }
16590
+ ],
16591
+ parent: {
16592
+ type: 'L2',
16593
+ chain: 'eip155-1',
16594
+ bridges: [{ url: 'https://cyber-bridge.alt.technology/deposit' }]
16595
+ }
16596
+ },
15463
16597
  7575: {
15464
16598
  name: 'ADIL Testnet',
15465
16599
  chain: 'ADIL',
@@ -15621,6 +16755,25 @@ exports.chains = {
15621
16755
  }
15622
16756
  ]
15623
16757
  },
16758
+ 7775: {
16759
+ name: 'GDCC TESTNET',
16760
+ chain: 'GDCC',
16761
+ icon: 'gdcc',
16762
+ rpc: ['https://testnet-rpc1.gdccscan.io'],
16763
+ faucets: [],
16764
+ nativeCurrency: { name: 'GDCC', symbol: 'GDCC', decimals: 18 },
16765
+ infoURL: 'https://gdcchain.com',
16766
+ shortName: 'GDCC',
16767
+ chainId: 7775,
16768
+ networkId: 7775,
16769
+ explorers: [
16770
+ {
16771
+ name: 'GDCC',
16772
+ url: 'https://testnet.gdccscan.io',
16773
+ standard: 'none'
16774
+ }
16775
+ ]
16776
+ },
15624
16777
  7777: {
15625
16778
  name: 'Rise of the Warbots Testnet',
15626
16779
  chain: 'nmactest',
@@ -15778,6 +16931,25 @@ exports.chains = {
15778
16931
  }
15779
16932
  ]
15780
16933
  },
16934
+ 7923: {
16935
+ name: 'Dot Blox',
16936
+ chain: 'DTBX',
16937
+ icon: 'dotblox',
16938
+ rpc: ['https://rpc.dotblox.io'],
16939
+ faucets: [],
16940
+ nativeCurrency: { name: 'Dot Blox', symbol: 'DTBX', decimals: 18 },
16941
+ infoURL: 'https://explorer.dotblox.io',
16942
+ shortName: 'DTBX',
16943
+ chainId: 7923,
16944
+ networkId: 7923,
16945
+ explorers: [
16946
+ {
16947
+ name: 'blockscout',
16948
+ url: 'https://explorer.dotblox.io',
16949
+ standard: 'none'
16950
+ }
16951
+ ]
16952
+ },
15781
16953
  7979: {
15782
16954
  name: 'DOS Chain',
15783
16955
  chain: 'DOS',
@@ -15865,6 +17037,7 @@ exports.chains = {
15865
17037
  },
15866
17038
  8054: {
15867
17039
  name: 'Karak Sepolia',
17040
+ title: 'Karak Testnet Sepolia',
15868
17041
  chain: 'Karak',
15869
17042
  icon: 'karak',
15870
17043
  rpc: ['https://rpc.sepolia.karak.network'],
@@ -16393,7 +17566,10 @@ exports.chains = {
16393
17566
  name: 'IOTA EVM',
16394
17567
  title: 'IOTA EVM',
16395
17568
  chain: 'IOTA EVM',
16396
- rpc: ['https://json-rpc.evm.iotaledger.net'],
17569
+ rpc: [
17570
+ 'https://json-rpc.evm.iotaledger.net',
17571
+ 'https://ws.json-rpc.evm.iotaledger.net'
17572
+ ],
16397
17573
  faucets: [],
16398
17574
  nativeCurrency: { name: 'IOTA', symbol: 'IOTA', decimals: 18 },
16399
17575
  infoURL: 'https://www.iota.org',
@@ -16404,7 +17580,7 @@ exports.chains = {
16404
17580
  explorers: [
16405
17581
  {
16406
17582
  name: 'explorer',
16407
- url: 'https://iota-evm.blockscout.com',
17583
+ url: 'https://explorer.evm.iota.org',
16408
17584
  icon: 'iotaevm',
16409
17585
  standard: 'EIP3091'
16410
17586
  }
@@ -17077,7 +18253,7 @@ exports.chains = {
17077
18253
  explorers: [
17078
18254
  {
17079
18255
  name: 'Boba BNB Testnet block explorer',
17080
- url: 'https://blockexplorer.testnet.bnb.boba.network',
18256
+ url: 'https://testnet.bobascan.com',
17081
18257
  standard: 'none'
17082
18258
  }
17083
18259
  ],
@@ -17379,6 +18555,17 @@ exports.chains = {
17379
18555
  }
17380
18556
  ]
17381
18557
  },
18558
+ 9998: {
18559
+ name: 'Ztc Mainnet',
18560
+ chain: 'ZTC',
18561
+ rpc: ['https://zitcoin.us'],
18562
+ faucets: [],
18563
+ nativeCurrency: { name: 'Ztcer', symbol: 'ZTC', decimals: 5 },
18564
+ infoURL: 'https://ztc.best',
18565
+ shortName: 'ZTC',
18566
+ chainId: 9998,
18567
+ networkId: 9998
18568
+ },
17382
18569
  9999: {
17383
18570
  name: 'myOwn Testnet',
17384
18571
  chain: 'myOwn',
@@ -17622,7 +18809,7 @@ exports.chains = {
17622
18809
  ]
17623
18810
  },
17624
18811
  10395: {
17625
- name: 'Worldland Testnet',
18812
+ name: 'WorldLand Testnet',
17626
18813
  chain: 'Worldland',
17627
18814
  icon: 'worldland',
17628
18815
  rpc: ['https://gwangju.worldland.foundation'],
@@ -18412,6 +19599,27 @@ exports.chains = {
18412
19599
  }
18413
19600
  ]
18414
19601
  },
19602
+ 13600: {
19603
+ name: 'Kronobit Mainnet',
19604
+ title: 'Kronobit Mainnet',
19605
+ chain: 'KNB',
19606
+ rpc: ['https://mainnet-rpc.qbitscan.com'],
19607
+ faucets: [],
19608
+ nativeCurrency: { name: 'Kronobit', symbol: 'KNB', decimals: 18 },
19609
+ infoURL: 'https://kronobit.org',
19610
+ shortName: 'KNB',
19611
+ chainId: 13600,
19612
+ networkId: 13600,
19613
+ icon: 'kronobit',
19614
+ explorers: [
19615
+ {
19616
+ name: 'qbitscan',
19617
+ url: 'https://explorer.qbitscan.com',
19618
+ icon: 'kronobit',
19619
+ standard: 'EIP3091'
19620
+ }
19621
+ ]
19622
+ },
18415
19623
  13812: {
18416
19624
  name: 'Susono',
18417
19625
  chain: 'SUS',
@@ -18754,7 +19962,7 @@ exports.chains = {
18754
19962
  decimals: 18
18755
19963
  },
18756
19964
  infoURL: 'https://redstone.xyz/docs/network-info',
18757
- shortName: 'redstone',
19965
+ shortName: 'redstone-holesky',
18758
19966
  chainId: 17001,
18759
19967
  networkId: 17001,
18760
19968
  slip44: 1,
@@ -18766,7 +19974,33 @@ exports.chains = {
18766
19974
  icon: 'ethereum',
18767
19975
  standard: 'EIP3091'
18768
19976
  }
18769
- ]
19977
+ ],
19978
+ status: 'deprecated'
19979
+ },
19980
+ 17069: {
19981
+ name: 'Garnet Holesky',
19982
+ chain: 'ETH',
19983
+ rpc: ['https://rpc.garnetchain.com', 'wss://rpc.garnetchain.com'],
19984
+ faucets: [],
19985
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
19986
+ infoURL: 'https://redstone.xyz',
19987
+ shortName: 'garnet',
19988
+ chainId: 17069,
19989
+ networkId: 17069,
19990
+ icon: 'garnet',
19991
+ explorers: [
19992
+ {
19993
+ name: 'blockscout',
19994
+ url: 'https://explorer.garnetchain.com',
19995
+ icon: 'blockscout',
19996
+ standard: 'EIP3091'
19997
+ }
19998
+ ],
19999
+ parent: {
20000
+ type: 'L2',
20001
+ chain: 'eip155-17000',
20002
+ bridges: [{ url: 'https://garnetchain.com/deposit' }]
20003
+ }
18770
20004
  },
18771
20005
  17171: {
18772
20006
  name: 'G8Chain Mainnet',
@@ -19039,6 +20273,32 @@ exports.chains = {
19039
20273
  }
19040
20274
  ]
19041
20275
  },
20276
+ 18888: {
20277
+ name: 'Titan (TKX)',
20278
+ chain: 'Titan (TKX)',
20279
+ rpc: [
20280
+ 'https://titan-json-rpc.titanlab.io',
20281
+ 'https://titan-json-rpc-tokyo.titanlab.io',
20282
+ 'https://titan-json-rpc-seoul.titanlab.io',
20283
+ 'https://titan-json-rpc-hongkong.titanlab.io'
20284
+ ],
20285
+ faucets: [],
20286
+ nativeCurrency: { name: 'Titan tkx', symbol: 'TKX', decimals: 18 },
20287
+ infoURL: 'https://titanlab.io',
20288
+ shortName: 'titan_tkx',
20289
+ chainId: 18888,
20290
+ networkId: 18888,
20291
+ slip44: 1,
20292
+ icon: 'titan_tkx',
20293
+ explorers: [
20294
+ {
20295
+ name: 'Titan Explorer',
20296
+ url: 'https://tkxscan.io/Titan',
20297
+ standard: 'none',
20298
+ icon: 'titan_tkx'
20299
+ }
20300
+ ]
20301
+ },
19042
20302
  18889: {
19043
20303
  name: 'Titan (TKX) Testnet',
19044
20304
  chain: 'Titan (TKX)',
@@ -19119,6 +20379,28 @@ exports.chains = {
19119
20379
  networkId: 19527,
19120
20380
  explorers: []
19121
20381
  },
20382
+ 19600: {
20383
+ name: 'LBRY Mainnet',
20384
+ chain: 'LBRY',
20385
+ icon: 'lbry',
20386
+ rpc: ['https://lbry.nl/rpc'],
20387
+ features: [{ name: 'EIP155' }],
20388
+ faucets: [],
20389
+ nativeCurrency: { name: 'LBRY Credits', symbol: 'LBC', decimals: 8 },
20390
+ infoURL: 'https://lbry.com',
20391
+ shortName: 'LBRY',
20392
+ chainId: 19600,
20393
+ networkId: 19600,
20394
+ slip44: 140,
20395
+ explorers: [
20396
+ {
20397
+ name: 'LBRY Block Explorer',
20398
+ url: 'https://explorer.lbry.com',
20399
+ icon: 'lbry',
20400
+ standard: 'none'
20401
+ }
20402
+ ]
20403
+ },
19122
20404
  19845: {
19123
20405
  name: 'BTCIX Network',
19124
20406
  chain: 'BTCIX',
@@ -19495,6 +20777,46 @@ exports.chains = {
19495
20777
  }
19496
20778
  ]
19497
20779
  },
20780
+ 23451: {
20781
+ name: 'DreyerX Mainnet',
20782
+ chain: 'DreyerX',
20783
+ rpc: ['https://rpc.dreyerx.com'],
20784
+ faucets: [],
20785
+ nativeCurrency: { name: 'DreyerX', symbol: 'DRX', decimals: 18 },
20786
+ infoURL: 'https://dreyerx.com',
20787
+ shortName: 'dreyerx',
20788
+ chainId: 23451,
20789
+ networkId: 23451,
20790
+ icon: 'dreyerx',
20791
+ explorers: [
20792
+ {
20793
+ name: 'drxscan',
20794
+ url: 'https://scan.dreyerx.com',
20795
+ icon: 'dreyerx',
20796
+ standard: 'EIP3091'
20797
+ }
20798
+ ]
20799
+ },
20800
+ 23452: {
20801
+ name: 'DreyerX Testnet',
20802
+ chain: 'DreyerX',
20803
+ rpc: ['https://testnet-rpc.dreyerx.com'],
20804
+ faucets: [],
20805
+ nativeCurrency: { name: 'DreyerX', symbol: 'DRX', decimals: 18 },
20806
+ infoURL: 'https://dreyerx.com',
20807
+ shortName: 'dreyerx-testnet',
20808
+ chainId: 23452,
20809
+ networkId: 23452,
20810
+ icon: 'dreyerx',
20811
+ explorers: [
20812
+ {
20813
+ name: 'drxscan',
20814
+ url: 'https://testnet-scan.dreyerx.com',
20815
+ icon: 'dreyerx',
20816
+ standard: 'EIP3091'
20817
+ }
20818
+ ]
20819
+ },
19498
20820
  23888: {
19499
20821
  name: 'Blast Testnet',
19500
20822
  chain: 'ETH',
@@ -19681,6 +21003,122 @@ exports.chains = {
19681
21003
  }
19682
21004
  ]
19683
21005
  },
21006
+ 27181: {
21007
+ name: 'KLAOS Nova',
21008
+ title: 'KLAOS Nova Test Chain',
21009
+ chain: 'KLAOS Nova',
21010
+ icon: 'k-laos',
21011
+ rpc: [
21012
+ 'https://rpc.klaosnova.laosfoundation.io',
21013
+ 'wss://rpc.klaosnova.laosfoundation.io'
21014
+ ],
21015
+ faucets: [],
21016
+ nativeCurrency: { name: 'KLAOS', symbol: 'KLAOS', decimals: 18 },
21017
+ infoURL: 'https://www.laosfoundation.io/',
21018
+ shortName: 'klaosnova',
21019
+ chainId: 27181,
21020
+ networkId: 27181,
21021
+ explorers: [
21022
+ {
21023
+ name: 'blockscout',
21024
+ url: 'https://blockscout.klaosnova.laosfoundation.io',
21025
+ icon: 'k-laos',
21026
+ standard: 'EIP3091'
21027
+ }
21028
+ ]
21029
+ },
21030
+ 27483: {
21031
+ name: 'Nanon Sepolia',
21032
+ title: 'Nanon Sepolia Rollup Testnet',
21033
+ chain: 'ETH',
21034
+ rpc: ['https://sepolia-rpc.nanon.network'],
21035
+ faucets: [],
21036
+ nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
21037
+ infoURL: 'https://www.nanon.network',
21038
+ shortName: 'Nanon-Testnet',
21039
+ chainId: 27483,
21040
+ networkId: 27483,
21041
+ slip44: 1,
21042
+ icon: 'nanon',
21043
+ explorers: [
21044
+ {
21045
+ name: 'Nanon Sepolia Rollup Testnet Explorer',
21046
+ url: 'https://sepolia-explorer.nanon.network',
21047
+ standard: 'EIP3091'
21048
+ }
21049
+ ],
21050
+ parent: {
21051
+ type: 'L2',
21052
+ chain: 'eip155-11155111',
21053
+ bridges: [{ url: 'https://sepolia-bridge.nanon.network' }]
21054
+ }
21055
+ },
21056
+ 27827: {
21057
+ name: 'zeroone Mainnet Subnet',
21058
+ chain: 'ZEROONEMAI',
21059
+ rpc: ['https://subnets.avax.network/zeroonemai/mainnet/rpc'],
21060
+ features: [{ name: 'EIP1559' }],
21061
+ faucets: [],
21062
+ nativeCurrency: { name: 'ZERO', symbol: 'ZERO', decimals: 18 },
21063
+ infoURL: 'https://zeroone.art/',
21064
+ shortName: 'zeroonemai',
21065
+ chainId: 27827,
21066
+ networkId: 27827,
21067
+ explorers: [
21068
+ {
21069
+ name: 'ZEROONEMAI Explorer',
21070
+ url: 'https://subnets.avax.network/zeroonemai',
21071
+ standard: 'EIP3091'
21072
+ }
21073
+ ]
21074
+ },
21075
+ 28516: {
21076
+ name: 'Vizing Testnet',
21077
+ title: 'Vizing Testnet',
21078
+ chain: 'Vizing Testnet',
21079
+ rpc: ['https://rpc-sepolia.vizing.com'],
21080
+ faucets: [],
21081
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
21082
+ infoURL: 'https://vizing.com',
21083
+ shortName: 'Vizing-Testnet',
21084
+ chainId: 28516,
21085
+ networkId: 28516,
21086
+ icon: 'vizing',
21087
+ explorers: [
21088
+ {
21089
+ name: 'blockscout',
21090
+ url: 'https://explorer-sepolia.vizing.com',
21091
+ icon: 'vizing',
21092
+ standard: 'EIP3091'
21093
+ }
21094
+ ]
21095
+ },
21096
+ 28518: {
21097
+ name: 'Vizing Mainnet',
21098
+ title: 'Vizing Mainnet',
21099
+ chain: 'Vizing Mainnet',
21100
+ rpc: ['https://rpc.vizing.com'],
21101
+ faucets: [],
21102
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
21103
+ infoURL: 'https://vizing.com',
21104
+ shortName: 'Vizing',
21105
+ chainId: 28518,
21106
+ networkId: 28518,
21107
+ icon: 'vizing',
21108
+ explorers: [
21109
+ {
21110
+ name: 'blockscout',
21111
+ url: 'https://explorer.vizing.com',
21112
+ icon: 'vizing',
21113
+ standard: 'EIP3091'
21114
+ }
21115
+ ],
21116
+ parent: {
21117
+ type: 'L2',
21118
+ chain: 'eip155-1',
21119
+ bridges: [{ url: 'https://bridge.vizing.com' }]
21120
+ }
21121
+ },
19684
21122
  28528: {
19685
21123
  name: 'Optimism Bedrock (Goerli Alpha Testnet)',
19686
21124
  chain: 'ETH',
@@ -19705,6 +21143,35 @@ exports.chains = {
19705
21143
  }
19706
21144
  ]
19707
21145
  },
21146
+ 28882: {
21147
+ name: 'Boba Sepolia',
21148
+ chain: 'ETH',
21149
+ rpc: [
21150
+ 'https://sepolia.boba.network',
21151
+ 'https://boba-sepolia.gateway.tenderly.co',
21152
+ 'https://gateway.tenderly.co/public/boba-sepolia',
21153
+ 'wss://boba-sepolia.gateway.tenderly.co/',
21154
+ 'wss://gateway.tenderly.co/public/boba-sepolia'
21155
+ ],
21156
+ faucets: ['https://www.l2faucet.com/boba'],
21157
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
21158
+ infoURL: 'https://boba.network',
21159
+ shortName: 'BobaSepolia',
21160
+ chainId: 28882,
21161
+ networkId: 28882,
21162
+ explorers: [
21163
+ {
21164
+ name: 'Bobascan',
21165
+ url: 'https://testnet.bobascan.com',
21166
+ standard: 'none'
21167
+ }
21168
+ ],
21169
+ parent: {
21170
+ type: 'L2',
21171
+ chain: 'eip155-1',
21172
+ bridges: [{ url: 'https://gateway.boba.network' }]
21173
+ }
21174
+ },
19708
21175
  29112: {
19709
21176
  name: 'HYCHAIN Testnet',
19710
21177
  chainId: 29112,
@@ -19726,6 +21193,28 @@ exports.chains = {
19726
21193
  ],
19727
21194
  parent: { type: 'L2', chain: 'eip155-58008', bridges: [] }
19728
21195
  },
21196
+ 29536: {
21197
+ name: 'KaiChain Testnet',
21198
+ chain: 'KaiChain',
21199
+ rpc: ['https://testnet-rpc.kaichain.net'],
21200
+ faucets: ['https://faucet.kaichain.net'],
21201
+ nativeCurrency: {
21202
+ name: 'KaiChain Testnet Native Token',
21203
+ symbol: 'KEC',
21204
+ decimals: 18
21205
+ },
21206
+ infoURL: 'https://kaichain.net',
21207
+ shortName: 'tkec',
21208
+ chainId: 29536,
21209
+ networkId: 29536,
21210
+ explorers: [
21211
+ {
21212
+ name: 'KaiChain Explorer',
21213
+ url: 'https://testnet-explorer.kaichain.net',
21214
+ standard: 'EIP3091'
21215
+ }
21216
+ ]
21217
+ },
19729
21218
  29548: {
19730
21219
  name: 'MCH Verse Mainnet',
19731
21220
  chain: 'MCH Verse',
@@ -19766,6 +21255,28 @@ exports.chains = {
19766
21255
  }
19767
21256
  ]
19768
21257
  },
21258
+ 30088: {
21259
+ name: 'MiYou Mainnet',
21260
+ chain: 'MiYou Chain',
21261
+ icon: 'miyou',
21262
+ faucets: [],
21263
+ rpc: ['https://blockchain.miyou.io', 'https://blockchain.miyoulab.com'],
21264
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
21265
+ nativeCurrency: { name: 'Miyou', symbol: 'MY', decimals: 18 },
21266
+ infoURL: 'https://www.miyou.io',
21267
+ shortName: 'MiYou',
21268
+ chainId: 30088,
21269
+ networkId: 30088,
21270
+ slip44: 60,
21271
+ ens: { registry: '0xFEfa9B3061435977424DD947E756566cFB60473E' },
21272
+ explorers: [
21273
+ {
21274
+ name: 'MiYou block explorer',
21275
+ url: 'https://myscan.miyou.io',
21276
+ standard: 'EIP3091'
21277
+ }
21278
+ ]
21279
+ },
19769
21280
  30103: {
19770
21281
  name: 'Cerium Testnet',
19771
21282
  chain: 'CAU',
@@ -19786,26 +21297,86 @@ exports.chains = {
19786
21297
  }
19787
21298
  ]
19788
21299
  },
19789
- 31102: {
19790
- name: 'Ethersocial Network',
19791
- chain: 'ESN',
19792
- rpc: ['https://api.esn.gonspool.com'],
21300
+ 30730: {
21301
+ name: 'Movement EVM Legacy',
21302
+ chain: 'MOVE',
21303
+ rpc: [],
19793
21304
  faucets: [],
19794
- nativeCurrency: {
19795
- name: 'Ethersocial Network Ether',
19796
- symbol: 'ESN',
19797
- decimals: 18
19798
- },
19799
- infoURL: 'https://ethersocial.org',
19800
- shortName: 'esn',
19801
- chainId: 31102,
19802
- networkId: 1,
19803
- slip44: 31102
19804
- },
19805
- 31223: {
19806
- name: 'CloudTx Mainnet',
19807
- chain: 'CLD',
19808
- icon: 'cloudtx',
21305
+ nativeCurrency: { name: 'Move', symbol: 'MOVE', decimals: 18 },
21306
+ infoURL: 'https://movementlabs.xyz',
21307
+ shortName: 'moveleg',
21308
+ chainId: 30730,
21309
+ networkId: 30730,
21310
+ icon: 'move',
21311
+ explorers: [
21312
+ {
21313
+ name: 'mevm explorer',
21314
+ url: 'https://explorer.movementlabs.xyz',
21315
+ standard: 'none'
21316
+ }
21317
+ ],
21318
+ status: 'incubating'
21319
+ },
21320
+ 30731: {
21321
+ name: 'Movement EVM Devnet',
21322
+ chain: 'MOVE',
21323
+ rpc: [],
21324
+ faucets: [],
21325
+ nativeCurrency: { name: 'Move', symbol: 'MOVE', decimals: 18 },
21326
+ infoURL: 'https://movementlabs.xyz',
21327
+ shortName: 'movedev',
21328
+ chainId: 30731,
21329
+ networkId: 30731,
21330
+ icon: 'move',
21331
+ explorers: [
21332
+ {
21333
+ name: 'mevm explorer',
21334
+ url: 'https://explorer.movementlabs.xyz',
21335
+ standard: 'none'
21336
+ }
21337
+ ],
21338
+ status: 'incubating'
21339
+ },
21340
+ 30732: {
21341
+ name: 'Movement EVM Testnet',
21342
+ chain: 'MOVE',
21343
+ rpc: [],
21344
+ faucets: [],
21345
+ nativeCurrency: { name: 'Move', symbol: 'MOVE', decimals: 18 },
21346
+ infoURL: 'https://movementlabs.xyz',
21347
+ shortName: 'movetest',
21348
+ chainId: 30732,
21349
+ networkId: 30732,
21350
+ icon: 'move',
21351
+ explorers: [
21352
+ {
21353
+ name: 'mevm explorer',
21354
+ url: 'https://explorer.movementlabs.xyz',
21355
+ standard: 'none'
21356
+ }
21357
+ ],
21358
+ status: 'incubating'
21359
+ },
21360
+ 31102: {
21361
+ name: 'Ethersocial Network',
21362
+ chain: 'ESN',
21363
+ rpc: ['https://api.esn.gonspool.com'],
21364
+ faucets: [],
21365
+ nativeCurrency: {
21366
+ name: 'Ethersocial Network Ether',
21367
+ symbol: 'ESN',
21368
+ decimals: 18
21369
+ },
21370
+ infoURL: 'https://ethersocial.org',
21371
+ shortName: 'esn',
21372
+ chainId: 31102,
21373
+ networkId: 1,
21374
+ slip44: 31102
21375
+ },
21376
+ 31223: {
21377
+ name: 'CloudTx Mainnet',
21378
+ chain: 'CLD',
21379
+ icon: 'cloudtx',
19809
21380
  rpc: ['https://mainnet-rpc.cloudtx.finance'],
19810
21381
  faucets: [],
19811
21382
  nativeCurrency: { name: 'CloudTx', symbol: 'CLD', decimals: 18 },
@@ -20083,10 +21654,10 @@ exports.chains = {
20083
21654
  ]
20084
21655
  },
20085
21656
  33469: {
20086
- name: 'Zilliqa 2 EVM Devnet',
21657
+ name: 'Zilliqa-2 EVM Devnet',
20087
21658
  chain: 'ZIL',
20088
- rpc: ['https://api.zq2-devnet.zilstg.dev'],
20089
- faucets: ['https://faucet.zq2-devnet.zilstg.dev'],
21659
+ rpc: ['https://api.zq2-devnet.zilliqa.com'],
21660
+ faucets: ['https://faucet.zq2-devnet.zilliqa.com'],
20090
21661
  nativeCurrency: { name: 'Zilliqa', symbol: 'ZIL', decimals: 18 },
20091
21662
  infoURL: 'https://www.zilliqa.com/',
20092
21663
  shortName: 'zq2-devnet',
@@ -20095,8 +21666,8 @@ exports.chains = {
20095
21666
  icon: 'zilliqa',
20096
21667
  explorers: [
20097
21668
  {
20098
- name: 'Zilliqa 2 EVM Devnet Explorer',
20099
- url: 'https://explorer.zq2-devnet.zilstg.dev',
21669
+ name: 'Zilliqa-2 EVM Devnet Explorer',
21670
+ url: 'https://explorer.zq2-devnet.zilliqa.com',
20100
21671
  standard: 'EIP3091'
20101
21672
  }
20102
21673
  ]
@@ -20593,6 +22164,7 @@ exports.chains = {
20593
22164
  43288: {
20594
22165
  name: 'Boba Avax',
20595
22166
  chain: 'Boba Avax',
22167
+ status: 'deprecated',
20596
22168
  rpc: [
20597
22169
  'https://avax.boba.network',
20598
22170
  'wss://wss.avax.boba.network',
@@ -21041,6 +22613,30 @@ exports.chains = {
21041
22613
  }
21042
22614
  ]
21043
22615
  },
22616
+ 53457: {
22617
+ name: 'DODOchain testnet',
22618
+ title: 'DODOchain testnet',
22619
+ chain: 'DODOchain',
22620
+ icon: 'dodochain_testnet',
22621
+ rpc: [
22622
+ 'https://dodochain-testnet.alt.technology',
22623
+ 'wss://dodochain-testnet.alt.technology/ws'
22624
+ ],
22625
+ faucets: [],
22626
+ nativeCurrency: { name: 'Berd', symbol: 'BERD', decimals: 18 },
22627
+ infoURL: 'https://www.dodochain.com',
22628
+ shortName: 'dodochain',
22629
+ chainId: 53457,
22630
+ networkId: 53457,
22631
+ explorers: [
22632
+ {
22633
+ name: 'DODOchain Testnet (Sepolia) Explorer',
22634
+ url: 'https://testnet-scan.dodochain.com',
22635
+ icon: 'dodochain_testnet',
22636
+ standard: 'EIP3091'
22637
+ }
22638
+ ]
22639
+ },
21044
22640
  53935: {
21045
22641
  name: 'DFK Chain',
21046
22642
  chain: 'DFK',
@@ -21101,6 +22697,24 @@ exports.chains = {
21101
22697
  }
21102
22698
  ]
21103
22699
  },
22700
+ 54555: {
22701
+ name: 'Photon Testnet',
22702
+ chain: 'Photon',
22703
+ rpc: ['https://rpc-test.photonchain.io'],
22704
+ faucets: ['https://photonchain.io/airdrop'],
22705
+ nativeCurrency: { name: 'Photon', symbol: 'PTON', decimals: 18 },
22706
+ infoURL: 'https://photonchain.io',
22707
+ shortName: 'pton',
22708
+ chainId: 54555,
22709
+ networkId: 54555,
22710
+ explorers: [
22711
+ {
22712
+ name: 'photon_testnet_explorer',
22713
+ url: 'https://testnet.photonchain.io',
22714
+ standard: 'none'
22715
+ }
22716
+ ]
22717
+ },
21104
22718
  55004: {
21105
22719
  name: 'Titan',
21106
22720
  chain: 'ETH',
@@ -21161,6 +22775,26 @@ exports.chains = {
21161
22775
  }
21162
22776
  ]
21163
22777
  },
22778
+ 56026: {
22779
+ name: 'Lambda Chain Mainnet',
22780
+ chain: 'Lambda Chain',
22781
+ rpc: ['https://nrpc.lambda.im/'],
22782
+ faucets: [],
22783
+ nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
22784
+ infoURL: 'https://lambda.im',
22785
+ shortName: 'lambda',
22786
+ chainId: 56026,
22787
+ networkId: 56026,
22788
+ slip44: 1,
22789
+ icon: 'lambda-chain',
22790
+ explorers: [
22791
+ {
22792
+ name: 'Lambda Chain Mainnet Explorer',
22793
+ url: 'https://scan.lambda.im',
22794
+ standard: 'EIP3091'
22795
+ }
22796
+ ]
22797
+ },
21164
22798
  56288: {
21165
22799
  name: 'Boba BNB Mainnet',
21166
22800
  chain: 'Boba BNB Mainnet',
@@ -21181,7 +22815,7 @@ exports.chains = {
21181
22815
  explorers: [
21182
22816
  {
21183
22817
  name: 'Boba BNB block explorer',
21184
- url: 'https://blockexplorer.bnb.boba.network',
22818
+ url: 'https://bobascan.com',
21185
22819
  standard: 'none'
21186
22820
  }
21187
22821
  ],
@@ -21191,6 +22825,25 @@ exports.chains = {
21191
22825
  bridges: [{ url: 'https://gateway.boba.network' }]
21192
22826
  }
21193
22827
  },
22828
+ 56400: {
22829
+ name: 'Testnet Zeroone Subnet',
22830
+ chain: 'TESTNETZER',
22831
+ rpc: ['https://subnets.avax.network/testnetzer/testnet/rpc'],
22832
+ features: [{ name: 'EIP1559' }],
22833
+ faucets: [],
22834
+ nativeCurrency: { name: 'ZERO', symbol: 'ZERO', decimals: 18 },
22835
+ infoURL: 'https://zeroone.art/',
22836
+ shortName: 'testnetzer',
22837
+ chainId: 56400,
22838
+ networkId: 56400,
22839
+ explorers: [
22840
+ {
22841
+ name: 'TESTNETZER Explorer',
22842
+ url: 'https://subnets-test.avax.network/testnetzer',
22843
+ standard: 'EIP3091'
22844
+ }
22845
+ ]
22846
+ },
21194
22847
  56789: {
21195
22848
  name: 'VELO Labs Mainnet',
21196
22849
  chain: 'NOVA chain',
@@ -21283,7 +22936,7 @@ exports.chains = {
21283
22936
  }
21284
22937
  },
21285
22938
  59140: {
21286
- name: 'Linea Testnet',
22939
+ name: 'Linea Goerli',
21287
22940
  title: 'Linea Goerli Testnet',
21288
22941
  chain: 'ETH',
21289
22942
  rpc: [
@@ -21295,7 +22948,7 @@ exports.chains = {
21295
22948
  faucets: ['https://faucetlink.to/goerli'],
21296
22949
  nativeCurrency: { name: 'Linea Ether', symbol: 'ETH', decimals: 18 },
21297
22950
  infoURL: 'https://linea.build',
21298
- shortName: 'linea-testnet',
22951
+ shortName: 'linea-goerli',
21299
22952
  chainId: 59140,
21300
22953
  networkId: 59140,
21301
22954
  slip44: 1,
@@ -21325,6 +22978,45 @@ exports.chains = {
21325
22978
  ],
21326
22979
  status: 'active'
21327
22980
  },
22981
+ 59141: {
22982
+ name: 'Linea Sepolia',
22983
+ title: 'Linea Sepolia Testnet',
22984
+ chain: 'ETH',
22985
+ rpc: [
22986
+ 'https://rpc.sepolia.linea.build',
22987
+ 'wss://rpc.sepolia.linea.build',
22988
+ 'https://linea-sepolia.infura.io/v3/${INFURA_API_KEY}',
22989
+ 'wss://linea-sepolia.infura.io/ws/v3/${INFURA_API_KEY}'
22990
+ ],
22991
+ faucets: [],
22992
+ nativeCurrency: { name: 'Linea Ether', symbol: 'ETH', decimals: 18 },
22993
+ infoURL: 'https://linea.build',
22994
+ shortName: 'linea-sepolia',
22995
+ chainId: 59141,
22996
+ networkId: 59141,
22997
+ slip44: 1,
22998
+ icon: 'linea',
22999
+ parent: {
23000
+ type: 'L2',
23001
+ chain: 'eip155-5',
23002
+ bridges: [{ url: 'https://bridge.linea.build/' }]
23003
+ },
23004
+ explorers: [
23005
+ {
23006
+ name: 'Etherscan',
23007
+ url: 'https://sepolia.lineascan.build',
23008
+ standard: 'EIP3091',
23009
+ icon: 'linea'
23010
+ },
23011
+ {
23012
+ name: 'Blockscout',
23013
+ url: 'https://explorer.sepolia.linea.build',
23014
+ standard: 'EIP3091',
23015
+ icon: 'linea'
23016
+ }
23017
+ ],
23018
+ status: 'active'
23019
+ },
21328
23020
  59144: {
21329
23021
  name: 'Linea',
21330
23022
  title: 'Linea Mainnet',
@@ -21465,6 +23157,54 @@ exports.chains = {
21465
23157
  }
21466
23158
  ]
21467
23159
  },
23160
+ 60808: {
23161
+ name: 'BOB',
23162
+ chain: 'ETH',
23163
+ rpc: ['https://rpc.gobob.xyz', 'wss://rpc.gobob.xyz'],
23164
+ faucets: [],
23165
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
23166
+ infoURL: 'https://gobob.xyz',
23167
+ shortName: 'bob',
23168
+ chainId: 60808,
23169
+ networkId: 60808,
23170
+ icon: 'bob',
23171
+ explorers: [
23172
+ {
23173
+ name: 'bobscout',
23174
+ url: 'https://explorer.gobob.xyz',
23175
+ icon: 'blockscout',
23176
+ standard: 'EIP3091'
23177
+ }
23178
+ ],
23179
+ status: 'active',
23180
+ parent: {
23181
+ type: 'L2',
23182
+ chain: 'eip155-1',
23183
+ bridges: [{ url: 'https://app.gobob.xyz' }]
23184
+ }
23185
+ },
23186
+ 61406: {
23187
+ name: 'KaiChain',
23188
+ chain: 'KaiChain',
23189
+ rpc: ['https://mainnet-rpc.kaichain.net'],
23190
+ faucets: [],
23191
+ nativeCurrency: {
23192
+ name: 'KaiChain Native Token',
23193
+ symbol: 'KEC',
23194
+ decimals: 18
23195
+ },
23196
+ infoURL: 'https://kaichain.net',
23197
+ shortName: 'kec',
23198
+ chainId: 61406,
23199
+ networkId: 61406,
23200
+ explorers: [
23201
+ {
23202
+ name: 'KaiChain Explorer',
23203
+ url: 'https://explorer.kaichain.net',
23204
+ standard: 'EIP3091'
23205
+ }
23206
+ ]
23207
+ },
21468
23208
  61800: {
21469
23209
  name: 'AxelChain Dev-Net',
21470
23210
  chain: 'AXEL',
@@ -21561,6 +23301,22 @@ exports.chains = {
21561
23301
  bridges: [{ url: 'https://bridge-testnet.optopia.ai' }]
21562
23302
  }
21563
23303
  },
23304
+ 62050: {
23305
+ name: 'Optopia Mainnet',
23306
+ status: 'incubating',
23307
+ chain: 'ETH',
23308
+ rpc: [],
23309
+ faucets: [],
23310
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
23311
+ features: [{ name: 'EIP1559' }],
23312
+ infoURL: 'https://optopia.ai',
23313
+ shortName: 'Optopia',
23314
+ chainId: 62050,
23315
+ networkId: 62050,
23316
+ icon: 'optopia',
23317
+ explorers: [],
23318
+ parent: { type: 'L2', chain: 'eip155-1' }
23319
+ },
21564
23320
  62320: {
21565
23321
  name: 'Celo Baklava Testnet',
21566
23322
  chainId: 62320,
@@ -22075,13 +23831,14 @@ exports.chains = {
22075
23831
  name: 'BORAchain mainnet',
22076
23832
  chain: 'BORA',
22077
23833
  icon: 'bora',
22078
- rpc: ['https://public-node.api.boraportal.io/bora/mainnet'],
23834
+ rpc: ['https://public-node.api.boraportal.com/bora/mainnet'],
22079
23835
  faucets: [],
22080
23836
  nativeCurrency: { name: 'BGAS', symbol: 'BGAS', decimals: 18 },
22081
23837
  infoURL: 'https://www.boraportal.com',
22082
23838
  shortName: 'BORAchain',
22083
23839
  chainId: 77001,
22084
23840
  networkId: 77001,
23841
+ slip44: 8217,
22085
23842
  explorers: [
22086
23843
  {
22087
23844
  name: 'BORAchainscope',
@@ -22259,7 +24016,7 @@ exports.chains = {
22259
24016
  'wss://ws-vanguard.vanarchain.com'
22260
24017
  ],
22261
24018
  faucets: ['https://faucet.vanarchain.com'],
22262
- nativeCurrency: { name: 'Vanguard Vanry', symbol: 'VG', decimals: 18 },
24019
+ nativeCurrency: { name: 'Vanguard Vanry', symbol: 'VANRY', decimals: 18 },
22263
24020
  features: [{ name: 'EIP155' }],
22264
24021
  infoURL: 'https://vanarchain.com',
22265
24022
  shortName: 'vanguard',
@@ -22327,7 +24084,11 @@ exports.chains = {
22327
24084
  title: 'Polygon Amoy Testnet',
22328
24085
  chain: 'Polygon',
22329
24086
  icon: 'polygon',
22330
- rpc: ['https://rpc-amoy.polygon.technology'],
24087
+ rpc: [
24088
+ 'https://rpc-amoy.polygon.technology',
24089
+ 'https://polygon-amoy-bor-rpc.publicnode.com',
24090
+ 'wss://polygon-amoy-bor-rpc.publicnode.com'
24091
+ ],
22331
24092
  faucets: ['https://faucet.polygon.technology/'],
22332
24093
  nativeCurrency: { name: 'MATIC', symbol: 'MATIC', decimals: 18 },
22333
24094
  infoURL: 'https://polygon.technology/',
@@ -22801,6 +24562,18 @@ exports.chains = {
22801
24562
  }
22802
24563
  ]
22803
24564
  },
24565
+ 90001: {
24566
+ name: 'F(x)Core Testnet Network',
24567
+ chain: 'Fxcore',
24568
+ rpc: ['https://testnet-fx-json-web3.functionx.io:8545'],
24569
+ faucets: [],
24570
+ nativeCurrency: { name: 'Function X', symbol: 'FX', decimals: 18 },
24571
+ infoURL: 'https://functionx.io/',
24572
+ shortName: 'dhobyghaut',
24573
+ chainId: 90001,
24574
+ networkId: 90001,
24575
+ icon: 'fxcore'
24576
+ },
22804
24577
  90210: {
22805
24578
  name: 'Beverly Hills',
22806
24579
  title: 'Ethereum multi-client Verkle Testnet Beverly Hills',
@@ -22825,6 +24598,33 @@ exports.chains = {
22825
24598
  }
22826
24599
  ]
22827
24600
  },
24601
+ 90354: {
24602
+ name: 'Camp Testnet',
24603
+ chain: 'ETH',
24604
+ icon: 'camp',
24605
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
24606
+ rpc: ['https://rpc-camp-network-4xje7wy105.t.conduit.xyz'],
24607
+ faucets: ['https://www.campnetwork.xyz/faucet'],
24608
+ nativeCurrency: { name: 'Ethereum', symbol: 'ETH', decimals: 18 },
24609
+ infoURL: 'https://campaign-1.gitbook.io/camp-technical-docså',
24610
+ shortName: 'camp',
24611
+ chainId: 90354,
24612
+ networkId: 90354,
24613
+ slip44: 1,
24614
+ explorers: [
24615
+ {
24616
+ name: 'blockscout',
24617
+ url: 'https://explorerl2new-camp-network-4xje7wy105.t.conduit.xyz',
24618
+ icon: 'blockscout',
24619
+ standard: 'EIP3091'
24620
+ }
24621
+ ],
24622
+ parent: {
24623
+ type: 'L2',
24624
+ chain: 'eip155-1',
24625
+ bridges: [{ url: 'https://camp-testnet-bridge.vercel.app/' }]
24626
+ }
24627
+ },
22828
24628
  91002: {
22829
24629
  name: 'Nautilus Trition Chain',
22830
24630
  title: 'Nautilus Trition Testnet',
@@ -23352,6 +25152,25 @@ exports.chains = {
23352
25152
  }
23353
25153
  ]
23354
25154
  },
25155
+ 104566: {
25156
+ name: 'KaspaClassic Mainnet',
25157
+ chain: 'KaspaClassic',
25158
+ icon: 'kaspaclassic',
25159
+ rpc: ['https://api.kaspaclassic.world/', 'http://80.178.101.118:8000/'],
25160
+ faucets: [],
25161
+ nativeCurrency: { name: 'KaspaClassic', symbol: 'CAS', decimals: 18 },
25162
+ infoURL: 'https://kaspaclassic.com/',
25163
+ shortName: 'cas',
25164
+ chainId: 104566,
25165
+ networkId: 104566,
25166
+ explorers: [
25167
+ {
25168
+ name: 'KaspaClassic Explorer',
25169
+ url: 'https://explorer.kaspaclassic.world',
25170
+ standard: 'none'
25171
+ }
25172
+ ]
25173
+ },
23355
25174
  105105: {
23356
25175
  name: 'Stratis Mainnet',
23357
25176
  chain: 'Stratis',
@@ -23740,6 +25559,19 @@ exports.chains = {
23740
25559
  }
23741
25560
  ]
23742
25561
  },
25562
+ 131313: {
25563
+ name: 'Odyssey Chain (Testnet)',
25564
+ chain: 'DIONE',
25565
+ rpc: ['https://testnode.dioneprotocol.com/ext/bc/D/rpc'],
25566
+ faucets: ['https://faucet.dioneprotocol.com/'],
25567
+ features: [{ name: 'EIP155' }],
25568
+ infoURL: 'https://www.dioneprotocol.com/',
25569
+ shortName: 'DIONE',
25570
+ chainId: 131313,
25571
+ networkId: 131313,
25572
+ icon: 'odyssey',
25573
+ nativeCurrency: { name: 'DIONE', symbol: 'DIONE', decimals: 18 }
25574
+ },
23743
25575
  131419: {
23744
25576
  name: 'ETND Chain Mainnets',
23745
25577
  chain: 'ETND',
@@ -23760,6 +25592,28 @@ exports.chains = {
23760
25592
  }
23761
25593
  ]
23762
25594
  },
25595
+ 141319: {
25596
+ name: 'MagApe Testnet',
25597
+ title: 'MagApeChain',
25598
+ chain: 'MagApe',
25599
+ rpc: ['https://testnet-api.magape.io/chain/'],
25600
+ faucets: [],
25601
+ nativeCurrency: { name: 'MagApe', symbol: 'MAG', decimals: 18 },
25602
+ features: [{ name: 'EIP155' }],
25603
+ infoURL: 'https://magape.io',
25604
+ shortName: 'mag',
25605
+ chainId: 141319,
25606
+ networkId: 141319,
25607
+ icon: 'magape',
25608
+ explorers: [
25609
+ {
25610
+ name: 'etherscan',
25611
+ url: 'http://testnet-api.magape.io:81',
25612
+ icon: 'magape',
25613
+ standard: 'EIP3091'
25614
+ }
25615
+ ]
25616
+ },
23763
25617
  142857: {
23764
25618
  name: 'ICPlaza Mainnet',
23765
25619
  chain: 'ICPlaza',
@@ -23779,6 +25633,33 @@ exports.chains = {
23779
25633
  }
23780
25634
  ]
23781
25635
  },
25636
+ 161212: {
25637
+ name: 'PlayFi Mainnet',
25638
+ chain: 'PLAY',
25639
+ rpc: [],
25640
+ faucets: [],
25641
+ nativeCurrency: { name: 'Play', symbol: 'PLAY', decimals: 18 },
25642
+ infoURL: 'https://www.playfi.ai/',
25643
+ shortName: 'playfi',
25644
+ chainId: 161212,
25645
+ networkId: 161212,
25646
+ explorers: [],
25647
+ status: 'incubating'
25648
+ },
25649
+ 167000: {
25650
+ name: 'Taiko Mainnet',
25651
+ chain: 'ETH',
25652
+ status: 'incubating',
25653
+ icon: 'taiko',
25654
+ rpc: ['https://rpc.taiko.xyz', 'wss://ws.taiko.xyz'],
25655
+ faucets: [],
25656
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
25657
+ infoURL: 'https://taiko.xyz',
25658
+ shortName: 'tko-mainnet',
25659
+ chainId: 167000,
25660
+ networkId: 167000,
25661
+ explorers: []
25662
+ },
23782
25663
  167004: {
23783
25664
  name: 'Taiko (Alpha-2 Testnet)',
23784
25665
  chain: 'ETH',
@@ -23867,7 +25748,7 @@ exports.chains = {
23867
25748
  icon: 'taiko',
23868
25749
  rpc: [
23869
25750
  'https://rpc.katla.taiko.xyz',
23870
- 'wss://rpc.katla.taiko.xyz',
25751
+ 'wss://ws.katla.taiko.xyz',
23871
25752
  'https://taiko-katla.drpc.org',
23872
25753
  'wss://taiko-katla.drpc.org'
23873
25754
  ],
@@ -23885,6 +25766,31 @@ exports.chains = {
23885
25766
  }
23886
25767
  ]
23887
25768
  },
25769
+ 167009: {
25770
+ name: 'Taiko Hekla L2',
25771
+ chain: 'ETH',
25772
+ status: 'active',
25773
+ icon: 'taiko',
25774
+ rpc: ['https://rpc.hekla.taiko.xyz', 'wss://ws.hekla.taiko.xyz'],
25775
+ faucets: [],
25776
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
25777
+ infoURL: 'https://taiko.xyz',
25778
+ shortName: 'tko-hekla',
25779
+ chainId: 167009,
25780
+ networkId: 167009,
25781
+ explorers: [
25782
+ {
25783
+ name: 'blockscout',
25784
+ url: 'https://blockscoutapi.hekla.taiko.xyz',
25785
+ standard: 'EIP3091'
25786
+ },
25787
+ {
25788
+ name: 'routescan',
25789
+ url: 'https://hekla.taikoscan.network',
25790
+ standard: 'EIP3091'
25791
+ }
25792
+ ]
25793
+ },
23888
25794
  188710: {
23889
25795
  name: 'Bitica Chain Mainnet',
23890
25796
  chain: 'BDCC',
@@ -23927,6 +25833,33 @@ exports.chains = {
23927
25833
  }
23928
25834
  ]
23929
25835
  },
25836
+ 192940: {
25837
+ name: 'Mind Network Testnet',
25838
+ chain: 'FHET',
25839
+ rpc: [
25840
+ 'https://rpc_testnet.mindnetwork.xyz',
25841
+ 'wss://rpc_testnet.mindnetwork.xyz'
25842
+ ],
25843
+ faucets: [],
25844
+ nativeCurrency: { name: 'FHE', symbol: 'FHE', decimals: 18 },
25845
+ features: [{ name: 'EIP155' }],
25846
+ infoURL: 'https://mindnetwork.xyz',
25847
+ shortName: 'fhet',
25848
+ chainId: 192940,
25849
+ networkId: 192940
25850
+ },
25851
+ 200000: {
25852
+ name: 'xFair.AI Testnet',
25853
+ chain: 'FAIT',
25854
+ rpc: ['https://rpc_testnet.xfair.ai', 'wss://rpc_testnet.xfair.ai'],
25855
+ faucets: [],
25856
+ nativeCurrency: { name: 'FAI', symbol: 'FAI', decimals: 18 },
25857
+ features: [{ name: 'EIP155' }],
25858
+ infoURL: 'https://xfair.ai',
25859
+ shortName: 'fait',
25860
+ chainId: 200000,
25861
+ networkId: 200000
25862
+ },
23930
25863
  200101: {
23931
25864
  name: 'Milkomeda C1 Testnet',
23932
25865
  chain: 'milkTAda',
@@ -23995,7 +25928,7 @@ exports.chains = {
23995
25928
  faucets: ['https://www.bitlayer.org/faucet'],
23996
25929
  nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
23997
25930
  infoURL: 'https://docs.bitlayer.org/',
23998
- shortName: 'Bitlayer',
25931
+ shortName: 'btrt',
23999
25932
  chainId: 200810,
24000
25933
  networkId: 200810,
24001
25934
  slip44: 1,
@@ -24008,6 +25941,32 @@ exports.chains = {
24008
25941
  }
24009
25942
  ]
24010
25943
  },
25944
+ 200901: {
25945
+ name: 'Bitlayer Mainnet',
25946
+ chain: 'Bitlayer',
25947
+ rpc: [
25948
+ 'https://rpc.bitlayer.org',
25949
+ 'https://rpc.bitlayer-rpc.com',
25950
+ 'https://rpc.ankr.com/bitlayer',
25951
+ 'wss://ws.bitlayer.org',
25952
+ 'wss://ws.bitlayer-rpc.com'
25953
+ ],
25954
+ faucets: [],
25955
+ nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
25956
+ infoURL: 'https://docs.bitlayer.org/',
25957
+ shortName: 'btr',
25958
+ chainId: 200901,
25959
+ networkId: 200901,
25960
+ slip44: 1,
25961
+ icon: 'bitlayer',
25962
+ explorers: [
25963
+ {
25964
+ name: 'bitlayer mainnet scan',
25965
+ url: 'https://www.btrscan.com',
25966
+ standard: 'EIP3091'
25967
+ }
25968
+ ]
25969
+ },
24011
25970
  201018: {
24012
25971
  name: 'Alaya Mainnet',
24013
25972
  chain: 'Alaya',
@@ -24196,6 +26155,17 @@ exports.chains = {
24196
26155
  }
24197
26156
  ]
24198
26157
  },
26158
+ 210049: {
26159
+ name: 'GitAGI Atlas Testnet',
26160
+ chain: 'GitAGI',
26161
+ rpc: ['https://rpc.gitagi.org'],
26162
+ faucets: [],
26163
+ nativeCurrency: { name: 'GitAGI', symbol: 'tGAGI', decimals: 18 },
26164
+ infoURL: 'https://gitagi.org/',
26165
+ shortName: 'atlas',
26166
+ chainId: 210049,
26167
+ networkId: 210049
26168
+ },
24199
26169
  210425: {
24200
26170
  name: 'PlatON Mainnet',
24201
26171
  chain: 'PlatON',
@@ -24281,6 +26251,25 @@ exports.chains = {
24281
26251
  }
24282
26252
  ]
24283
26253
  },
26254
+ 222222: {
26255
+ name: 'HydraDX',
26256
+ chain: 'HDX',
26257
+ rpc: ['https://rpc.hydradx.cloud', 'wss://rpc.hydradx.cloud'],
26258
+ faucets: [],
26259
+ nativeCurrency: { name: 'Wrapped ETH', symbol: 'WETH', decimals: 18 },
26260
+ infoURL: 'https://hydradx.io',
26261
+ shortName: 'hdx',
26262
+ chainId: 222222,
26263
+ networkId: 222222,
26264
+ icon: 'hydradx',
26265
+ explorers: [
26266
+ {
26267
+ name: 'blockscout',
26268
+ url: 'https://explorer.evm.hydration.cloud',
26269
+ standard: 'EIP3091'
26270
+ }
26271
+ ]
26272
+ },
24284
26273
  222555: {
24285
26274
  name: 'DeepL Mainnet',
24286
26275
  chain: 'DEEPL',
@@ -24370,7 +26359,7 @@ exports.chains = {
24370
26359
  224433: {
24371
26360
  name: 'CONET Holesky',
24372
26361
  chain: 'CONET Holesky',
24373
- rpc: ['https://holeskyrpc1.conet.network'],
26362
+ rpc: ['https://rpc.conet.network'],
24374
26363
  faucets: [],
24375
26364
  nativeCurrency: { name: 'CONET Holesky', symbol: 'CONET', decimals: 18 },
24376
26365
  features: [{ name: 'EIP155' }],
@@ -24389,7 +26378,7 @@ exports.chains = {
24389
26378
  ]
24390
26379
  },
24391
26380
  230315: {
24392
- name: 'HashKey Chain Testnet',
26381
+ name: 'HashKey Chain Testnet(discard)',
24393
26382
  chain: 'HashKey',
24394
26383
  rpc: ['https://testnet.hashkeychain/rpc'],
24395
26384
  faucets: ['https://testnet.hashkeychain/faucet'],
@@ -24557,6 +26546,20 @@ exports.chains = {
24557
26546
  ],
24558
26547
  parent: { type: 'L2', chain: 'eip155-11155111' }
24559
26548
  },
26549
+ 313313: {
26550
+ name: 'SaharaAI Testnet',
26551
+ chain: 'Sahara',
26552
+ rpc: ['https://testnet.saharalabs.ai'],
26553
+ faucets: [],
26554
+ nativeCurrency: { name: 'SAHARA', symbol: 'SAH', decimals: 18 },
26555
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
26556
+ infoURL: 'https://saharalabs.ai',
26557
+ shortName: 'saharatest',
26558
+ chainId: 313313,
26559
+ networkId: 313313,
26560
+ icon: 'sahara',
26561
+ explorers: []
26562
+ },
24560
26563
  314159: {
24561
26564
  name: 'Filecoin - Calibration testnet',
24562
26565
  chain: 'FIL',
@@ -24768,6 +26771,48 @@ exports.chains = {
24768
26771
  chainId: 333999,
24769
26772
  networkId: 333999
24770
26773
  },
26774
+ 336655: {
26775
+ name: 'UPchain Testnet',
26776
+ chain: 'UPchain',
26777
+ rpc: ['https://rpc-testnet.uniport.network'],
26778
+ faucets: ['https://faucet-testnet.uniport.network'],
26779
+ nativeCurrency: { name: 'UBTC', symbol: 'UBTC', decimals: 18 },
26780
+ features: [{ name: 'EIP155' }],
26781
+ infoURL: 'https://uniport.network',
26782
+ shortName: 'UPchain-testnet',
26783
+ chainId: 336655,
26784
+ networkId: 336655,
26785
+ icon: 'up',
26786
+ explorers: [
26787
+ {
26788
+ name: 'UPchain Testnet Explorer',
26789
+ url: 'https://explorer-testnet.uniport.network',
26790
+ icon: 'up',
26791
+ standard: 'EIP3091'
26792
+ }
26793
+ ]
26794
+ },
26795
+ 336666: {
26796
+ name: 'UPchain Mainnet',
26797
+ chain: 'UPchain',
26798
+ rpc: ['https://rpc.uniport.network'],
26799
+ nativeCurrency: { name: 'UBTC', symbol: 'UBTC', decimals: 18 },
26800
+ features: [{ name: 'EIP155' }],
26801
+ faucets: [],
26802
+ infoURL: 'https://uniport.network',
26803
+ shortName: 'UPchain-mainnet',
26804
+ chainId: 336666,
26805
+ networkId: 336666,
26806
+ icon: 'up',
26807
+ explorers: [
26808
+ {
26809
+ name: 'UPchain Mainnet Explorer',
26810
+ url: 'https://explorer.uniport.network',
26811
+ icon: 'up',
26812
+ standard: 'EIP3091'
26813
+ }
26814
+ ]
26815
+ },
24771
26816
  355113: {
24772
26817
  name: 'Bitfinity Network Testnet',
24773
26818
  chain: 'BFT',
@@ -24878,6 +26923,26 @@ exports.chains = {
24878
26923
  }
24879
26924
  ]
24880
26925
  },
26926
+ 413413: {
26927
+ name: 'AIE Testnet',
26928
+ chain: 'AIE',
26929
+ rpc: ['https://rpc1-testnet.aiechain.io'],
26930
+ faucets: [],
26931
+ nativeCurrency: { name: 'AIE', symbol: 'tAIE', decimals: 18 },
26932
+ infoURL: 'https://testnet.aiescan.io',
26933
+ shortName: 'aiet',
26934
+ chainId: 413413,
26935
+ networkId: 413413,
26936
+ icon: 'aie',
26937
+ explorers: [
26938
+ {
26939
+ name: 'aiescan-testnet',
26940
+ icon: 'aie',
26941
+ url: 'https://testnet.aiescan.io',
26942
+ standard: 'none'
26943
+ }
26944
+ ]
26945
+ },
24881
26946
  420420: {
24882
26947
  name: 'Kekchain',
24883
26948
  chain: 'kek',
@@ -25255,6 +27320,25 @@ exports.chains = {
25255
27320
  ],
25256
27321
  infoURL: 'https://dischain.xyz'
25257
27322
  },
27323
+ 526916: {
27324
+ name: 'DoCoin Community Chain',
27325
+ title: 'DoCoin Community Chain',
27326
+ chain: 'DoCoin',
27327
+ rpc: ['https://rpc.docoin.shop'],
27328
+ faucets: [],
27329
+ nativeCurrency: { name: 'DO', symbol: 'DCT', decimals: 18 },
27330
+ infoURL: 'https://docoin.network',
27331
+ shortName: 'DoCoin',
27332
+ chainId: 526916,
27333
+ networkId: 526916,
27334
+ explorers: [
27335
+ {
27336
+ name: 'DoCoin Community Chain Explorer',
27337
+ url: 'https://explorer.docoin.shop',
27338
+ standard: 'EIP3091'
27339
+ }
27340
+ ]
27341
+ },
25258
27342
  534351: {
25259
27343
  name: 'Scroll Sepolia Testnet',
25260
27344
  chain: 'ETH',
@@ -25277,11 +27361,6 @@ exports.chains = {
25277
27361
  name: 'Scroll Sepolia Etherscan',
25278
27362
  url: 'https://sepolia.scrollscan.com',
25279
27363
  standard: 'EIP3091'
25280
- },
25281
- {
25282
- name: 'Scroll Sepolia Blockscout',
25283
- url: 'https://sepolia-blockscout.scroll.io',
25284
- standard: 'EIP3091'
25285
27364
  }
25286
27365
  ],
25287
27366
  parent: {
@@ -25296,7 +27375,6 @@ exports.chains = {
25296
27375
  status: 'active',
25297
27376
  rpc: [
25298
27377
  'https://rpc.scroll.io',
25299
- 'https://rpc-scroll.icecreamswap.com',
25300
27378
  'https://rpc.ankr.com/scroll',
25301
27379
  'https://scroll-mainnet.chainstacklabs.com'
25302
27380
  ],
@@ -25311,11 +27389,6 @@ exports.chains = {
25311
27389
  name: 'Scrollscan',
25312
27390
  url: 'https://scrollscan.com',
25313
27391
  standard: 'EIP3091'
25314
- },
25315
- {
25316
- name: 'Blockscout',
25317
- url: 'https://blockscout.scroll.io',
25318
- standard: 'EIP3091'
25319
27392
  }
25320
27393
  ],
25321
27394
  parent: {
@@ -25401,6 +27474,25 @@ exports.chains = {
25401
27474
  }
25402
27475
  ]
25403
27476
  },
27477
+ 555666: {
27478
+ name: 'Eclipse Testnet',
27479
+ chain: 'ECLIPSE',
27480
+ rpc: ['https://subnets.avax.network/eclipsecha/testnet/rpc'],
27481
+ features: [{ name: 'EIP1559' }],
27482
+ faucets: [],
27483
+ nativeCurrency: { name: 'Eclipse', symbol: 'ECLPS', decimals: 18 },
27484
+ infoURL: 'http://eclipsenet.io',
27485
+ shortName: 'eclipset',
27486
+ chainId: 555666,
27487
+ networkId: 555666,
27488
+ explorers: [
27489
+ {
27490
+ name: 'ECLIPSE Explorer',
27491
+ url: 'https://subnets-test.avax.network/eclipsecha',
27492
+ standard: 'EIP3091'
27493
+ }
27494
+ ]
27495
+ },
25404
27496
  622277: {
25405
27497
  name: 'Hypra Mainnet',
25406
27498
  chain: 'HYP',
@@ -25473,6 +27565,24 @@ exports.chains = {
25473
27565
  }
25474
27566
  ]
25475
27567
  },
27568
+ 660279: {
27569
+ name: 'Xai Mainnet',
27570
+ chainId: 660279,
27571
+ shortName: 'xai',
27572
+ chain: 'XAI',
27573
+ networkId: 660279,
27574
+ nativeCurrency: { name: 'Xai', symbol: 'XAI', decimals: 18 },
27575
+ rpc: ['https://xai-chain.net/rpc'],
27576
+ faucets: [],
27577
+ explorers: [
27578
+ {
27579
+ name: 'Blockscout',
27580
+ url: 'https://explorer.xai-chain.net',
27581
+ standard: 'EIP3091'
27582
+ }
27583
+ ],
27584
+ infoURL: 'https://xai.games'
27585
+ },
25476
27586
  666666: {
25477
27587
  name: 'Vision - Vpioneer Test Chain',
25478
27588
  chain: 'Vision-Vpioneer',
@@ -25505,6 +27615,25 @@ exports.chains = {
25505
27615
  }
25506
27616
  ]
25507
27617
  },
27618
+ 686868: {
27619
+ name: 'Won Network',
27620
+ chainId: 686868,
27621
+ shortName: 'WonChain',
27622
+ chain: 'WON',
27623
+ icon: 'won',
27624
+ networkId: 686868,
27625
+ nativeCurrency: { name: 'Won', symbol: 'WON', decimals: 18 },
27626
+ rpc: ['https://rpc.wonnetwork.org'],
27627
+ faucets: ['https://faucet.wondollars.org'],
27628
+ explorers: [
27629
+ {
27630
+ name: 'Won Explorer',
27631
+ url: 'https://scan.wonnetwork.org',
27632
+ standard: 'EIP3091'
27633
+ }
27634
+ ],
27635
+ infoURL: 'https://wonnetwork.org'
27636
+ },
25508
27637
  696969: {
25509
27638
  name: 'Galadriel Devnet',
25510
27639
  chain: 'Galadriel',
@@ -25678,6 +27807,27 @@ exports.chains = {
25678
27807
  }
25679
27808
  ]
25680
27809
  },
27810
+ 808080: {
27811
+ name: 'BIZ Smart Chain Testnet',
27812
+ chain: 'BIZT Testnet',
27813
+ rpc: ['https://rpc-testnet.bizex.io/'],
27814
+ faucets: [],
27815
+ nativeCurrency: { name: 'tBIZT', symbol: 'tBIZT', decimals: 18 },
27816
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
27817
+ infoURL: 'https://www.biztoken.io/',
27818
+ shortName: 'bizt-testnet',
27819
+ chainId: 808080,
27820
+ networkId: 808080,
27821
+ slip44: 1,
27822
+ icon: 'biz',
27823
+ explorers: [
27824
+ {
27825
+ name: 'BIZ Smart Chain Testnet Explorer',
27826
+ url: 'https://testnet.btscan.io',
27827
+ standard: 'EIP3091'
27828
+ }
27829
+ ]
27830
+ },
25681
27831
  810180: {
25682
27832
  name: 'zkLink Nova Mainnet',
25683
27833
  chain: 'ETH',
@@ -25704,6 +27854,32 @@ exports.chains = {
25704
27854
  bridges: [{ url: 'https://portal.zklink.io' }]
25705
27855
  }
25706
27856
  },
27857
+ 810181: {
27858
+ name: 'zkLink Nova Sepolia Testnet',
27859
+ chain: 'ETH',
27860
+ rpc: ['https://sepolia.rpc.zklink.io', 'wss://sepolia.rpc.zklink.io'],
27861
+ faucets: [],
27862
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
27863
+ infoURL: 'https://zklink.io',
27864
+ shortName: 'zklink-nova-sepolia',
27865
+ chainId: 810181,
27866
+ networkId: 810181,
27867
+ slip44: 1,
27868
+ icon: 'zklink-nova',
27869
+ explorers: [
27870
+ {
27871
+ name: 'zkLink Nova Block Explorer',
27872
+ url: 'https://sepolia.explorer.zklink.io',
27873
+ icon: 'zklink-nova',
27874
+ standard: 'EIP3091'
27875
+ }
27876
+ ],
27877
+ parent: {
27878
+ type: 'L2',
27879
+ chain: 'eip155-59141',
27880
+ bridges: [{ url: 'https://sepolia.portal.zklink.io' }]
27881
+ }
27882
+ },
25707
27883
  810182: {
25708
27884
  name: 'zkLink Nova Goerli Testnet',
25709
27885
  chain: 'ETH',
@@ -25803,6 +27979,25 @@ exports.chains = {
25803
27979
  }
25804
27980
  ]
25805
27981
  },
27982
+ 888882: {
27983
+ name: 'REXX Mainnet',
27984
+ title: 'REXX Mainnet',
27985
+ chain: 'REXX',
27986
+ rpc: ['https://rpc.rexxnetwork.com'],
27987
+ faucets: [],
27988
+ nativeCurrency: { name: 'REXX', symbol: 'REXX', decimals: 18 },
27989
+ infoURL: 'https://rexxnetwork.com',
27990
+ shortName: 'REXX',
27991
+ chainId: 888882,
27992
+ networkId: 888882,
27993
+ explorers: [
27994
+ {
27995
+ name: 'REXX Mainnet Explorer',
27996
+ url: 'https://rexxnetwork.com',
27997
+ standard: 'EIP3091'
27998
+ }
27999
+ ]
28000
+ },
25806
28001
  888888: {
25807
28002
  name: 'Vision - Mainnet',
25808
28003
  chain: 'Vision',
@@ -26019,6 +28214,27 @@ exports.chains = {
26019
28214
  }
26020
28215
  ]
26021
28216
  },
28217
+ 999999: {
28218
+ name: 'AmChain',
28219
+ title: 'AMC',
28220
+ chain: 'AmChain',
28221
+ icon: 'amc',
28222
+ rpc: ['https://node1.amchain.net'],
28223
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
28224
+ faucets: [],
28225
+ nativeCurrency: { name: 'AMC', symbol: 'AMC', decimals: 18 },
28226
+ infoURL: 'https://hewe.io/',
28227
+ shortName: 'AMC',
28228
+ chainId: 999999,
28229
+ networkId: 999999,
28230
+ explorers: [
28231
+ {
28232
+ name: 'AMCAmChain explorer',
28233
+ url: 'https://explorer.amchain.net',
28234
+ standard: 'none'
28235
+ }
28236
+ ]
28237
+ },
26022
28238
  1100789: {
26023
28239
  name: 'Netmind Chain Testnet',
26024
28240
  title: 'NetMind Chain Testnet',
@@ -26197,6 +28413,30 @@ exports.chains = {
26197
28413
  }
26198
28414
  ]
26199
28415
  },
28416
+ 1612127: {
28417
+ name: 'PlayFi Albireo Testnet',
28418
+ chain: 'ETH',
28419
+ rpc: ['https://albireo-rpc.playfi.ai'],
28420
+ faucets: [],
28421
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
28422
+ infoURL: 'https://www.playfi.ai/',
28423
+ shortName: 'alberio',
28424
+ chainId: 1612127,
28425
+ networkId: 1612127,
28426
+ slip44: 1,
28427
+ explorers: [
28428
+ {
28429
+ name: 'PlayFi Block Explorer',
28430
+ url: 'https://albireo-explorer.playfi.ai',
28431
+ standard: 'EIP3091'
28432
+ }
28433
+ ],
28434
+ parent: {
28435
+ type: 'L2',
28436
+ chain: 'eip155-1',
28437
+ bridges: [{ url: 'https://portal.playfi.ai/bridge' }]
28438
+ }
28439
+ },
26200
28440
  1731313: {
26201
28441
  name: 'Turkey Demo Dev',
26202
28442
  chain: 'ETH',
@@ -26304,6 +28544,20 @@ exports.chains = {
26304
28544
  chainId: 2611555,
26305
28545
  networkId: 2611555
26306
28546
  },
28547
+ 3132023: {
28548
+ name: 'SaharaAI Network',
28549
+ chain: 'Sahara',
28550
+ rpc: ['https://mainnet.saharalabs.ai'],
28551
+ faucets: [],
28552
+ nativeCurrency: { name: 'SAHARA', symbol: 'SAH', decimals: 18 },
28553
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
28554
+ infoURL: 'https://saharalabs.ai',
28555
+ shortName: 'sahara',
28556
+ chainId: 3132023,
28557
+ networkId: 3132023,
28558
+ icon: 'sahara',
28559
+ explorers: []
28560
+ },
26307
28561
  3141592: {
26308
28562
  name: 'Filecoin - Butterfly testnet',
26309
28563
  chain: 'FIL',
@@ -26470,6 +28724,27 @@ exports.chains = {
26470
28724
  }
26471
28725
  ]
26472
28726
  },
28727
+ 5318008: {
28728
+ name: 'Reactive Kopli',
28729
+ title: 'Reactive Network Testnet Kopli',
28730
+ chain: 'REACT',
28731
+ rpc: ['https://kopli-rpc.reactive.network', 'http://kopli-rpc.rkt.ink'],
28732
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
28733
+ faucets: ['https://dev.reactive.network/docs/kopli-testnet#faucet'],
28734
+ nativeCurrency: { name: 'Kopli React', symbol: 'REACT', decimals: 18 },
28735
+ infoURL: 'https://reactive.network',
28736
+ shortName: 'kreact',
28737
+ icon: 'reactive',
28738
+ chainId: 5318008,
28739
+ networkId: 5318008,
28740
+ explorers: [
28741
+ {
28742
+ name: 'reactscan',
28743
+ url: 'https://kopli.reactscan.net',
28744
+ standard: 'none'
28745
+ }
28746
+ ]
28747
+ },
26473
28748
  5555555: {
26474
28749
  name: 'Imversed Mainnet',
26475
28750
  chain: 'Imversed',
@@ -26560,6 +28835,46 @@ exports.chains = {
26560
28835
  ]
26561
28836
  }
26562
28837
  },
28838
+ 6666665: {
28839
+ name: 'Safe(AnWang) Mainnet',
28840
+ chain: 'Safe(AnWang)',
28841
+ icon: 'safe-anwang',
28842
+ rpc: ['https://rpc.anwang.com'],
28843
+ faucets: [],
28844
+ nativeCurrency: { name: 'SAFE(AnWang)', symbol: 'SAFE', decimals: 18 },
28845
+ infoURL: 'https://www.anwang.com',
28846
+ shortName: 'SafeMainnet',
28847
+ chainId: 6666665,
28848
+ networkId: 6666665,
28849
+ explorers: [
28850
+ {
28851
+ name: 'Safe(AnWang) Explorer',
28852
+ url: 'http://safe4.anwang.com',
28853
+ icon: 'safe-anwang',
28854
+ standard: 'EIP3091'
28855
+ }
28856
+ ]
28857
+ },
28858
+ 6666666: {
28859
+ name: 'Safe(AnWang) Testnet',
28860
+ chain: 'Safe(AnWang)',
28861
+ icon: 'safe-anwang',
28862
+ rpc: ['https://rpc-testnet.anwang.com'],
28863
+ faucets: [],
28864
+ nativeCurrency: { name: 'SAFE(AnWang)', symbol: 'SAFE', decimals: 18 },
28865
+ infoURL: 'https://www.anwang.com',
28866
+ shortName: 'SafeTestnet',
28867
+ chainId: 6666666,
28868
+ networkId: 6666666,
28869
+ explorers: [
28870
+ {
28871
+ name: 'Safe(AnWang) Testnet Explorer',
28872
+ url: 'http://safe4-testnet.anwang.com',
28873
+ icon: 'safe-anwang',
28874
+ standard: 'EIP3091'
28875
+ }
28876
+ ]
28877
+ },
26563
28878
  7225878: {
26564
28879
  name: 'Saakuru Mainnet',
26565
28880
  chain: 'Saakuru',
@@ -26942,6 +29257,26 @@ exports.chains = {
26942
29257
  }
26943
29258
  ]
26944
29259
  },
29260
+ 17000920: {
29261
+ name: 'Lambda Chain Testnet',
29262
+ chain: 'Lambda Chain',
29263
+ rpc: ['https://testnrpc.lambda.im/'],
29264
+ faucets: [],
29265
+ nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
29266
+ infoURL: 'https://lambda.im',
29267
+ shortName: 'tlambda',
29268
+ chainId: 17000920,
29269
+ networkId: 17000920,
29270
+ slip44: 1,
29271
+ icon: 'lambda-chain',
29272
+ explorers: [
29273
+ {
29274
+ name: 'Lambda Chain Testnet Explorer',
29275
+ url: 'https://testscan.lambda.im',
29276
+ standard: 'EIP3091'
29277
+ }
29278
+ ]
29279
+ },
26945
29280
  18289463: {
26946
29281
  name: 'IOLite',
26947
29282
  chain: 'ILT',
@@ -27240,6 +29575,25 @@ exports.chains = {
27240
29575
  }
27241
29576
  ]
27242
29577
  },
29578
+ 39916801: {
29579
+ name: 'Kingdom Chain',
29580
+ chain: 'KingdomChain',
29581
+ rpc: ['https://kingdomchain.observer/rpc'],
29582
+ features: [{ name: 'EIP155' }],
29583
+ faucets: [],
29584
+ nativeCurrency: { name: 'Kozi', symbol: 'KOZI', decimals: 18 },
29585
+ infoURL: 'https://www.beastkingdom.io/',
29586
+ shortName: 'kchain',
29587
+ chainId: 39916801,
29588
+ networkId: 39916801,
29589
+ explorers: [
29590
+ {
29591
+ name: 'TravelSong',
29592
+ url: 'https://www.beastkingdom.io/travelsong',
29593
+ standard: 'EIP3091'
29594
+ }
29595
+ ]
29596
+ },
27243
29597
  43214913: {
27244
29598
  name: 'maistestsubnet',
27245
29599
  chain: 'MAI',
@@ -27516,6 +29870,36 @@ exports.chains = {
27516
29870
  networkId: 99415706,
27517
29871
  slip44: 1
27518
29872
  },
29873
+ 111557560: {
29874
+ name: 'Cyber Testnet',
29875
+ chain: 'Cyber',
29876
+ rpc: [
29877
+ 'https://cyber-testnet.alt.technology/',
29878
+ 'wss://cyber-testnet.alt.technology/ws',
29879
+ 'https://rpc.testnet.cyber.co/',
29880
+ 'wss://rpc.testnet.cyber.co/'
29881
+ ],
29882
+ faucets: [],
29883
+ nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
29884
+ icon: 'cyber',
29885
+ infoURL: 'https://cyber.co/',
29886
+ shortName: 'cysep',
29887
+ chainId: 111557560,
29888
+ networkId: 111557560,
29889
+ explorers: [
29890
+ {
29891
+ name: 'Cyber Testnet Explorer',
29892
+ url: 'https://testnet.cyberscan.co',
29893
+ icon: 'blockscout',
29894
+ standard: 'EIP3091'
29895
+ }
29896
+ ],
29897
+ parent: {
29898
+ type: 'L2',
29899
+ chain: 'eip155-11155111',
29900
+ bridges: [{ url: 'https://cyber-testnet-bridge.alt.technology/deposit' }]
29901
+ }
29902
+ },
27519
29903
  123420111: {
27520
29904
  name: 'OP Celestia Raspberry',
27521
29905
  title: 'OP Celestia Raspberry Testnet',
@@ -27966,6 +30350,25 @@ exports.chains = {
27966
30350
  }
27967
30351
  ]
27968
30352
  },
30353
+ 889910246: {
30354
+ name: 'PTCESCAN Mainnet',
30355
+ title: 'PTCESCAN Mainnet',
30356
+ chain: 'PTCE',
30357
+ rpc: ['https://rpc.ptcscan.io'],
30358
+ faucets: [],
30359
+ nativeCurrency: { name: 'PTCE', symbol: 'PTCE', decimals: 18 },
30360
+ infoURL: 'https://ptcscan.io',
30361
+ shortName: 'POLYTECH',
30362
+ chainId: 889910246,
30363
+ networkId: 889910246,
30364
+ explorers: [
30365
+ {
30366
+ name: 'PTCESCAN Explorer',
30367
+ url: 'https://ptcscan.io',
30368
+ standard: 'EIP3091'
30369
+ }
30370
+ ]
30371
+ },
27969
30372
  974399131: {
27970
30373
  name: 'SKALE Calypso Hub Testnet',
27971
30374
  title: 'SKALE Calypso Hub Testnet',
@@ -28205,6 +30608,24 @@ exports.chains = {
28205
30608
  }
28206
30609
  ]
28207
30610
  },
30611
+ 1380012617: {
30612
+ name: 'RARI Chain Mainnet',
30613
+ chain: 'RARI',
30614
+ rpc: ['https://rari.calderachain.xyz/http'],
30615
+ faucets: [],
30616
+ nativeCurrency: { name: 'Ethereum', symbol: 'ETH', decimals: 18 },
30617
+ infoURL: 'https://rarichain.org/',
30618
+ shortName: 'rari-mainnet',
30619
+ chainId: 1380012617,
30620
+ networkId: 1380012617,
30621
+ explorers: [
30622
+ {
30623
+ name: 'rarichain-explorer',
30624
+ url: 'https://mainnet.explorer.rarichain.org',
30625
+ standard: 'EIP3091'
30626
+ }
30627
+ ]
30628
+ },
28208
30629
  1380996178: {
28209
30630
  name: 'RaptorChain',
28210
30631
  chain: 'RPTR',
@@ -28464,6 +30885,44 @@ exports.chains = {
28464
30885
  networkId: 1666900001,
28465
30886
  explorers: []
28466
30887
  },
30888
+ 1802203764: {
30889
+ name: 'Kakarot Sepolia',
30890
+ chain: 'ETH',
30891
+ icon: 'kakarot',
30892
+ rpc: ['https://sepolia-rpc.kakarot.org'],
30893
+ faucets: [],
30894
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
30895
+ infoURL: 'https://kakarot.org',
30896
+ shortName: 'kkrt-sepolia',
30897
+ chainId: 1802203764,
30898
+ networkId: 1802203764,
30899
+ explorers: [
30900
+ {
30901
+ name: 'Kakarot Scan',
30902
+ url: 'https://sepolia.kakarotscan.org',
30903
+ standard: 'EIP3091'
30904
+ }
30905
+ ],
30906
+ parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] }
30907
+ },
30908
+ 1918988905: {
30909
+ name: 'RARI Chain Testnet',
30910
+ chain: 'RARI',
30911
+ rpc: ['https://testnet.rpc.rarichain.org/http'],
30912
+ faucets: [],
30913
+ nativeCurrency: { name: 'Ethereum', symbol: 'ETH', decimals: 18 },
30914
+ infoURL: 'https://rarichain.org/',
30915
+ shortName: 'rari-testnet',
30916
+ chainId: 1918988905,
30917
+ networkId: 1918988905,
30918
+ explorers: [
30919
+ {
30920
+ name: 'rarichain-testnet-explorer',
30921
+ url: 'https://explorer.rarichain.org',
30922
+ standard: 'EIP3091'
30923
+ }
30924
+ ]
30925
+ },
28467
30926
  2021121117: {
28468
30927
  name: 'DataHopper',
28469
30928
  chain: 'HOP',
@@ -28629,6 +31088,24 @@ exports.chains = {
28629
31088
  explorers: [],
28630
31089
  status: 'incubating'
28631
31090
  },
31091
+ 37714555429: {
31092
+ name: 'Xai Testnet v2',
31093
+ chainId: 37714555429,
31094
+ shortName: 'xaitestnet',
31095
+ chain: 'XAI Testnet',
31096
+ networkId: 37714555429,
31097
+ nativeCurrency: { name: 'sXai', symbol: 'sXAI', decimals: 18 },
31098
+ rpc: ['https://testnet-v2.xai-chain.net/rpc'],
31099
+ faucets: [],
31100
+ explorers: [
31101
+ {
31102
+ name: 'Blockscout',
31103
+ url: 'https://testnet-explorer-v2.xai-chain.net',
31104
+ standard: 'EIP3091'
31105
+ }
31106
+ ],
31107
+ infoURL: 'https://xai.games'
31108
+ },
28632
31109
  88153591557: {
28633
31110
  name: 'Arbitrum Blueberry',
28634
31111
  title: 'Arbitrum Blueberry Testnet',
@@ -28660,14 +31137,14 @@ exports.chains = {
28660
31137
  status: 'active'
28661
31138
  },
28662
31139
  107107114116: {
28663
- name: 'Kakarot Sepolia',
31140
+ name: 'Kakarot Sepolia Deprecated',
28664
31141
  chain: 'ETH',
28665
31142
  icon: 'kakarot',
28666
31143
  rpc: [],
28667
31144
  faucets: [],
28668
31145
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
28669
31146
  infoURL: 'https://kakarot.org',
28670
- shortName: 'kkrt-sepolia',
31147
+ shortName: 'kkrt-sepolia-deprecated',
28671
31148
  chainId: 107107114116,
28672
31149
  networkId: 107107114116,
28673
31150
  explorers: [],
@@ -28804,5 +31281,28 @@ exports.chains = {
28804
31281
  standard: 'none'
28805
31282
  }
28806
31283
  ]
31284
+ },
31285
+ 2713017997578000: {
31286
+ name: 'DCHAIN Testnet',
31287
+ title: 'DCHAIN Testnet',
31288
+ chain: 'dchaint',
31289
+ icon: 'dchaint',
31290
+ rpc: [
31291
+ 'https://dchaintestnet-2713017997578000-1.jsonrpc.testnet.sagarpc.io'
31292
+ ],
31293
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
31294
+ faucets: [],
31295
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
31296
+ infoURL: 'https://www.dchain.foundation/',
31297
+ shortName: 'dchaint',
31298
+ chainId: 2713017997578000,
31299
+ networkId: 2713017997578000,
31300
+ explorers: [
31301
+ {
31302
+ name: 'dchaint scan',
31303
+ url: 'https://dchaintestnet-2713017997578000-1.testnet.sagaexplorer.io',
31304
+ standard: 'EIP3091'
31305
+ }
31306
+ ]
28807
31307
  }
28808
31308
  };