Skip to content

Commit

Permalink
Merge branch 'release-ghostnet-beta' into 410-further-split-out-batch…
Browse files Browse the repository at this point in the history
…er-and-mm-contracts-to-avoid-size-constraint
  • Loading branch information
glottologist committed Nov 14, 2023
2 parents 5bda817 + a250476 commit 76a7f58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions batcher-ui/src/config/contracts.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ const ghostnet = {
EURL_vault: 'KT1J66Yj44DaD2EtvSPgz1XjjU9gZPDHoiBb',
};



const mainnet = {
batcher: 'KT1CoTu4CXcWoVk69Ukbgwx2iDK7ZA4FMSpJ',
market_maker: 'KT1TNX1YLCmPJN4rbwAUsUAdnqVYrZ5X5YNB',
Expand Down
2 changes: 1 addition & 1 deletion batcher/michelson/marketmaker-ghostnet.tz
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@
COMPARE ;
GT ;
IF { SWAP ; PUSH string "-" ; CONCAT ; SWAP ; CONCAT }
{ PUSH string "-" ; CONCAT ; SWAP ; CONCAT } ;
{ PUSH string "-" ; CONCAT ; SWAP ; CONCAT }
DUP 7 ;
DUP 2 ;
GET ;
Expand Down

0 comments on commit 76a7f58

Please sign in to comment.