Skip to content

Commit

Permalink
chore: update kos proto
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrxlz committed Feb 4, 2025
1 parent 67de250 commit ef57128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kos-proto/proto/klever/transaction.proto
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ message TXContract {
UpdateAccountPermissionContractType = 22;
DepositContractType = 23;
ITOTriggerContractType = 24;
SmartContractType = 99;
SmartContractType = 63;
}
ContractType Type = 1 [json_name = "Type"];
google.protobuf.Any Parameter = 2 [json_name = "Parameter"];
Expand Down

0 comments on commit ef57128

Please sign in to comment.