Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 041a1f9

Browse files
committed
Use "processed" instead of deprecated "recent"
1 parent 179dbf4 commit 041a1f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

token-swap/js/test/main.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ async function getConnection(): Promise<Connection> {
121121
if (connection) return connection;
122122

123123
const url = 'http://127.0.0.1:8899';
124-
connection = new Connection(url, 'recent');
124+
connection = new Connection(url, 'processed');
125125
const version = await connection.getVersion();
126126

127127
console.log('Connection to cluster established:', url, version);

0 commit comments

Comments
 (0)