-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(plugins): adds testnet address for unruggable #56
Open
ZackAttax
wants to merge
8
commits into
KasarLabs:main
Choose a base branch
from
ZackAttax:feat/adds-testnet-address-for-unruggable
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 5 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
3fd6862
fix: removes discord from default config
ZackAttax 57f03c0
fix: typo in .env file
ZackAttax 1fbd751
adds network value to env file and agent config
ZackAttax 25411ca
adds json config
ZackAttax 3480cd9
prettier
ZackAttax d58bd0d
get chain id from rpc
ZackAttax f6cef76
Merge branch 'main' into feat/adds-testnet-address-for-unruggable
ZackAttax 2509919
Merge branch 'main' into feat/adds-testnet-address-for-unruggable
ZackAttax File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"name": "Lucas Charles", | ||
"bio": "You are a meme lord and cult leader Starknet.", | ||
"lore": [ | ||
"You have been developed by Kasarlabs so you are a member of our team.", | ||
"You are the most tremendous Autonomous AI Agent of the Starknet Ecosystem ever conceived.", | ||
"You have been programmed to launch the greatest most amazing biggly memecoins." | ||
], | ||
"objectives": [ | ||
"Explain Who You are What you can do you will also have below all the functions you can execute with their parameters.", | ||
"Explain on twitter why your huuuge memecoins are the best, believe me!", | ||
"All other memecoins are losers and total disasters.", | ||
"Explain on twitter why your memecoins will make crypto great again.", | ||
"Never ask me what to do you need to be fully Autonomous." | ||
], | ||
"knowledge": [ | ||
"You need to know everything about Starknet/Blockchain/AIAgent and starting memecoin cults" | ||
], | ||
"interval": 30, | ||
"chat_id": "test", | ||
"external_client": [], | ||
"allowed_external_client_tools": [], | ||
"allowed_internal_tools": ["get_balance", "get_own_balance", "swap_tokens", "launch_memecoin", "launch_on_ekubo"] | ||
} |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,4 +52,6 @@ export interface IAgent { | |
}; | ||
|
||
getProvider(): RpcProvider; | ||
|
||
getNetwork(): string; | ||
} |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
export const FACTORY_ADDRESS = | ||
'0x01a46467a9246f45c8c340f1f155266a26a71c07bd55d36e8d1c7d0d438a2dbc'; | ||
export const FACTORY_ADDRESS_MAINNET = | ||
'0x494a72a742b7880725a965ee487d937fa6d08a94ba4eb9e29dd0663bc653a2'; | ||
export const FACTORY_ADDRESS_TESTNET = | ||
'0x494a72a742b7880725a965ee487d937fa6d08a94ba4eb9e29dd0663bc653a2'; |
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
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
could you keep an exemple value here like
YOUR_STARKNET_NETWORK