File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
modules/sdk-coin-sui/src/lib/resources Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,17 +26,17 @@ export const WALRUS_PROD_CONFIG = {
2626 ...WALRUS_TESTNET_CONFIG ,
2727
2828 WALRUS_SYSTEM_OBJECT : {
29- objectId : 'TODO PROD CONFIG ' ,
29+ objectId : '0x2134d52768ea07e8c43570ef975eb3e4c27a39fa6396bef985b5abc58d03ddd2 ' ,
3030 initialSharedVersion : 1 ,
3131 mutable : true ,
3232 } as SharedObjectRef ,
3333
3434 WALRUS_STAKING_OBJECT : {
35- objectId : 'TODO PROD CONFIG ' ,
36- initialSharedVersion : 0 , // TODO PROD CONFIG
35+ objectId : '0x10b9d30c28448939ce6c4d6c6e0ffce4a7f8a4ada8248bdad09ef8b70e4a3904 ' ,
36+ initialSharedVersion : 317862159 ,
3737 mutable : true ,
3838 } as SharedObjectRef ,
3939
40- WALRUS_PKG_ID : 'TODO PROD CONFIG ' ,
41- WAL_PKG_ID : 'TODO PROD CONFIG ' ,
40+ WALRUS_PKG_ID : '0xfdc88f7d7cf30afab2f82e8380d11ee8f70efb90e863d1de8616fae1bb09ea77 ' ,
41+ WAL_PKG_ID : '0x356a26eb9e012a68958082340d4c4116e7f55615cf27affcff209cf0ae544f59 ' ,
4242} ;
You can’t perform that action at this time.
0 commit comments