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
Currently you need to provide emtpy data for simple deposit but the API would be cleaner if we could separate into a Deposit and DepositAndCall instead.
In practice you should be able to perform a call with empty data.
The text was updated successfully, but these errors were encountered:
We have these two depositAndCall method for SOL and SPL:
node/e2e/runner/solana.go
Line 202 in 5f35a90
node/e2e/runner/solana.go
Line 352 in 5f35a90
Currently you need to provide emtpy data for simple deposit but the API would be cleaner if we could separate into a Deposit and DepositAndCall instead.
In practice you should be able to perform a call with empty data.
The text was updated successfully, but these errors were encountered: