Skip to content

Commit

Permalink
Deploy domain contracts to base staging (#405)
Browse files Browse the repository at this point in the history
* udpate params; restrict to 20 provider hashes

* deploy to base staging

* Add hardhat network and verify contracts
  • Loading branch information
0xSachinK authored Sep 23, 2024
1 parent cb5e7ab commit 8b958d7
Show file tree
Hide file tree
Showing 12 changed files with 5,764 additions and 103 deletions.
1 change: 0 additions & 1 deletion contracts-domain/deploy/deployment_summary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
multiSig: ${multiSig}
multiSig nonce: ${await hre.ethers.provider.getTransactionCount(multiSig)}
----------------------------------------------------------------------
USDC: ${getDeployedContractAddress(network, "USDCMock")}
DomainExchange: ${getDeployedContractAddress(network, "DomainExchange")}
ClaimVerifier: ${getDeployedContractAddress(network, "ClaimVerifier")}
VerifyDomainProcessor: ${getDeployedContractAddress(network, "VerifyDomainProcessor")}
Expand Down
1 change: 1 addition & 0 deletions contracts-domain/deployments/base_staging/.chainId
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8453
142 changes: 142 additions & 0 deletions contracts-domain/deployments/base_staging/ClaimVerifier.json

Large diffs are not rendered by default.

Loading

0 comments on commit 8b958d7

Please sign in to comment.