Skip to content

Commit

Permalink
change Vault example addresse for deployed one in Sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
CoveMB committed Apr 29, 2024
1 parent c67e4f1 commit cdf25bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/verify-contract/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ async function main() {
'https://raw.githubusercontent.com/OpenZeppelin/defender-client/fa441208febac7f46fe7bb03c787659089315f78/examples/verify-contract/compilation-artifact.json',
solidityFilePath: 'contracts/Vault.sol',
contractName: 'VaultV2',
contractAddress: '0x38e373CC414e90dDec45cf7166d497409902e998',
contractAddress: '0xc1a35c687c72AE7ccF7067F018848e5FceED637F',
contractNetwork: 'sepolia',
});

Expand All @@ -46,7 +46,7 @@ async function main() {
'https://github.com/OpenZeppelin/defender-client/blob/master/examples/verify-contract/compilation-artifact.json',
solidityFilePath: 'contracts/Vault.sol',
contractName: 'VaultV2',
contractAddress: '0x38e373CC414e90dDec45cf7166d497409902e998',
contractAddress: '0xc1a35c687c72AE7ccF7067F018848e5FceED637F',
contractNetwork: 'sepolia',
});

Expand All @@ -56,7 +56,7 @@ async function main() {
// state of your contract, you can call `get` providing
// the address and network
verification = await client.getDeploymentVerification({
contractAddress: '0x38e373CC414e90dDec45cf7166d497409902e998',
contractAddress: '0xc1a35c687c72AE7ccF7067F018848e5FceED637F',
contractNetwork: 'sepolia',
});

Expand Down

0 comments on commit cdf25bc

Please sign in to comment.