UNPKG

fbonds-core

Version:

Banx protocol sdk

7 lines (6 loc) 327 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MAINNET_CONNECTION = void 0; const anchor_1 = require("@coral-xyz/anchor"); require("dotenv/config"); exports.MAINNET_CONNECTION = new anchor_1.web3.Connection(process.env.RPC_URL || anchor_1.web3.clusterApiUrl('mainnet-beta'), 'confirmed');