Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 665 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 665 Bytes

CI

Safe Relayer contract

Relay Safe transactions using allowances for refunding.

Address 0x569212Bc7D93F6B64aE922101BaE91d526A2913b. Currently deployed on:

Set up for development

yarn
yarn run prepare

Running tests

REPORT_GAS=true npx hardhat test

Deploying contracts

export PRIVATE_KEY=''
export ETHERSCAN_API_KEY=''
npx hardhat deploy --network goerli
npx hardhat sourcify
npx hardhat etherscan-verify --api-key $ETHERSCAN_API_KEY