Skip to content

Instantly share code, notes, and snippets.

@dmihal
Last active January 7, 2020 15:33
Show Gist options
  • Save dmihal/d8e26a16870d19f28f49c821439f2722 to your computer and use it in GitHub Desktop.
Save dmihal/d8e26a16870d19f28f49c821439f2722 to your computer and use it in GitHub Desktop.
import { xdai, dai, sai, eth, keth, kdai } from '@burner-wallet/assets';
//...
const core = new BurnerCore({
assets: [xdai, dai, sai, eth, keth, kdai],
// ...
});
//...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment