From dc76e447da7261e818e67937d0f638213e3b5e15 Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Mon, 17 Mar 2025 21:36:31 -0400 Subject: [PATCH] Fix Omaw ID --- src/utils/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/constants.ts b/src/utils/constants.ts index cb369673..0d5408f5 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -1026,7 +1026,7 @@ export const EquicordDevs = Object.freeze({ }, omaw: { name: "omaw", - id: 1234916234789650463n + id: 1155026301791514655n }, } satisfies Record);