Skip to content

Commit

Permalink
feat: list zke & rf (#10067)
Browse files Browse the repository at this point in the history
<!--
Before opening a pull request, please read the [contributing
guidelines](https://github.com/pancakeswap/pancake-frontend/blob/develop/CONTRIBUTING.md)
first
-->

<!-- start pr-codex -->

---

## PR-Codex overview
This PR adds support for ZKE and RF tokens from zkSync in the
PancakeSwap tokens list.

### Detailed summary
- Added ZKE token with address, decimals, symbol, name, and website
- Added RF token with address, decimals, symbol, name, and website

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

<!-- end pr-codex -->
  • Loading branch information
ChefJerry authored Jun 21, 2024
1 parent ef6d93a commit 8f573cf
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/short-cherries-melt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@pancakeswap/tokens': patch
---

list ZKE & RF
16 changes: 16 additions & 0 deletions packages/tokens/src/constants/zkSync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,20 @@ export const zksyncTokens = {
'zkSync',
'https://zksync.io/',
),
zke: new ERC20Token(
ChainId.ZKSYNC,
'0x7b3e1236c39ddD2e61cF6Da6ac6D11193238ccB0',
18,
'ZKE',
'ZKE',
'https://zkera.fi/',
),
rf: new ERC20Token(
ChainId.ZKSYNC,
'0x5f7CBcb391d33988DAD74D6Fd683AadDA1123E4D',
18,
'RF',
'ReactorFusion',
'https://reactorfusion.xyz/',
),
}

0 comments on commit 8f573cf

Please sign in to comment.