Add new actions
...
Set the contract on the new account
./clio -u http://localhost:8889 set contract -j fio.escrow /home/ubuntu/fio.contracts/build/contracts/fio.escrow fio.escrow.wasm fio.escrow.abi --permission fio.escrow@active
Set all other contracts
Need to confirm no other system contract changes
#fio.address
set contract fio.address ~/fio.contracts/build/contracts/fio.address fio.address.wasm fio.address.abi --permission fio.address@active
...