Skip to content

Commit

Permalink
deploy testnet universalresolver
Browse files Browse the repository at this point in the history
  • Loading branch information
TateB committed Feb 18, 2024
1 parent 9487d48 commit 4b222f8
Show file tree
Hide file tree
Showing 7 changed files with 388 additions and 83 deletions.
10 changes: 6 additions & 4 deletions deploy/utils/00_deploy_universal_resolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
log: true,
})

const UR = await ethers.getContract('UniversalResolver')
const tx = await UR.transferOwnership(owner)
console.log(`Transfer ownership to ${owner} (tx: ${tx.hash})...`)
await tx.wait()
if (owner !== undefined && owner !== deployer) {
const UR = await ethers.getContract('UniversalResolver')
const tx = await UR.transferOwnership(owner)
console.log(`Transfer ownership to ${owner} (tx: ${tx.hash})...`)
await tx.wait()
}
}

func.id = 'universal-resolver'
Expand Down
46 changes: 23 additions & 23 deletions deployments/goerli/UniversalResolver.json

Large diffs are not rendered by default.

101 changes: 101 additions & 0 deletions deployments/goerli/solcInputs/49f758ec505ff69b72f3179ac11d7cfc.json

Large diffs are not rendered by default.

58 changes: 29 additions & 29 deletions deployments/holesky/UniversalResolver.json

Large diffs are not rendered by default.

101 changes: 101 additions & 0 deletions deployments/holesky/solcInputs/49f758ec505ff69b72f3179ac11d7cfc.json

Large diffs are not rendered by default.

54 changes: 27 additions & 27 deletions deployments/sepolia/UniversalResolver.json

Large diffs are not rendered by default.

101 changes: 101 additions & 0 deletions deployments/sepolia/solcInputs/49f758ec505ff69b72f3179ac11d7cfc.json

Large diffs are not rendered by default.

0 comments on commit 4b222f8

Please sign in to comment.