@dhedge/backend-flatcoin-core 0.3.26 → 0.3.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -527,11 +527,6 @@ exports.FlatcoinErrors = [
|
|
|
527
527
|
name: 'AddressInsufficientBalance',
|
|
528
528
|
type: 'error',
|
|
529
529
|
},
|
|
530
|
-
{
|
|
531
|
-
inputs: [{ internalType: 'uint256', name: 'tokenId', type: 'uint256' }],
|
|
532
|
-
name: 'LimitOrderInvalid',
|
|
533
|
-
type: 'error',
|
|
534
|
-
},
|
|
535
530
|
{ inputs: [], name: 'ReentrancyGuardReentrantCall', type: 'error' },
|
|
536
531
|
{
|
|
537
532
|
inputs: [{ internalType: 'address', name: 'token', type: 'address' }],
|
|
@@ -539,11 +534,6 @@ exports.FlatcoinErrors = [
|
|
|
539
534
|
type: 'error',
|
|
540
535
|
},
|
|
541
536
|
{ inputs: [{ internalType: 'address', name: 'target', type: 'address' }], name: 'AddressEmptyCode', type: 'error' },
|
|
542
|
-
{
|
|
543
|
-
inputs: [{ internalType: 'address', name: 'account', type: 'address' }],
|
|
544
|
-
name: 'AddressInsufficientBalance',
|
|
545
|
-
type: 'error',
|
|
546
|
-
},
|
|
547
537
|
{ inputs: [], name: 'FailedInnerCall', type: 'error' },
|
|
548
538
|
{ inputs: [], name: 'InvalidInitialization', type: 'error' },
|
|
549
539
|
{
|