Advanced Use
The SDK’s core functionality was built around certain work flows but we understand the need to go above and beyond. You can import all of our contract ABIs, and the addresses of said contracts on all of our supported networks.
You can see what contract and functions the SDK methods are utilizing in the documentation above.
(B) means we provide the non-B and B versions aka V1 and V2 respectively
ABIs Provided:
chargedParticles
chargedSettings
chargedState
chargedManagers
proton(B)
aaveWalletManager(B)
genericWalletManager(B)
genericBasketManager(B)
We also provide the contract locations (address + start block) for: Mainnet, Kovan, Polygon, Mumbai
Example Usage
Network Object Structure
When looking for the contract’s address you will need to specify network, contract name, and then address or start block.
Last updated