@debridge-finance/debridge-protocol-evm-interfaces

1.0.4 • Public • Published

debridge-protocol-evm-interfaces

A lightweight package with the interfaces for the EVM smart contracts that implement the deBridge protocol. Add this package as a dependency to your project to avoid copy-n-pasting the files or depending on a heavyweight debridge-contracts-v1.git repo.

Installation

Install the package:

npm i --save @debridge-finance/debridge-protocol-evm-interfaces

Then import necessary interfaces into your Solidity files:

import "@debridge-finance/debridge-protocol-evm-interfaces/contracts/interfaces/ICallProxy.sol";
import "@debridge-finance/debridge-protocol-evm-interfaces/contracts/interfaces/IDeBridgeGate.sol";
import "@debridge-finance/debridge-protocol-evm-interfaces/contracts/interfaces/IDeBridgeGateExtended.sol";
import "@debridge-finance/debridge-protocol-evm-interfaces/contracts/libraries/Flags.sol";

Package Sidebar

Install

npm i @debridge-finance/debridge-protocol-evm-interfaces

Weekly Downloads

2

Version

1.0.4

License

MIT

Unpacked Size

15.5 kB

Total Files

7

Last publish

Collaborators

  • alexsmirnov
  • artyukh
  • alexeychr