How to use the @0xcert/ethereum-proxy-contracts/build/abilitable-manage-proxy.AbilitableManageProxy.evm function in @0xcert/ethereum-proxy-contracts

To help you get started, we’ve selected a few @0xcert/ethereum-proxy-contracts examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github 0xcert / framework / packages / 0xcert-ethereum-sandbox / src / config / contracts.ts View on Github external
};

/**
 * Decentralized tokenDeployGateway contract data.
 */
export const tokenDeployGateway = {
  abi: TokenDeployGateway.abi,
  bytecode: TokenDeployGateway.evm.bytecode.object,
};

/**
 * Decentralized tokenDeployGateway contract data.
 */
export const abilitableManageProxy = {
  abi: AbilitableManageProxy.abi,
  bytecode: AbilitableManageProxy.evm.bytecode.object,
};

/**
 * Xcert deploy proxy contract data.
 */
export const xcertDeployProxy = {
  abi: XcertDeployProxy.abi,
  bytecode: XcertDeployProxy.evm.bytecode.object,
};

/**
 * Token deploy proxy contract data.
 */
export const tokenDeployProxy = {
  abi: TokenDeployProxy.abi,
  bytecode: TokenDeployProxy.evm.bytecode.object,

@0xcert/ethereum-proxy-contracts

Proxy smart contracts used by the gateway when communicating with the Ethereum blockchain.

MIT
Latest version published 3 years ago

Package Health Score

54 / 100
Full package analysis

Popular @0xcert/ethereum-proxy-contracts functions