templates icon indicating copy to clipboard operation
templates copied to clipboard

update token drop

Open Jxnis opened this issue 5 months ago • 3 comments

User description

Thanks for taking the time to submit a pull request!

Please write some information about this P/R that are valuable to us:

Project Title: [Project Title] Project Description: [Project Description] Technologies Used: [Technologies Used] How did you used mintbase.js?: [How did you used mintbase.js?] Working Demo Link: [Working Demo Link]


PR Type

enhancement, documentation


Description

  • Refactored server minting logic and updated wallet URL to use Bitte wallet.
  • Updated constants and URLs to reflect Bitte branding.
  • Modified metadata and social media sharing titles to Bitte branding.
  • Updated README to reflect Bitte branding and updated instructions.
  • Updated project metadata and dependencies in package.json.

Changes walkthrough 📝

Relevant files
Enhancement
serverMint.ts
Refactor server minting logic and update wallet URL           

simple-token-drop/src/app/serverMint.ts

  • Updated imports and refactored code for better readability.
  • Changed MintArgsResponse to MintArgsV1Response.
  • Modified WALLET_AUTO_IMPORT_URL to use Bitte wallet.
  • +73/-55 
    constants.ts
    Update wallet URLs and reformat constants                               

    simple-token-drop/src/app/constants.ts

  • Updated wallet URLs to Bitte.
  • Reformatted constants for better readability.
  • +34/-19 
    page.tsx
    Update metadata for Bitte branding                                             

    simple-token-drop/src/app/page.tsx

    • Updated metadata to reflect Bitte branding.
    +5/-10   
    Social.tsx
    Update social media sharing title                                               

    simple-token-drop/src/components/Social.tsx

    • Updated social media sharing title to Bitte branding.
    +2/-2     
    package.json
    Update project metadata and dependencies                                 

    simple-token-drop/package.json

  • Updated project name and author to Bitte.
  • Updated dependencies to latest versions.
  • +7/-7     
    Documentation
    README.md
    Update README for Bitte branding and instructions               

    simple-token-drop/README.md

  • Updated references from Mintbase to Bitte.
  • Updated instructions and URLs to reflect Bitte branding.
  • +75/-65 
    Additional files (token-limit)
    pnpm-lock.yaml
    ...                                                                                                           

    simple-token-drop/pnpm-lock.yaml

    ...

    +3523/-2284

    💡 PR-Agent usage: Comment /help on the PR to get a list of all available PR-Agent tools and their descriptions

    Jxnis avatar Sep 27 '24 15:09 Jxnis