From 92999297833dec5c37bff635b00d99b18ea2c5c9 Mon Sep 17 00:00:00 2001 From: Wilkins Chung Date: Sat, 18 May 2024 11:44:25 -0700 Subject: [PATCH] update supported networks --- src/App.vue | 2 +- src/lib/SupportedNetworks.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index 05243cd..fcc9ab2 100644 --- a/src/App.vue +++ b/src/App.vue @@ -9,7 +9,7 @@

RoyaltyRegistry.eth

- Only Mainnet, Optimism, Base, Arbitrum, Avalanche, BNB, Polygon Matic and Mumbai chains are supported. + Only Mainnet, Sepolia, Optimism, Base, Arbitrum, Avalanche, BNB, Polygon Matic and Mumbai chains are supported.
diff --git a/src/lib/SupportedNetworks.ts b/src/lib/SupportedNetworks.ts index 1cfd0e4..043d717 100644 --- a/src/lib/SupportedNetworks.ts +++ b/src/lib/SupportedNetworks.ts @@ -1,3 +1,3 @@ export const SUPPORTED_NETWORKS = [ - 1, 5, 10, 56, 137, 8453, 42161, 43114, 80001 + 1, 11155111, 10, 56, 137, 8453, 42161, 43114, 80001 ]