Skip to content

Commit

Permalink
chore: Update Merkl Pools (#11101)
Browse files Browse the repository at this point in the history
- Update Merkl Pools

Auto-generated by [create-pull-request][1]

[1]: https://github.com/peter-evans/create-pull-request

<!-- start pr-codex -->

---

## PR-Codex overview
This PR updates the `merklPools.json` configuration by swapping the
`address` and `link` values of two entries for the same `chainId`,
effectively changing their association.

### Detailed summary
- Updated first entry:
- Changed `address` from `0xeD000AB362Ef11E962658Fc04c1A7D667a647213` to
`0xd5a79aB649E0a5F20e995026d034a0bF28B8aACa`
- Changed `link` from
`https://merkl.angle.money/bnb%20smart%20chain/pool/1/0xeD000AB362Ef11E962658Fc04c1A7D667a647213`
to
`https://merkl.angle.money/bnb%20smart%20chain/pool/2/0xd5a79aB649E0a5F20e995026d034a0bF28B8aACa`
- Updated second entry:
- Changed `address` from `0xd5a79aB649E0a5F20e995026d034a0bF28B8aACa` to
`0xeD000AB362Ef11E962658Fc04c1A7D667a647213`
- Changed `link` from
`https://merkl.angle.money/bnb%20smart%20chain/pool/2/0xd5a79aB649E0a5F20e995026d034a0bF28B8aACa`
to
`https://merkl.angle.money/bnb%20smart%20chain/pool/1/0xeD000AB362Ef11E962658Fc04c1A7D667a647213`

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

<!-- end pr-codex -->
  • Loading branch information
pancakeswap-github-bot authored Dec 31, 2024
1 parent cefa4d7 commit fde3167
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/web/src/config/constants/merklPools.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[
{
"chainId": 56,
"address": "0xeD000AB362Ef11E962658Fc04c1A7D667a647213",
"link": "https://merkl.angle.money/bnb%20smart%20chain/pool/1/0xeD000AB362Ef11E962658Fc04c1A7D667a647213"
"address": "0xd5a79aB649E0a5F20e995026d034a0bF28B8aACa",
"link": "https://merkl.angle.money/bnb%20smart%20chain/pool/2/0xd5a79aB649E0a5F20e995026d034a0bF28B8aACa"
},
{
"chainId": 56,
"address": "0xd5a79aB649E0a5F20e995026d034a0bF28B8aACa",
"link": "https://merkl.angle.money/bnb%20smart%20chain/pool/2/0xd5a79aB649E0a5F20e995026d034a0bF28B8aACa"
"address": "0xeD000AB362Ef11E962658Fc04c1A7D667a647213",
"link": "https://merkl.angle.money/bnb%20smart%20chain/pool/1/0xeD000AB362Ef11E962658Fc04c1A7D667a647213"
},
{
"chainId": 42161,
Expand Down

0 comments on commit fde3167

Please sign in to comment.