This code provides an extension to EIP-6551 Account.sol
to override the isAuthorized
method adding support for delegate.cash and warm.xyz.
- SEPOLIA:
0x41063579Ee0ed03d4D638DB8909f8b7244a2B9E3
- GOERLI:
0x0
- MAINNET:
0x0
Setup
- $
git submodule --init --recursive
- $
forge install
Running Tests
- $
forge test
Deploying
- Copy
.env.example
to.env
- Update env vars in
.env
- $
forge build
- $
forge script DeployAccount --rpc-url sepolia --private-key $TESTNET_ACCOUNT_DEPLOYER --verify --broadcast