Provider Error 4100 when I try to run the scripts

Hey Guys,

I have successfully implanted policies for fireblocks signing api. Now, I need to actually sign the transaction and make the scripts work.

But when I try to execute

NODE_EXTRA_CA_CERTS=./fireblocksMy.csr truffle exec scripts/fireblocks-sepolia/deployFactoryWhitelistComplianceContext.js --network sepoliaFireblocks
Using network 'sepoliaFireblocks

I get provider error 4100 somehow.

I am not sure why this is happening. Any suggestions?

Hi @ssubik can you please share your truffle config file? (Please make sure it does not contain any secrets in it).

Also, are you using a Sandbox environment?