diff --git a/Makefile b/Makefile index 57d25c9e..68a67f4c 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/deployedAddresses.json b/deployedAddresses.json index c55dba82..a2b3e83e 100644 --- a/deployedAddresses.json +++ b/deployedAddresses.json @@ -1,5 +1,5 @@ { "1": "0x03f2a869915984b9BEd52C53eE492668a326BC18", - "31337": "0x942757fa0b73257AC3393730dCC59c8Aa15de6f5", + "31337": "0x7E5462DA297440D2a27fE27d1F291Cf67202302B", "5": "0x428c9347a76943E4c625C11813A303Ca12B8675f" } \ No newline at end of file diff --git a/package.json b/package.json index ece5146b..81210d62 100644 --- a/package.json +++ b/package.json @@ -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 ",