Skip to content

Commit

Permalink
Merge branch 'master' into feat/is_order_private
Browse files Browse the repository at this point in the history
  • Loading branch information
vbrvk authored Mar 21, 2024
2 parents 59e490c + 451c804 commit f01a11a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@1inch/limit-order-sdk",
"version": "4.5.0",
"version": "4.6.0",
"description": "SDK for 1inch Limit Order Protocol",
"author": "@1inch",
"license": "MIT",
Expand Down
2 changes: 2 additions & 0 deletions src/limit-order/limit-order.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ import {MakerTraits} from './maker-traits'
import {Extension} from './extension'
import {Address} from '../address'

const ZeroAddressHalf = '0'.repeat(20)

Check failure on line 15 in src/limit-order/limit-order.ts

View workflow job for this annotation

GitHub Actions / check

'ZeroAddressHalf' is assigned a value but never used

export class LimitOrder {
private static readonly Web3Type = `tuple(${[
'uint256 salt',
Expand Down

0 comments on commit f01a11a

Please sign in to comment.