Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Commit

Permalink
Updating Orion to 0.9.0 (#1360)
Browse files Browse the repository at this point in the history
* Updating Orion to 0.9.0

* Update contract address in privacy AT
  • Loading branch information
lucassaldanha authored Apr 29, 2019
1 parent ffea712 commit ff91ed2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class DeployPrivateSmartContractAcceptanceTest extends PrivateAcceptanceT

// Contract address is generated from sender address and transaction nonce and privacy group id
protected static final Address CONTRACT_ADDRESS =
Address.fromHexString("0x99a3e1c0368cb56aeea8fc8cf5068175d0de7ac1");
Address.fromHexString("0x06088ead8384df709132151403e08c2b978beb85");
protected static final String PUBLIC_KEY = "A1aVtMxLCUHmBVHXoZzzBgPbW/wj5axDpW9X8l91SGo=";
private SECP256K1.KeyPair keypair =
SECP256K1.KeyPair.create(
Expand Down
2 changes: 1 addition & 1 deletion gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencyManagement {

dependency 'net.consensys.cava:cava-toml:0.5.0'

dependency 'net.consensys:orion:0.1.2'
dependency 'net.consensys:orion:0.9.0'

dependency 'org.apache.commons:commons-text:1.6'

Expand Down

0 comments on commit ff91ed2

Please sign in to comment.