serum-ts
serum-ts copied to clipboard
bad secret key size
13 | export default function App() { 14 | const connection = new Connection("https://mercurial.rpcpool.com"); 15 | const wallet = new Wallet(
16 | Keypair.fromSecretKey(bs58.decode(process.env.PRIVATE_KEY || "")) | ^ 17 | ); 18 | 19 | const routeMap = async function fetchMovies() {