Skip to content

Commit

Permalink
Fix unverified Linea Goerli contract issue (#787)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincheng96 authored Jul 17, 2023
1 parent 88a4fff commit 1e7e180
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions deployments/goerli/usdc/relations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,12 @@ export default {
}
},
lineaMessageService: {
delegates: {
field: {
slot: '0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc'
}
}
artifact: 'contracts/bridges/linea/IMessageService.sol:IMessageService',
// delegates: {
// field: {
// slot: '0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc'
// }
// }
},
lineaL1TokenBridge: {
delegates: {
Expand Down

0 comments on commit 1e7e180

Please sign in to comment.