Skip to content

Commit

Permalink
Merge pull request #48 from 0xProject/jlin/add-0x-trading-bot
Browse files Browse the repository at this point in the history
update gasless v2 trading bot folder name
  • Loading branch information
jlin27 authored Dec 19, 2024
2 parents d14942c + c0f1d0a commit 564ac24
Show file tree
Hide file tree
Showing 27 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import type {
TradeDataToSubmit,
TradeDataRequestBody,
ApprovalDataToSubmit,
} from '../types/types.d.ts';
} from '../types/types';

const s = spinner();

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { secp256k1 } from '@noble/curves/secp256k1';
import { secp256k1 } from '@noble/curves/secp256k1.js';
import { Hex, hexToNumber, toHex } from 'viem';

// Types
import type { SignatureExtended, EIP712TypedData } from '../types/types.d.ts';
import type { SignatureExtended, EIP712TypedData } from '../types/types.js';

/**
* Valid signature types on 0x
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 564ac24

Please sign in to comment.