UNPKG

zetachain-gateway-test

Version:

Gateway program and IDL files for mainnet and testnet

11 lines (10 loc) 276 B
module.exports = { mainnet: { programId: "ZETAjseVjuFsxdRxo6MmTCvqFwb3ZHUx56Co3vCmGis", idl: require("./mainnet/idl/gateway.json") }, testnet: { programId: "94U5AHQMKkV5txNJ17QPXWoh474PheGou6cNP2FEuL1d", idl: require("./testnet/idl/gateway.json") } };