Skip to content

Commit

Permalink
refactor: rpc endpoint (#148)
Browse files Browse the repository at this point in the history
* refactor: remove `-eu-1` from rpc endpoints

* chore: bump `@kyvejs/types` version
  • Loading branch information
christopherbrumm authored Jul 30, 2024
1 parent d34998b commit 7cee830
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions common/sdk/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand All @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion common/types/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 7cee830

Please sign in to comment.