serum-ts icon indicating copy to clipboard operation
serum-ts copied to clipboard

bad secret key size

Open Aysel9 opened this issue 3 years ago • 0 comments

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() {

Aysel9 avatar Jan 02 '22 13:01 Aysel9