Skip to content

Instantly share code, notes, and snippets.

@jtriley-eth
Created February 16, 2022 12:59
Show Gist options
  • Save jtriley-eth/39bc3f43953733fe9ef940fae6930215 to your computer and use it in GitHub Desktop.
Save jtriley-eth/39bc3f43953733fe9ef940fae6930215 to your computer and use it in GitHub Desktop.
Agreement Snippet
// --snip--
_host.callAgreement(
_cfa,
abi.encodeWithSelector(
_cfa.createFlow.selector,
token,
receiver,
flowRate,
new bytes(0)
),
new bytes(0)
);
// --snip--
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment