Skip to content

Commit 70c7740

Browse files
authored
Repo cleanup (#29)
* Remove goerli paymaster * Add audit report * Remove meta paymaster
1 parent 3f510df commit 70c7740

7 files changed

+2
-276
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ _(More coming soon)_
99

1010
| Network | Address |
1111
|--------------|------------------------------------------------------------------------------------------------------------------------------------|
12-
| Base Goerli | [0x88Ad254d5b1a95C9Bd2ae5F87E2BE27d95d86c2f](https://goerli-explorer.base.org/address/0x88Ad254d5b1a95C9Bd2ae5F87E2BE27d95d86c2f) |
1312
| Base Sepolia | [0xf5d253B62543C6Ef526309D497f619CeF95aD430](https://sepolia-explorer.base.org/address/0xf5d253B62543C6Ef526309D497f619CeF95aD430) |
1413

1514
### Obtaining a signature for use with the paymaster contract
@@ -42,7 +41,7 @@ curl "https://paymaster.base.org" \
4241
"maxPriorityFeePerGas": "0x1"
4342
},
4443
"0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789",
45-
"0x14A33"
44+
"0x14A34"
4645
]
4746
}
4847
'
@@ -79,7 +78,7 @@ curl "https://paymaster.base.org" \
7978
"maxPriorityFeePerGas": "0x1"
8079
},
8180
"0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789",
82-
"0x14A33"
81+
"0x14A34"
8382
]
8483
}
8584
'

audits/report-base-paymaster.pdf

1.02 MB
Binary file not shown.

script/DeployMetaPaymaster.s.sol

-26
This file was deleted.

script/SetMetaPaymasterBalance.s.sol

-15
This file was deleted.

src/meta/BaseFundedPaymaster.sol

-41
This file was deleted.

src/meta/FundedPaymaster.sol

-91
This file was deleted.

src/meta/MetaPaymaster.sol

-100
This file was deleted.

0 commit comments

Comments
 (0)