We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc68033 commit 66669e9Copy full SHA for 66669e9
1 file changed
src/strategies/math/index.ts
@@ -13,7 +13,8 @@ import {
13
} from './options';
14
15
export const author = 'xJonathanLEI';
16
-export const version = '0.2.2';
+export const version = '0.2.3';
17
+export const supportedProtocols = ['evm', 'starknet'];
18
19
export async function strategy(
20
space,
0 commit comments