Skip to content

Commit

Permalink
fix: klaytn deprecated comment (#3158)
Browse files Browse the repository at this point in the history
  • Loading branch information
Byeong-jun-Kim authored Dec 25, 2024
1 parent 356db40 commit 34e0d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chains/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,9 @@ export { kcc } from './definitions/kcc.js'
export { kinto } from './definitions/kinto.js'
/** @deprecated Use `kaia` instead. */
export { klaytn } from './definitions/klaytn.js'
/** @deprecated Use `kairos` instead. */
export { kaia } from './definitions/kaia.js'
export { kairos } from './definitions/kairos.js'
/** @deprecated Use `kairos` instead. */
export { klaytnBaobab } from './definitions/klaytnBaobab.js'
export { koi } from './definitions/koi.js'
export { kroma } from './definitions/kroma.js'
Expand Down

0 comments on commit 34e0d0d

Please sign in to comment.