Skip to content

Commit

Permalink
relations interfaces for bridge contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
ajb413 committed Mar 22, 2024
1 parent 63a6f25 commit b86366e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deployments/sepolia/usdc/relations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,14 @@ export default {
}
},
baseL1CrossDomainMessenger: {
artifact: 'contracts/bridges/optimism/IL1CrossDomainMessenger.sol:IL1CrossDomainMessenger',
delegates: {
// Not great, but this address shouldn't change and is very difficult to grab on-chain (private methods)
field: async () => '0xC34855F4De64F1840e5686e64278da901e261f20'
}
},
baseL1StandardBridge: {
artifact: 'contracts/bridges/optimism/IL1StandardBridge.sol:IL1StandardBridge',
delegates: {
field: {
slot: '0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc'
Expand Down

0 comments on commit b86366e

Please sign in to comment.