Skip to content

Conversation

@artman325
Copy link
Collaborator

Here two tools with minimum functionality

  • example to initiate for bsc
    echo Q::tool("Assets/web3/sales/main", array(
        "chainId" => "0x38",
        "salesContractAddress" => "0x410b5b896A01d9cFA8Ed1e43697823d37fc70Ee4",
        "uniswapPair" => "0xd99c7F6C65857AC913a8f880A4cb84032AB2FC5b" //PancakePair of USDC/WETH
//        0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d usdc
//        0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c weth
    )) 
    echo Q::tool("Assets/web3/sales/group", array(
            "chainId" => "0x38",
            "salesContractAddress" => "0x410b5b896A01d9cFA8Ed1e43697823d37fc70Ee4",
        )) 
  • Assets/web3/sales/main
    Allows buying tokens for bnb from sales contract(if user is on the whitelist)
  • Assets/web3/sales/group
    Allows adding a user to the whitelist or a group but does not allow showing which group they are in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants