Skip to content

Commit

Permalink
feat: Update token name (#11015)
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 focuses on updating the string representation of a token name in
the `base.ts` file from `'Mog'` to `'MOG'`, ensuring consistent
capitalization.

### Detailed summary
- Changed the token name from `'Mog'` to `'MOG'` in `base.ts`.

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

<!-- end pr-codex -->
  • Loading branch information
ChefMomota authored Dec 6, 2024
1 parent 16c43a0 commit 27294b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tokens/src/constants/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export const baseTokens = {
ChainId.BASE,
'0x2Da56AcB9Ea78330f947bD57C54119Debda7AF71',
18,
'Mog',
'MOG',
'MOG',
'https://mogcoin.xyz/',
),
Expand Down

0 comments on commit 27294b5

Please sign in to comment.