Skip to content

Commit 1c2ba77

Browse files
committed
chore(ts-sdk-sui): added sui to generateSalt type
Signed-off-by: kaancaglan <[email protected]>
1 parent f81b625 commit 1c2ba77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ts-sdk/src/Utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { fromBytes, fromHex, isHex, toHex } from "viem"
1313

1414
const CHKSUM_LEN = 4
1515

16-
type RpcType = "evm" | "cosmos" | "aptos"
16+
type RpcType = "evm" | "cosmos" | "aptos" | "sui"
1717

1818
/**
1919
* @category errors

0 commit comments

Comments
 (0)