We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58225bd commit 8dfaf29Copy full SHA for 8dfaf29
contract_manager/src/core/contracts/evm.ts
@@ -1005,6 +1005,7 @@ export class EvmLazerContract extends Storable {
1005
* @param trustedSigner The address of the trusted signer
1006
* @param expiresAt The expiration timestamp for the signer
1007
* @param privateKey The private key to sign the transaction
1008
+ * @note The privateKey should be the owner of the Lazer contract. It's not possible to run this function if the executor contract is the owner.
1009
*/
1010
async updateTrustedSigner(
1011
trustedSigner: string,
0 commit comments