Add authority in frontend deploy script config

This commit is contained in:
Adw8 2024-10-25 15:34:40 +05:30
parent a994271c52
commit 6deb847eac

View File

@ -1377,7 +1377,9 @@
```bash ```bash
REGISTRY_BOND_ID=<bond-id> REGISTRY_BOND_ID=<bond-id>
DEPLOYER_LRN=<target-deployer-lrn> DEPLOYER_LRN=<target-deployer-lrn>
AUTHORITY=vaasl
``` ```
Note: The bond id should be set to the `vaasl` authority
* Update required laconic config. You can use the same `userKey` and `bondId` used for snowball-backend: * Update required laconic config. You can use the same `userKey` and `bondId` used for snowball-backend:
@ -1394,6 +1396,7 @@
gasPrice: 1alnt gasPrice: 1alnt
EOF EOF
``` ```
Note: The `userKey` account should own the authority `vaasl`
### Run ### Run