@ercworldio/blockchain-shared 1.0.2-dev-PROJ-1265.0 → 1.0.2-dev-PROJ-1265.1

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.
@@ -138,6 +138,17 @@
138
138
  "name": "RequestAlreadyFulfilled",
139
139
  "type": "error"
140
140
  },
141
+ {
142
+ "inputs": [
143
+ {
144
+ "internalType": "address",
145
+ "name": "token",
146
+ "type": "address"
147
+ }
148
+ ],
149
+ "name": "SafeERC20FailedOperation",
150
+ "type": "error"
151
+ },
141
152
  {
142
153
  "inputs": [],
143
154
  "name": "SignatureAlreadyUsed",
@@ -693,6 +704,11 @@
693
704
  "internalType": "struct Types.SweepJob[]",
694
705
  "name": "jobs",
695
706
  "type": "tuple[]"
707
+ },
708
+ {
709
+ "internalType": "address payable",
710
+ "name": "receiver",
711
+ "type": "address"
696
712
  }
697
713
  ],
698
714
  "name": "batchSweepERC20",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ercworldio/blockchain-shared",
3
- "version": "1.0.2-dev-PROJ-1265.0",
3
+ "version": "1.0.2-dev-PROJ-1265.1",
4
4
  "description": "Shared library for blockchain projects",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",