Interface IContracts

This is an object returned from the bridge with contract address for BGL on Ethereum mainnet and BSC Mainnet.

Param: eth:

WBGL contract address on Ethereum Mainnet

Param: bsc:

WBGL contract address on Binance Smart Chain Mainnet

interface IContracts {
    bsc: string;
    eth: string;
}

Properties

Properties

bsc: string
eth: string

Generated using TypeDoc