Skip to content

Commit

Permalink
feat: add holdstation token (#9973)
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 the Holdstation (HOLD) token on zkSync.

### Detailed summary
- Added Holdstation (HOLD) token on zkSync in `zkSync.ts` constants file
- Defined token details such as address, decimals, symbol, name, and
website

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

<!-- end pr-codex -->

Name: Holdstation
Symbol: HOLD
Decimals: 18
Project URL: https://holdstation.com/

Address: 0xed4040fD47629e7c8FBB7DA76bb50B3e7695F0f2
Explorer URL:
https://era.zksync.network/address/0xed4040fD47629e7c8FBB7DA76bb50B3e7695F0f2
  • Loading branch information
thechefpenguin authored Jun 10, 2024
1 parent f01b511 commit 5fa28e0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/many-games-leave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@pancakeswap/tokens': patch
---

Add Holdstation(HOLD) token on zkSync
8 changes: 8 additions & 0 deletions packages/tokens/src/constants/zkSync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,12 @@ export const zksyncTokens = {
'USDT+',
'https://overnight.fi/',
),
hold: new ERC20Token(
ChainId.ZKSYNC,
'0xed4040fD47629e7c8FBB7DA76bb50B3e7695F0f2',
18,
'HOLD',
'Holdstation',
'https://holdstation.com/',
),
}

0 comments on commit 5fa28e0

Please sign in to comment.