Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vp4242 committed Feb 21, 2024
1 parent e49c5bd commit 1e2dd51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/deploy-sepolia-deposit-contract-adapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ async function updateAdapterImplementation(proxyOwner) {
await proxy.proxy__upgradeTo(sepoliaDepositAdapter, { from: proxyOwner })
}

async function deployAdaperBehindPrixy(depositAdapterProxyOwner) {
async function deployAdaperBehindProxy(depositAdapterProxyOwner) {
const sepoliaDepositContract = "0x7f02C3E3c98b133055B8B348B2Ac625669Ed295D"
const constructorArgs = [sepoliaDepositContract]

Expand All @@ -36,7 +36,7 @@ async function deployNewContracts({ web3, artifacts }) {

const depositAdapterProxyOwner = "0x6885E36BFcb68CB383DfE90023a462C03BCB2AE5"

// await deployAdaperBehindPrixy(depositAdapterProxyOwner)
// await deployAdaperBehindProxy(depositAdapterProxyOwner)
await updateAdapterImplementation(depositAdapterProxyOwner)
}

Expand Down

0 comments on commit 1e2dd51

Please sign in to comment.