Skip to content

Instantly share code, notes, and snippets.

@talfco
Last active August 5, 2019 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save talfco/a88d094baff1777880192ec8a4a06f6a to your computer and use it in GitHub Desktop.
Save talfco/a88d094baff1777880192ec8a4a06f6a to your computer and use it in GitHub Desktop.
public static void main(String[] args) throws Exception {
Application app = new Application();
log.info(">>> SCENARIO: ETH2TOKEN");
Thread.sleep(3000);
app.eth2token("DAI","2");
log.info(">>> SCENARIO: TOKEN2ETH");
Thread.sleep(3000);
app.token2eth("DAI","1");
log.info(">>> SCENARIO: TOKEN2TOKEN");
Thread.sleep(3000);
app.token2token("DAI","BAT","0.5");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment