From 566cd5bf114c2f9fa3c939a1fe07b60d2de6d532 Mon Sep 17 00:00:00 2001 From: Vantana1995 Date: Tue, 26 Aug 2025 10:21:07 +0200 Subject: [PATCH 1/2] Add Picule Protocol to Monad testnet ecosystem --- testnet/picule-protocol.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 testnet/picule-protocol.json diff --git a/testnet/picule-protocol.json b/testnet/picule-protocol.json new file mode 100644 index 0000000..e852144 --- /dev/null +++ b/testnet/picule-protocol.json @@ -0,0 +1,33 @@ +{ + "name": "Picule Protocol", + "description": "Revolutionary trustless crowdfunding system that merges NFT and ERC-20 token launches with permanently locked liquidity. Creates rug-pull resistant ICOs where LP tokens are locked in NFTs while earning trading commissions, providing intrinsic value to NFTs and eliminating developer exit scam risks.", + "categories": [ + "DeFi::Launchpads", + "NFT::NFTFi", + "DeFi::Liquid Staking", + "DeFi::DEX", + "DeFi::Launchpads", + "DeFi::Memecoin", + "DeFi::Staking", + "NFT::Collections", + "NFT::Marketplace", + "NFT::Other" + ], + "addresses": { + "TokenLaunchManager": "0xbb29be458dcaa439f1259bc9b42a7240b1d37af5", + "ICO": "0x7927a4bd40ab5a60c4a319ea55424469560e947b", + "FundsManager": "0xe582fc0dad42d73a9023f801e9e46ddf59ae0856", + "Factory": "0x88f935cc12efc73f1590bfc12178539351b145c5", + "Router": "0x6ac52fc7988cf99a4a66911e248f40838ca56e9d", + "Pair": "0xcaa8d5a92dbdc4d9c0c488782cf27a852e618c98", + "Marketplace": "0xe8c3490eed91ba902731ea2bbb69426282604012", + "TreasuryController": "0x6e59986a3e83c0db7c59461582c48e36c32db25b", + "PiculeNFT": "0x1a91f666527b04fb8dfe8ae05fd2e628e9370bad", + "MPCToken": "0xe91df27c401084ec11998766d64717f998b47b33", + "ERC20Template": "0x002e13268edf8b3680bbd7b1b3e9e59740b9b008" + }, + "links": { + "github": "https://github.com/your-username/picule-protocol", + "docs": "https://github.com/your-username/picule-protocol/tree/main/docs" + } +} From 067c97f89852b452fced4d8d24c8dd29f93af9a1 Mon Sep 17 00:00:00 2001 From: Vantana1995 Date: Tue, 26 Aug 2025 10:30:01 +0200 Subject: [PATCH 2/2] Add project website link to Picule Protocol --- testnet/picule-protocol.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/testnet/picule-protocol.json b/testnet/picule-protocol.json index e852144..6e4f58a 100644 --- a/testnet/picule-protocol.json +++ b/testnet/picule-protocol.json @@ -27,7 +27,8 @@ "ERC20Template": "0x002e13268edf8b3680bbd7b1b3e9e59740b9b008" }, "links": { - "github": "https://github.com/your-username/picule-protocol", - "docs": "https://github.com/your-username/picule-protocol/tree/main/docs" + "project": "https://picule.xyz", + "github": "https://github.com/Vantana1995/picule-protocol", + "docs": "https://github.com/Vantana1995/picule-protocol/tree/main/docs" } }