Skip to content

Commit

Permalink
fix bridge for optimism
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniket-Engg committed Mar 18, 2024
1 parent 71d2ec7 commit 52d5c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/remix-ui/run-tab/src/lib/components/environment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export function EnvironmentUI(props: EnvironmentProps) {

const currentProvider = props.providers.providerList.find((exEnv) => exEnv.value === props.selectedEnv)
const bridges = {
'injected-optimism-provider': 'https://www.optimism.io/apps/bridges',
'injected-optimism-provider': 'https://app.optimism.io/bridge/deposit',
'injected-arbitrum-one-provider': 'https://bridge.arbitrum.io/'
}

Expand Down

0 comments on commit 52d5c8b

Please sign in to comment.