Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@reflexer-finance/geb-contract-base

Package Overview
Dependencies
Maintainers
4
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reflexer-finance/geb-contract-base - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

1

lib/chain-provider-interface.d.ts

@@ -41,4 +41,3 @@ import { TransactionRequest } from './base-contract-api';

encodeFunctionData(params: Inputs, abiFragment: AbiDefinition): string;
decodeError(error: any): string;
chainId(): Promise<number>;
}

4

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc