UNPKG
zetachain-gateway-test
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Gateway program and IDL files for mainnet and testnet
zetachain-gateway-test
/
index.js
11 lines
(10 loc)
•
276 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
module
.exports = {
mainnet:
{
programId:
"ZETAjseVjuFsxdRxo6MmTCvqFwb3ZHUx56Co3vCmGis"
,
idl:
require
(
"./mainnet/idl/gateway.json"
) },
testnet:
{
programId:
"94U5AHQMKkV5txNJ17QPXWoh474PheGou6cNP2FEuL1d"
,
idl:
require
(
"./testnet/idl/gateway.json"
) } };