Skip to content

Commit

Permalink
update supported networks
Browse files Browse the repository at this point in the history
  • Loading branch information
wwhchung committed May 18, 2024
1 parent 52fb37c commit 9299929
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div class="unsupported-network">
<div class="inner">
<h1>RoyaltyRegistry.eth</h1>
<span>Only Mainnet, Optimism, Base, Arbitrum, Avalanche, BNB, Polygon Matic and Mumbai chains are supported.</span>
<span>Only Mainnet, Sepolia, Optimism, Base, Arbitrum, Avalanche, BNB, Polygon Matic and Mumbai chains are supported.</span>
<collaborators />
<faq />
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/lib/SupportedNetworks.ts
Original file line number Diff line number Diff line change
@@ -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
]

0 comments on commit 9299929

Please sign in to comment.