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

Commit 66669e9

Browse files
committed
fix: add support for starknet addresses on math strategy
1 parent cc68033 commit 66669e9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/strategies/math/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ import {
1313
} from './options';
1414

1515
export const author = 'xJonathanLEI';
16-
export const version = '0.2.2';
16+
export const version = '0.2.3';
17+
export const supportedProtocols = ['evm', 'starknet'];
1718

1819
export async function strategy(
1920
space,

0 commit comments

Comments
 (0)