Skip to content

Commit 7e96af8

Browse files
fix suiTx: initialSharedVersion value
1 parent 3ba03ad commit 7e96af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/allbridge-core/suiTx.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function buildGetPoolBalanceTxBytes(tokenAddress, packageId, bridgeId) {
3939
"Object": {
4040
"SharedObject": {
4141
"objectId": bridgeId,
42-
"initialSharedVersion": 0,
42+
"initialSharedVersion": 472519562,
4343
"mutable": false
4444
}
4545
}

0 commit comments

Comments
 (0)