diff --git a/scripts/assets/SAVE/fSAVE.json b/scripts/assets/SAVE/fSAVE.json new file mode 100644 index 000000000..541295fc2 --- /dev/null +++ b/scripts/assets/SAVE/fSAVE.json @@ -0,0 +1,6 @@ +{ + "name": "Fail SAVE", + "symbol": "fSAVE", + "description": "A token that redeems back to SAVE if the proposal fails", + "image": "https://raw.githubusercontent.com/metaDAOproject/futarchy/refs/heads/develop/scripts/assets/SAVE/fSAVE.png" +} \ No newline at end of file diff --git a/scripts/assets/SAVE/fSAVE.png b/scripts/assets/SAVE/fSAVE.png new file mode 100644 index 000000000..4cddb6810 Binary files /dev/null and b/scripts/assets/SAVE/fSAVE.png differ diff --git a/scripts/assets/SAVE/pSAVE.json b/scripts/assets/SAVE/pSAVE.json new file mode 100644 index 000000000..60e9f9010 --- /dev/null +++ b/scripts/assets/SAVE/pSAVE.json @@ -0,0 +1,6 @@ +{ + "name": "Pass SAVE", + "symbol": "pSAVE", + "description": "A token that redeems back to SAVE if the proposal passes", + "image": "https://raw.githubusercontent.com/metaDAOproject/futarchy/refs/heads/develop/scripts/assets/SAVE/pSAVE.png" +} \ No newline at end of file diff --git a/scripts/assets/SAVE/pSAVE.png b/scripts/assets/SAVE/pSAVE.png new file mode 100644 index 000000000..3d67e8fb0 Binary files /dev/null and b/scripts/assets/SAVE/pSAVE.png differ