1+ {
2+ "name" : " Flap" ,
3+ "description" : " The premier memecoin launchpad for trench warriors on Monad." ,
4+ "live" : true ,
5+ "categories" : [" DeFi::Launchpads" ],
6+ "addresses" : {
7+ // Portal is the entry point of the Flap protocol
8+ // Flap uses a pattern similar to diamond pattern to allow users to
9+ // interact with the protocol via a single contract address
10+ "Portal" : " 0x30e8ee7b5881bf2E158A0514f2150aabe2c68b23" ,
11+ // Standard Token implementation
12+ // For each standard token created via Flap, a clone of this instance of this contract is deployed
13+ // We use clone pattern to save gas and reduce deployment costs for users creating new tokens
14+ "TokenV2Implementation" : " 0xB88189aA1162850D75A1c1e16F837b7979994184" ,
15+ // Tax Token Implementation
16+ // For each tax token created via Flap, a clone of this instance of this contract is deployed
17+ "TaxTokenImplementation" : " 0x8E6512bA94C723D8F140B0FD9DBb498854b7a1F4" ,
18+ // Tax Token splitter implementation
19+ // For tax token, tax will be process by the splitter contract
20+ // We use clone pattern to save gas and reduce deployment costs for users creating new tokens
21+ "TaxTokenSplitterImplementation" : " 0x57Fed6832F12150a77D5952b49190d9447aCB5ee"
22+ },
23+ "links" : {
24+ // This link will be available on Monad mainnet launch
25+ "project" : " https://flap.sh/monad" ,
26+ "twitter" : " https://x.com/flapdotsh" ,
27+ "docs" : " https://docs.flap.sh/flap/" ,
28+ "developer" : " https://docs.flap.sh/flap/developers/quick-start"
29+ }
30+ }
0 commit comments