UNPKG

hardhat-deploy

Version:

Hardhat Plugin For Replicable Deployments And Tests

7 lines (6 loc) 127 B
export function bnReplacer(k: string, v: any): any { if (typeof v === 'bigint') { return v.toString(); } return v; }