- 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
getPoolInfos
atsrc/script/index.ts
parameter to new pool name - run
yarn script
- copy result from
token-{pool}.txt
tosrc/constants/{pool}/pools.ts
- add pool list to
src/constants/defi.ts
again - in case that coingecko doesn't list token pool to platform
- you need to add
{pool token}-BUSD
pool address tolpPair
atsrc/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