Skip to content

Commit 091a2ab

Browse files
authored
chore: adds yes / no tokens (#267)
1 parent 0250d4c commit 091a2ab

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

scripts/assets/Binary/NO.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "NO",
3+
"symbol": "pNO",
4+
"description": "Redeemable relative to the metric.",
5+
"image": "https://raw.githubusercontent.com/metaDAOproject/futarchy/refs/heads/develop/scripts/assets/Binary/NO.png"
6+
}

scripts/assets/Binary/NO.png

17.7 KB
Loading

scripts/assets/Binary/YES.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "YES",
3+
"symbol": "pYES",
4+
"description": "Redeemable relative to the metric.",
5+
"image": "https://raw.githubusercontent.com/metaDAOproject/futarchy/refs/heads/develop/scripts/assets/Binary/YES.png"
6+
}

scripts/assets/Binary/YES.png

18.7 KB
Loading

0 commit comments

Comments
 (0)