Skip to content

v0.7.18

Compare
Choose a tag to compare
@fukaoi fukaoi released this 18 Jun 07:10
· 41 commits to main since this release

What's Changed

  • Replace nft.storage to filebase
  • Deprecated @solana-suite/memo package

Replace nft.storage to filebase

filebase url: https://filebase.com/
Filebase offers low-cost storage for NFTs and its gateway is highly responsive.

In the dev (devnet) environment, the default key and secret can be used. However, in the prd (mainnet-beta) environment, please create a Firebase account and obtain your own key and secret.

How to use filebase ?

  • This setting is only prd(mainnet-beta)

Create a Filebase account and copy the key and secret from the Dashboard for future use.
Solana Suite

and setup solana-suite-config in terminal (CLI)

pnpm(npx) solana-suite-config -f 'key' 'secret'

Important

  • In the devnet environment, we are using Filebase's free plan. Therefore, we will periodically delete uploaded content, and old data will no longer be accessible.