diff --git a/services/wallet/thirdparty/alchemy/client.go b/services/wallet/thirdparty/alchemy/client.go index 1f7a29830..bb95c6f58 100644 --- a/services/wallet/thirdparty/alchemy/client.go +++ b/services/wallet/thirdparty/alchemy/client.go @@ -35,6 +35,8 @@ func getBaseURL(chainID walletCommon.ChainID) (string, error) { return "https://opt-mainnet.g.alchemy.com", nil case walletCommon.OptimismGoerli: return "https://opt-goerli.g.alchemy.com", nil + case walletCommon.OptimismSepolia: + return "https://opt-sepolia.g.alchemy.com", nil case walletCommon.ArbitrumMainnet: return "https://arb-mainnet.g.alchemy.com", nil case walletCommon.ArbitrumGoerli: