Skip to content

Commit

Permalink
Add script and update readme (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongeric authored Jun 13, 2024
1 parent 8797b61 commit 6101960
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ The collector of interface fees that will be swapped and sent to Uniswap Labs.
| 43114 | 0x1682f533c2359834167E5e4E108c1BfB69920e78 | 0x4Dae2f939ACf50408e13d58534Ff8c2776d45265 | 0x000000000022d473030f116ddee9f6b43ac78ba3 | 0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E |
| 8453 | 0x5d64D14D2CF4fe5fe4e65B1c7E3D11e18D493091 | 0x3fC91A3afd70395Cd496C647d5a6CC9D4B2b7FAD | 0x000000000022d473030f116ddee9f6b43ac78ba3 | 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913 |
| 324 | 0xbCDdB5a0CB87166e1C1cc99A0f9736Be6f449dd8 | 0x28731BCC616B5f51dD52CF2e4dF0E78dD1136C06 | 0x0000000000225e31D15943971F47aD3022F714Fa | 0x1d17CBcF0D6D143135aE902365D2E5e2A16538D4 |
| 7777777 | 0x33352C573Ee093408F1424E1eD22911Dfb590a43 | 0x2986d9721A49838ab4297b695858aF7F17f38014 | 0x000000000022d473030f116ddee9f6b43ac78ba3 | 0xCccCCccc7021b32EBb4e8C08314bD62F7c653EC4 |
15 changes: 15 additions & 0 deletions script/FeeCollector/deployParameters/DeployZora.s.sol
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.13;

import {DeployFeeCollector, DeployParameters} from "../DeployFeeCollector.s.sol";

contract DeployZora is DeployFeeCollector {
function setUp() public override {
params = DeployParameters({
owner: OWNER,
universalRouter: 0x2986d9721A49838ab4297b695858aF7F17f38014,
permit2: PERMIT2,
feeToken: 0xCccCCccc7021b32EBb4e8C08314bD62F7c653EC4
});
}
}

0 comments on commit 6101960

Please sign in to comment.