diff --git a/space-configs/images/refito_logo_1000x1000.png b/space-configs/images/refito_logo_1000x1000.png new file mode 100644 index 00000000..adc0bc07 Binary files /dev/null and b/space-configs/images/refito_logo_1000x1000.png differ diff --git a/space-configs/main/refi-dao.ts b/space-configs/main/refi-dao.ts new file mode 100644 index 00000000..a2eee531 --- /dev/null +++ b/space-configs/main/refi-dao.ts @@ -0,0 +1,31 @@ +import { SpaceConfig } from "../types"; + +// UPDATE HERE ↓↓↓ +export default { + metadata: { + name: "ReFiTO - ReFi DAO Toronto Local Node", // UPDATE HERE + description: + "This Space is dedicated ReFiTO, The ReFi DAO Toronto Local Node.", // UPDATE HERE + image: "refito_logo_1000x1000.png", // UPDATE HERE + socialLinks: [ + { + type: "link", + link: "https://bento.me/refitoronto", // UPDATE HERE + }, + // OTHER TYPE OF LINK YOU CAN USE + { + type: "twitter", + link: "https://twitter.com/Refitoronto", + }, + { + type: "instagram", + link: "https://www.instagram.com/refito/", + }, + { + type: "telegram", + link: "https://t.me/+K_U-xGhmJVJiMzgx", + }, + ], + }, + apps: [], +} as SpaceConfig; \ No newline at end of file