Skip to content

Commit 6a1362b

Browse files
authored
chore: add SC addresses (#44)
* chore: add SC addresses * fix: summary
1 parent d745e5d commit 6a1362b

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@
3535
- [📦 Merkl API V4 NPM Package](integrate-merkl/merkl-api-package.md)
3636
- [3️⃣ Merkl API V3 Docs](integrate-merkl/deprecated-v3-endpoints.md)
3737
- [🧑‍🎨 Branding and Integration](integrate-merkl/branding-and-integration.md)
38+
- [📋 Smart Contract Addresses](integrate-merkl/smart-contract-addresses.md)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Smart Contract Addresses
2+
3+
All Merkl smart contract addresses, categorized by chain are listed [here](https://app.merkl.xyz/status).
4+
5+
On the vast majority of chains, the Distributor is deployed at `0x3Ef3D8bA38EBe18DB133cEc108f4D14CE00Dd9Ae` and the Campaign Creator is deployed at `0x8BB4C975Ff3c250e0ceEA271728547f3802B36Fd`.

mechanisms/features/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Once the reallocation is complete and the Merkle root is updated on the relevant
101101

102102
**Developer:**
103103

104-
To reallocate rewards, you need to call from the creator address [reallocateCampaignRewards](https://github.com/AngleProtocol/merkl-contracts/blob/1006c8ff64ba3eb4732a19da3cec92d4afc92eb8/contracts/DistributionCreator.sol#L285) with parameters:
104+
To reallocate rewards, you need to call from the creator address [reallocateCampaignRewards](https://github.com/AngleProtocol/merkl-contracts/blob/1006c8ff64ba3eb4732a19da3cec92d4afc92eb8/contracts/DistributionCreator.sol#L285) on the Campaign Creator (Smart contract addresses [here](../../integrate-merkl/smart-contract-addresses.md)) with parameters:
105105

106106
- \_campaignId: the campaign ID you want to reallocate unclaimed rewards for
107107
- froms: An array of addresses that you want to reallocate from

0 commit comments

Comments
 (0)