dethcrypto / eth-sdk

Type-safe, lightweight SDKs for Ethereum smart contracts
MIT License
432 stars 40 forks source link

New addresses for old names don't override ABIs #116

Open wei3erHase opened 1 year ago

wei3erHase commented 1 year ago

When replacing an address on the config, if the name is unchanged, the ABIs don't get overriden, and new methods are not loaded. Contracts are attached to new addresses, but ABIs should be refreshed.