How to use @0xcert/ethereum-gateway-contracts - 6 common examples

To help you get started, we’ve selected a few @0xcert/ethereum-gateway-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
bytecode: XcertUpdateProxy.evm.bytecode.object,
};

/**
 * Xcert burn proxy data.
 */
export const xcertBurnProxy = {
  abi: XcertBurnProxy.abi,
  bytecode: XcertBurnProxy.evm.bytecode.object,
};

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

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

/**
 * Decentralized tokenDeployGateway contract data.
 */
export const tokenDeployGateway = {
  abi: TokenDeployGateway.abi,
github 0xcert / framework / packages / 0xcert-ethereum-sandbox / src / config / contracts.ts View on Github external
};

/**
 * Xcert burn proxy data.
 */
export const xcertBurnProxy = {
  abi: XcertBurnProxy.abi,
  bytecode: XcertBurnProxy.evm.bytecode.object,
};

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

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

/**
 * Decentralized tokenDeployGateway contract data.
 */
export const tokenDeployGateway = {
  abi: TokenDeployGateway.abi,
  bytecode: TokenDeployGateway.evm.bytecode.object,
github 0xcert / framework / packages / 0xcert-ethereum-sandbox / src / config / contracts.ts View on Github external
bytecode: ActionsGateway.evm.bytecode.object,
};

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

/**
 * 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,
github 0xcert / framework / packages / 0xcert-ethereum-sandbox / src / config / contracts.ts View on Github external
};

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

/**
 * 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,
github 0xcert / framework / packages / 0xcert-ethereum-sandbox / src / config / contracts.ts View on Github external
bytecode: XcertBurnProxy.evm.bytecode.object,
};

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

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

/**
 * 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,
github 0xcert / framework / packages / 0xcert-ethereum-sandbox / src / config / contracts.ts View on Github external
};

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

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

/**
 * 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,