Skip to content

Commit

Permalink
chore: Disallow fake token (#10974)
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 new token entry to the
`pancake-unsupported.tokenlist.json` file, introducing the `Giggle
Academy` token with its associated properties.

### Detailed summary
- Added a new token entry:
  - `name`: "Giggle Academy"
  - `symbol`: "Giggle"
  - `address`: "0xB265cBa9bd6e34FA412bD8b4C1514C902C0e7E7d"
  - `chainId`: 56
  - `decimals`: 18

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

<!-- end pr-codex -->
  • Loading branch information
chefjackson authored Nov 26, 2024
1 parent 49a52a4 commit 8c257ce
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@
"address": "0xa7192e74A09Ccae2284a5FbD71c983948A6075a6",
"chainId": 56,
"decimals": 9
},
{
"name": "Giggle Academy",
"symbol": "Giggle",
"address": "0xB265cBa9bd6e34FA412bD8b4C1514C902C0e7E7d",
"chainId": 56,
"decimals": 18
}
]
}

0 comments on commit 8c257ce

Please sign in to comment.