fix naming goerli

This commit is contained in:
Trooper
2022-08-09 23:22:06 +02:00
parent b40ce85a22
commit 1053c72900

View File

@@ -1,6 +1,6 @@
# Zigzag Market Maker # Zigzag Market Maker
This is the reference market maker for Zigzag zksync markets. It works on both Rinkeby and Mainnet. This is the reference market maker for Zigzag zksync markets. It works on both Goerli and Mainnet.
This market maker uses existing price feeds to set bids and asks for a market. For now, in order to provide liquidity for a market, there must be an existing market with **greater** liquidity listed on Cryptowatch, via either Uniswap or some other centralized exchange. It is crucial that the oracle market have more liquidity than the Zigzag one so that you are not prone to oracle attacks. This market maker uses existing price feeds to set bids and asks for a market. For now, in order to provide liquidity for a market, there must be an existing market with **greater** liquidity listed on Cryptowatch, via either Uniswap or some other centralized exchange. It is crucial that the oracle market have more liquidity than the Zigzag one so that you are not prone to oracle attacks.
@@ -77,9 +77,9 @@ With the defualt setting the bot will pay the zkSync fee wiht the same token as
- "zigzagWsUrl": "wss://zigzag-exchange.herokuapp.com" - "zigzagWsUrl": "wss://zigzag-exchange.herokuapp.com"
- "zigzagChainId": 1 - "zigzagChainId": 1
#### Rinkeby zkSync #### Goerli zkSync
- "zigzagWsUrl": "wss://secret-thicket-93345.herokuapp.com" - "zigzagWsUrl": "wss://secret-thicket-93345.herokuapp.com"
- "zigzagChainId": 1000 - "zigzagChainId": 1002
You can add, remove, and configure pair settings in the `pairs` section. A pair setting looks like this: You can add, remove, and configure pair settings in the `pairs` section. A pair setting looks like this: