daofi-metatx
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "daofi-metatx", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Sign permit messages for Ethereum tokens", | ||
@@ -5,0 +5,0 @@ "main": "dist/eth-permit.js", |
@@ -101,3 +101,3 @@ import { getChainId, call, signData, RSV } from './rpc'; | ||
export const signDaiPermit = async ( | ||
export const daofiSignDaiPermit = async ( | ||
provider: any, | ||
@@ -111,3 +111,3 @@ token: string | Domain, | ||
const tokenAddress = (token as Domain).verifyingContract || token as string; | ||
console.log('weeee') | ||
const message: DaiPermitMessage = { | ||
@@ -118,3 +118,3 @@ holder, | ||
expiry: expiry || MAX_INT, | ||
allowed: true, | ||
allowed: false, | ||
}; | ||
@@ -121,0 +121,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9882
235