File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ ' @mysten/sui ' : minor
3+ ---
4+
5+ Add ` SUI_COIN_REGISTRY_OBJECT_ID ` constant
Original file line number Diff line number Diff line change @@ -18,5 +18,7 @@ export const SUI_SYSTEM_STATE_OBJECT_ID =
1818 '0x0000000000000000000000000000000000000000000000000000000000000005' ;
1919export const SUI_RANDOM_OBJECT_ID =
2020 '0x0000000000000000000000000000000000000000000000000000000000000008' ;
21+ export const SUI_COIN_REGISTRY_OBJECT_ID =
22+ '0x000000000000000000000000000000000000000000000000000000000000000c' ;
2123export const SUI_DENY_LIST_OBJECT_ID =
2224 '0x0000000000000000000000000000000000000000000000000000000000000403' ;
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ export {
2828 SUI_TYPE_ARG ,
2929 SUI_SYSTEM_STATE_OBJECT_ID ,
3030 SUI_RANDOM_OBJECT_ID ,
31+ SUI_COIN_REGISTRY_OBJECT_ID ,
3132 SUI_DENY_LIST_OBJECT_ID ,
3233} from './constants.js' ;
3334
You can’t perform that action at this time.
0 commit comments