Skip to content

Commit

Permalink
Updated ghostnet contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
glottologist committed Nov 21, 2023
1 parent 0bda1a0 commit c134b75
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", "KT195vSTp60vCMjha8cbf4fmV5fMRjqD4F2i", "-m", "KT1VpMZjKtPa2oEdD2tQJiV7Mj3r4xY4QKFQ", "-f", "150" ]
CMD [ "/etc/run/tick.sh", "-b", "KT1JG7r23BFcc2GFdSnKBvijmagVzUncn9ry", "-m", "KT1VpMZjKtPa2oEdD2tQJiV7Mj3r4xY4QKFQ", "-f", "180" ]

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,9 +15,9 @@ const CONTRACTS_NAMES = [
];

const ghostnet = {
batcher: 'KT1TuSwEu2hqcsSCWSj9qXwTMfYL1BvhLtxy',
batcher: 'KT1JG7r23BFcc2GFdSnKBvijmagVzUncn9ry',
market_maker: 'KT1VpMZjKtPa2oEdD2tQJiV7Mj3r4xY4QKFQ',
token_manager: 'KT1AwSv5yaew3ZEEPn7HkDMvnbCrLniTBWCM',
token_manager: 'KT1WN3F9SkGHGigYsUBtYtBJu358UgiJSEKF',
tzBTC_vault: 'KT1QChZQRof4pYheGE5MbUBv3oBsdJiy1Ue3',
USDT_vault: 'KT1J2mW59LADXgD6AvywT46KF1Hyep7pKYcL',
USDtz_vault: 'KT1KftikTS3nffDMuUobjBHt6LHqe5Zb8xMw',
Expand Down

0 comments on commit c134b75

Please sign in to comment.