Skip to content

Commit

Permalink
Merge branch 'master' into madfi-reward-engagement
Browse files Browse the repository at this point in the history
  • Loading branch information
imthatcarlos authored Jan 17, 2024
2 parents bf71367 + 683dab5 commit e341518
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
- My module has been registered on the registry: [yes | no]
- My module has been verified on the block explorer: [yes | no]
- My module is a paid action so uses currencies: [yes | no]
- Transaction hash of a successful `act` or `actWithSig` on Lens Testnet (Mumbai) contracts: <insert tx hash here>
- Summary of my module: <enter summary of module>
- I have updated the module type json file: [yes | no]
6 changes: 6 additions & 0 deletions open-actions.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@
"requiresUserFunds": true,
"blockExplorerLink": "https://polygonscan.com/address/0x22cb67432C101a9b6fE0F9ab542c8ADD5DD48153#code"
},
{
"name": "SimpleCollectionMintAction",
"address": "0x55991a42e8FEb9DFAC9Fcc172f133D36AC2282A2",
"requiresUserFunds": true,
"blockExplorerLink": "https://polygonscan.com/address/0x55991a42e8FEb9DFAC9Fcc172f133D36AC2282A2#code"
},
{
"name": "RewardEngagementAction",
"address": "0xDA7F4679312Ab7Dc9B4A985564a391c14Ef45A72",
Expand Down
3 changes: 2 additions & 1 deletion scripts/last-synced.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"OPEN_ACTION-ZoraLzMintActionV1-0x5f377e3e9BE56Ff72588323Df6a4ecd5cEedc56A": "f31c2d3cca35dce52680c3e702919fd3",
"OPEN_ACTION-DecentOpenAction-0x99Cd5A6e51C85CCc63BeC61A177003A551953628": "a497459ff44fbbdb0415e4d1ccd21de0",
"OPEN_ACTION-RaveShareMintOAV0-0x410688fc60028c805bdf8592a6504a0096927911": "a3279de096617edc5189a92ca88fdcf0",
"OPEN_ACTION-TipActionModule-0x22cb67432C101a9b6fE0F9ab542c8ADD5DD48153": "9cd9ddc9c8ac5448cd9e7d2ab3f37e50"
"OPEN_ACTION-TipActionModule-0x22cb67432C101a9b6fE0F9ab542c8ADD5DD48153": "9cd9ddc9c8ac5448cd9e7d2ab3f37e50",
"OPEN_ACTION-SimpleCollectionMintAction-0x55991a42e8FEb9DFAC9Fcc172f133D36AC2282A2": "174061fc80e241ecc4013319e6923206"
},
"REFERENCE": {
"REFERENCE-LegacyFollowerOnlyReferenceModule-0x17317F96f0C7a845FFe78c60B10aB15789b57Aaa": "53e20d4716de05eee03d64cdafb8d435",
Expand Down

0 comments on commit e341518

Please sign in to comment.