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

@ceramicnetwork/anchor-utils

Package Overview
Dependencies
Maintainers
8
Versions
391
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ceramicnetwork/anchor-utils - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0-rc.0

1

lib/constants.d.ts
export declare type SupportedNetwork = 'eip155:1' | 'eip155:3' | 'eip155:5' | 'eip155:100' | 'eip155:1337';
export declare const BLOCK_THRESHHOLDS: Record<SupportedNetwork, number>;
export declare const ANCHOR_CONTRACT_ADDRESSES: Record<SupportedNetwork, string>;
export declare const CONTRACT_TX_TYPE = "f(bytes32)";
//# sourceMappingURL=constants.d.ts.map

@@ -15,2 +15,3 @@ export const BLOCK_THRESHHOLDS = {

};
export const CONTRACT_TX_TYPE = 'f(bytes32)';
//# sourceMappingURL=constants.js.map

4

package.json
{
"name": "@ceramicnetwork/anchor-utils",
"version": "1.1.0",
"version": "1.2.0-rc.0",
"description": "Ceramic anchor contract constants, interface and utilities",

@@ -43,3 +43,3 @@ "keywords": [

},
"gitHead": "f9ceac53e086c6cbf2fd711bcf525556ea0c922d"
"gitHead": "240f8dde77a76d47504559b21fedbba229fcb8dd"
}

Sorry, the diff of this file is not supported yet

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