diff --git a/deploy/.env.production.local.tpl b/deploy/.env.production.local.tpl index 9daac16..6ab98f4 100644 --- a/deploy/.env.production.local.tpl +++ b/deploy/.env.production.local.tpl @@ -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" diff --git a/version.json b/version.json index 5a7ebae..14ed223 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "v0.0.1" -} \ No newline at end of file + "version": "v0.1.0" +}