Skip to content

Commit

Permalink
Amoy deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
fdematos committed Apr 4, 2024
1 parent 99c182c commit 5f93b41
Show file tree
Hide file tree
Showing 6 changed files with 507 additions and 5 deletions.
1 change: 1 addition & 0 deletions deployments/amoy_production/.chainId
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
80002
291 changes: 291 additions & 0 deletions deployments/amoy_production/P256Signer.json

Large diffs are not rendered by default.

153 changes: 153 additions & 0 deletions deployments/amoy_production/P256SignerFactory.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"@cometh/contracts-factory": "^1.2.5",
"@cometh/contracts-factory": "^1.2.6",
"@nomicfoundation/hardhat-verify": "^1.1.1",
"@openzeppelin/contracts": "^4.8.2",
"dotenv": "^16.3.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@
"@chainsafe/persistent-merkle-tree" "^0.4.2"
case "^1.6.3"

"@cometh/contracts-factory@^1.2.5":
version "1.2.5"
resolved "https://registry.yarnpkg.com/@cometh/contracts-factory/-/contracts-factory-1.2.5.tgz#230ca925d63adf8030271de16e5693a89c672210"
integrity sha512-vsQVhes6xowUOGdDL4qe3wS1FkAdsozHQyc2q6A/70OTzPAA9OQikDAj0UuXGpECCuy/OnZvsruqiZTHoNCsLw==
"@cometh/contracts-factory@^1.2.6":
version "1.2.6"
resolved "https://registry.yarnpkg.com/@cometh/contracts-factory/-/contracts-factory-1.2.6.tgz#fa0646b50aa131b7af6cc3a4e7deec17e72f8d3a"
integrity sha512-FrFsz0Rq74kOkWOflq8XkBxek1YOcFGLrAniAvnVU5Ykp4DG96kHMCHipAs+PMBG9dCfAVhsdSLkcmaD9WILQg==
dependencies:
dotenv "^16.3.1"
ethers "^5.7.0"
Expand Down

0 comments on commit 5f93b41

Please sign in to comment.