Skip to content

Commit

Permalink
update default values
Browse files Browse the repository at this point in the history
  • Loading branch information
amintalebi committed Aug 27, 2024
1 parent b64eb2e commit 537ffa2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions configs/deploy/config.all.sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ MarketMaker:
Slippage: 0.001 # 0.001 is 0.1%

Chain:
Url: "SAMPLE_CHAIN_URL"
Url: "YOUR_ARBITRUM_CHAIN_URL"
BlockInterval: 500ms

Tokens:
Expand All @@ -28,7 +28,7 @@ Uniswap:

Nobitex:
Url: "https://api.nobitex.ir"
Key: "SAMPLE_NOBITEX_KEY"
Key: "YOUR_NOBITEX_API_KEY"
MinimumOrderToman: 300_000
Timeout: 60s
OrderStatusInterval: 2s
Expand All @@ -40,7 +40,7 @@ Indexer:
StartBlock: 123

Contracts:
DexTrader: "YOU_DEX_TRADER_CONTRACT_ADDRESS"
DexTrader: "YOUR_DEX_TRADER_CONTRACT_ADDRESS"
UniswapV3Factory: "0x1F98431c8aD98523631AE4a59f267346ea31F984"
UniswapV3Quoter: "0xb27308f9F90D607463bb33eA1BeBb41C27CE5AB6"

Expand Down
8 changes: 4 additions & 4 deletions configs/deploy/config.minimal.sample.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Chain:
Url: "SAMPLE_CHAIN_URL"
Url: "YOUR_ARBITRUM_CHAIN_URL"

Nobitex:
Key: "SAMPLE_NOBITEX_KEY"
Key: "YOUR_NOBITEX_API_KEY"

Contracts:
DexTrader: "YOU_DEX_TRADER_CONTRACT_ADDRESS"
DexTrader: "YOUR_DEX_TRADER_CONTRACT_ADDRESS"

0 comments on commit 537ffa2

Please sign in to comment.