added fee payment to matcher if dst.Token === feeToken

This commit is contained in:
Steam Deck User
2023-12-15 17:55:44 +04:00
parent b847a173bb
commit 826b3b508c
6 changed files with 90 additions and 28 deletions

18
package-lock.json generated
View File

@@ -1,19 +1,19 @@
{
"name": "@orionprotocol/sdk",
"version": "0.20.28",
"version": "0.20.32",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@orionprotocol/sdk",
"version": "0.20.28",
"version": "0.20.32",
"hasInstallScript": true,
"license": "ISC",
"dependencies": {
"@babel/runtime": "^7.21.0",
"@ethersproject/abstract-signer": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@orionprotocol/contracts": "1.22.3",
"@orionprotocol/contracts": "1.22.5",
"@types/lodash.clonedeep": "^4.5.9",
"bignumber.js": "^9.1.1",
"bson-objectid": "^2.0.4",
@@ -2421,9 +2421,9 @@
}
},
"node_modules/@orionprotocol/contracts": {
"version": "1.22.3",
"resolved": "https://registry.npmjs.org/@orionprotocol/contracts/-/contracts-1.22.3.tgz",
"integrity": "sha512-TVZftFbrHA+ldZSvMAGTntSiTT20UWn6P/+N392A9dv6RtiIXaQpMic5hOhVdIed74DU/KixVxwjVL1Hr0RLGQ=="
"version": "1.22.5",
"resolved": "https://registry.npmjs.org/@orionprotocol/contracts/-/contracts-1.22.5.tgz",
"integrity": "sha512-kBgqMw0uqotl9UbSubw5cmEsck5aefS9l9/5DNvFfOfMLY1ewFLtn03X3/mO73ll1Y6tZBtqzYTGNZpcnk7tKA=="
},
"node_modules/@sinclair/typebox": {
"version": "0.27.8",
@@ -13480,9 +13480,9 @@
}
},
"@orionprotocol/contracts": {
"version": "1.22.3",
"resolved": "https://registry.npmjs.org/@orionprotocol/contracts/-/contracts-1.22.3.tgz",
"integrity": "sha512-TVZftFbrHA+ldZSvMAGTntSiTT20UWn6P/+N392A9dv6RtiIXaQpMic5hOhVdIed74DU/KixVxwjVL1Hr0RLGQ=="
"version": "1.22.5",
"resolved": "https://registry.npmjs.org/@orionprotocol/contracts/-/contracts-1.22.5.tgz",
"integrity": "sha512-kBgqMw0uqotl9UbSubw5cmEsck5aefS9l9/5DNvFfOfMLY1ewFLtn03X3/mO73ll1Y6tZBtqzYTGNZpcnk7tKA=="
},
"@sinclair/typebox": {
"version": "0.27.8",