MCPcopy Create free account
hub / github.com/across-protocol/relayer /

Class

test/mocks/MockQuery.ts:4–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { bnZero } from "../../src/utils";
3
4export class MockQuery {
5 private auxNativeTokenCostByChain: { [chainId: number]: BigNumber } = {};
6
7 setAuxiliaryNativeTokenCost(chainId: number, cost: BigNumber): void {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected