UNPKG

@broxus/js-core

Version:

MobX-based JavaScript Core library

6 lines (5 loc) 263 B
import { DexStablePoolAbi } from '../../models/dex-stable-pool/abi'; import { resolveTvmAddress } from '../../utils'; export function dexStablePoolContract(connection, address) { return new connection.Contract(DexStablePoolAbi, resolveTvmAddress(address)); }