import type { RaribleSdkConfig } from "./domain" export const testnetConfig: RaribleSdkConfig = { basePath: "https://testnet-api.rarible.org", ethereumEnv: "testnet", flowEnv: "testnet", tezosNetwork: "testnet", polygonNetwork: "mumbai", solanaNetwork: "devnet", immutablexNetwork: "dev", }