Skip to content

Commit

Permalink
Merge pull request #123 from galadriel-ai/kristjan/update-example-con…
Browse files Browse the repository at this point in the history
…tracts

Update examples dir example contract addresses
  • Loading branch information
kristjanpeterson1 authored Jul 17, 2024
2 parents dec56d4 + 064062e commit 7c2194e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ async function main() {

let allMessages: Message[] = []
// Run the chat loop: read messages and send messages
var exitNextLoop = false;
let exitNextLoop = false;
while (true) {
const newMessages: Message[] = await getNewMessages(contract, agentRunID, allMessages.length);
if (newMessages) {
Expand Down
6 changes: 3 additions & 3 deletions examples/template.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CHAIN_ID=696969
RPC_URL="https://devnet.galadriel.com/"
PRIVATE_KEY=""

CHAT_CONTRACT_ADDRESS="0x04a26CFf9Ef76c98C1487f5F77F5a30458B999a2"
CHAT_CONTRACT_ADDRESS="0x4A5e76a1aEa072BF32a71A61F52FC1f410AAd748"
CHAT_VISION_CONTRACT_ADDRESS="0x785578B0dA5F21F8321590981E15F618BBc1915c"
AGENT_CONTRACT_ADDRESS="0x9496b155e6e2BCdf5aC0d64F36d344E5B8e49d60"
ANTROPIC_CONTRACT_ADDRESS="0xCfd9463d6452c396eD0a56005C22D7171D0B5f2c"
AGENT_CONTRACT_ADDRESS="0xFb09a7a940ae690Fafc59e18310c4deBF75B1B52"
ANTROPIC_CONTRACT_ADDRESS="0x8cA1e115f96A562418968B475c1F096a8A385Ddb"

0 comments on commit 7c2194e

Please sign in to comment.