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
1 changed files with 1 additions and 1 deletions

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,