diff --git a/dexorder-alpha.toml b/dexorder-alpha.toml index 8386dec..d1c249e 100644 --- a/dexorder-alpha.toml +++ b/dexorder-alpha.toml @@ -4,9 +4,6 @@ ws_url='ws://alpharpc:8545' db_url='postgresql://dexorder:redroxed@postgres/dexorder' redis_url='redis://redis:6379' -[deployments] -1337='alpha' - mirror_pools=[ '0x2f5e87C9312fa29aed5c179E456625D79015299c', # WBTC/WETH 0.05% '0x0d94947374cbc779a0FB4D1bfF795C0Af6Dfae25', # USDC/UNI 1.00% @@ -23,3 +20,6 @@ mirror_pools=[ '0x8b6149aF984140BD3F8e158CcDCD05984a4ad0f5', # ARB/LINK 0.30% '0xEd701Ba0cec723d85B7d96c80C21148E49D2Bf05', # LINK/UNI 1.00% ] + +[deployments] +1337='alpha'