✅ Helix Swap functionality
❌ Helix Swap UI
✅ Helix Liquidity functionality
❌ Helix Liquidity UI
🔵 Helix Farms / Pools functionality
General
-
List of majority of the contracts used in UI for mainnet (56) and testnet (97):
-
Factory address. Now it's pointing to HelixFactory contract in testnet
-
INIT_CODE_HASH. It can be taken from HelixLibrary.sol
-
Router address. Now it's pointing to HelixRouter contract in testnet
-
Almost all calls to contracts are happening in batches using mutlicall contract in Updater class
mainnet - '0xfF6FD90A470Aaa0c1B8A54681746b07AcdFedc9B'
testnet - '0x8F3273Fb89B075b1645095ABaC6ed17B2d4Bc576'
-
Helix LP token declaration (be cautions of name string)
src/sdk/entities/pair.ts src/views/RemoveLiquidity/index.tsx src/state/user/hooks/index.tsx
-
List of pools displayed on the website
-
List of farms displayed on the website