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 00459af commit c80d88fCopy full SHA for c80d88f
ts-sdk/src/Utils.ts
@@ -13,7 +13,7 @@ import { fromBytes, fromHex, isHex, toHex } from "viem"
13
14
const CHKSUM_LEN = 4
15
16
-type RpcType = "evm" | "cosmos" | "aptos"
+type RpcType = "evm" | "cosmos" | "aptos" | "sui"
17
18
/**
19
* @category errors
0 commit comments