Skip to content

Dev/adding custon action#1

Merged
gilbertsahumada merged 12 commits intomainfrom
dev/adding-custon-action
Mar 11, 2025
Merged

Dev/adding custon action#1
gilbertsahumada merged 12 commits intomainfrom
dev/adding-custon-action

Conversation

@gilbertsahumada
Copy link
Contributor

This pull request includes several changes to enhance the functionality of the token creation process, integrate Supabase for database operations, and add new configurations. The most important changes include adding new environment variables, updating dependencies, and implementing new functionalities for token deployment and metadata processing.

Configuration Changes:

  • Added new environment variables for TM_PROXY_ADDRESS, TM_FACTORY_ADDRESS, WMONAD_ADDRESS, SUPABASE_URL, SUPABASE_ANON_KEY, and BUCKET_NAME in .env.example.

Dependency Updates:

  • Added @elizaos-plugins/client-twitter and re-added @elizaos/plugin-bootstrap in agent/package.json.

Token Deployment Enhancements:

  • Implemented createTokenAndMarketAction in agent/src/tokenMillAction.ts to handle token creation, metadata processing, and database insertion. [1] [2] [3] [4] [5] [6]
  • Added createTokenAndMarketAction to the list of actions in createAgent function in agent/src/index.ts.

Supabase Integration:

  • Created agent/src/utils/database.types.ts to define database types for Supabase.
  • Added agent/src/utils/supabase.ts to handle Supabase client creation, file uploads, and metadata processing.

Utility Additions:

  • Defined monadTestnet chain configuration in agent/src/utils/monadChain.ts.
  • Added Application type in agent/src/interface/Applications.ts.

@gilbertsahumada gilbertsahumada added the enhancement New feature or request label Mar 11, 2025
@gilbertsahumada gilbertsahumada self-assigned this Mar 11, 2025
@gilbertsahumada gilbertsahumada merged commit 2ece0b4 into main Mar 11, 2025
2 of 8 checks passed
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @gilbertsahumada! Welcome to the elizaOS community. Thanks for submitting your first pull request; your efforts are helping us accelerate towards AGI. We'll review it shortly. You are now an elizaOS contributor!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant