Mars icon indicating copy to clipboard operation
Mars copied to clipboard

Add .marsrc.json config file handling with multisig section loaded as extension

Open marcin-trust opened this issue 3 years ago • 0 comments

I want to store frequently used mars configuration in a file. Especially when there's a need for complex structure for some extension feature (e.g. multisig)

{
    "multisig": {
         "gnosis": {
             "safes": {
                 "rinkeby": "0x......"
                 "mainnet": "0x....."
           }
           "etc.": ""
         }
     }
}

marcin-trust avatar Jan 28 '22 13:01 marcin-trust