@cowprotocol/cow-sdk
Version:
## 📚 [Docs website](https://docs.cow.fi/)
9 lines (8 loc) • 485 B
TypeScript
import { BungeeTxDataBytesIndicesType } from '../types';
export declare const HOOK_DAPP_BRIDGE_PROVIDER_PREFIX = "cow-sdk://bridging/providers";
/**
* Mapping of indices of different fields in the calldata for different bridges
* Considers the full SocketGateway calldata eg. calldata that goes via SocketGateway.fallback()
* 0x + routeId (4bytes) + function selector (4bytes) + function input params
*/
export declare const BungeeTxDataBytesIndices: BungeeTxDataBytesIndicesType;