From 225f35229e67e096954f38eaa58469da6a956e4f Mon Sep 17 00:00:00 2001 From: Joe Polny Date: Wed, 15 May 2024 09:18:45 -0400 Subject: [PATCH] update configs --- resolver-config.yaml | 10 +++++++--- sample-config.yaml | 14 ++++++-------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/resolver-config.yaml b/resolver-config.yaml index f2cd141..8a2aea5 100644 --- a/resolver-config.yaml +++ b/resolver-config.yaml @@ -1,8 +1,12 @@ network: - active: testnet profiles: - # to deploy your own storage provider contract + - name: mainnet + node: https://mainnet-api.algonode.cloud + node_token: "" - name: testnet node: https://testnet-api.algonode.cloud node_token: "" - app_id: 602746084 + profiles: + - name: betanet + node: https://betanet-api.algonode.cloud + node_token: "" diff --git a/sample-config.yaml b/sample-config.yaml index a8cdd8c..8a2aea5 100644 --- a/sample-config.yaml +++ b/sample-config.yaml @@ -1,14 +1,12 @@ network: - active: testnet profiles: - # to deploy your own storage provider contract + - name: mainnet + node: https://mainnet-api.algonode.cloud + node_token: "" - name: testnet node: https://testnet-api.algonode.cloud node_token: "" - app_id: 602746084 - # to use a storage provider 3rd party - - name: using-provider - node: https://testnet-api.algonode.cloud + profiles: + - name: betanet + node: https://betanet-api.algonode.cloud node_token: "" - app_id: 591154170 - store_provider: http://localhost:3000