Skip to content

Commit 9c7d1f4

Browse files
committed
ok
1 parent 9ea4795 commit 9c7d1f4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/gated-group/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ async function main() {
6868
);
6969
});
7070
console.log(
71-
`XMTP agent initialized on ${client.address}\nSend a message on http://xmtp.chat/dm/${client.address}?env=production`,
71+
`XMTP agent initialized on ${client.address}\nSend a message on http://xmtp.chat/dm/${client.address}`,
7272
);
7373
}
7474

examples/gm/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ async function main() {
1616
});
1717

1818
console.log(
19-
`XMTP agent initialized on ${client.address}\nSend a message on http://xmtp.chat/dm/${client.address}?env=production`,
19+
`XMTP agent initialized on ${client.address}\nSend a message on http://xmtp.chat/dm/${client.address}`,
2020
);
2121
}
2222

examples/gpt/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ async function main() {
3636
});
3737

3838
console.log(
39-
`XMTP agent initialized on ${client.address}\nSend a message on http://xmtp.chat/dm/${client.address}?env=production`,
39+
`XMTP agent initialized on ${client.address}\nSend a message on http://xmtp.chat/dm/${client.address}`,
4040
);
4141
}
4242

0 commit comments

Comments
 (0)