Add WrappedSol alias

This commit is contained in:
gagliardetto 2022-02-02 17:39:23 +01:00
parent d741961be7
commit fbad0b58ce
1 changed files with 2 additions and 1 deletions

View File

@ -68,7 +68,8 @@ var (
var (
// The Mint for native SOL Token accounts
SolMint = MustPublicKeyFromBase58("So11111111111111111111111111111111111111112")
SolMint = MustPublicKeyFromBase58("So11111111111111111111111111111111111111112")
WrappedSol = SolMint
)
var (