Relay Safe transactions using allowances for refunding.
Expected address: 0x8187d0Fb94B91EFD5cC30392bfEf7a63513c5d1F
To run all the tests in the project, execute the following command:
npx hardhat testYou can also selectively run the Solidity or node:test tests:
npx hardhat test solidity
npx hardhat test nodejsexport SEPOLIA_RPC_URL='https://sepolia.gateway.tenderly.co'
export SEPOLIA_PRIVATE_KEY='0x...'
npx hardhat run scripts/deploy.ts --network sepolia