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

remove goerli (#2023)

This commit is contained in:
mihaisc 2024-03-21 10:12:01 +02:00 committed by GitHub
parent a042e4f644
commit dc60970b7d
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],
// List of all supported chainIds. Used to populate the Chains user preferences list.
chainIdsSupported: [1, 137, 10, 5, 80001, 11155111],
chainIdsSupported: [1, 137, 10, 80001, 11155111],
customProviderUrl: process.env.NEXT_PUBLIC_PROVIDER_URL,