Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 2.97 KB

OLD_CONTRACTS.md

File metadata and controls

40 lines (29 loc) · 2.97 KB

Old contracts

OP Mainnet OP Sepolia
SocialConnections.sol 0xEbA1B39F0d9CF5B2619F95dEc6543eC258767fC2 0xD8FC858221428B6b8ce304CE7aF1E838067Ea806 (v1.0.0)
FilesystemChanges.sol 0x831EB58fA6b6E488811179B3dC19c5524059bA58 0x204B8968E70084cDCBad327614334F1D7553aaF2 (v1.0.0)
UserVerification.sol - Google 0xf9bEDeCc559EC47D0Ffb7341dcaefc74450612A7 0x721462E34DCC00F8Bd0f0cD07762cfd482a0Fcb4 (v1.0.3)
UserVerification.sol - Farcaster 0x02e4227ed20379db2999511609b8e2b28f73f0e0 N/A
UserVerification.sol - Telegram 0x1bf480128191963ba004f325fc02363ca0bb1fff N/A

Testing smart contracts with ERC-4337 (not ready)

  1. Install dependencies
npm ci
npx hardhat node
  1. Install EthInfinitism bundler as a separate project outside
git clone [email protected]:eth-infinitism/bundler.git
cd bundler
git checkout 3fcc4eff5d9c3ccbf9863fa298e6d565801446cf
yarn && yarn preprocess
yarn hardhat-deploy --network localhost
yarn run bundler --unsafe
  1. Test Runop
yarn run runop --deployFactory --network http://localhost:8545/ --entryPoint 0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789
  1. To be continued...