UNPKG

bnpl

Version:

The smart contracts for bnpl

12 lines (11 loc) 283 B
const eip712DomainType = { EIP712Domain: [ { name: "name", type: "string" }, { name: "version", type: "string" }, { name: "chainId", type: "uint256" }, { name: "verifyingContract", type: "address" }, ], }; module.exports = Object.freeze({ eip712DomainType, });