Skip to content

Commit

Permalink
Update Sui.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
daoauth committed Jul 22, 2024
1 parent 5cb0dea commit de338b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/chains/Sui.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const Sui = () => {
if (state.files['Upgrade.toml']) {
const {
upgrade: { package_id, upgrade_cap },
} = parseMoveToml<ITomlUpgrade>(state.files['Upgrade.toml']);
} = parseMoveToml<ITomlUpgrade>(state.files['Upgrade.toml']);
const cap = transaction.object(upgrade_cap);
const ticket = transaction.moveCall({
target: '0x2::package::authorize_upgrade',
Expand Down

0 comments on commit de338b2

Please sign in to comment.