Skip to content

Commit 304be07

Browse files
Add basemate to qa tools agent (#1584)
* Add basemate agent configuration Co-authored-by: fguespe <[email protected]> * Remove basemate agent from dev network Co-authored-by: fguespe <[email protected]> --------- Co-authored-by: Cursor Agent <[email protected]>
1 parent 5a8ce3b commit 304be07

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

agents/monitoring/agents.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,5 +120,12 @@ const agents: AgentConfig[] = [
120120
networks: ["dev", "production"],
121121
live: false,
122122
},
123+
{
124+
name: "basemate",
125+
address: "0xB257b5C180b7b2cb80E35d6079AbE68D9CF0467F",
126+
sendMessage: "hi",
127+
networks: ["production"],
128+
live: true,
129+
},
123130
];
124131
export default agents;

0 commit comments

Comments
 (0)