Releases: dethcrypto/eth-sdk
Releases · dethcrypto/eth-sdk
@dethcrypto/[email protected]
Patch Changes
- d72e459: Add support for SEPOLIA network
@dethcrypto/[email protected]
Patch Changes
- cd56037: TypeChain flags can be via eth-sdk config.
@dethcrypto/[email protected]
@dethcrypto/[email protected]
Patch Changes
-
4b64b0f: eth-sdk now properly supports fetching ABI from multiple Etherscan-like blockchain explorers at the same
time.Previously,
config.etherscanKey
option was used for all APIs, what worked in some cases, but broke with Polygonscan.You can now provide your Etherscan API keys like this:
{ "etherscanKeys": { // API key for https://etherscan.io "mainnet": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", // API key for https://polygonscan.com "polygon": "BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB" } }
If not specified, eth-sdk will use its own API keys.
⚠
config.etherscanKey
option is now deprecated in favor ofetherscanKey
s
option.This is a hotfix solution as a future version of eth-sdk will radically simplify config schema.
-
4b64b0f: The network name is now shown properly when fetching ABI from Etherscan fails
@dethcrypto/[email protected]
Minor Changes
- 56283f4: Update TypeChain to v7
@dethcrypto/[email protected]
Patch Changes
- 6d9d72e: Allow duplicate contract names in different subtrees of a config
@dethcrypto/[email protected]
Patch Changes
- 32ad0b4: Fix Proxy handling for USDC and other Openzeppelin proxy contracts
@dethcrypto/[email protected]
Patch Changes
- 8eeb61f: Add missing "index.mjs" entry point to package.json "files"
@dethcrypto/[email protected]
@dethcrypto/[email protected]
Patch Changes
- 75c37b5: Add support for Avalanche networks (mainnet and fuji testnet)