New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@mezo-org/orangekit-contracts

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mezo-org/orangekit-contracts

Artifacts of OrangeKit contracts deployed to supported networks.

  • 1.0.0-beta.5
  • latest
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

OrangeKit Contracts Artifacts

Artifacts of OrangeKit contracts deployed to supported networks.

The main index.ts file contains ABIs and addresses of contracts generated by the @wagmi/cli tool, that can be used for type-safe contracts integration with Viem.

The deployments/ directory contains artifacts of contracts generated by Hardhat.

This is a lightweight package ready for integration, containing just the artifacts, with no extra dependencies. If for any reason you need access the source code or other Solidity contracts deliverables see the @mezo-org/orangekit-solidity package.

Usage

  1. Install the package:
pnpm add @mezo-org/orangekit-contracts
  1. Initialize Viem contract instance:
import { getContract } from "viem"
import { orangeKitSafeFactoryConfig } from "@mezo-org/orangekit-contracts"

const orangeKitSafeFactory = getContract({
  ...orangeKitSafeFactoryConfig,
  client,
})

FAQs

Package last updated on 30 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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