forked from PFC-Validator/PFC-fee-split
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotes_elgafar.txt
15 lines (11 loc) · 1.15 KB
/
notes_elgafar.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# elgafar
starsd tx wasm store ./artifacts/pfc_fee_splitter.wasm --from testadmin --yes --gas-prices 0.025ustars --gas-adjustment 1.7 --gas auto
# 800
json=$(cat ./test_files/elgafar_instantiate_feesplit.json)
starsd tx wasm instantiate 800 "${json}" --admin stars1kdtdg0lvy8asxn8clnjfpusuvf93zuknxrad8g --label pfc-fee-split --from testadmin --gas-prices 0.025ustars --gas-adjustment 1.7 --gas --gas 324601
# stars1xek55lr3hzchhdp5z0t0xgzhcf0362vz54teqgne50f0ysgn9yrshdhd0z
starsd tx wasm migrate stars1xek55lr3hzchhdp5z0t0xgzhcf0362vz54teqgne50f0ysgn9yrshdhd0z 834 '{}' --from testadmin --gas-prices 0.025ustars --gas-adjustment 1.7 --gas auto
add_alloc=$(cat ./test_files/add_allocation_phoenix_vault.json)
starsd tx wasm exec stars1xek55lr3hzchhdp5z0t0xgzhcf0362vz54teqgne50f0ysgn9yrshdhd0z "${add_alloc}" --from testadmin --gas-prices 0.025ustars --gas-adjustment 1.7 --gas auto
starsd tx wasm exec stars1xek55lr3hzchhdp5z0t0xgzhcf0362vz54teqgne50f0ysgn9yrshdhd0z '{"reconcile":{}}' --from testadmin --gas-prices 0.025ustars --gas-adjustment 1.7 --gas auto
starsd query wasm cs smart stars1xek55lr3hzchhdp5z0t0xgzhcf0362vz54teqgne50f0ysgn9yrshdhd0z '{"allocations":{}}'