config.json 3.03 KB
Newer Older
XFT's avatar
.  
XFT committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
{
    "MERKLE_TREE_HEIGHT": 20,
    "ETH_AMOUNT": "100000000000000000",
    "weth9": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
    "oracle": "0xA09FdE92b5FBb1d96da0108466bEBfd9E52CE901",
    "dry": true,
    "old": {
        "owner": "0x7f3B46E1E7d0E60fE496C41e8f0D21d7e962D37d",
        "pool": "0xefc73f21bb4645ea4cb1f1b5a674985c590c4070",
        "token": "0xabe580e7ee158da464b51ee1a83ac0289622e6be"
    },
    "tokenStyle": {
        "anonUSD": {
            "name": "anonUSD",
            "symbol": "anonUSD",
            "icon": "assets/images/zkUSD.svg",
            "color": "#D1C1FE",
            "pool": "0x0000000000000000000000000000000000000000",
            "chainlink": "0x5f4ec3df9cbd43714fe2740f5e3616155c5b8419",
            "threshold": "975000000000000000",
            "address": "",
            "denoms": ["500"],
            "price": "",
            "mint": "10000000000000000000000"
        },
        "anonBTC": {
            "name": "anonBTC",
            "symbol": "anonBTC",
            "icon": "assets/images/zkBTC.svg",
            "color": "#5800B0",
            "pool": "0x0000000000000000000000000000000000000000",
            "chainlink": "0xdeb288F737066589598e9214E782fa5A8eD689e8",
            "threshold": "975000000000000000",
            "address": "",
            "denoms": ["1"],
            "price": "",
            "mint": "10000000000000000000"
        },
        "anonETH": {
            "name": "anonETH",
            "symbol": "anonETH",
            "icon": "assets/images/zkETH.svg",
            "color": "#6B39FA",
            "pool": "0x0000000000000000000000000000000000000000",
            "chainlink": "0x0000000000000000000000000000000000000000",
            "threshold": "975000000000000000",
            "address": "",
            "denoms": ["1"],
            "price": 1,
            "mint": "100000000000000000000"
        },
        "XFT": {
            "name": "XFT",
            "symbol": "XFT",
            "icon": "assets/images/XFT-light.svg",
            "color": "#FFFFFF",
            "pool": "0x701b319aff36311f720f0a1ebd6636dd84bb3e8b",
            "chainlink": "0x0000000000000000000000000000000000000000",
            "threshold": "975000000000000000",
            "address": "0x76bc677d444f1e9d57daf5187ee2b7dc852745ae"
        }
    },
    "ethDenomination": "50000000000000000",
    "xftToken": "",
    "HASHER": "",
    "VERIFIER": "",
    "STORAGE": "",
    "TOKEN_POOL": "",
    "XFT_POOL": "",
    "FAUCET": "",
    "INTERVAL_SHORT": 180,
    "INTERVAL_LONG": 1800,
    "TOKEN_AMOUNT": "10000000000000000000000",
    "ERC20_TOKEN": "",
    "AUSD_TOKEN": "",
    "FEE_AMOUNT": "",
    "FAUCET_SEND": "true",
    "uniswap": {
        "xftUniPool": "0x701b319aff36311f720f0a1ebd6636dd84bb3e8b",
        "NonfungiblePositionManager": "0xC36442b4a4522E871399CD717aBDD847Ab11FE88",
        "UniswapV3Factory": "0x1F98431c8aD98523631AE4a59f267346ea31F984",
        "SwapRouter": "0xE592427A0AEce92De3Edee1F18E0157C05861564",
        "UniswapV3Staker": "0xe34139463bA50bD61336E0c446Bd8C0867c6fE65",
        "nftID": 449412
    }
}