-
**Description:**
Update the [Token Registry ](https://api.sifchain.finance/tokenregistry/entries)by:
- [x] Adding the normalized token symbol (i.e. having ETH in addition to CETH)
- [x] Adding toke…
-
Useful links
- https://github.com/solana-labs/solana-program-library/tree/master/token-swap
- https://spl.solana.com/token-swap
-
![image](https://github.com/user-attachments/assets/657c211f-aa2e-4783-a29a-c3b6423b1e65)
-
i tried deploying the 2022 token on the solana playground (https://beta.solpg.io/) and i get
this error
Building...
Build error: Unable to build. If the problem persists, please consider creat…
-
**Describe the bug**
A clear and concise description of what the bug is.
When running getTokenAccountsByOwner, I get an unhandled exception: "type 'double' is not a subtype of 'int'.
[ERROR:f…
-
### Description:
Solana Swap transactions are not listed under token details screen
### Steps to Reproduce
1. Submit a Solana Swap transaction (SOL-USDT)
2. Open Solana token details p…
-
```
cargo build
Compiling rustls-webpki v0.101.7
Compiling sct v0.7.1
Compiling solana-zk-token-sdk v1.17.13
Compiling solana-measure v1.17.13
Compiling zstd-safe v5.0.2+zstd.1.5.…
-
The fact the list of token is served on Heroku, it limits its availabilty, it would be nice to serve it via other means cdn, IPFS, arweave etc.
Error: GET https://token-list.solana.com/solana.token…
DrI-T updated
2 years ago
-
An error occurs when processing some transactions from Mainnet in solana simulator, even though they are successful on Solscan:
1. Transfer method
[Tx link](https://solscan.io/tx/2HhAkLFU8mQns6QDKa…
-
When creating a new SPL token, the solana docs mention using `spl-token authorize mint --disable` to set the mint authority to `None` rendering the token as having a fixed supply. However, what if we…