Skip to content

Commit

Permalink
fix: anvil deployment with account 20
Browse files Browse the repository at this point in the history
  • Loading branch information
amarinkovic committed Mar 30, 2023
1 parent 676b071 commit 01493c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ deploy-sim: ## simulate smart deploy to goerli
--ffi

anvil: ## run anvil with shared wallet
anvil --host 0.0.0.0 --chain-id 31337 -m ./nayms_mnemonic.txt --state anvil.json
anvil --host 0.0.0.0 --chain-id 31337 --accounts 20 -m ./nayms_mnemonic.txt --state anvil.json

anvil-debug: ## run anvil in debug mode with shared wallet
RUST_LOG=backend,api,node,rpc=warn anvil --host 0.0.0.0 --chain-id 31337 -m ./nayms_mnemonic.txt --state anvil.json
Expand Down
2 changes: 1 addition & 1 deletion deployedAddresses.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"1": "0x03f2a869915984b9BEd52C53eE492668a326BC18",
"31337": "0x942757fa0b73257AC3393730dCC59c8Aa15de6f5",
"31337": "0x7E5462DA297440D2a27fE27d1F291Cf67202302B",
"5": "0x428c9347a76943E4c625C11813A303Ca12B8675f"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nayms/contracts",
"version": "3.4.7",
"version": "3.4.8",
"main": "index.js",
"repository": "https://github.com/nayms/contracts-v3.git",
"author": "Kevin Park <[email protected]>",
Expand Down

0 comments on commit 01493c5

Please sign in to comment.