Saicharan Pogul
Saicharan Pogul
Is there any other way i can get access of BDS?
``` const tx = await program.rpc.setData( 'data' { accounts: { data: pda, user: provider.wallet.publicKey, systemProgram: anchor.web3.SystemProgram.programId, }, signers: [], }, ); ``` When I call the above instruction, I get...
> @saicharanpogul did you find any solution? No, I just tried again with new APIs of v0.24.2 and also asked the same in Anchor's Discord and this is not the...
@raj-khare Check if this helps you. https://stackoverflow.com/a/70964609/4687973
> @saicharanpogul thanks, it worked when i removed the `terser` plugin 🚀 Great, can you share here how you removed the terser plugin exactly.
> @saicharanpogul > 1. Fork the anchor repo > 2. Comment/Remove this line: https://github.com/project-serum/anchor/blob/master/ts/rollup.config.ts#L33 > 3. run `cd ts && yarn && yarn run build:browser` > 4. copy the `dist/`...