[#41] Allow storage to use proxy wallet
This commit is contained in:
parent
89ecc28f2e
commit
b36cf66356
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@ configure() {
|
|||
|
||||
/usr/bin/frostfs-adm morph refill-gas --config /config/frostfs-adm.yml --storage-wallet /config/wallet-sn.json --gas 10.0 || die "Failed to transfer GAS to alphabet wallets"
|
||||
|
||||
/usr/bin/frostfs-adm morph proxy-add-account --config /config/frostfs-adm.yml --account NejLbQpojKJWec4NQRMBhzsrmCyhXfGJJe || die "Failed to set storage wallet as proxy wallet"
|
||||
|
||||
/usr/bin/frostfs-adm morph proxy-add-account --config /config/frostfs-adm.yml --account NN1RQ3qwnvDMVNsQw4WPkKi7BrjxdVTDZp || die "Failed to set s3 gateway wallet as proxy wallet"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue