-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
NEAR testnet support #96
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems legit. Just a lint error on CI (so far).
@@ -19,6 +19,7 @@ export interface ApiConfig { | |||
url: string; | |||
localAgentUrl?: string; | |||
serverPort: number; | |||
network: string; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can this be an enum? "mainnet" | "testnet"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have one more issue
the deploy.ts script, is it deploying to a testnet registry? How user can ensure his agents are deployed on our testnet API, and also added to testnet registry?
That doesn't exist, its just for local testing |
How is everything going here with this? Are we still planning to finish here? |
No description provided.