Skip to content

Commit

Permalink
Repointed to new marketmaker
Browse files Browse the repository at this point in the history
  • Loading branch information
glottologist committed Nov 13, 2023
1 parent ac2dcb9 commit 19a6437
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.tick.beta.ghostnet
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ WORKDIR /etc/run

COPY ./tick.sh /etc/run/

CMD [ "/etc/run/tick.sh", "-b", "KT1PYcVdp1R6NmTYziQ8a4JTWSEmLgq8xpBV", "-m", "KT1T4dbnaNKpGLV89R6drrupy5HVE74bQE3r", "-f", "150" ]
CMD [ "/etc/run/tick.sh", "-b", "KT1PYcVdp1R6NmTYziQ8a4JTWSEmLgq8xpBV", "-m", "KT1WntzAUXtrMB72uBaQLUiQobaqKuHddQFt", "-f", "150" ]

4 changes: 2 additions & 2 deletions batcher-ui/src/config/contracts.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ const CONTRACTS_NAMES = [
];

const ghostnet = {
batcher: 'KT1GSDzo6PU8i732m8WuY9XcTyxiGRaYBsv2',
market_maker: 'KT1T4dbnaNKpGLV89R6drrupy5HVE74bQE3r',
batcher: 'KT1PYcVdp1R6NmTYziQ8a4JTWSEmLgq8xpBV',
market_maker: 'KT1WntzAUXtrMB72uBaQLUiQobaqKuHddQFt',
token_manager: 'KT1HLQ4kk4nUjXxBBR4PE3sAQzv4fHRMoBGD',
tzBTC_vault: 'KT1Jr5jTm2VG9eyosoqZwZYuN95PjUpysNyS',
USDT_vault: 'KT1A2uq9zMgXGJGhXRiHvUa8PGEKMn9dyyJN',
Expand Down

0 comments on commit 19a6437

Please sign in to comment.