File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ async function main() {
68
68
) ;
69
69
} ) ;
70
70
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 } ` ,
72
72
) ;
73
73
}
74
74
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ async function main() {
16
16
} ) ;
17
17
18
18
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 } ` ,
20
20
) ;
21
21
}
22
22
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ async function main() {
36
36
} ) ;
37
37
38
38
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 } ` ,
40
40
) ;
41
41
}
42
42
You can’t perform that action at this time.
0 commit comments