Skip to content

Commit

Permalink
Merge pull request #2 from rarimo/fix/migrate
Browse files Browse the repository at this point in the history
fixed migrate version
  • Loading branch information
Arvolear authored Dec 11, 2023
2 parents df4ae98 + e6407c2 commit 7a301af
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
5 changes: 5 additions & 0 deletions deploy/config/testnets/goerli.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"signer": "0xDa323B2e898745B756768F0e4890599d0Ce5aFA6",
"sourceStateContract": "0xf7134CE138832c1456F2a91D64621eE90c2bddEa",
"chainName": "Goerli"
}
5 changes: 5 additions & 0 deletions deploy/config/testnets/sepolia.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"signer": "0xDa323B2e898745B756768F0e4890599d0Ce5aFA6",
"sourceStateContract": "0xf7134CE138832c1456F2a91D64621eE90c2bddEa",
"chainName": "Sepolia"
}
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@nomicfoundation/hardhat-network-helpers": "^1.0.9",
"@solarity/hardhat-gobind": "^1.1.0",
"@solarity/hardhat-markup": "^1.0.3",
"@solarity/hardhat-migrate": "^2.0.0-alpha.16",
"@solarity/hardhat-migrate": "^2.0.0-alpha.19",
"@typechain/ethers-v6": "^0.5.1",
"@typechain/hardhat": "^9.1.0",
"@types/chai": "^4.3.11",
Expand Down

0 comments on commit 7a301af

Please sign in to comment.