Skip to content

Commit

Permalink
use adjudicator as paymaster
Browse files Browse the repository at this point in the history
  • Loading branch information
lalexgap committed Oct 11, 2023
1 parent c740259 commit 37b0c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/engine/chainservice/eth_chainservice.go
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ func (ecs *EthChainService) SendTransaction(tx protocols.ChainTransaction) error
PreVerificationGas: big.NewInt(0xae7c),
MaxFeePerGas: big.NewInt(0x5a58b812),
MaxPriorityFeePerGas: big.NewInt(0x59682f00),
PaymasterAndData: common.Hex2Bytes("0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266"),
PaymasterAndData: ecs.naAddress[:],
}
const entrypointAddress = "0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789"

Expand Down

0 comments on commit 37b0c43

Please sign in to comment.