Skip to content

Commit

Permalink
Fix sdk addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
boyuan-chen committed May 18, 2024
1 parent eeae192 commit bb26e36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sdk/src/utils/contracts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -505,12 +505,12 @@ export const BRIDGE_ADAPTER_DATA: {
99: {
Standard: {
Adapter: StandardBridgeAdapter,
l1Bridge: '0x285766B642eAA86b8052817c827E4472cDb3dd18',
l1Bridge: '0x09635F643e140090A9A8Dcd712eD6285858ceBef',
l2Bridge: predeploys.L2StandardBridge,
},
ETH: {
Adapter: ETHBridgeAdapter,
l1Bridge: '0x285766B642eAA86b8052817c827E4472cDb3dd18',
l1Bridge: '0x09635F643e140090A9A8Dcd712eD6285858ceBef',
l2Bridge: predeploys.L2StandardBridge,
},
},
Expand Down

0 comments on commit bb26e36

Please sign in to comment.