Update example bid amount in README

This commit is contained in:
Adw8 2024-10-18 11:28:45 +05:30
parent 62f0be9570
commit dc1d9daab7
3 changed files with 4 additions and 3 deletions

View File

@ -124,8 +124,8 @@ To get started, follow the [installation](../README.md#installation) guide to se
cpu_limit: "" # maximum number of cpu cores to be used, eg: 6
memory_limit: "" # maximum amount of memory in GB to be used, eg: 8G
deployer_gpg_passphrase: "" # passphrase for creating GPG key used by webapp-deployer, eg: SECRET
handle_auction_requests: "" # whether the webapp deployer should handle deployment auction requests, eg: false
auction_bid_amount: "" # bid amount for deployment auctions in alnt, eg: 50000
handle_auction_requests: "" # whether the webapp deployer should handle deployment auction requests, eg: true
auction_bid_amount: "" # bid amount for deployment auctions in alnt, eg: 500000
```
- Update the [`hosts.ini`](./hosts.ini) file:

View File

@ -26,7 +26,7 @@
--image cerc/webapp-deployment-status-ui:local --url https://webapp-deployer-ui.pwa.{{ full_domain }}
--env-file ~/cerc/webapp-deployment-status-ui/.env
- name: Push image to container registry
- name: Push webapp-ui images to container registry
command: laconic-so deployment --dir webapp-ui push-images
- name: Update config file for webapp ui

View File

@ -41,6 +41,7 @@
dest: "laconic-console-deployment/deployment.yml"
remote_src: yes
# TODO handle connecting to other chains
- name: Fetch user key from laconicd
command: laconic-so deployment --dir fixturenet-laconicd-deployment exec laconicd "echo y | laconicd keys export alice --unarmored-hex --unsafe"
register: alice_pk