| 2 | import { bnZero } from "../../src/utils"; |
| 3 | |
| 4 | export class MockQuery { |
| 5 | private auxNativeTokenCostByChain: { [chainId: number]: BigNumber } = {}; |
| 6 | |
| 7 | setAuxiliaryNativeTokenCost(chainId: number, cost: BigNumber): void { |
nothing calls this directly
no outgoing calls
no test coverage detected