You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for the record, since it's possible to make transaction to precompiles, we can leverage this to integrate any starknet app where instead of making the regular account.invoke(calls), they'd do something like evm_account.invoke({to: 0x75001, data:calls})
to enable muliticalls the same way, we could add a new precompile at with the exact same signature as the execute.
We would need to consider that EOA (account with no bytecode) are authorized caller
Feature Request
Describe the Feature Request
As we plan to eventually land on SN mainnet, we shall leverage the existing dapp as much as we can and help them create their EVM interface.
Tasks
The text was updated successfully, but these errors were encountered: