|
45 | 45 | * [ ] `RwaJar` |
46 | 46 | * [ ] contract is verified on etherscan |
47 | 47 | * [ ] ensure `0.6.12` solc version is used |
48 | | - * [ ] ensure optimization are off |
| 48 | + * [ ] ensure optimizations are off |
49 | 49 | * [ ] ensure license is specified (SPDX in code or otherwise) |
50 | 50 | * [ ] ensure source matches [GitHub code](https://github.com/makerdao/rwa-toolkit/blob/8d30ed2cb657641253d45b57c894613e26b4ae1b/src/jars/RwaJar.sol) and it's consistent with previous RWA onboarding |
51 | 51 | * [ ] constructor arg matches [`ChainLog`](https://chainlog.makerdao.com/) |
|
54 | 54 | * [ ] `RwaInputConduit<2>`/`RwaSwapInputConduit<2>` |
55 | 55 | * [ ] contract is verified on etherscan |
56 | 56 | * [ ] ensure `0.6.12` solc version is used |
57 | | - * [ ] ensure optimization are off |
| 57 | + * [ ] ensure optimizations are off |
58 | 58 | * [ ] ensure license is specified (SPDX in code or otherwise) |
59 | 59 | * [ ] ensure source matches [GitHub code](https://github.com/makerdao/rwa-toolkit/tree/8d30ed2cb657641253d45b57c894613e26b4ae1b/src/conduits) and it's consistent with previous RWA onboarding |
60 | 60 | * [ ] constructor args are correct and match [chainlog](https://chainlog.makerdao.com/) |
|
69 | 69 | * [ ] `RwaOutputConduit<2>`/`RwaSwapOutputConduit` |
70 | 70 | * [ ] contract is verified on etherscan |
71 | 71 | * [ ] ensure `0.6.12` solc version is used |
72 | | - * [ ] ensure optimization are off |
| 72 | + * [ ] ensure optimizations are off |
73 | 73 | * [ ] ensure license is specified (SPDX in code or otherwise) |
74 | 74 | * [ ] ensure source matches [GitHub code](https://github.com/makerdao/rwa-toolkit/tree/8d30ed2cb657641253d45b57c894613e26b4ae1b/src/conduits) and it's consistent with previous RWA onboarding |
75 | 75 | * [ ] constructor args are correct and match [chainlog](https://chainlog.makerdao.com/) |
|
103 | 103 | * [ ] `hope` (operator, pause proxy) |
104 | 104 | * [ ] `mate` (operator, pause proxy as fallback if required) |
105 | 105 | * [ ] `kiss` (whitelist for `urn` destination address `who`) |
106 | | - * [ ] Filable (`RwaSwapOutputConduit` and `RwaSwapInputConduit`) |
| 106 | + * [ ] Fileable (`RwaSwapOutputConduit` and `RwaSwapInputConduit`) |
107 | 107 | * [ ] `quitTo` (`file` the appropriate address for conduits per technical assessment) |
108 | 108 | * [ ] New Chainlog Entries |
109 | 109 | * [ ] `RWAXYZ` |
|
0 commit comments