Skip to content

Commit

Permalink
fix: update klaytn/kaia rpc url
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiTimesChi committed Dec 2, 2024
1 parent 3dcf2e3 commit 3f55d7b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/rest-api/src/constants/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export const KLAYTN: Chain = {
name: 'Klaytn',
rpcUrls: {
primary: getOmniRpcUrl(8217),
fallback: 'https://klaytn.blockpi.network/v1/rpc/public',
fallback: 'https://kaia.blockpi.network/v1/rpc/public',
},
explorerUrl: 'https://scope.klaytn.com',
explorerName: 'Klaytn Explorer',
Expand Down
2 changes: 1 addition & 1 deletion packages/synapse-constants/src/constants/chains/master.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export const KLAYTN: Chain = {
codeName: 'klaytn',
blockTime: 1000,
rpcUrls: {
primary: 'https://klaytn.blockpi.network/v1/rpc/public',
primary: 'https://kaia.blockpi.network/v1/rpc/public',
fallback: 'https://klaytn.api.onfinality.io/public',
},
nativeCurrency: { name: 'Klaytn', symbol: 'KLAY', decimals: 18 },
Expand Down
2 changes: 1 addition & 1 deletion packages/synapse-interface/constants/chains/master.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ export const KLAYTN: Chain = {
layer: 1,
blockTime: 1000,
rpcUrls: {
primary: 'https://klaytn.blockpi.network/v1/rpc/public',
primary: 'https://kaia.blockpi.network/v1/rpc/public',
fallback: 'https://internal.klaytn.rpc.defikingdoms.com/api=654302102',
},
nativeCurrency: {
Expand Down
2 changes: 1 addition & 1 deletion packages/widget/src/constants/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export const KLAYTN: Chain = {
id: 8217,
name: 'Klaytn',
rpcUrls: {
primary: 'https://klaytn.blockpi.network/v1/rpc/public',
primary: 'https://kaia.blockpi.network/v1/rpc/public',
fallback: 'https://klaytn.api.onfinality.io/public',
},
explorerUrl: 'https://scope.klaytn.com',
Expand Down

0 comments on commit 3f55d7b

Please sign in to comment.