-
-
Notifications
You must be signed in to change notification settings - Fork 835
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: change klaytn to kaia chain #2643
Conversation
🦋 Changeset detectedLatest commit: c10ea8e The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
@0oooooooo0 is attempting to deploy a commit to the Wevm Team on Vercel. A member of the Team first needs to authorize it. |
@@ -1,20 +1,20 @@ | |||
import { defineChain } from '../../utils/chain/defineChain.js' | |||
|
|||
export const klaytn = /*#__PURE__*/ defineChain({ | |||
export const kaia = /*#__PURE__*/ defineChain({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
export const kaia = /*#__PURE__*/ defineChain({ | |
export const klaytn = /*#__PURE__*/ defineChain({ |
@@ -1,21 +1,21 @@ | |||
import { defineChain } from '../../utils/chain/defineChain.js' | |||
|
|||
export const klaytnBaobab = /*#__PURE__*/ defineChain({ | |||
export const kairos = /*#__PURE__*/ defineChain({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
export const kairos = /*#__PURE__*/ defineChain({ | |
export const klaytnBaobab = /*#__PURE__*/ defineChain({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To avoid breaking changes, can you please keep the original exports for these chains under a /** @deprecated */
flag and also add new files for the new chains? We can keep the rebranding in the old chains too.
Example:
https://github.com/wevm/viem/blob/main/src/chains/index.ts#L226-L227
I completed it! thank you |
@jxom Do you check it? Kaia will launch after 2 days. so I hope it merges quickly |
This Pull Request proposes the rebranding of the Klaytn Chain to the Kaia Chain, effective from August 29th. The changes include the following:
All instances of "Klaytn" have been updated to "Kaia" throughout the codebase and documentation.
The KlaytnBaobab testnet has been renamed to "Kairos." All references to "KlaytnBaobab" have been updated accordingly.
Please review the changes and provide feedback. If everything is in order, I would appreciate it if this PR could be merged by or before August 29th to ensure a smooth transition.
For more details about the chain rebranding, please refer to the official announcement here.
PR-Codex overview
The focus of this PR is to add support for the
Kaia
chain and deprecateklaytn
in favor ofkaia
andkairos
.Detailed summary
Kaia
chain with detailsklaytn
, usekaia
insteadkairos
chainklaytn
andklaytnBaobab
chains with new details