diff --git a/hardhat/config.go b/hardhat/config.go index fbef9e9..b0e18e9 100644 --- a/hardhat/config.go +++ b/hardhat/config.go @@ -79,6 +79,9 @@ func (dp *DeploymentProvider) GetConfig(configName string, projectDir string) (* // Store value in our collection cache.push(value); } + if (typeof value === 'bigint') { + value = value.toString(); + } return value; }, '');