diff --git a/common/sdk/src/constants.ts b/common/sdk/src/constants.ts index 02fca62e..1a317a7a 100644 --- a/common/sdk/src/constants.ts +++ b/common/sdk/src/constants.ts @@ -23,8 +23,8 @@ export const SUPPORTED_CHAIN_CONFIGS = { "kyve-1": { chainId: "kyve-1", chainName: "KYVE", - rpc: "https://rpc-eu-1.kyve.network", - rest: "https://api-eu-1.kyve.network", + rpc: "https://rpc.kyve.network", + rest: "https://api.kyve.network", coin: "KYVE", coinDenom: "ukyve", coinDecimals: 6, @@ -33,8 +33,8 @@ export const SUPPORTED_CHAIN_CONFIGS = { "kaon-1": { chainId: "kaon-1", chainName: "KYVE Kaon", - rpc: "https://rpc-eu-1.kaon.kyve.network", - rest: "https://api-eu-1.kaon.kyve.network", + rpc: "https://rpc.kaon.kyve.network", + rest: "https://api.kaon.kyve.network", coin: "KYVE", coinDenom: "tkyve", coinDecimals: 6, @@ -43,8 +43,8 @@ export const SUPPORTED_CHAIN_CONFIGS = { "korellia-2": { chainId: "korellia-2", chainName: "KYVE Korellia", - rpc: "https://rpc-eu-1.korellia.kyve.network", - rest: "https://api-eu-1.korellia.kyve.network", + rpc: "https://rpc.korellia.kyve.network", + rest: "https://api.korellia.kyve.network", coin: "KYVE", coinDenom: "tkyve", coinDecimals: 6, diff --git a/common/types/package.json b/common/types/package.json index 5d800438..222cc739 100644 --- a/common/types/package.json +++ b/common/types/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/types", - "version": "1.4.0", + "version": "1.4.1", "main": "./dist/index.js", "types": "./dist/index.d.ts", "repository": {