export const SUI_COIN_TYPE = "0x2::sui::SUI";
export const SUI_DECIMALS = 9;
// create token fee: need 0.1 SUI in wallet to pay for gas ~ 0.01 SUI
export const CREATE_TOKEN_SUI_FEE = 100_000_000;
export const CETUS_SUPPORT_LIST = [
{
symbol: "sui",
coinType: "0x0000000000000000000000000000000000000000000000000000000000000002::sui::SUI",
},
{
symbol: "usdc",
coinType: "0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC",
},
{
symbol: "wusdc",
coinType: "0x5d4b302506645c37ff133b98c4b50a5ae14841659738d6d733d59d0d217a93bf::coin::COIN",
},
{
symbol: "cetus",
coinType: "0x06864a6f921804860930db6ddbe2e16acdf8504495ea7481637a1c8b9a8fe54b::cetus::CETUS",
},
{
symbol: "navi",
coinType: "0xa99b8952d4f7d947ea77fe0ecdcc9e5fc0bcab2841d6e2a5aa00c3044e5544b5::navx::NAVX",
},
{
symbol: "navx",
coinType: "0xa99b8952d4f7d947ea77fe0ecdcc9e5fc0bcab2841d6e2a5aa00c3044e5544b5::navx::NAVX",
},
{
symbol: "vsui",
coinType: "0x549e8b69270defbfafd4f94e17ec44cdbdd99820b33bda2278dea3b9a32d3f55::cert::CERT",
},
{
symbol: "vapor",
coinType: "0xa1f2c11169f32165ad4efb4468ec5bdfc880cd66b22094024b32ab7b76d14d30::vapor::VAPOR",
},
{
symbol: "hasui",
coinType: "0xbde4ba4c2e274a60ce15c1cfff9e5c42e41654ac8b6d906a57efa4bd3c29f47d::hasui::HASUI",
},
{
symbol: "sswp",
coinType: "0x361dd589b98e8fcda9a7ee53b85efabef3569d00416640d2faa516e3801d7ffc::TOKEN::TOKEN",
},
{
symbol: "michi",
coinType: "0x50d796fde5709a97883e29e00bf511d66f2656de958ea0c2ce4c1147cdd20a23::MICHI::MICHI",
}
]