-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor NEAR integration and token transfer plugin
- Updated default node URL in NEARConnection to point to the official testnet. - Added async context manager support in NEARConnection for better resource management. - Enhanced TokenTransferPlugin initialization to create NEAR connection and market data manager only if they don't already exist. - Improved error handling during plugin initialization and cleanup processes. - Updated quickstart.sh script to use the Python module for plugin management and execution commands, enhancing usability.
- Loading branch information
1 parent
ee0189f
commit 0b47a90
Showing
3 changed files
with
62 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters