@stable-io/cctp-sdk-cctpr-evm
Version:
EVM support for the CCTPR corridor of the CCTP SDK
14 lines • 874 B
JavaScript
// Copyright (c) 2025 Stable Technologies Inc
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
export { corridors, feeAdjustmentTypes, } from "./common.js";
export { constructorLayout, } from "./constructor.js";
export { chainIdsPerSlot, chainIdsSlotItem, } from "./extraChainIds.js";
export { feeAdjustmentsPerSlot, feeAdjustmentsSlotItem, } from "./feeAdjustments.js";
export { quoteRelayArrayLayout, quoteRelayResultLayout, } from "./quoteRelay.js";
export { transferLayout, } from "./transfer.js";
export { governanceCommandArrayLayout, } from "./governance.js";
export { offChainQuoteLayout, } from "./offChainQuote.js";
export { routerHookDataLayout, } from "./routerHookData.js";
//# sourceMappingURL=index.js.map