UNPKG

@stable-io/cctp-sdk-cctpr-definitions

Version:

Definitions for the CCTPR corridor of the CCTP SDK

14 lines 553 B
// 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/. import * as constants from "./constants.js"; import * as transfer from "./transfer.js"; export * from "./constants.js"; export * from "./registry.js"; export * from "./transfer.js"; export const init = (network) => ({ ...constants.init(network), ...transfer, }); //# sourceMappingURL=index.js.map