@revoke.cash/chains 55.0.0 → 56.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.
@@ -3492,13 +3492,15 @@ exports.chains = {
3492
3492
  chainId: 164,
3493
3493
  networkId: 164,
3494
3494
  slip44: 1,
3495
+ icon: 'omni',
3495
3496
  explorers: [
3496
3497
  {
3497
3498
  name: 'Omni EVM and cross-chain Explorer',
3498
3499
  url: 'https://omega.omniscan.network',
3499
3500
  standard: 'EIP3091'
3500
3501
  }
3501
- ]
3502
+ ],
3503
+ iconURL: 'https://ipfs.io/ipfs/QmdCMVucuZJpMqSn3xSWCU3io5ftRAwtzAqTd8QXLQEaos'
3502
3504
  },
3503
3505
  165: {
3504
3506
  name: 'Omni Testnet (Deprecated)',
@@ -3518,16 +3520,25 @@ exports.chains = {
3518
3520
  166: {
3519
3521
  name: 'Omni',
3520
3522
  chain: 'Omni',
3521
- status: 'incubating',
3522
- rpc: [],
3523
+ status: 'active',
3524
+ rpc: ['https://mainnet.omni.network', 'wss://wss.mainnet.omni.network'],
3523
3525
  features: [{ name: 'EIP155' }],
3524
3526
  faucets: [],
3525
3527
  nativeCurrency: { name: 'Omni', symbol: 'OMNI', decimals: 18 },
3526
- infoURL: 'https://docs.omni.network/',
3528
+ infoURL: 'https://docs.omni.network',
3527
3529
  shortName: 'omni',
3528
3530
  chainId: 166,
3529
3531
  networkId: 166,
3530
- slip44: 1
3532
+ slip44: 1,
3533
+ icon: 'omni',
3534
+ explorers: [
3535
+ {
3536
+ name: 'Omni EVM and cross-chain Explorer',
3537
+ url: 'https://omniscan.network',
3538
+ standard: 'EIP3091'
3539
+ }
3540
+ ],
3541
+ iconURL: 'https://ipfs.io/ipfs/QmdCMVucuZJpMqSn3xSWCU3io5ftRAwtzAqTd8QXLQEaos'
3531
3542
  },
3532
3543
  167: {
3533
3544
  name: 'Atoshi Testnet',
@@ -3679,6 +3690,20 @@ exports.chains = {
3679
3690
  ],
3680
3691
  iconURL: 'https://ipfs.io/ipfs/QmQsNtUoaKUHWaxFMBuCQwkX9WmKHz7iNotcZTFkWo7Qgt'
3681
3692
  },
3693
+ 177: {
3694
+ name: 'HashKey Chain',
3695
+ title: 'HashKey Chain',
3696
+ chain: 'HashKey Chain',
3697
+ rpc: [],
3698
+ faucets: [],
3699
+ nativeCurrency: { name: 'HashKey EcoPoints', symbol: 'HSK', decimals: 18 },
3700
+ infoURL: 'https://hsk.xyz',
3701
+ shortName: 'HSK',
3702
+ chainId: 177,
3703
+ networkId: 177,
3704
+ explorers: [],
3705
+ parent: { type: 'L2', chain: 'eip155-1' }
3706
+ },
3682
3707
  178: {
3683
3708
  name: 'ABEY Testnet',
3684
3709
  chain: 'ABEY',
@@ -3750,6 +3775,40 @@ exports.chains = {
3750
3775
  explorers: [],
3751
3776
  iconURL: 'https://ipfs.io/ipfs/QmSDJPBKh9cLVL8UZ5KYwdwPyhD8bRWNb33jjt48wtu5Uc'
3752
3777
  },
3778
+ 182: {
3779
+ name: 'IOST Mainnet',
3780
+ chain: 'iost',
3781
+ rpc: ['https://iost-mainnet.alt.technology'],
3782
+ faucets: [],
3783
+ nativeCurrency: {
3784
+ name: 'BNB Chain Native Token',
3785
+ symbol: 'BNB',
3786
+ decimals: 18
3787
+ },
3788
+ infoURL: 'https://iost.io',
3789
+ shortName: 'iost-mainnet',
3790
+ chainId: 182,
3791
+ networkId: 182,
3792
+ icon: 'bnbchain',
3793
+ slip44: 714,
3794
+ explorers: [
3795
+ {
3796
+ name: 'IOSTscan',
3797
+ url: 'https://iost-mainnet-explorer.alt.technology',
3798
+ standard: 'EIP3091'
3799
+ }
3800
+ ],
3801
+ parent: {
3802
+ type: 'L2',
3803
+ chain: 'eip155-56',
3804
+ bridges: [
3805
+ {
3806
+ url: 'https://10910bc5-8382-4ef5-bdc7-4c54c8f57e75.bridges.rollbridge.app/'
3807
+ }
3808
+ ]
3809
+ },
3810
+ iconURL: 'https://ipfs.io/ipfs/bafybeib75gwytvblyvjpfminitr3i6mpat3a624udfsqsl5nysf5vuuvie'
3811
+ },
3753
3812
  183: {
3754
3813
  name: 'Ethernity',
3755
3814
  chain: 'Ethernity',
@@ -4033,6 +4092,7 @@ exports.chains = {
4033
4092
  199: {
4034
4093
  name: 'BitTorrent Chain Mainnet',
4035
4094
  chain: 'BTTC',
4095
+ icon: 'bttc',
4036
4096
  rpc: [
4037
4097
  'https://rpc.bt.io',
4038
4098
  'https://bittorrent.drpc.org',
@@ -4050,7 +4110,8 @@ exports.chains = {
4050
4110
  url: 'https://bttcscan.com',
4051
4111
  standard: 'EIP3091'
4052
4112
  }
4053
- ]
4113
+ ],
4114
+ iconURL: 'https://ipfs.io/ipfs/QmW7DmMmWVH4xTWf573AkaUD87tsWZyAxwjyvYx8vU6bjK'
4054
4115
  },
4055
4116
  200: {
4056
4117
  name: 'Arbitrum on xDai',
@@ -4498,6 +4559,31 @@ exports.chains = {
4498
4559
  ],
4499
4560
  iconURL: 'https://ipfs.io/ipfs/QmQxGA6rhuCQDXUueVcNvFRhMEWisyTmnF57TqL7h6k6cZ'
4500
4561
  },
4562
+ 227: {
4563
+ name: 'Prom',
4564
+ chain: 'Prom',
4565
+ icon: 'prom',
4566
+ rpc: ['https://prom-rpc.eu-north-2.gateway.fm'],
4567
+ faucets: [],
4568
+ nativeCurrency: { name: 'Prom', symbol: 'PROM', decimals: 18 },
4569
+ infoURL: 'https://prom.io',
4570
+ shortName: 'PROM',
4571
+ chainId: 227,
4572
+ networkId: 227,
4573
+ explorers: [
4574
+ {
4575
+ name: 'blockscout',
4576
+ url: 'https://prom-blockscout.eu-north-2.gateway.fm',
4577
+ standard: 'EIP3091'
4578
+ }
4579
+ ],
4580
+ parent: {
4581
+ type: 'L2',
4582
+ chain: 'eip155-1',
4583
+ bridges: [{ url: 'https://prom-bridge.eu-north-2.gateway.fm/' }]
4584
+ },
4585
+ iconURL: 'https://ipfs.io/ipfs/QmWK2y5qCZgb6uCR7RrsEgTK1ci5rCSxmCWYtt5yJwpoE1'
4586
+ },
4501
4587
  228: {
4502
4588
  name: 'Mind Network Mainnet',
4503
4589
  chain: 'FHE',
@@ -4905,6 +4991,27 @@ exports.chains = {
4905
4991
  ],
4906
4992
  iconURL: 'https://ipfs.io/ipfs/QmX3hBv8WyvVfYjh1gmgDfJCpJBvKk4TYG9wFX9sC8WAjz'
4907
4993
  },
4994
+ 260: {
4995
+ name: 'Guru Network',
4996
+ chain: 'GURU',
4997
+ icon: 'GuruNetwork',
4998
+ rpc: ['https://rpc.gurunetwork.ai/archive/260'],
4999
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
5000
+ faucets: [],
5001
+ nativeCurrency: { name: 'Guru', symbol: 'GURU', decimals: 18 },
5002
+ infoURL: 'https://gurunetwork.ai',
5003
+ shortName: 'guru',
5004
+ chainId: 260,
5005
+ networkId: 260,
5006
+ explorers: [
5007
+ {
5008
+ name: 'guruscan',
5009
+ url: 'https://scan.gurunetwork.ai',
5010
+ standard: 'EIP3091'
5011
+ }
5012
+ ],
5013
+ iconURL: 'https://ipfs.io/ipfs/QmTDWnSNSCcVPCYD1FKrUirkT2MVrShdVK9dsxAi6eZdbD'
5014
+ },
4908
5015
  261: {
4909
5016
  name: 'Guru Network Testnet',
4910
5017
  chain: 'tGURU',
@@ -4920,7 +5027,7 @@ exports.chains = {
4920
5027
  explorers: [
4921
5028
  {
4922
5029
  name: 'guruscan',
4923
- url: 'https://scan.gurunetwork.ai',
5030
+ url: 'https://sepolia.gurunetwork.ai',
4924
5031
  standard: 'EIP3091'
4925
5032
  }
4926
5033
  ],
@@ -5193,13 +5300,10 @@ exports.chains = {
5193
5300
  291: {
5194
5301
  name: 'Orderly Mainnet',
5195
5302
  chain: 'ETH',
5196
- rpc: [
5197
- 'https://rpc.orderly.network',
5198
- 'https://l2-orderly-mainnet-0.t.conduit.xyz'
5199
- ],
5303
+ rpc: ['https://rpc.orderly.network'],
5200
5304
  faucets: [],
5201
5305
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
5202
- infoURL: 'www.orderly.network',
5306
+ infoURL: 'https://orderly.network/',
5203
5307
  shortName: 'orderly',
5204
5308
  chainId: 291,
5205
5309
  networkId: 291,
@@ -5214,6 +5318,29 @@ exports.chains = {
5214
5318
  ],
5215
5319
  iconURL: 'https://ipfs.io/ipfs/QmSpwp3RAVhZsErAQrCQxEmjnGqJQMigarzZbfqr9Ktakb'
5216
5320
  },
5321
+ 293: {
5322
+ name: 'DaVinci',
5323
+ chain: 'DCOIN',
5324
+ rpc: ['https://rpc.davinci.bz'],
5325
+ faucets: [],
5326
+ nativeCurrency: { name: 'DaVinci', symbol: 'DCOIN', decimals: 18 },
5327
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
5328
+ infoURL: 'https://davinci.bz',
5329
+ shortName: 'davinci',
5330
+ chainId: 293,
5331
+ networkId: 293,
5332
+ icon: 'davinci',
5333
+ explorers: [
5334
+ {
5335
+ name: 'davinciscan',
5336
+ icon: 'blockscout',
5337
+ url: 'https://mainnet-explorer.davinci.bz',
5338
+ standard: 'EIP3091'
5339
+ }
5340
+ ],
5341
+ status: 'active',
5342
+ iconURL: 'https://ipfs.io/ipfs/bafybeid7ggekwk5knwlxsesk4zomwrtg2mmcfwfqjtywghvljfbmukn2yu'
5343
+ },
5217
5344
  295: {
5218
5345
  name: 'Hedera Mainnet',
5219
5346
  chain: 'Hedera',
@@ -5729,6 +5856,27 @@ exports.chains = {
5729
5856
  explorers: [],
5730
5857
  iconURL: 'https://ipfs.io/ipfs/QmVRdhjaBYeUVCkF8SUYMqAgGtbePYaozzy4YtMVKazLut'
5731
5858
  },
5859
+ 332: {
5860
+ name: 'Omax Testnet',
5861
+ chain: 'Omax Chain',
5862
+ rpc: ['https://testapi.omaxray.com'],
5863
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
5864
+ faucets: ['https://faucet.omaxray.com/'],
5865
+ nativeCurrency: { name: 'OMAX TESTCOIN', symbol: 'OMAXT', decimals: 18 },
5866
+ infoURL: 'https://www.omaxcoin.com/',
5867
+ shortName: 'omaxt',
5868
+ chainId: 332,
5869
+ networkId: 332,
5870
+ icon: 'omaxchain',
5871
+ explorers: [
5872
+ {
5873
+ name: 'Omax Chain Explorer',
5874
+ url: 'https://testnet.omaxscan.com',
5875
+ standard: 'EIP3091'
5876
+ }
5877
+ ],
5878
+ iconURL: 'https://ipfs.io/ipfs/Qmd7omPxrehSuxHHPMYd5Nr7nfrtjKdRJQEhDLfTb87w8G'
5879
+ },
5732
5880
  333: {
5733
5881
  name: 'Web3Q Mainnet',
5734
5882
  chain: 'Web3Q',
@@ -6404,6 +6552,27 @@ exports.chains = {
6404
6552
  ],
6405
6553
  iconURL: 'https://ipfs.io/ipfs/QmVM1zLyWDZYyje5qWWfDdve1fmrDm69J9pSKhivb1zkCH'
6406
6554
  },
6555
+ 426: {
6556
+ name: 'The Widows Mite',
6557
+ chain: 'MITE',
6558
+ rpc: ['https://rpc.twmcrypto.com/'],
6559
+ faucets: ['https://faucet.twmcrypto.com/'],
6560
+ nativeCurrency: { name: 'The Widows Mite', symbol: 'MITE', decimals: 8 },
6561
+ infoURL: 'https://twmcrypto.com/',
6562
+ shortName: 'mite',
6563
+ chainId: 426,
6564
+ networkId: 426,
6565
+ icon: 'mite',
6566
+ explorers: [
6567
+ {
6568
+ name: 'The Widows Mite Explorer',
6569
+ url: 'https://scan.twmcrypto.com',
6570
+ icon: 'mite',
6571
+ standard: 'EIP3091'
6572
+ }
6573
+ ],
6574
+ iconURL: 'https://ipfs.io/ipfs/QmUdrSXS4729UQGVvUYfc8S1CHnG3JpG2HhCTDmsCw6jk8'
6575
+ },
6407
6576
  427: {
6408
6577
  name: 'Zeeth Chain',
6409
6578
  chain: 'ZeethChain',
@@ -7607,7 +7776,7 @@ exports.chains = {
7607
7776
  faucets: ['https://faucet-testnet.nerochain.io'],
7608
7777
  nativeCurrency: { name: 'NERO', symbol: 'NERO', decimals: 18 },
7609
7778
  infoURL: 'https://docs.nerochain.io/',
7610
- shortName: 'NERO',
7779
+ shortName: 'NEROT',
7611
7780
  chainId: 689,
7612
7781
  networkId: 689,
7613
7782
  slip44: 1,
@@ -9678,9 +9847,10 @@ exports.chains = {
9678
9847
  chain: 'BTTC',
9679
9848
  rpc: ['https://testrpc.bittorrentchain.io/'],
9680
9849
  faucets: [],
9850
+ status: 'deprecated',
9681
9851
  nativeCurrency: { name: 'BitTorrent', symbol: 'BTT', decimals: 18 },
9682
9852
  infoURL: 'https://bittorrentchain.io/',
9683
- shortName: 'tbtt',
9853
+ shortName: 'tbtt-deprecated',
9684
9854
  chainId: 1028,
9685
9855
  networkId: 1028,
9686
9856
  slip44: 1,
@@ -9692,6 +9862,27 @@ exports.chains = {
9692
9862
  }
9693
9863
  ]
9694
9864
  },
9865
+ 1029: {
9866
+ name: 'BitTorrent Chain Donau',
9867
+ chain: 'BTTC',
9868
+ icon: 'bttc',
9869
+ rpc: ['https://pre-rpc.bt.io'],
9870
+ faucets: ['https://testfaucet.bt.io'],
9871
+ nativeCurrency: { name: 'BitTorrent', symbol: 'BTT', decimals: 18 },
9872
+ infoURL: 'https://bt.io',
9873
+ shortName: 'tBTT',
9874
+ chainId: 1029,
9875
+ networkId: 1029,
9876
+ slip44: 1,
9877
+ explorers: [
9878
+ {
9879
+ name: 'BitTorrent Chain Donau Explorer',
9880
+ url: 'https://testnet.bttcscan.com',
9881
+ standard: 'EIP3091'
9882
+ }
9883
+ ],
9884
+ iconURL: 'https://ipfs.io/ipfs/QmW7DmMmWVH4xTWf573AkaUD87tsWZyAxwjyvYx8vU6bjK'
9885
+ },
9695
9886
  1030: {
9696
9887
  name: 'Conflux eSpace',
9697
9888
  chain: 'Conflux',
@@ -10434,6 +10625,18 @@ exports.chains = {
10434
10625
  ],
10435
10626
  iconURL: 'https://ipfs.io/ipfs/QmRGJ6PqYHDTWuUQ6xfnK8S82NzRXiMjTnSGat9qtLuaLP'
10436
10627
  },
10628
+ 1174: {
10629
+ name: 'Litheum Test Network',
10630
+ chain: 'Litheum',
10631
+ rpc: ['https://testnet.litheum.com'],
10632
+ faucets: [],
10633
+ nativeCurrency: { name: 'Lith', symbol: 'LTH', decimals: 9 },
10634
+ infoURL: 'https://litheum.com',
10635
+ shortName: 'lith',
10636
+ chainId: 1174,
10637
+ networkId: 1174,
10638
+ explorers: []
10639
+ },
10437
10640
  1177: {
10438
10641
  name: 'Smart Host Teknoloji TESTNET',
10439
10642
  chain: 'SHT',
@@ -11874,6 +12077,18 @@ exports.chains = {
11874
12077
  redFlags: ['reusedChainId'],
11875
12078
  iconURL: 'https://ipfs.io/ipfs/QmRLtNvkVhC7rRDiLMHLckWbesaSU6sNYhQZgsAM1phTZx'
11876
12079
  },
12080
+ 1480: {
12081
+ name: 'Islander',
12082
+ chain: 'Islander',
12083
+ rpc: [],
12084
+ nativeCurrency: { name: 'Islander', symbol: 'ISL', decimals: 18 },
12085
+ faucets: [],
12086
+ infoURL: '',
12087
+ shortName: 'isl',
12088
+ chainId: 1480,
12089
+ networkId: 1480,
12090
+ explorers: []
12091
+ },
11877
12092
  1490: {
11878
12093
  name: 'Vitruveo Mainnet',
11879
12094
  title: 'Vitruveo is a blockchain for Creators',
@@ -12116,6 +12331,27 @@ exports.chains = {
12116
12331
  }
12117
12332
  ]
12118
12333
  },
12334
+ 1605: {
12335
+ name: 'Betherance',
12336
+ chain: 'Beth',
12337
+ rpc: ['https://rpc.bethscan.io'],
12338
+ faucets: [],
12339
+ nativeCurrency: { name: 'Betherance', symbol: 'BETH', decimals: 18 },
12340
+ infoURL: 'https://rpc.bethscan.io',
12341
+ shortName: 'Beth',
12342
+ chainId: 1605,
12343
+ networkId: 1605,
12344
+ icon: 'betherance',
12345
+ explorers: [
12346
+ {
12347
+ name: 'bethscan',
12348
+ url: 'https://bethscan.io',
12349
+ icon: 'betherance',
12350
+ standard: 'none'
12351
+ }
12352
+ ],
12353
+ iconURL: 'https://ipfs.io/ipfs/QmQnf8Fp3xVimXszkCt7EfKWjUzGWK9HBq9EQ8xXbm1APH'
12354
+ },
12119
12355
  1617: {
12120
12356
  name: 'Ethereum Inscription Mainnet',
12121
12357
  chain: 'ETINS',
@@ -12334,6 +12570,27 @@ exports.chains = {
12334
12570
  networkId: 1688,
12335
12571
  iconURL: 'https://ipfs.io/ipfs/bafkreigzeanzqgxrzzep45t776ovbwi242poqxbryuu2go5eedeuwwcsay'
12336
12572
  },
12573
+ 1689: {
12574
+ name: 'NERO Mainnet',
12575
+ chain: 'NERO Chain',
12576
+ rpc: ['https://rpc.nerochain.io', 'wss://ws.nerochain.io'],
12577
+ faucets: [],
12578
+ nativeCurrency: { name: 'NERO', symbol: 'NERO', decimals: 18 },
12579
+ infoURL: 'https://docs.nerochain.io/',
12580
+ shortName: 'NERO',
12581
+ chainId: 1689,
12582
+ networkId: 1689,
12583
+ slip44: 1,
12584
+ icon: 'nero',
12585
+ explorers: [
12586
+ {
12587
+ name: 'nero mainnet scan',
12588
+ url: 'https://www.neroscan.io',
12589
+ standard: 'EIP3091'
12590
+ }
12591
+ ],
12592
+ iconURL: 'https://ipfs.io/ipfs/QmdkENLFjLRNts2kBspNbM3q84WjG5Yf7C8amVVr7FCQrp'
12593
+ },
12337
12594
  1701: {
12338
12595
  name: 'Anytype EVM Chain',
12339
12596
  chain: 'ETH',
@@ -13202,11 +13459,31 @@ exports.chains = {
13202
13459
  ],
13203
13460
  parent: {
13204
13461
  type: 'L2',
13205
- chain: 'eip155-1',
13462
+ chain: 'eip155-11155111',
13206
13463
  bridges: [{ url: 'https://bridge.soneium.org/testnet' }]
13207
13464
  },
13208
13465
  iconURL: 'https://ipfs.io/ipfs/bafybeighhofhlz3qi5yv6ukqw6gthkuedhmgs5xcej4iibwan4dnvghnvi'
13209
13466
  },
13467
+ 1949: {
13468
+ name: 'Bionix Testnet',
13469
+ chain: 'Bionix',
13470
+ rpc: ['https://testnet-chain.bionixnetwork.com'],
13471
+ faucets: [],
13472
+ nativeCurrency: { name: 'Bionix', symbol: 'tBIO', decimals: 18 },
13473
+ icon: 'bionix',
13474
+ infoURL: 'https://bionixnetwork.com',
13475
+ shortName: 'tbio',
13476
+ chainId: 1949,
13477
+ networkId: 1949,
13478
+ explorers: [
13479
+ {
13480
+ name: 'Bionix Testnet Explorer',
13481
+ url: 'https://testnet.bionixnetwork.com',
13482
+ standard: 'none'
13483
+ }
13484
+ ],
13485
+ iconURL: 'https://ipfs.io/ipfs/QmNVegdThJHrdcJxYTrmgccARTDTz9DkhxLffDCvDMp4an'
13486
+ },
13210
13487
  1951: {
13211
13488
  name: 'D-Chain Mainnet',
13212
13489
  chain: 'D-Chain',
@@ -13577,10 +13854,7 @@ exports.chains = {
13577
13854
  1995: {
13578
13855
  name: 'edeXa Testnet',
13579
13856
  chain: 'edeXa TestNetwork',
13580
- rpc: [
13581
- 'https://testnet.edexa.network/rpc',
13582
- 'https://io-dataseed1.testnet.edexa.io-market.com/rpc'
13583
- ],
13857
+ rpc: ['https://testnet.edexa.network/rpc', 'https://testnet.edexa.com/rpc'],
13584
13858
  faucets: ['https://faucet.edexa.com/'],
13585
13859
  nativeCurrency: { name: 'EDEXA', symbol: 'EDX', decimals: 18 },
13586
13860
  infoURL: 'https://edexa.network/',
@@ -15362,7 +15636,7 @@ exports.chains = {
15362
15636
  }
15363
15637
  ],
15364
15638
  parent: { type: 'L2', chain: 'eip155-1' },
15365
- iconURL: 'https://ipfs.io/ipfs/QmbCwbV2eNWxb8qCop5PzP9PB15YZzcHbj8D7BixLso4xJ'
15639
+ iconURL: 'https://ipfs.io/ipfs/bafybeic3dihuytvtm2hnfo7lvsqf43eqbzobtkxn3o3pxptktifsefy7su'
15366
15640
  },
15367
15641
  2415: {
15368
15642
  name: 'XODEX',
@@ -15433,7 +15707,7 @@ exports.chains = {
15433
15707
  ],
15434
15708
  parent: {
15435
15709
  type: 'L2',
15436
- chain: 'eip155-1',
15710
+ chain: 'eip155-11155111',
15437
15711
  bridges: [{ url: 'https://bridge-ui.cardona.zkevm-rpc.com' }]
15438
15712
  },
15439
15713
  iconURL: 'https://ipfs.io/ipfs/QmNmJZkQgx9RcFLS3rvxQTVYcPfyAFPr667keHTUxB9PDv'
@@ -15559,7 +15833,21 @@ exports.chains = {
15559
15833
  }
15560
15834
  ],
15561
15835
  parent: { type: 'L2', chain: 'eip155-5' },
15562
- iconURL: 'https://ipfs.io/ipfs/QmbCwbV2eNWxb8qCop5PzP9PB15YZzcHbj8D7BixLso4xJ'
15836
+ iconURL: 'https://ipfs.io/ipfs/bafybeic3dihuytvtm2hnfo7lvsqf43eqbzobtkxn3o3pxptktifsefy7su'
15837
+ },
15838
+ 2512: {
15839
+ name: 'K2 Testnet',
15840
+ chain: 'K2',
15841
+ icon: 'karak',
15842
+ rpc: [],
15843
+ faucets: [],
15844
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
15845
+ infoURL: 'https://karak.network',
15846
+ shortName: 'K2-testnet',
15847
+ chainId: 2512,
15848
+ networkId: 2512,
15849
+ status: 'incubating',
15850
+ iconURL: 'https://ipfs.io/ipfs/bafybeic3dihuytvtm2hnfo7lvsqf43eqbzobtkxn3o3pxptktifsefy7su'
15563
15851
  },
15564
15852
  2522: {
15565
15853
  name: 'Fraxtal Testnet',
@@ -16530,6 +16818,20 @@ exports.chains = {
16530
16818
  slip44: 1,
16531
16819
  iconURL: 'https://ipfs.io/ipfs/QmQnXu13ym8W1VA3QxocaNVXGAuEPmamSCkS7bBscVk1f4'
16532
16820
  },
16821
+ 3332: {
16822
+ name: 'EthStorage L2 Mainnet',
16823
+ chain: 'EthStorage',
16824
+ rpc: ['http://mainnet.l2.ethstorage.io:9540'],
16825
+ faucets: [],
16826
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
16827
+ infoURL: 'https://ethstorage.io/',
16828
+ shortName: 'esl2-m',
16829
+ chainId: 3332,
16830
+ networkId: 3332,
16831
+ slip44: 1,
16832
+ status: 'incubating',
16833
+ parent: { type: 'L2', chain: 'eip155-1' }
16834
+ },
16533
16835
  3333: {
16534
16836
  name: 'EthStorage Testnet',
16535
16837
  chain: 'EthStorage',
@@ -16561,16 +16863,45 @@ exports.chains = {
16561
16863
  ]
16562
16864
  },
16563
16865
  3335: {
16564
- name: 'EthStorage Mainnet',
16866
+ name: 'EthStorage L2 Devnet',
16565
16867
  chain: 'EthStorage',
16566
- rpc: ['http://mainnet.ethstorage.io:9540'],
16868
+ rpc: ['http://devnet.l2.ethstorage.io:9540'],
16567
16869
  faucets: [],
16568
16870
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
16569
16871
  infoURL: 'https://ethstorage.io/',
16570
- shortName: 'es-m',
16872
+ shortName: 'esl2-d',
16571
16873
  chainId: 3335,
16572
16874
  networkId: 3335,
16573
- slip44: 1
16875
+ slip44: 1,
16876
+ status: 'incubating',
16877
+ parent: { type: 'L2', chain: 'eip155-11155111' }
16878
+ },
16879
+ 3336: {
16880
+ name: 'EthStorage L2 Testnet',
16881
+ chain: 'EthStorage',
16882
+ rpc: ['http://testnet.l2.ethstorage.io:9540'],
16883
+ faucets: [],
16884
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
16885
+ infoURL: 'https://ethstorage.io/',
16886
+ shortName: 'esl2-t',
16887
+ chainId: 3336,
16888
+ networkId: 3336,
16889
+ slip44: 1,
16890
+ status: 'incubating',
16891
+ parent: { type: 'L2', chain: 'eip155-11155111' }
16892
+ },
16893
+ 3337: {
16894
+ name: 'EthStorage Devnet',
16895
+ chain: 'EthStorage',
16896
+ rpc: ['http://devnet.ethstorage.io:9540'],
16897
+ faucets: [],
16898
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
16899
+ infoURL: 'https://ethstorage.io/',
16900
+ shortName: 'es-d',
16901
+ chainId: 3337,
16902
+ networkId: 3337,
16903
+ slip44: 1,
16904
+ status: 'incubating'
16574
16905
  },
16575
16906
  3338: {
16576
16907
  name: 'peaq',
@@ -16597,6 +16928,19 @@ exports.chains = {
16597
16928
  ],
16598
16929
  iconURL: 'https://ipfs.io/ipfs/QmQ7Jue8v2YXyhmDTkSbzCJxzZDa2v4GZZKViESdyswzrj'
16599
16930
  },
16931
+ 3339: {
16932
+ name: 'EthStorage Mainnet',
16933
+ chain: 'EthStorage',
16934
+ rpc: ['http://mainnet.ethstorage.io:9540'],
16935
+ faucets: [],
16936
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
16937
+ infoURL: 'https://ethstorage.io/',
16938
+ shortName: 'es-m',
16939
+ chainId: 3339,
16940
+ networkId: 3339,
16941
+ slip44: 1,
16942
+ status: 'incubating'
16943
+ },
16600
16944
  3400: {
16601
16945
  name: 'Paribu Net Mainnet',
16602
16946
  chain: 'PRB',
@@ -16828,13 +17172,8 @@ exports.chains = {
16828
17172
  slip44: 1,
16829
17173
  explorers: [
16830
17174
  {
16831
- name: '3xpl',
16832
- url: 'https://3xpl.com/botanix',
16833
- standard: 'EIP3091'
16834
- },
16835
- {
16836
- name: 'Blockscout',
16837
- url: 'https://blockscout.botanixlabs.dev',
17175
+ name: 'Botanix Explorer',
17176
+ url: 'https://testnet.botanixscan.io',
16838
17177
  standard: 'EIP3091'
16839
17178
  }
16840
17179
  ],
@@ -17932,6 +18271,25 @@ exports.chains = {
17932
18271
  ],
17933
18272
  iconURL: 'https://ipfs.io/ipfs/QmTMbwvGznhMwxWbX28FWtj4Me8ayGQjUQG7zrXPCJzLTa'
17934
18273
  },
18274
+ 4321: {
18275
+ name: 'Echos Chain',
18276
+ chain: 'Echos',
18277
+ rpc: [],
18278
+ features: [],
18279
+ faucets: [],
18280
+ nativeCurrency: { name: 'USD Coin', symbol: 'USDC', decimals: 18 },
18281
+ infoURL: 'https://www.echos.fun/',
18282
+ shortName: 'echos',
18283
+ chainId: 4321,
18284
+ networkId: 4321,
18285
+ explorers: [
18286
+ {
18287
+ name: 'Echos Explorer',
18288
+ url: 'https://explorer.echos.fun',
18289
+ standard: 'none'
18290
+ }
18291
+ ]
18292
+ },
17935
18293
  4328: {
17936
18294
  name: 'Bobafuji Testnet',
17937
18295
  chain: 'Bobafuji Testnet',
@@ -18049,10 +18407,10 @@ exports.chains = {
18049
18407
  4460: {
18050
18408
  name: 'Orderly Sepolia Testnet',
18051
18409
  chain: 'ETH',
18052
- rpc: ['https://l2-orderly-l2-4460-sepolia-8tc3sd7dvy.t.conduit.xyz'],
18410
+ rpc: ['https://testnet-rpc.orderly.org'],
18053
18411
  faucets: [],
18054
18412
  nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
18055
- infoURL: 'www.orderly.network',
18413
+ infoURL: 'https://orderly.network',
18056
18414
  shortName: 'orderlyl2',
18057
18415
  chainId: 4460,
18058
18416
  networkId: 4460,
@@ -18061,7 +18419,7 @@ exports.chains = {
18061
18419
  explorers: [
18062
18420
  {
18063
18421
  name: 'basescout',
18064
- url: 'https://explorerl2new-orderly-l2-4460-sepolia-8tc3sd7dvy.t.conduit.xyz',
18422
+ url: 'https://testnet-explorer.orderly.org',
18065
18423
  icon: 'blockscout',
18066
18424
  standard: 'EIP3091'
18067
18425
  }
@@ -18563,6 +18921,26 @@ exports.chains = {
18563
18921
  status: 'active',
18564
18922
  iconURL: 'https://ipfs.io/ipfs/QmdofX1W8QFt4TSDaq2wyPvYuUba9LabgD1MYcn3Hezu8h'
18565
18923
  },
18924
+ 5090: {
18925
+ name: 'Pioneer Chain Testnet',
18926
+ chain: 'PIO',
18927
+ icon: 'pio',
18928
+ rpc: ['https://rpc.pionescan.com'],
18929
+ faucets: [],
18930
+ nativeCurrency: { name: 'Pioneer', symbol: 'PIO', decimals: 18 },
18931
+ infoURL: 'https://pionechain.com',
18932
+ shortName: 'pio',
18933
+ chainId: 5090,
18934
+ networkId: 5090,
18935
+ explorers: [
18936
+ {
18937
+ name: 'Pioneer Chain Explorer',
18938
+ url: 'https://pionescan.com',
18939
+ standard: 'EIP3091'
18940
+ }
18941
+ ],
18942
+ iconURL: 'https://ipfs.io/ipfs/QmXcFM3JqPvvxHe1i8fTQkCFGWDGHjcZmWe2u6epUhyftt'
18943
+ },
18566
18944
  5100: {
18567
18945
  name: 'Syndicate Testnet',
18568
18946
  title: 'Syndicate Testnet',
@@ -18990,11 +19368,7 @@ exports.chains = {
18990
19368
  5424: {
18991
19369
  name: 'edeXa Mainnet',
18992
19370
  chain: 'edeXa Network',
18993
- rpc: [
18994
- 'https://mainnet.edexa.network/rpc',
18995
- 'https://mainnet.edexa.com/rpc',
18996
- 'https://io-dataseed1.mainnet.edexa.io-market.com/rpc'
18997
- ],
19371
+ rpc: ['https://mainnet.edexa.network/rpc', 'https://mainnet.edexa.com/rpc'],
18998
19372
  faucets: [],
18999
19373
  features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
19000
19374
  nativeCurrency: { name: 'EDEXA', symbol: 'EDX', decimals: 18 },
@@ -21173,6 +21547,33 @@ exports.chains = {
21173
21547
  ],
21174
21548
  iconURL: 'https://ipfs.io/ipfs/QmdwifhejRfF8QfyzYrNdFVhfhCR6iuzWMmppK4eL7kttG'
21175
21549
  },
21550
+ 7897: {
21551
+ name: 'arena-z',
21552
+ title: 'arena-z',
21553
+ chain: 'arena-z',
21554
+ rpc: ['https://rpc.arena-z.gg', 'wss://ws.arena-z.gg'],
21555
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
21556
+ infoURL: 'https://raas.gelato.network/rollups/details/public/arena-z',
21557
+ faucets: [],
21558
+ shortName: 'arena-z',
21559
+ chainId: 7897,
21560
+ networkId: 7897,
21561
+ slip44: 60,
21562
+ icon: 'arena-z-mainnet',
21563
+ explorers: [
21564
+ {
21565
+ name: 'blockscout',
21566
+ url: 'https://explorer.arena-z.gg',
21567
+ standard: 'EIP3091'
21568
+ }
21569
+ ],
21570
+ parent: {
21571
+ type: 'L2',
21572
+ chain: 'eip155-1',
21573
+ bridges: [{ url: 'https://bridge.gelato.network/bridge/arena-z' }]
21574
+ },
21575
+ iconURL: 'https://ipfs.io/ipfs/QmPRGaSPsmbDwRgQUCJSfkEErrfXxHbpUhQSvvDTLgJ25R'
21576
+ },
21176
21577
  7923: {
21177
21578
  name: 'Dot Blox',
21178
21579
  chain: 'DTBX',
@@ -21392,7 +21793,7 @@ exports.chains = {
21392
21793
  }
21393
21794
  ],
21394
21795
  parent: { type: 'L2', chain: 'eip155-11155111' },
21395
- iconURL: 'https://ipfs.io/ipfs/QmbCwbV2eNWxb8qCop5PzP9PB15YZzcHbj8D7BixLso4xJ'
21796
+ iconURL: 'https://ipfs.io/ipfs/bafybeic3dihuytvtm2hnfo7lvsqf43eqbzobtkxn3o3pxptktifsefy7su'
21396
21797
  },
21397
21798
  8080: {
21398
21799
  name: 'Shardeum Liberty 1.X',
@@ -22780,19 +23181,23 @@ exports.chains = {
22780
23181
  name: 'KPA Smart Chain Testnet',
22781
23182
  chain: 'KSC',
22782
23183
  rpc: [
22783
- 'https://testnet-rpc1.koppachain.com/',
22784
- 'https://testnet-rpc2.koppachain.com/',
22785
- 'https://testnet-rpc3.koppachain.com/',
22786
- 'https://testnet-rpc4.koppachain.com/'
23184
+ 'https://tkpa-rpc1.kpachain.com/',
23185
+ 'https://tkpa-rpc2.kpachain.com/',
23186
+ 'https://tkpa-rpc3.kpachain.com/',
23187
+ 'https://tkpa-rpc4.kpachain.com/',
23188
+ 'https://testnet-rpc1.kpascan.com/',
23189
+ 'https://testnet-rpc2.kpascan.com/',
23190
+ 'https://testnet-rpc3.kpascan.com/',
23191
+ 'https://testnet-rpc4.kpascan.com/'
22787
23192
  ],
22788
- faucets: ['https://mint.koppachain.com'],
23193
+ faucets: ['https://mint.kpachain.com'],
22789
23194
  nativeCurrency: {
22790
23195
  name: 'KPA Smart Chain Testnet',
22791
23196
  symbol: 'tKPA',
22792
23197
  decimals: 18
22793
23198
  },
22794
23199
  features: [],
22795
- infoURL: 'https://koppachain.com',
23200
+ infoURL: 'https://kpachain.com',
22796
23201
  shortName: 'KPA',
22797
23202
  chainId: 9091,
22798
23203
  networkId: 9091,
@@ -23095,7 +23500,7 @@ exports.chains = {
23095
23500
  ],
23096
23501
  parent: {
23097
23502
  type: 'L2',
23098
- chain: 'eip155-5',
23503
+ chain: 'eip155-28882',
23099
23504
  bridges: [{ url: 'https://gateway.boba.network' }]
23100
23505
  }
23101
23506
  },
@@ -24246,6 +24651,19 @@ exports.chains = {
24246
24651
  slip44: 1,
24247
24652
  iconURL: 'https://ipfs.io/ipfs/QmUfr1ufnNJ4PcA3Jgf6jdi4ZiRFr6mPzKafwK1pSqvY9j'
24248
24653
  },
24654
+ 11100: {
24655
+ name: 'Bool Network Beta Mainnet',
24656
+ chain: 'BOOL',
24657
+ rpc: ['https://beta-rpc-node-http.bool.network'],
24658
+ faucets: [],
24659
+ nativeCurrency: { name: 'BOL', symbol: 'BOL', decimals: 18 },
24660
+ infoURL: 'https://bool.network/',
24661
+ shortName: 'BOL',
24662
+ chainId: 11100,
24663
+ networkId: 11100,
24664
+ icon: 'boolnetwork',
24665
+ iconURL: 'https://ipfs.io/ipfs/QmPVnYRhenXH8X9NF3vy7oU1sHnoBoNU2xDU68uBqWoy3b'
24666
+ },
24249
24667
  11110: {
24250
24668
  name: 'Astra',
24251
24669
  chain: 'Astra',
@@ -25291,6 +25709,31 @@ exports.chains = {
25291
25709
  ],
25292
25710
  iconURL: 'https://ipfs.io/ipfs/QmVz2jPdp5vXo4mJVuTXLmwcfQsw3XVojkmochPckvCowz'
25293
25711
  },
25712
+ 14149: {
25713
+ name: 'Bitharvest Chian Mainnet',
25714
+ chain: 'Bitharvest Chian Mainnet',
25715
+ rpc: ['https://rpc.bthscan.io/'],
25716
+ features: [{ name: 'EIP1559' }],
25717
+ faucets: [],
25718
+ nativeCurrency: {
25719
+ name: 'Bitharvest Mainnet Native Token',
25720
+ symbol: 'BTH',
25721
+ decimals: 18
25722
+ },
25723
+ infoURL: '',
25724
+ shortName: 'BitharvestMainnet',
25725
+ chainId: 14149,
25726
+ networkId: 14149,
25727
+ explorers: [
25728
+ {
25729
+ name: 'Bitharvest Mainnet Scan',
25730
+ url: 'https://bthscan.io',
25731
+ standard: 'EIP3091'
25732
+ }
25733
+ ],
25734
+ icon: 'bth',
25735
+ iconURL: 'https://ipfs.io/ipfs/QmPdGw9RLstggj3xcVtAfzmP2rUy6i2FuM4KPLC9wTiQqm'
25736
+ },
25294
25737
  14324: {
25295
25738
  name: 'EVOLVE Testnet',
25296
25739
  chain: 'EVO',
@@ -27897,6 +28340,28 @@ exports.chains = {
27897
28340
  redFlags: ['reusedChainId'],
27898
28341
  iconURL: 'https://ipfs.io/ipfs/QmRkaZbopr8JTgypSQ3N3VfQumnZEN9bA5Uh3u3mL26dwT'
27899
28342
  },
28343
+ 31611: {
28344
+ name: 'Mezo Matsnet Testnet',
28345
+ chain: 'Mezo',
28346
+ icon: 'mezo',
28347
+ rpc: ['https://rpc.test.mezo.org'],
28348
+ faucets: ['https://mezo.org/matsnet'],
28349
+ nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
28350
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
28351
+ infoURL: 'https://mezo.org/',
28352
+ shortName: 'mezo',
28353
+ chainId: 31611,
28354
+ networkId: 31611,
28355
+ explorers: [
28356
+ {
28357
+ name: 'blockscout',
28358
+ url: 'https://explorer.test.mezo.org',
28359
+ icon: 'blockscout',
28360
+ standard: 'EIP3091'
28361
+ }
28362
+ ],
28363
+ iconURL: 'https://ipfs.io/ipfs/bafkreibnc5le6iw6qqhrmhxbpxdlr6ub7wtpr5tga5sfgnowsv2ygac5fa'
28364
+ },
27900
28365
  31753: {
27901
28366
  name: 'Xchain Mainnet',
27902
28367
  chain: 'Xchain',
@@ -28433,6 +28898,32 @@ exports.chains = {
28433
28898
  ],
28434
28899
  iconURL: 'https://ipfs.io/ipfs/QmQUQKe8VEtSthhgXnJ3EmEz94YhpVCpUDZAiU9KYyNLya'
28435
28900
  },
28901
+ 37111: {
28902
+ name: 'Lens Testnet',
28903
+ title: 'Lens Network Sepolia Testnet',
28904
+ chain: 'Lens',
28905
+ rpc: ['https://rpc.testnet.lens.dev'],
28906
+ faucets: ['https://www.alchemy.com/faucets/lens-sepolia'],
28907
+ chainId: 37111,
28908
+ networkId: 37111,
28909
+ nativeCurrency: { name: 'GRASS', symbol: 'GRASS', decimals: 18 },
28910
+ icon: 'lens',
28911
+ infoURL: 'https://www.lens.xyz',
28912
+ shortName: 'lens-sepolia',
28913
+ parent: {
28914
+ type: 'L2',
28915
+ chain: 'eip155-11155111',
28916
+ bridges: [{ url: 'https://portal.testnet.lens.dev/bridge' }]
28917
+ },
28918
+ explorers: [
28919
+ {
28920
+ name: 'Lens Testnet Block Explorer',
28921
+ url: 'https://block-explorer.testnet.lens.dev',
28922
+ standard: 'none'
28923
+ }
28924
+ ],
28925
+ iconURL: 'https://ipfs.io/ipfs/QmP9HNKbbWQLEx5H57BSV3VhJNyVpVaC5B3NBCsyoomTMU'
28926
+ },
28436
28927
  38400: {
28437
28928
  name: 'ConnectorManager',
28438
28929
  chain: 'Rangers',
@@ -30078,6 +30569,20 @@ exports.chains = {
30078
30569
  }
30079
30570
  ]
30080
30571
  },
30572
+ 57073: {
30573
+ name: 'Ink',
30574
+ chain: 'ETH',
30575
+ rpc: [],
30576
+ faucets: [],
30577
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
30578
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
30579
+ infoURL: 'https://inkonchain.com',
30580
+ shortName: 'ink',
30581
+ chainId: 57073,
30582
+ networkId: 57073,
30583
+ explorers: [],
30584
+ status: 'incubating'
30585
+ },
30081
30586
  57451: {
30082
30587
  name: 'COINSEC Network',
30083
30588
  title: 'COINSEC Network',
@@ -32380,6 +32885,28 @@ exports.chains = {
32380
32885
  ],
32381
32886
  iconURL: 'https://ipfs.io/ipfs/QmRb2rWanyBTKS5KyrmrbXPNy9zovpxfLRxz9FPPiuRgfg'
32382
32887
  },
32888
+ 88866: {
32889
+ name: 'Matr1x Testnet',
32890
+ title: 'Matr1x Testnet',
32891
+ chain: 'Matr1x',
32892
+ rpc: ['https://testnet-rpc.m1chain.io'],
32893
+ faucets: [],
32894
+ nativeCurrency: { name: 'MAX', symbol: 'MAX', decimals: 18 },
32895
+ infoURL: 'https://matr1x.io',
32896
+ shortName: 'Matr1x-Testnet',
32897
+ chainId: 88866,
32898
+ networkId: 88866,
32899
+ icon: 'matr1x',
32900
+ explorers: [
32901
+ {
32902
+ name: 'matr1x testnet',
32903
+ url: 'https://testnet-scan.m1chain.io',
32904
+ icon: 'matr1x',
32905
+ standard: 'EIP3091'
32906
+ }
32907
+ ],
32908
+ iconURL: 'https://ipfs.io/ipfs/QmdwQDr6vmBtXmK2TmknkEuZNoaDqTasFdZdu3DRw8b2wt'
32909
+ },
32383
32910
  88880: {
32384
32911
  name: 'Chiliz Scoville Testnet',
32385
32912
  chain: 'CHZ',
@@ -32865,6 +33392,65 @@ exports.chains = {
32865
33392
  ],
32866
33393
  iconURL: 'https://ipfs.io/ipfs/Qmerd9Q3otjDuQAFbdiQyUnZk7UfPvkCr21E5N4VCNvhbj'
32867
33394
  },
33395
+ 98864: {
33396
+ name: 'Plume Devnet',
33397
+ title: 'Plume Sepolia L2 Rollup Devnet',
33398
+ chain: 'ETH',
33399
+ rpc: [
33400
+ 'https://test-rpc.plumenetwork.xyz',
33401
+ 'wss://test-rpc.plumenetwork.xyz'
33402
+ ],
33403
+ faucets: [],
33404
+ nativeCurrency: {
33405
+ name: 'Plume Sepolia Ether',
33406
+ symbol: 'ETH',
33407
+ decimals: 18
33408
+ },
33409
+ infoURL: 'https://www.plumenetwork.xyz/',
33410
+ shortName: 'plume-devnet',
33411
+ chainId: 98864,
33412
+ networkId: 98864,
33413
+ slip44: 1,
33414
+ icon: 'plume',
33415
+ explorers: [
33416
+ {
33417
+ name: 'Blockscout',
33418
+ url: 'https://test-explorer.plumenetwork.xyz',
33419
+ icon: 'blockscout',
33420
+ standard: 'EIP3091'
33421
+ }
33422
+ ],
33423
+ parent: { type: 'L2', chain: 'eip155-11155111' },
33424
+ iconURL: 'https://ipfs.io/ipfs/QmT7dJKK2VXMtF9mJ6EfMTJXBntJyVvZcA8beLA2RCFbsW'
33425
+ },
33426
+ 98865: {
33427
+ name: 'Plume Mainnet',
33428
+ title: 'Plume Ethereum L2 Rollup Mainnet',
33429
+ chain: 'ETH',
33430
+ rpc: ['https://rpc.plumenetwork.xyz', 'wss://rpc.plumenetwork.xyz'],
33431
+ faucets: [],
33432
+ nativeCurrency: { name: 'Plume Ether', symbol: 'ETH', decimals: 18 },
33433
+ infoURL: 'https://www.plumenetwork.xyz/',
33434
+ shortName: 'plume',
33435
+ chainId: 98865,
33436
+ networkId: 98865,
33437
+ slip44: 1,
33438
+ icon: 'plume',
33439
+ explorers: [
33440
+ {
33441
+ name: 'Blockscout',
33442
+ url: 'https://explorer.plumenetwork.xyz',
33443
+ icon: 'blockscout',
33444
+ standard: 'EIP3091'
33445
+ }
33446
+ ],
33447
+ parent: {
33448
+ type: 'L2',
33449
+ chain: 'eip155-11155111',
33450
+ bridges: [{ url: 'https://bridge.plumenetwork.xyz' }]
33451
+ },
33452
+ iconURL: 'https://ipfs.io/ipfs/QmT7dJKK2VXMtF9mJ6EfMTJXBntJyVvZcA8beLA2RCFbsW'
33453
+ },
32868
33454
  98881: {
32869
33455
  name: 'Ebi Chain',
32870
33456
  title: 'Ebi Chain',
@@ -33908,6 +34494,31 @@ exports.chains = {
33908
34494
  ],
33909
34495
  iconURL: 'https://ipfs.io/ipfs/QmPsxWMvnxnZ9dZcRJJMaE24o34dQsnsAMCJh3kVDrE1aB'
33910
34496
  },
34497
+ 141491: {
34498
+ name: 'Bitharvest Chian Testnet',
34499
+ chain: 'Bitharvest Chian Testnet',
34500
+ rpc: ['https://rpc-testnet.bthscan.io/'],
34501
+ features: [{ name: 'EIP1559' }],
34502
+ faucets: [],
34503
+ nativeCurrency: {
34504
+ name: 'Bitharvest Testnet Native Token',
34505
+ symbol: 'bth',
34506
+ decimals: 18
34507
+ },
34508
+ infoURL: '',
34509
+ shortName: 'BitharvestTestnet',
34510
+ chainId: 141491,
34511
+ networkId: 141491,
34512
+ explorers: [
34513
+ {
34514
+ name: 'Bitharvest Testnet Scan',
34515
+ url: 'https://testnet.bthscan.io',
34516
+ standard: 'EIP3091'
34517
+ }
34518
+ ],
34519
+ icon: 'bth',
34520
+ iconURL: 'https://ipfs.io/ipfs/QmPdGw9RLstggj3xcVtAfzmP2rUy6i2FuM4KPLC9wTiQqm'
34521
+ },
33911
34522
  142857: {
33912
34523
  name: 'ICPlaza Mainnet',
33913
34524
  chain: 'ICPlaza',
@@ -38437,7 +39048,7 @@ exports.chains = {
38437
39048
  networkId: 2611555
38438
39049
  },
38439
39050
  2702128: {
38440
- name: 'Xterio Chain',
39051
+ name: 'Xterio Chain (ETH)',
38441
39052
  chain: 'Xterio',
38442
39053
  rpc: ['https://xterio-eth.alt.technology'],
38443
39054
  faucets: [],
@@ -38448,7 +39059,7 @@ exports.chains = {
38448
39059
  networkId: 2702128,
38449
39060
  explorers: [
38450
39061
  {
38451
- name: 'Xterio Chain Explorer',
39062
+ name: 'Xterio Chain (ETH) Explorer',
38452
39063
  url: 'https://eth.xterscan.io',
38453
39064
  standard: 'EIP3091'
38454
39065
  }
@@ -39886,6 +40497,24 @@ exports.chains = {
39886
40497
  ],
39887
40498
  iconURL: 'https://ipfs.io/ipfs/QmafrUmh1FD48WWQwk6pfW1Y7eA9VQTdpeL387Wt2JFrAd'
39888
40499
  },
40500
+ 21000000: {
40501
+ name: 'Corn Maizenet',
40502
+ chain: 'BTCN',
40503
+ rpc: ['https://maizenet-rpc.usecorn.com'],
40504
+ faucets: [],
40505
+ nativeCurrency: { name: 'Bitcorn', symbol: 'BTCN', decimals: 18 },
40506
+ infoURL: 'https://usecorn.com',
40507
+ shortName: 'btcn',
40508
+ chainId: 21000000,
40509
+ networkId: 21000000,
40510
+ explorers: [
40511
+ {
40512
+ name: 'Corn Maizenet Explorer',
40513
+ url: 'https://maizenet-explorer.usecorn.com',
40514
+ standard: 'EIP3091'
40515
+ }
40516
+ ]
40517
+ },
39889
40518
  22052002: {
39890
40519
  name: 'Excelon Mainnet',
39891
40520
  chain: 'XLON',
@@ -40730,10 +41359,7 @@ exports.chains = {
40730
41359
  name: 'Plume Testnet',
40731
41360
  title: 'Plume Sepolia Rollup Testnet',
40732
41361
  chain: 'ETH',
40733
- rpc: [
40734
- 'https://testnet-rpc.plumenetwork.xyz/http',
40735
- 'wss://testnet-rpc.plumenetwork.xyz/ws'
40736
- ],
41362
+ rpc: [],
40737
41363
  faucets: [],
40738
41364
  nativeCurrency: {
40739
41365
  name: 'Plume Sepolia Ether',
@@ -40746,20 +41372,10 @@ exports.chains = {
40746
41372
  networkId: 161221135,
40747
41373
  slip44: 1,
40748
41374
  icon: 'plume',
40749
- explorers: [
40750
- {
40751
- name: 'Blockscout',
40752
- url: 'https://testnet-explorer.plumenetwork.xyz',
40753
- icon: 'blockscout',
40754
- standard: 'EIP3091'
40755
- }
40756
- ],
40757
- parent: {
40758
- type: 'L2',
40759
- chain: 'eip155-11155111',
40760
- bridges: [{ url: 'https://testnet-bridge.plumenetwork.xyz' }]
40761
- },
40762
- iconURL: 'https://ipfs.io/ipfs/QmNUpqkYWYJoDXKUpZ8FVbGyN6HCwxYonKNAieCf2oTzGn'
41375
+ status: 'deprecated',
41376
+ explorers: [],
41377
+ parent: { type: 'L2', chain: 'eip155-11155111' },
41378
+ iconURL: 'https://ipfs.io/ipfs/QmT7dJKK2VXMtF9mJ6EfMTJXBntJyVvZcA8beLA2RCFbsW'
40763
41379
  },
40764
41380
  168587773: {
40765
41381
  name: 'Blast Sepolia Testnet',