File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ cputype="$(uname -m)"
2323
2424# download darknode binary depending on the system and architecture
2525if [ " $ostype " = ' Linux' -a " $cputype " = ' x86_64' ]; then
26- TERRAFORM_URL=' https://releases.hashicorp.com/terraform/0.12.12 /terraform_0.12.12_linux_amd64 .zip'
26+ TERRAFORM_URL=' https://releases.hashicorp.com/terraform/0.12.24 /terraform_0.12.24_linux_amd64 .zip'
2727 curl -sL ' https://www.github.com/renproject/darknode-cli/releases/latest/download/darknode_linux_amd64' > ./bin/darknode
2828elif [ " $ostype " = ' Linux' -a " $cputype " = ' aarch64' ]; then
29- TERRAFORM_URL=' https://releases.hashicorp.com/terraform/0.12.12 /terraform_0.12.12_linux_arm .zip'
29+ TERRAFORM_URL=' https://releases.hashicorp.com/terraform/0.12.24 /terraform_0.12.24_linux_arm .zip'
3030 curl -sL ' https://www.github.com/renproject/darknode-cli/releases/latest/download/darknode_linux_arm' > ./bin/darknode
3131elif [ " $ostype " = ' Darwin' -a " $cputype " = ' x86_64' ]; then
32- TERRAFORM_URL=' https://releases.hashicorp.com/terraform/0.12.12 /terraform_0.12.12_darwin_amd64 .zip'
32+ TERRAFORM_URL=' https://releases.hashicorp.com/terraform/0.12.24 /terraform_0.12.24_darwin_amd64 .zip'
3333 curl -sL ' https://www.github.com/renproject/darknode-cli/releases/latest/download/darknode_darwin_amd64' > ./bin/darknode
3434else
3535 echo ' unsupported OS type or architecture'
Original file line number Diff line number Diff line change @@ -98,9 +98,9 @@ func (network Network) ProtocolAddr() common.Address {
9898 case Mainnet :
9999 panic ("unimplemented" )
100100 case Chaosnet :
101- return common .HexToAddress ("0xeF4de0E97D92757520D78c4d49d8151964f6a85B " )
101+ return common .HexToAddress ("0xf61e97c464ec0cf48b33262c3a1ef42114275144 " )
102102 case Testnet :
103- return common .HexToAddress ("0x8E28748620EA6f1285761AF41f311Cf6d05b188B " )
103+ return common .HexToAddress ("0x59e23c087cA9bd9ce162875811CD6e99134D6d0F " )
104104 case Devnet :
105105 return common .HexToAddress ("0x1deb773b50b66b0e65e62e41380355a1a2bed2e1" )
106106 default :
You can’t perform that action at this time.
0 commit comments