Skip to content

Commit

Permalink
Payments testnet deployer added
Browse files Browse the repository at this point in the history
  • Loading branch information
tadovas committed Jun 1, 2018
1 parent 6f31d9c commit 9bf7a3d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Payments: [https://ropsten.etherscan.io/address/0xbe5F9CCea12Df756bF4a5Baf4c29A10c3ee7C83B](https://ropsten.etherscan.io/address/0xbe5F9CCea12Df756bF4a5Baf4c29A10c3ee7C83B)
10 changes: 10 additions & 0 deletions scripts/deployPaymentsTestnet.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9bf7a3d

Please sign in to comment.