Discuss and Design Contract Configuration for AMM Integration #24
AbdelStark
started this conversation in
General
Replies: 1 comment 4 replies
-
Using Canonical Factories for Network-Specific Deployments sounds like the best approach to me. We can use onchain events to have access to useful logs, and we have better control over the deployment pipeline to ensure that a contract is flagged as "unruggable" |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
We need to discuss and design the approach for handling contract configurations, specifically concerning the integration with Automated Market Makers (AMMs) like factory and router contracts. The key consideration is balancing flexibility with the integrity of the Unruggable Memecoin's promise of safety and reliability.
Discussion Points
UnruggableMemecoinFactory
for different networks, each deployingUnruggableMemecoin
contracts with a preconfigured set of addresses suitable for those networks (e.g., JediSwap router and factory addresses on the Sepolia Testnet). (shout out to @tarrencev for the idea)Alternatives and Tradeoffs
Implementation Notes
Beta Was this translation helpful? Give feedback.
All reactions