Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions docs/v2/fraction/sdk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ The complete Interface Description Language (IDL) for the Fraction protocol:
```

<Note>
**Program Address**: The Fraction protocol is deployed at `Ck2PtB73t36kjk4mLUztwsBV9jvq7q3mGfSNmQevwFgg`. This IDL can be used with Anchor clients or other Solana development tools for direct program interaction.
**Program Address**: The Fraction protocol is deployed at `FracVQuBhSeBvbw1qNrJKkDmcdPcFYWdneoKbJa3HMrj`. This IDL can be used with Anchor clients or other Solana development tools for direct program interaction.
</Note>

## Best Practices
Expand All @@ -608,10 +608,6 @@ The complete Interface Description Language (IDL) for the Fraction protocol:
**Share Distribution**: Always ensure participant shares sum to exactly 10,000 BPS (100%) to avoid validation errors.
</Tip>

<Tip>
**Agent Selection**: Choose reliable agents for distribution triggers. Consider using services like Clockwork for automated scheduling.
</Tip>

<Warning>
**Authority Security**: The authority can update configurations and should use secure key management practices.
</Warning>
Expand Down