Skip to content

Commit f9cd359

Browse files
committed
chore: start migrating to new allocator
1 parent 1b18e12 commit f9cd359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/onchain-allocator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export const getOnchainAllocator = async (chainId: string) => {
8989
let allocator = config.onchainAllocator;
9090
if (
9191
process.env.SERVICE === "relay-protocol-hub" &&
92-
["hyperliquid", "eclipse", "soon", "solana"].includes(chainId)
92+
["hyperliquid", "eclipse", "soon"].includes(chainId)
9393
) {
9494
allocator = "0x7eda04920f22ba6a2b9f2573fd9a6f6f1946ff9f";
9595
}

0 commit comments

Comments
 (0)