dashpay / dash-network-deploy

Tools for Dash networks deployment and testing
MIT License
21 stars 19 forks source link

fix: devnets are incorrectly generated with eips enabled #489

Closed strophy closed 1 year ago

strophy commented 1 year ago

Issue being fixed or feature implemented

EIPs should only be enabled on testnet or when specified, but configs were generated such that the default true value was applied

What was done?

Generate create_eips: false in terraform config

How Has This Been Tested?

On devnet-absinthe

Breaking Changes

None

Checklist:

For repository code-owners and collaborators only