Oluwakorede Fashokun

Results 4 issues of Oluwakorede Fashokun

I'm currently trying to access a default prop from a hook in React. Is there anyway to access this? Here is a *silly* rough idea of what I'm trying to...

Recently, I created a table to handle a many-to-many relationship. In this case, I want the primary key to be a constrain on multiple columns, but the `@model` directive only...

enhancement

Hello. Great work on this library. It's very simple and easy to use. I'm currently in the process of switching one of the projects I work on to using ethers'...

In the declaration of the `SourceData` type here: https://github.com/Synthetixio/js-monorepo/blob/d8b882a83e3682aee13c9c40f2174aa030097193/packages/contracts-interface/src/synthetix.d.ts#L7 The `abi` field is set as a `ethers.ContractInterface`, but the code from the `synthetix` package actually returns a regular ABI.