eth
Here are 786 public repositories matching this topic...
-
Updated
Jun 11, 2022 - CSS
-
Updated
May 20, 2022
-
Updated
Feb 27, 2022 - Solidity
-
Updated
May 16, 2022 - C#
-
Updated
Jun 12, 2022 - Shell
-
Updated
Jun 4, 2022 - JavaScript
It is unclear how to use something like get_token_balance() with respect to the Uniswap v2 factory contract. I am trying to view the amount of a token in the Uniswap v2 liquidity pool, and it seems all I can check is the ERC20 token balance globally.
Edit: I see now I can use get_ex_token_balance(), but I am receiving the Uniswap v1 pool amounts. When I switch to version 2 the Factory methods
-
Updated
Jun 10, 2022 - Go
-
Updated
May 13, 2022 - Go
-
Updated
Feb 9, 2022 - Python
-
Updated
Nov 11, 2021 - Python
-
Updated
Apr 3, 2022 - Go
-
Updated
Jun 11, 2022 - Go
-
Updated
Jun 10, 2022 - Java
-
Updated
Jul 28, 2018 - Swift
-
Updated
May 26, 2022 - Shell
Thinking to just have it dump the raw wallet files to a file would be useful, especially for some older wallet types.
Improve this page
Add a description, image, and links to the eth topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the eth topic, visit your repo's landing page and select "manage topics."


Component
Cast
Describe the feature you would like
currently in
cast sendwe fallback to mainnet if the chain id of the endpoint is an unknown variant of theChainenumhttps://github.com/foundry-rs/foundry/blob/master/cli/src/cast.rs#L181
The
Chainenum is useful to determine whether we need to send as legacy, but doesn't allow arbitrary chain ids.However, there's alrea