hippospace/aptos-wallet-adapter

No max gas parameter for martian wallet

topazso opened this issue · 2 comments

No max gas parameter for martian wallet

signAndSubmitTransaction(transaction: TransactionPayload): Promise<HexEncodedBytes>;

it is supported in the latest version

signAndSubmitTransaction(
transaction: TransactionPayload,
options?: any
): Promise<{ hash: HexEncodedBytes }>;