Releases: dethcrypto/eth-sdk
Releases · dethcrypto/eth-sdk
@dethcrypto/eth-sdk@0.3.4
Patch Changes
- d72e459: Add support for SEPOLIA network
@dethcrypto/eth-sdk@0.3.3
Patch Changes
- cd56037: TypeChain flags can be via eth-sdk config.
@dethcrypto/eth-sdk@0.3.2
@dethcrypto/eth-sdk@0.3.1
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/eth-sdk@0.3.0
Minor Changes
- 56283f4: Update TypeChain to v7
@dethcrypto/eth-sdk@0.2.4
Patch Changes
- 6d9d72e: Allow duplicate contract names in different subtrees of a config
@dethcrypto/eth-sdk@0.2.3
Patch Changes
- 32ad0b4: Fix Proxy handling for USDC and other Openzeppelin proxy contracts
@dethcrypto/eth-sdk-client@0.1.6
Patch Changes
- 8eeb61f: Add missing "index.mjs" entry point to package.json "files"
@dethcrypto/eth-sdk@0.2.2
@dethcrypto/eth-sdk@0.2.1
Patch Changes
- 75c37b5: Add support for Avalanche networks (mainnet and fuji testnet)