forked from flashbots/simple-blind-arbitrage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
14 lines (14 loc) · 827 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"syncTopic": "0xd78ad95fa46c994b6551d0da85fc275fe613ce37657fb8d5e3d130840159d822",
"mainnetMatchMaker": "https://mev-share.flashbots.net",
"goerliMatchMaker": "https://mev-share-goerli.flashbots.net",
"mainnetBundleAPI": "https://relay.flashbots.net",
"goerliBundleAPI": "https://relay-goerli.flashbots.net",
"mainnetUniswapFactoryAddress": "0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f",
"goerliUniswapFactoryAddress": "0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f",
"mainnetSushiFactoryAddress": "0xC0AEe478e3658e2610c5F7A4A2E1777cE9e4f2Ac",
"goerliSushiFactoryAddress": "0xc35DADB65012eC5796536bD9864eD8773aBc74C4",
"mainnetWETHAddress": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
"goerliWETHAddress": "0xB4FBF271143F4FBf7B91A5ded31805e42b2208d6",
"percentageToKeep": "50"
}