configurePointsOperator
to be compatible with the points API.We recommend calling it on construction/proxy initialization.Contracts can earn points by holding ETH, WETH, or USDB, or by being designated
recipients in another contract’s interactions with the points API.operator
is now configured and we can move onto the offchain steps!
How do I change the operator at a later stage?
configurePointsOperatorOnBehalf
.configurePointsOperatorOnBehalf
is the contract you’d like to change the points operator for.The second parameter is the new points operator
. The msg.sender
must be the current points operator.This mechanism allows you to change your points operator at any point after your contract has been created.bearerToken
to be present in headers as Authorization: Bearer ${bearerToken}
.
We will get the bearerToken
from the authentication flow.
operator
private key following the
ERC-191 standardoperator
private key we can now obtain a bearerToken
which then can be used to access authenticated routes on the Points API.Blast Points
(PHASE2_POINTS
) and Blast Gold
(PHASE2_GOLD
).PHASE2_POINTS
and PHASE2_GOLD
points simultaneously.secondsToFinalize
should be greater than equal to 3600
for mainnet. If not provided the default is 86400
.Check Points API Parameters for the respective network for more information.batchId
s and use this API endpoint.contractAddress
using this API endpoint.How do I cancel one/some of the transfers in the batch?