Skip to content

Commit 32f1bba

Browse files
committed
update config
1 parent f162a84 commit 32f1bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/utils/viemClients.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export const RPC_URLS: Record<number, string> = {
143143
[1923]: process.env.RPC_URL_130 || "", //swell
144144
[tac.id]: process.env.RPC_URL_239 || "",
145145
[plasma.id]: process.env.RPC_URL_9745 || "",
146-
// [143]: process.env.RPC_URL_143 || "", // monad
146+
[143]: process.env.RPC_URL_143 || "", // monad
147147
} as const
148148

149149
export const createHttp = (chainId: number) =>

0 commit comments

Comments
 (0)