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:
parent
932dfb2472
commit
1c3a866e46
@ -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,
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user