Skip to content
Merged
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
10 changes: 5 additions & 5 deletions deploy/.env.production.local.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ if [ "$TF_WORKSPACE" == "forge-prod" ]; then
REGISTRAR_DELEGATOR_EGRESS_TRACKING_SERVICE_DID="did:web:etracker.forge.storacha.network"
REGISTRAR_DELEGATOR_UPLOAD_SERVICE_DID="did:web:up.forge.storacha.network"

REGISTRAR_CONTRACT_CHAIN_CLIENT_ENDPOINT="https://api.calibration.node.glif.io/rpc/v1"
REGISTRAR_CONTRACT_REGISTRY_CONTRACT_ADDRESS="0x8D0560F93022414e7787207682a8D562de02D62f"
REGISTRAR_CONTRACT_SERVICE_CONTRACT_ADDRESS="0xB9753937D3Bc1416f7d741d75b1671A1edb3e10A"
REGISTRAR_CONTRACT_PAYMENTS_CONTRACT_ADDRESS="0x22DF8821aBc9100366aCC0D3236Ca1F830Acc292"
REGISTRAR_CONTRACT_TRANSACTOR_CHAIN_ID=314159
REGISTRAR_CONTRACT_CHAIN_CLIENT_ENDPOINT="https://api.node.glif.io/rpc/v1"
REGISTRAR_CONTRACT_REGISTRY_CONTRACT_ADDRESS="0xf55dDbf63F1b55c3F1D4FA7e339a68AB7b64A5eB"
REGISTRAR_CONTRACT_SERVICE_CONTRACT_ADDRESS="0x56e53c5e7F27504b810494cc3b88b2aa0645a839"
REGISTRAR_CONTRACT_PAYMENTS_CONTRACT_ADDRESS="0x23b1e018F08BB982348b15a86ee926eEBf7F4DAa"
REGISTRAR_CONTRACT_TRANSACTOR_CHAIN_ID=314
else
REGISTRAR_STORE_REGION="us-east-2"
REGISTRAR_STORE_PROVIDERINFO_TABLE_NAME="staging-warm-upload-api-storage-provider"
Expand Down
4 changes: 2 additions & 2 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "v0.0.1"
}
"version": "v0.1.0"
}