Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ The most important variables:
| `RELAY_REWARDS_CONTROLLER_KEY` | Signing key for relay-rewards AO messages. |
| `STAKING_REWARDS_PROCESS_ID` | AO process ID for staking rewards. |
| `STAKING_REWARDS_CONTROLLER_KEY` | Signing key for staking-rewards AO messages. |
| `CU_URL` | AO Compute Unit URL used by aoconnect. |
| `HB_URL` | Our HyperBEAM node, e.g. `https://hb.anyone.tech`. No default — the service refuses to start without it. |

### MongoDB & Redis

Expand Down
5 changes: 4 additions & 1 deletion operations/facilitator-controller-live.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ job "facilitator-controller-live" {
DO_CLEAN="true"
# FACILITY_CONTRACT_DEPLOYED_BLOCK="5674945"
FACILITY_CONTRACT_DEPLOYED_BLOCK="24025391"
CU_URL="https://cu.anyone.tech"
# Our own HyperBEAM node — replaces CU_URL (D17). The edge whitelists
# `/~meta@1.0` and `^/{contract-pid}`, covering both the `~process@1.0/now/...`
# reads and the `~process@1.0/push` writes.
HB_URL="https://hb.anyone.tech"
USE_HODLER="true"
USE_FACILITY="false"
HODLER_CONTRACT_DEPLOYED_BLOCK="9257000"
Expand Down
5 changes: 4 additions & 1 deletion operations/facilitator-controller-stage.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ job "facilitator-controller-stage" {
DO_CLEAN="true"
# FACILITY_CONTRACT_DEPLOYED_BLOCK="5674945"
FACILITY_CONTRACT_DEPLOYED_BLOCK="9000000"
CU_URL="https://cu-stage.anyone.tech"
# Our own HyperBEAM node — replaces CU_URL (D17). The edge whitelists
# `/~meta@1.0` and `^/{contract-pid}`, covering both the `~process@1.0/now/...`
# reads and the `~process@1.0/push` writes.
HB_URL="https://hb-stage.anyone.tech"
USE_HODLER="true"
USE_FACILITY="false"
HODLER_CONTRACT_DEPLOYED_BLOCK="9170000"
Expand Down
Loading