File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -418,7 +418,7 @@ export class Orderbook {
418418 orderHash : listing . orderHash ,
419419 orderSignature : sig ,
420420 makerFees : listingParam . makerFees ,
421- // Swallow failed creations - this gets mapped in the response to the caller as failed
421+ // Swallow failed creations - this gets mapped in the response to the caller as failed
422422 } ) . catch ( ( ) => undefined ) ;
423423 } ) ,
424424 ) ;
@@ -748,7 +748,7 @@ export class Orderbook {
748748 const network = await this . orderbookConfig . provider . getNetwork ( ) ;
749749 const domain = {
750750 name : 'imtbl-order-book' ,
751- chainId : network . chainId . toString ( ) ,
751+ chainId : Number ( network . chainId ) ,
752752 verifyingContract : this . orderbookConfig . seaportContractAddress ,
753753 } ;
754754
You can’t perform that action at this time.
0 commit comments