Closed npty closed 4 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
axelar-maestro | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jul 10, 2024 3:14am |
axelar-registry | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jul 10, 2024 3:14am |
axelar-ui | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jul 10, 2024 3:14am |
Latest commit: 0a3e9910f21fbaf607ab528e70b0baa554fd730b
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Description
AXE-4243
This PR migrated the execute destination contract function from sdk v1
Usage
To use the
evmExecute
function, call it with the required parameters:Important Note: Either
privateKey
orwindow.ethereum
must be defined:If you're in a browser environment with MetaMask or a similar wallet extension,
window.ethereum
will be used automatically. For non-browser environments or if you prefer to use a private key directly, provide theprivateKey
in the executeOptions.Example with
window.ethereum
(browser environment):