-
Updated
Dec 17, 2021 - TypeScript
web3
Here are 2,041 public repositories matching this topic...
-
Updated
Nov 27, 2021
-
Updated
Dec 15, 2021
-
Updated
Dec 12, 2021 - JavaScript
-
Updated
Dec 16, 2021 - TypeScript
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
Dec 16, 2021 - JavaScript
-
Updated
Oct 20, 2021 - JavaScript
-
Updated
May 8, 2019 - Swift
-
Updated
Dec 16, 2021 - Go
-
Updated
Dec 17, 2021 - TypeScript
-
Updated
Dec 17, 2021 - Go
-
Updated
Dec 17, 2021 - JavaScript
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
Oct 18, 2021 - JavaScript
-
Updated
Dec 17, 2021 - 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
Dec 17, 2021 - TypeScript
-
Updated
Feb 27, 2020 - Swift
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
Jun 16, 2020 - JavaScript
-
Updated
Feb 8, 2018 - JavaScript
-
Updated
Nov 16, 2021 - PHP
-
Updated
Dec 17, 2021 - Rust
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."
Is your feature request related to a problem? Please describe.
The content created using markdown is using the
<a>html. We should switch this over to using<Link>as we do throughout the project.Describe the solution you'd like
<a>elements with<Link>Want to contribute?
We love