You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
When looking for a user-specified registry adress, the deployer and contract packages check different locations. Truffle Contract checks config.ens.registryAddress. However, the deployer checks config.network_config.registry.address (i.e., config.networks[config.network].registry.address).
This should be made consistent. In order to do this in a nonbreaking way, presumably both packages should check both locations, with one of them given priority over the other.
(Potentially also, registry and registryAddress could be made synonyms in both locations?)
Environment
Truffle version (truffle version): 5.8.2
The text was updated successfully, but these errors were encountered:
Issue
See also: trufflesuite/trufflesuite.com#1420
When looking for a user-specified registry adress, the
deployer
andcontract
packages check different locations. Truffle Contract checksconfig.ens.registryAddress
. However, the deployer checksconfig.network_config.registry.address
(i.e.,config.networks[config.network].registry.address
).This should be made consistent. In order to do this in a nonbreaking way, presumably both packages should check both locations, with one of them given priority over the other.
(Potentially also,
registry
andregistryAddress
could be made synonyms in both locations?)Environment
truffle version
): 5.8.2The text was updated successfully, but these errors were encountered: