Skip to content

Commit

Permalink
feat: Update project link (#10543)
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 a tracking parameter to the URL associated with the
'ChainGPT' token in the BSC constants file.

### Detailed summary
- Updated the URL for the 'ChainGPT' token to include tracking
parameters for PancakeSwap partnership.

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

<!-- end pr-codex -->
  • Loading branch information
ChefMomota authored Aug 28, 2024
1 parent b49a8e7 commit 498e9f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tokens/src/constants/bsc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2617,7 +2617,7 @@ export const bscTokens = {
18,
'CGPT',
'ChainGPT',
'https://www.chaingpt.org/',
'https://www.chaingpt.org/?utm_source=pancakeswap&utm_medium=partnership&utm_campaign=august_syrup_pool',
),
play: new ERC20Token(
ChainId.BSC,
Expand Down

0 comments on commit 498e9f6

Please sign in to comment.