Skip to content

Commit

Permalink
update configs
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-p committed May 15, 2024
1 parent b908127 commit 225f352
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
10 changes: 7 additions & 3 deletions resolver-config.yaml
Original file line number Diff line number Diff line change
@@ -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: ""
14 changes: 6 additions & 8 deletions sample-config.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 225f352

Please sign in to comment.