Skip to content

Commit

Permalink
Merge pull request #141 from rabbitholegg/size_hotfix
Browse files Browse the repository at this point in the history
Fix(camlot): checksum size
  • Loading branch information
Quazia authored Dec 21, 2023
2 parents eef63dd + c026647 commit d7cf5a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/camelot/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export enum Tokens {
USDT = '0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9',
WBTC = '0x2f2a2543B76A4166549F7aaB2e75Bef0aefC5B0f',
WETH = '0x82aF49447D8a07e3bd95BD0d56f35241523fBab1',
SIZE = '0x939727d85d99d0ac339bf1b76dfe30ca27c19067',
SIZE = '0x939727d85D99d0aC339bF1B76DfE30Ca27C19067',
}

interface Transaction {
Expand Down

0 comments on commit d7cf5a1

Please sign in to comment.