wevm / viem

TypeScript Interface for Ethereum
https://viem.sh
Other
2.45k stars 737 forks source link

feat: change klaytn to kaia chain #2643

Closed 0oooooooo0 closed 2 weeks ago

0oooooooo0 commented 3 weeks ago

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 deprecate klaytn in favor of kaia and kairos.

Detailed summary

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

changeset-bot[bot] commented 3 weeks ago

🦋 Changeset detected

Latest commit: c10ea8e729a4dfc6f6f4ac3a0a550ce21dd86f11

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ---- | ----- | | viem | Patch |

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

vercel[bot] commented 3 weeks ago

@0oooooooo0 is attempting to deploy a commit to the Wevm Team on Vercel.

A member of the Team first needs to authorize it.

0oooooooo0 commented 3 weeks ago

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

0oooooooo0 commented 2 weeks ago

@jxom Do you check it? Kaia will launch after 2 days. so I hope it merges quickly