aboutsummaryrefslogtreecommitdiff
path: root/src/utils/constants.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/constants.ts')
-rw-r--r--src/utils/constants.ts6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/utils/constants.ts b/src/utils/constants.ts
index 9771f42..667e396 100644
--- a/src/utils/constants.ts
+++ b/src/utils/constants.ts
@@ -334,7 +334,11 @@ export const Devs = /* #__PURE__*/ Object.freeze({
HypedDomi: {
name: "HypedDomi",
id: 354191516979429376n
- }
+ },
+ Rini: {
+ name: "Rini",
+ id: 1079479184478441643n
+ },
} satisfies Record<string, Dev>);
// iife so #__PURE__ works correctly