1. mint mock tokens first.

    1. wbtc: 0x5D14d5F575a8B17801633fccaa5C0Ed78e657BdA
    2. dai: 0x749B1c911170A5aFEb68d4B278cD5405C718fc7F
    3. usdt: 0xbaB87fE24Df242c80e0A4b59B70Eabd0b4F20823
  2. approve USDT for feature token fee.

    1. usdt: 0xbaB87fE24Df242c80e0A4b59B70Eabd0b4F20823
  3. approve Each of the token that you wanna make for a offer.

    1. wbtc: 0x5D14d5F575a8B17801633fccaa5C0Ed78e657BdA
    2. dai: 0x749B1c911170A5aFEb68d4B278cD5405C718fc7F
  4. make Token[] and GeneralInfo parameters for offerFactory.createOffer function.

    **WBTC: 
    # type,token address, token amount, tokenid, token price**
    0, 0x5D14d5F575a8B17801633fccaa5C0Ed78e657BdA,10000000,0,0
    
    **DAI:
    # type,token address, token amount, tokenid, token price**
    0, 0x749B1c911170A5aFEb68d4B278cD5405C718fc7F,10000000,0,0
    
    Copy this ****for:  Tokens[]
    [[0, '0x5D14d5F575a8B17801633fccaa5C0Ed78e657BdA',10000000,0,0],[0, '0x749B1c911170A5aFEb68d4B278cD5405C718fc7F',10000000,0,0]]
    
    Copy this for: GeneralInfo:
    # loanToken, ltv, featureFlag, loanAmount, interestRate, collateralThreshold, repaydate, expiredata
    ['0xbaB87fE24Df242c80e0A4b59B70Eabd0b4F20823', 8000, true, 100000000, 1100, 8000, 3600, 3600]