Skip to content

Commit

Permalink
feat: finish documentation overview of CatalystChainInterface and tes…
Browse files Browse the repository at this point in the history
…t fixes
  • Loading branch information
reednaa committed May 15, 2024
1 parent ca42640 commit a4f56af
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 77 deletions.
6 changes: 3 additions & 3 deletions evm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ import { ICatalystV1Vault, ICatalystV1Structs } from "../src/ICatalystV1Vault.so
contract ExampleTest is TestCommon {
address vault1;
address vault2;
bytes32 FEE_RECIPITANT = bytes32(uint256(uint160(0)));
bytes32 FEE_RECIPITANT = bytes32(uint256(uint160(0xdead)));
function setUp() public override {...}
Expand Down Expand Up @@ -390,7 +390,7 @@ import { ICatalystV1Vault, ICatalystV1Structs } from "../src/ICatalystV1Vault.so
contract ExampleTest is TestCommon {
address vault1;
address vault2;
bytes32 FEE_RECIPITANT = bytes32(uint256(uint160(0)));
bytes32 FEE_RECIPITANT = bytes32(uint256(uint160(0xdead)));
function setUp() public override {...}
Expand Down Expand Up @@ -449,7 +449,7 @@ import { ICatalystV1Vault, ICatalystV1Structs } from "../src/ICatalystV1Vault.so
contract ExampleTest is TestCommon {
address vault1;
address vault2;
bytes32 FEE_RECIPITANT = bytes32(uint256(uint160(0)));
bytes32 FEE_RECIPITANT = bytes32(uint256(uint160(0xdead)));
function setUp() public override {...}
Expand Down
Loading

0 comments on commit a4f56af

Please sign in to comment.