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
At line 209 of the file createAndManageLP.ts from the repository at solana-token-kit/blob/main/src:
const TOKEN_TYPE = new Token(
TOKEN_PROGRAM_ID,
baseMint,
baseDecimals,
"ABC",
"ABC"
);
There is no slippage set. Is it okay for swapping? Are there any safety issues with this?"ABC" is ok?
The text was updated successfully, but these errors were encountered:
At line 209 of the file createAndManageLP.ts from the repository at solana-token-kit/blob/main/src:
const TOKEN_TYPE = new Token(
TOKEN_PROGRAM_ID,
baseMint,
baseDecimals,
"ABC",
"ABC"
);
There is no slippage set. Is it okay for swapping? Are there any safety issues with this?"ABC" is ok?
The text was updated successfully, but these errors were encountered: