@bluefin-exchange/bluefin7k-aggregator-sdk
Version:
8 lines (7 loc) • 550 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.NATIVE_USDC_TOKEN_TYPE = exports.USDC_TOKEN_TYPE = exports.SUI_FULL_TYPE = exports.SUI_TYPE = void 0;
exports.SUI_TYPE = "0x2::sui::SUI";
exports.SUI_FULL_TYPE = "0x0000000000000000000000000000000000000000000000000000000000000002::sui::SUI";
exports.USDC_TOKEN_TYPE = "0x5d4b302506645c37ff133b98c4b50a5ae14841659738d6d733d59d0d217a93bf::coin::COIN";
exports.NATIVE_USDC_TOKEN_TYPE = "0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC";
;