Skip to content

Commit

Permalink
Add overrides in relations.ts for unverified contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincheng96 committed Nov 6, 2023
1 parent 4faf935 commit 9de62fd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deployments/scroll-goerli/usdc/relations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,11 @@ export default {
slot: '0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc'
}
}
},
'0x477df03cb8c83ec241df01302a9d13102676eee4': {
artifact: 'contracts/Configurator.sol:Configurator',
},
'0x3effaacd82fa5a76d539b7d9cee0250f972f115f': {
artifact: 'contracts/CometFactory.sol:CometFactory',
}
};

0 comments on commit 9de62fd

Please sign in to comment.