Skip to content

Commit

Permalink
temp commit: remove caes
Browse files Browse the repository at this point in the history
  • Loading branch information
AryanGodara committed May 8, 2024
1 parent d8e054f commit 1887bdc
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions account/account_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,22 +118,6 @@ func TestTransactionHashInvoke(t *testing.T) {
Version: rpc.TransactionV1,
},
},
{
ExpectedHash: utils.TestHexToFelt(t, "0x585419091c2f819470e30437d284b7507cb794c695fa92f801cd0a14f75483a"),
SetKS: false,
AccountAddress: &felt.Zero,
ChainID: "SN_SEPOLIA",
FnCall: rpc.FunctionCall{
ContractAddress: &felt.Zero,
EntryPointSelector: &felt.Zero,
Calldata: []*felt.Felt{&felt.Zero},
},
TxDetails: rpc.TxDetails{
Nonce: &felt.Zero,
MaxFee: &felt.Zero,
Version: rpc.TransactionV1,
},
},
{
ExpectedHash: utils.TestHexToFelt(t, "0x3476c76a81522fe52616c41e95d062f5c3ea4eeb6c652904ad389fcd9ff4637"),
SetKS: false,
Expand Down

0 comments on commit 1887bdc

Please sign in to comment.