Skip to content

Commit

Permalink
deploy scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
n13 committed Oct 26, 2023
1 parent 2c2d4e7 commit 006e776
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions deploy_eos_mainnet.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cleos -u http://eos.greymass.com set contract dao.hypha build/dao dao_O3.wasm dao.abi
2 changes: 1 addition & 1 deletion deploy_eos_testnet.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cleosjungle4 set contract daoxhypha111 build/dao dao_O3.wasm dao.abi
cleos -u https://jungle4.dfuse.eosnation.io set contract daoxhypha111 build/dao dao_O3.wasm dao.abi
1 change: 1 addition & 0 deletions deploy_telos_mainnet.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cleos -u http://mainnet.telos.net set contract dao.hypha build/dao dao_O3.wasm dao.abi
2 changes: 1 addition & 1 deletion deploy_testnet.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cleost set contract mtdhoxhyphaa build/dao dao_O3.wasm dao.abi
cleos -u https://testnet.telos.net set contract mtdhoxhyphaa build/dao dao_O3.wasm dao.abi

0 comments on commit 006e776

Please sign in to comment.