Skip to content

Commit

Permalink
Merge pull request #4475 from balancer/fix/optimism
Browse files Browse the repository at this point in the history
fix: temporary hide optimism
  • Loading branch information
alter-eggo authored Oct 31, 2023
2 parents 2d2a491 + 06f06b7 commit 1e5e885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/config/optimism/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const config: Config = {
network: 'optimism',
trustWalletNetwork: 'optimism',
unknown: false,
visibleInUI: true,
visibleInUI: false,
testNetwork: false,
rpc: 'https://mainnet.optimism.io',
ws: 'wss://ws-mainnet.optimism.io',
Expand Down

0 comments on commit 1e5e885

Please sign in to comment.