Skip to content

Commit

Permalink
Reverted mock_test change
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagodeev committed May 28, 2024
1 parent e69ffaa commit aef6881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/mock_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ func mock_starknet_addDeclareTransaction(result interface{}, method string, args

switch args[0].(type) {
case DeclareTxnV2, DeclareTxnV3:
deadbeefFelt, err := utils.HexToFelt("0x2ae47304b5c66be71234bf6c1ed7ddcc9e0eef148f335b50f22167ae817a68")
deadbeefFelt, err := utils.HexToFelt("0x41d1f5206ef58a443e7d3d1ca073171ec25fa75313394318fc83a074a6631c3")
if err != nil {
return err
}
Expand Down

0 comments on commit aef6881

Please sign in to comment.