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 the gateway program store the deposited SOL.
As we implement smart contract calls on Solana and the gateway program would be the contract calling targets, for security reason we should look into having a separate program to hold SOL deposits.
This would also allow to keep a more consistent design with the EVM protocol contract architecture
This could be named SOLCustody.
The text was updated successfully, but these errors were encountered:
Currently the gateway program store the deposited SOL.
As we implement smart contract calls on Solana and the gateway program would be the contract calling targets, for security reason we should look into having a separate program to hold SOL deposits.
This would also allow to keep a more consistent design with the EVM protocol contract architecture
This could be named SOLCustody.
The text was updated successfully, but these errors were encountered: