Skip to content

Commit

Permalink
Update utils/deploy-upgradeable.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Ernani São Thiago <[email protected]>
  • Loading branch information
karacurt and ernanirst authored Apr 30, 2024
1 parent d8af65d commit ad3037e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/deploy-upgradeable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const NETWORK = network.name as Network
const networkConfig: any = network.config
const provider = new ethers.JsonRpcProvider(networkConfig.url || '')
const deployer = new AwsKmsSigner(kmsCredentials).connect(provider)

export async function deployUpgradeableContract(
PROXY_CONTRACT_NAME: string,
OPERATOR_ADDRESS: string,
Expand Down

0 comments on commit ad3037e

Please sign in to comment.