Skip to content

Commit

Permalink
update contract class abi to string (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
rianhughes committed Sep 28, 2023
1 parent 25ecfe6 commit d336871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/types_contract.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ type ContractClass struct {

EntryPointsByType EntryPointsByType `json:"entry_points_by_type"`

ABI *ABI `json:"abi,omitempty"`
ABI string `json:"abi,omitempty"`
}

func (c *DeprecatedContractClass) UnmarshalJSON(content []byte) error {
Expand Down

0 comments on commit d336871

Please sign in to comment.