diff --git a/src/rpc/common.ts b/src/rpc/common.ts index fd5f57c..56e37ba 100644 --- a/src/rpc/common.ts +++ b/src/rpc/common.ts @@ -4,6 +4,7 @@ import { maybeMapChainId, reverseMapChainId } from "../util.js"; import { Connection } from "@solana/web3.js"; import { getAat, getPocketServer } from "../rpc.js"; import config, { usePocketGateway } from "../config.js"; +import { ERR_INVALID_CHAIN } from "../error.js"; type RpcProviderMethod = (method: string, params: Array) => Promise;