Skip to content

Instantly share code, notes, and snippets.

@GarethOates
Created September 9, 2018 13:06
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 GarethOates/3e96b7271d8a9f58c6fb9628a9c18e39 to your computer and use it in GitHub Desktop.
Save GarethOates/3e96b7271d8a9f58c6fb9628a9c18e39 to your computer and use it in GitHub Desktop.
import CoinToss from '@edgefund/core/build/contracts/CoinToss';
export default {
contracts: [
CoinToss
],
events: {
CoinToss: ['betPlaced', 'bankRollFunded']
},
polls: {
accounts: 5000,
blocks: 1000
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment