Replies: 1 comment 3 replies
-
I think this is possible with evm using viem, so definitely a nice feature to have on aptos |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Discord user ID
No response
Describe your question in detail.
Hi, I need to simulate a transaction with a large amount (larger than my APT balance) on the Aptos mainnet.
Thanks!
What error, if any, are you getting?
No response
What have you tried or looked at? Or how can we reproduce the error?
With my account, I get the error "INSUFFICIENT BALANCE".
and,
I also tried using an account on explorer with a large amount but got the error "INVALID_AUTH_KEY"
const account = new AptosAccount(undefined, customAddress)
Which operating system are you using?
macOS
Which SDK or tool are you using? (if any)
TypeScript SDK
Describe your environment or tooling in detail
No response
Beta Was this translation helpful? Give feedback.
All reactions