Created
September 9, 2018 13:06
-
-
Save GarethOates/3e96b7271d8a9f58c6fb9628a9c18e39 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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