Skip to content

Commit

Permalink
Merge pull request #222 from bnb-chain/feat/tokenApi1216
Browse files Browse the repository at this point in the history
fix: Update klaytn rpc
  • Loading branch information
wenty22 authored Dec 27, 2024
2 parents c798ffe + d13f59d commit 4f6e372
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @aiden-cao @wenty22 @Halibao-Lala @doge95
* @aiden-cao @wenty22 @Halibao-Lala @doge95 @robot-ux
2 changes: 1 addition & 1 deletion apps/canonical-bridge-ui/token-config/mainnet/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ export const chains: IChainConfig[] = [
symbol: 'KLAY',
decimals: 18,
},
rpcUrl: 'https://klaytn.blockpi.network/v1/rpc/public',
rpcUrl: 'https://1rpc.io/klay',
explorer: {
name: 'Klaytnscope',
url: 'https://scope.klaytn.com',
Expand Down

0 comments on commit 4f6e372

Please sign in to comment.