@reflexer-finance/geb-contract-base
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -41,4 +41,3 @@ import { TransactionRequest } from './base-contract-api'; | ||
encodeFunctionData(params: Inputs, abiFragment: AbiDefinition): string; | ||
decodeError(error: any): string; | ||
chainId(): Promise<number>; | ||
} |
{ | ||
"name": "@reflexer-finance/geb-contract-base", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "", | ||
@@ -14,3 +14,3 @@ "main": "./lib/index.js", | ||
}, | ||
"gitHead": "70ffc3b9c96d4a746fec1e47e8f29712806e01e0" | ||
"gitHead": "65c372a92b626fe3dae6d2068323acfa6a3bd08d" | ||
} |
@@ -50,5 +50,3 @@ import { TransactionRequest } from './base-contract-api' | ||
decodeError(error: any): string | ||
chainId(): Promise<number> | ||
} |
Sorry, the diff of this file is not supported yet
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
197571
705