1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

Remove Mumbai from supported chains dropdown (#2039)

This commit is contained in:
Bogdan Fazakas 2024-05-23 09:49:41 +03:00 committed by GitHub
parent 932dfb2472
commit 1c3a866e46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ module.exports = {
chainIds: [1, 137, 10], chainIds: [1, 137, 10],
// List of all supported chainIds. Used to populate the Chains user preferences list. // List of all supported chainIds. Used to populate the Chains user preferences list.
chainIdsSupported: [1, 137, 10, 80001, 11155111], chainIdsSupported: [1, 137, 10, 11155111],
customProviderUrl: process.env.NEXT_PUBLIC_PROVIDER_URL, customProviderUrl: process.env.NEXT_PUBLIC_PROVIDER_URL,