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
The abi field is set as a ethers.ContractInterface, but the code from the synthetix package actually returns a regular ABI.
The text was updated successfully, but these errors were encountered:
koredefashokun
changed the title
SourceRecord.abi set as ContractInterface instead of ABI
SourceData.abi set as ContractInterface instead of ABI
Jan 28, 2022
In the declaration of the
SourceData
type here:js-monorepo/packages/contracts-interface/src/synthetix.d.ts
Line 7 in d8b882a
The
abi
field is set as aethers.ContractInterface
, but the code from thesynthetix
package actually returns a regular ABI.The text was updated successfully, but these errors were encountered: