-
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",
…
-
e.g.
```bash
warning: /Users/john/coding/example-native-token-transfers/solana/modules/ntt-messages/Cargo.toml: unused manifest key: lints
warning: /Users/john/coding/example-native-token-transfe…
-
When running the tests locally in this example the tests are all green.
https://github.com/solana-developers/program-examples/tree/main/tokens/token-2022/transfer-hook/anchor/TransferHookTransferC…
-
**Issue Title:**
Trezor rejects transaction when setting authority to null to disable minting
**Description:**
When attempting to disable minting by setting the new authority to null as per…
-
I have error with BLOB pls help me
I can't use readAsBlob
try {
const fileBuffer = fs.readFileSync('tiho2.png');
const fileBlob = new Blob([fileBuffer], { type: 'imag…
-
Hi
Is there a way to get USDC tokens for testing purposes to BitGo wallet?
I can't get USDC on Ethtereum network from Circle because BitGo using Holesky tesnet and Circle support only Sepolia,
So i…
-
g
Medium
# Only 1 Oracle can be created for a base token due to not including the quote token in the oracle's seeds
### Summary
The quote token, quote feed account, and quote price update are not …
-
I'm trying to create a token but when I'm running the program it gives me the following error:
Error: Non-base58 character
at Object.decode (C:\Users\luukh\OneDrive\Bureaublad\Solana-Token\nod…
-
**Describe the bug**
We are unable to correctly finalize the call to the Orca whirlpool program fork after we have obtained the whirlpool interface via the `solang idl whirlpool.json` command.
Whe…
-
Hi
I am currently trying to use your swap api to perform basic token swaps on raydium. I am using the python example code as the base. I have discovered that the api and code work well, but not alw…