Last active
October 9, 2020 20:11
-
-
Save auryn-macmillan/4aa431933bd86925891815208a9734d9 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
{ | |
"name": "Conditional Tokens", | |
"logoURI": "ipfs://QmUSNbwUxUYNMvMksKypkgWs8unSm8dX2GjCPBVGZ7GGMr", | |
"keywords": [ | |
"conditional tokens", | |
"gnosis", | |
"prediction markets" | |
], | |
"tags": { | |
"gaslimit": { | |
"name": "Gas limit", | |
"description": "Will the Ethereum block gas limit be equal to or greater than 25,000,000 gas in any block on April 1st 2021" | |
}, | |
"Biden2020": { | |
"name": "Biden 2020", | |
"description": "Will Joe Biden win the 2020 United States presidential election" | |
} | |
}, | |
"timestamp": "2020-10-08T16:01:00+05:00", | |
"tokens": [{ | |
"chainId": 1, | |
"address": "0x99be08cbaaab039798aa6d55a5707196a5f8b709", | |
"symbol": "noWETH", | |
"name": "WETH if no.", | |
"decimals": 0, | |
"tags": [ | |
"gaslimit" | |
] | |
}, | |
{ | |
"chainId": 1, | |
"address": "0xd72350cd08cc3169de053d01fd5fd0ba11c02f01", | |
"symbol": "yesWETH", | |
"name": "WETH if yes", | |
"decimals": 0, | |
"tags": [ | |
"gaslimit" | |
] | |
}, | |
{ | |
"chainId": 1, | |
"address": "0x788DCc0754C9e84627F753D6711791793aB14EDC", | |
"symbol": "noOWL", | |
"name": "OWL if no", | |
"decimals": 0, | |
"tags": [ | |
"gaslimit" | |
] | |
}, | |
{ | |
"chainId": 1, | |
"address": "0x987cF7ad3BEb2f5240f5e011d835fDD8d161cd31", | |
"symbol": "yesOWL", | |
"name": "OWL if yes", | |
"decimals": 0, | |
"tags": [ | |
"gaslimit" | |
] | |
}, | |
{ | |
"chainId": 1, | |
"address": "0x40ce0A1D8F4999807b92ec266a025F071814b15d", | |
"symbol": "yesBiden", | |
"name": "Dai if yes", | |
"decimals": 0, | |
"tags": [ | |
"Biden2020" | |
] | |
}, | |
{ | |
"chainId": 1, | |
"address": "0x5963FD7cA9b17b85768476019F81CB43d9d1818E", | |
"symbol": "noBiden", | |
"name": "Dai if no", | |
"decimals": 0, | |
"tags": [ | |
"Biden2020" | |
] | |
} | |
], | |
"version": { | |
"major": 0, | |
"minor": 0, | |
"patch": 0 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment