File tree Expand file tree Collapse file tree 5 files changed +6
-78
lines changed Expand file tree Collapse file tree 5 files changed +6
-78
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ This repository contains the contracts for the Zora token.
1010- [ ZoraTokenCommunityClaim.sol] ( ./src/claim/ZoraTokenCommunityClaim.sol ) - Main community claim contract.
1111- [ IZoraTokenCommunityClaim.sol] ( ./src/claim/IZoraTokenCommunityClaim.sol ) - Main community claim contract interface.
1212
13+ ## Audit Report
14+
15+ This project has a [ Zellic Audit Report] ( audit%2FZora%20Token%20-%20Zellic%20Audit%20Report.pdf ) at ba75438
16+
1317## Setup
1418
1519Install dependencies
Original file line number Diff line number Diff line change @@ -39,6 +39,6 @@ contract MineDeterministicConfig is DeploymentBase {
3939 DeterministicConfig memory deterministicConfig;
4040 deterministicConfig.creationCode = tokenCreationCode;
4141
42- saveDeterministicConfig (deterministicConfig);
42+ // saveDeterministicConfig(deterministicConfig);
4343 }
4444}
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ interface IUniswapV3Factory {
5050
5151contract PoolAddressesTest is Test {
5252 function testPoolAddresses () public {
53- vm.createSelectFork ("base " );
53+ vm.createSelectFork ("base " , 26990278 );
5454
5555 address factory = 0x33128a8fC17869897dcE68Ed026d694621f6FDfD ;
5656
You can’t perform that action at this time.
0 commit comments