Skip to content

Commit

Permalink
feat: add missing Kaia blockexplorer API URL (#2691)
Browse files Browse the repository at this point in the history
Update kaia.ts
  • Loading branch information
ezynda3 committed Sep 7, 2024
1 parent 02734f3 commit 13c2032
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/chains/definitions/kaia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export const kaia = /*#__PURE__*/ defineChain({
default: {
name: 'KaiaScope',
url: 'https://kaiascope.com',
apiUrl: 'https://api-cypress.klaytnscope.com/api',
},
},
contracts: {
Expand Down

0 comments on commit 13c2032

Please sign in to comment.