We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54db50d commit 6f29f40Copy full SHA for 6f29f40
sdk/src/constants/txConstants.ts
@@ -4,5 +4,3 @@ export const NOT_CONFIRMED_ERROR_CODE = -1001;
4
export const FUEL_RESET_LOG_ACCOUNT = new PublicKey(
5
'FuE1gqp2fzw2sDNLrbZqKsqpphJcoSW6HPaSJjGd4RZ4'
6
);
7
-
8
-export const DEFAULT_COMMITMENT_LEVEL = 'confirmed';
0 commit comments