diff --git a/package.json b/package.json index 7d81f1c6..78f8d852 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@across-protocol/sdk-v2", "author": "UMA Team", - "version": "0.22.2", + "version": "0.22.3", "license": "AGPL-3.0", "homepage": "https://docs.across.to/v/developer-docs/developers/across-sdk", "files": [ diff --git a/src/utils/NetworkUtils.ts b/src/utils/NetworkUtils.ts index f1f7b1c6..184fa6d9 100644 --- a/src/utils/NetworkUtils.ts +++ b/src/utils/NetworkUtils.ts @@ -1,4 +1,4 @@ -import { PublicNetworks } from "@uma/common"; +import { PublicNetworks } from "@uma/common/dist/PublicNetworks"; import { CHAIN_IDs, PRODUCTION_CHAIN_IDS, TESTNET_CHAIN_IDS } from "../constants"; /**