- add line
@350bekvu - input your wallet address and hit send
- see your asset!!
- BNB
- BUSD
- SIX
- CAKE
- SAFEMOON
- PANTHER
- FINIX
- WARDEN
- PANTHER
- NFTART
- GARUDA
- GATOR
- PTZ
- DOP
- add pool MasterChef abi to
src/abi/{pool}/MasterChef.json - add token pool detail to
src/constants/coingecko.ts - add pool detail to
src/constants/defi.ts(pool name, id, master chef abi) - change
getPoolInfosatsrc/script/index.tsparameter to new pool name - run
yarn script - copy result from
token-{pool}.txttosrc/constants/{pool}/pools.ts - add pool list to
src/constants/defi.tsagain - in case that coingecko doesn't list token pool to platform
- you need to add
{pool token}-BUSDpool address tolpPairatsrc/constants/coingecko.ts - also add token address to
src/constants/whitelist.ts
- you need to add
- list assets from BSC wallet
- list assets from BSC DEFI
- get reward token price(ex. WAD)
- improve flex UI
inspire by LINE x PancakeSwap + Apeboard
