Superlukec
Results
1
comments of
Superlukec
``` import { Metaplex, keypairIdentity, toMetaplexFile, toBigNumber, irysStorage } from "@metaplex-foundation/js"; const METAPLEX = Metaplex.make(SOLANA_CONNECTION) .use(keypairIdentity(WALLET)) .use(irysStorage({ address: 'https://devnet.irys.xyz', providerUrl: QUICKNODE_RPC, timeout: 120000, })); ```