Skip to content

Commit 045000c

Browse files
authored
feat: mainnet contracts and settings (#24)
Update mainnet settings and deploy v0.1.0.
1 parent c782722 commit 045000c

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

deploy/.env.production.local.tpl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ if [ "$TF_WORKSPACE" == "forge-prod" ]; then
88
REGISTRAR_DELEGATOR_EGRESS_TRACKING_SERVICE_DID="did:web:etracker.forge.storacha.network"
99
REGISTRAR_DELEGATOR_UPLOAD_SERVICE_DID="did:web:up.forge.storacha.network"
1010

11-
REGISTRAR_CONTRACT_CHAIN_CLIENT_ENDPOINT="https://api.calibration.node.glif.io/rpc/v1"
12-
REGISTRAR_CONTRACT_REGISTRY_CONTRACT_ADDRESS="0x8D0560F93022414e7787207682a8D562de02D62f"
13-
REGISTRAR_CONTRACT_SERVICE_CONTRACT_ADDRESS="0xB9753937D3Bc1416f7d741d75b1671A1edb3e10A"
14-
REGISTRAR_CONTRACT_PAYMENTS_CONTRACT_ADDRESS="0x22DF8821aBc9100366aCC0D3236Ca1F830Acc292"
15-
REGISTRAR_CONTRACT_TRANSACTOR_CHAIN_ID=314159
11+
REGISTRAR_CONTRACT_CHAIN_CLIENT_ENDPOINT="https://api.node.glif.io/rpc/v1"
12+
REGISTRAR_CONTRACT_REGISTRY_CONTRACT_ADDRESS="0xf55dDbf63F1b55c3F1D4FA7e339a68AB7b64A5eB"
13+
REGISTRAR_CONTRACT_SERVICE_CONTRACT_ADDRESS="0x56e53c5e7F27504b810494cc3b88b2aa0645a839"
14+
REGISTRAR_CONTRACT_PAYMENTS_CONTRACT_ADDRESS="0x23b1e018F08BB982348b15a86ee926eEBf7F4DAa"
15+
REGISTRAR_CONTRACT_TRANSACTOR_CHAIN_ID=314
1616
else
1717
REGISTRAR_STORE_REGION="us-east-2"
1818
REGISTRAR_STORE_PROVIDERINFO_TABLE_NAME="staging-warm-upload-api-storage-provider"

version.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "v0.0.1"
3-
}
2+
"version": "v0.1.0"
3+
}

0 commit comments

Comments
 (0)