Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
rianhughes committed Oct 10, 2023
1 parent 9f82936 commit 2595c92
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions account/account_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -461,10 +461,14 @@ func TestAddDeployAccountDevnet(t *testing.T) {
precomputedAddress, err := acnt.PrecomputeAddress(&felt.Zero, fakeUserPub, classHash, tx.ConstructorCalldata)
require.NoError(t, acnt.SignDeployAccountTransaction(context.Background(), &tx, precomputedAddress))

// resp2, err = devnet.Mint(precomputedAddress, new(big.Int).SetInt64(1230000000000000000))
// fmt.Println("resp2", resp2)
// fmt.Println("resp2 err", err)
// require.NoError(t, err, "Error Mint")
// feeAddr, err := devnet.FeeToken()
// require.NoError(t, err)

//
resp2, err = devnet.Mint(precomputedAddress, new(big.Int).SetInt64(1230000000000000000))
fmt.Println("resp2", resp2)
fmt.Println("resp2 err", err)
require.NoError(t, err, "Error Mint")

qwe, err := json.MarshalIndent(tx, "", "")
fmt.Println(string(qwe))
Expand Down

0 comments on commit 2595c92

Please sign in to comment.