2017-11-30 07:10:18 -08:00

11 lines
297 B
TypeScript

import {MultiSigConfigByNetwork} from '../../util/types';
// Make a copy of this file named `multisig.js` and input custom params as needed
export const multiSig: MultiSigConfigByNetwork = {
kovan: {
owners: [],
confirmationsRequired: 0,
secondsRequired: 0,
},
};