Skip to content

Commit e617f41

Browse files
committed
solana: Revert getVersion on error to return "2.0.0"
1 parent 55016ae commit e617f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solana/ts/sdk/ntt.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ export class SolanaNtt<N extends Network, C extends SolanaChains>
619619
);
620620
} catch (e) {
621621
// This might happen if e.g. the program is not deployed yet.
622-
const version = "3.0.0";
622+
const version = "2.0.0";
623623
return version;
624624
}
625625
}

0 commit comments

Comments
 (0)