Skip to content

Commit b314b0d

Browse files
committed
fix: onchain allocator cache
1 parent fecdcfb commit b314b0d

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"].includes(chainId)
92+
["hyperliquid", "eclipse", "soon", "solana"].includes(chainId)
9393
) {
9494
allocator = "0x7eda04920f22ba6a2b9f2573fd9a6f6f1946ff9f";
9595
}

0 commit comments

Comments
 (0)