diff --git a/README.md b/README.md index 7169649..f79068f 100644 --- a/README.md +++ b/README.md @@ -26,4 +26,4 @@ scripts/test.sh ### Current deployment (ethereum Ropsten testnet) ERC20 Token (Mintable a la myst token): [https://ropsten.etherscan.io/address/0x453c11c058f13b36a35e1aee504b20c1a09667de](https://ropsten.etherscan.io/address/0x453c11c058f13b36a35e1aee504b20c1a09667de) -Payments: [https://ropsten.etherscan.io/address/0x617ad5e514e8117bb6f18e68fa65cc479483df88](https://ropsten.etherscan.io/address/0x617ad5e514e8117bb6f18e68fa65cc479483df88) \ No newline at end of file +Payments: [https://ropsten.etherscan.io/address/0xbe5F9CCea12Df756bF4a5Baf4c29A10c3ee7C83B](https://ropsten.etherscan.io/address/0xbe5F9CCea12Df756bF4a5Baf4c29A10c3ee7C83B) \ No newline at end of file diff --git a/scripts/deployPaymentsTestnet.sh b/scripts/deployPaymentsTestnet.sh new file mode 100755 index 0000000..9118fa5 --- /dev/null +++ b/scripts/deployPaymentsTestnet.sh @@ -0,0 +1,10 @@ +#!/usr/bin/env bash +set -e +scripts/release.sh +scripts/deployer.sh --cmd deploy \ +--keystore.passphrase $1 \ +--contract.name payments2 \ +--payments.registrationFee=100 \ +--payments.erc20address=0x453c11c058F13B36a35e1AEe504b20c1A09667De \ +--payments.contractPath=build/bin/IdentityPromises.bin \ +--payments.abiPath=build/abi/IdentityPromises.abi