-
Updated
Jan 3, 2022 - TypeScript
web3
Here are 2,174 public repositories matching this topic...
-
Updated
Dec 28, 2021 - JavaScript
-
Updated
Dec 27, 2021
-
Updated
Jan 2, 2022
-
Updated
Dec 12, 2021 - JavaScript
-
Updated
Jan 1, 2022 - TypeScript
-
Updated
Jan 3, 2022 - TypeScript
-
Updated
Jan 3, 2022 - JavaScript
If user already uses prettier we should use:
- user installed prettier version
- user defined config (.prettierrc / package.json config)
This way we ensure that typechain generated code matches style with the rest of the codebase.
-
Updated
Oct 20, 2021 - JavaScript
-
Updated
May 8, 2019 - Swift
-
Updated
Jan 3, 2022 - Go
-
Updated
Jan 3, 2022 - TypeScript
-
Updated
Jan 2, 2022 - JavaScript
-
Updated
Jan 2, 2022 - Go
Just to let you know you have a problem with ABIEncoderV2 if you are trying to call a function that returns a struct.
Call to a member function staticPartLength() on integer
-
Updated
Jan 3, 2022 - JavaScript
-
Updated
Oct 18, 2021 - JavaScript
-
Updated
Jan 3, 2022 - JavaScript
Is your feature request related to a problem? Please describe.
In our tests we frequently call out to 3rd party providers: Infura, Etherscan, Alchemy, various Gas Oracles and so on. These tests are mixed inside the unit test code. Sometimes these tests fail for 3rd party reasons (rate limiting, service down, 2 PRs opened at the same time causing nonce-reuse etc.) and they can cause confusio
-
Updated
Jan 2, 2022 - TypeScript
walletconnect always goes to rinkeby...
<UseWalletProvider
chainId={3}
connectors={{
walletconnect: {
rpcUrl:
'https://ropsten.infura.io/v3/7082b757ec2e4ebd8d47ca9518743623',
},
}}
>
...
onConnect={() => connect('walletconnect')}
But...
Response :
POST https://rinkeby.infura.io/v3/ 401 (Unauthorized
-
Updated
Feb 27, 2020 - Swift
-
Updated
Jun 16, 2020 - JavaScript
Improve this page
Add a description, image, and links to the web3 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the web3 topic, visit your repo's landing page and select "manage topics."
Hello!
H3 element has a pseudo-element (::before) with negative margin top, which prevents clicking on links within that range of 120px.
A quick fix would be to use
pointer-events: noneon that pseudo-element, but I'd chase a cleaner solution.To Reproduce
Steps to reproduce the behavior: