diff --git a/deploy_eos_mainnet.sh b/deploy_eos_mainnet.sh new file mode 100755 index 0000000..4d78a71 --- /dev/null +++ b/deploy_eos_mainnet.sh @@ -0,0 +1 @@ +cleos -u http://eos.greymass.com set contract dao.hypha build/dao dao_O3.wasm dao.abi \ No newline at end of file diff --git a/deploy_eos_testnet.sh b/deploy_eos_testnet.sh index f0ef1db..f6f79d6 100755 --- a/deploy_eos_testnet.sh +++ b/deploy_eos_testnet.sh @@ -1 +1 @@ -cleosjungle4 set contract daoxhypha111 build/dao dao_O3.wasm dao.abi \ No newline at end of file +cleos -u https://jungle4.dfuse.eosnation.io set contract daoxhypha111 build/dao dao_O3.wasm dao.abi \ No newline at end of file diff --git a/deploy_telos_mainnet.sh b/deploy_telos_mainnet.sh new file mode 100755 index 0000000..7100f2f --- /dev/null +++ b/deploy_telos_mainnet.sh @@ -0,0 +1 @@ +cleos -u http://mainnet.telos.net set contract dao.hypha build/dao dao_O3.wasm dao.abi \ No newline at end of file diff --git a/deploy_testnet.sh b/deploy_testnet.sh index 94f934e..fbb78f2 100755 --- a/deploy_testnet.sh +++ b/deploy_testnet.sh @@ -1 +1 @@ -cleost set contract mtdhoxhyphaa build/dao dao_O3.wasm dao.abi \ No newline at end of file +cleos -u https://testnet.telos.net set contract mtdhoxhyphaa build/dao dao_O3.wasm dao.abi \ No newline at end of file