Skip to content

Commit

Permalink
chore(release): 3.0.0-alpha.35
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Nov 20, 2023
1 parent 5c62794 commit a7e2efb
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 23 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lifi/sdk",
"version": "3.0.0-alpha.34",
"version": "3.0.0-alpha.35",
"description": "LI.FI Any-to-Any Cross-Chain-Swap SDK",
"keywords": [
"bridge",
Expand Down Expand Up @@ -107,14 +107,14 @@
"@typescript-eslint/parser": "^6.11.0",
"@vitest/coverage-v8": "^0.34.6",
"bs58": "^5.0.0",
"eslint": "^8.53.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-jsdoc": "^46.9.0",
"eslint-plugin-prettier": "^5.0.1",
"husky": "^8.0.3",
"lint-staged": "^15.1.0",
"madge": "^6.1.0",
"msw": "^2.0.7",
"msw": "^2.0.8",
"pinst": "^3.0.0",
"prettier": "^3.1.0",
"standard-version": "^9.5.0",
Expand Down
6 changes: 4 additions & 2 deletions src/core/EVM/EVMStepExecutor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,10 @@ export class EVMStepExecutor extends BaseStepExecutor {
this.walletClient.account?.type === 'local'
? await getMaxPriorityFeePerGas(client as PublicClient)
: step.transactionRequest.maxPriorityFeePerGas
? BigInt(step.transactionRequest.maxPriorityFeePerGas as string)
: undefined,
? BigInt(
step.transactionRequest.maxPriorityFeePerGas as string
)
: undefined,
}

if (this.executionOptions?.updateTransactionRequestHook) {
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const name = '@lifi/sdk'
export const version = '3.0.0-alpha.34'
export const version = '3.0.0-alpha.35'
33 changes: 16 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -541,10 +541,10 @@ __metadata:
languageName: node
linkType: hard

"@eslint/js@npm:8.53.0":
version: 8.53.0
resolution: "@eslint/js@npm:8.53.0"
checksum: a372d55aa2bbe0d9399acc8de3c892dcfe507fd914d29fde6826ae54a13452619be626aa7eb70b1ec4d4da5302b6ed8e8ac9bf1f830003f15c0ad56c30b4f520
"@eslint/js@npm:8.54.0":
version: 8.54.0
resolution: "@eslint/js@npm:8.54.0"
checksum: 4d491ff234cd94b54499428cb3435623270ff8cc59950e13e6e1ac2fa350ec60502dac7bfd4f486523fee65ad7a358034570fe776b81b14dbfe5525d1e26e1d8
languageName: node
linkType: hard

Expand Down Expand Up @@ -676,15 +676,15 @@ __metadata:
"@typescript-eslint/parser": "npm:^6.11.0"
"@vitest/coverage-v8": "npm:^0.34.6"
bs58: "npm:^5.0.0"
eslint: "npm:^8.53.0"
eslint: "npm:^8.54.0"
eslint-config-prettier: "npm:^9.0.0"
eslint-plugin-jsdoc: "npm:^46.9.0"
eslint-plugin-prettier: "npm:^5.0.1"
eth-rpc-errors: "npm:^4.0.3"
husky: "npm:^8.0.3"
lint-staged: "npm:^15.1.0"
madge: "npm:^6.1.0"
msw: "npm:^2.0.7"
msw: "npm:^2.0.8"
pinst: "npm:^3.0.0"
prettier: "npm:^3.1.0"
standard-version: "npm:^9.5.0"
Expand Down Expand Up @@ -3205,14 +3205,14 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:^8.53.0":
version: 8.53.0
resolution: "eslint@npm:8.53.0"
"eslint@npm:^8.54.0":
version: 8.54.0
resolution: "eslint@npm:8.54.0"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.2.0"
"@eslint-community/regexpp": "npm:^4.6.1"
"@eslint/eslintrc": "npm:^2.1.3"
"@eslint/js": "npm:8.53.0"
"@eslint/js": "npm:8.54.0"
"@humanwhocodes/config-array": "npm:^0.11.13"
"@humanwhocodes/module-importer": "npm:^1.0.1"
"@nodelib/fs.walk": "npm:^1.2.8"
Expand Down Expand Up @@ -3249,7 +3249,7 @@ __metadata:
text-table: "npm:^0.2.0"
bin:
eslint: bin/eslint.js
checksum: e305a71ce2b9a8631b293266fe53e346c76f28bc8d004af33f10e537cf133db1fb87af3599376e70ed6e0f89a78be10c4f08ddd0c1c9c0c497cd143b4a270420
checksum: 379827964fd7885a4d48611a5237cf5c534eff0ad3d0c1a1d6a14d52ac6758f4efdccd924c9bb3a9aa4dc80a3446d48dc49f61733cd5bd5f74419d0240970e7b
languageName: node
linkType: hard

Expand Down Expand Up @@ -5246,9 +5246,9 @@ __metadata:
languageName: node
linkType: hard

"msw@npm:^2.0.7":
version: 2.0.7
resolution: "msw@npm:2.0.7"
"msw@npm:^2.0.8":
version: 2.0.8
resolution: "msw@npm:2.0.8"
dependencies:
"@bundled-es-modules/cookie": "npm:^2.0.0"
"@bundled-es-modules/js-levenshtein": "npm:^2.0.1"
Expand All @@ -5266,7 +5266,6 @@ __metadata:
inquirer: "npm:^8.2.0"
is-node-process: "npm:^1.2.0"
js-levenshtein: "npm:^1.1.6"
node-fetch: "npm:^2.6.7"
outvariant: "npm:^1.4.0"
path-to-regexp: "npm:^6.2.0"
strict-event-emitter: "npm:^0.5.0"
Expand All @@ -5279,7 +5278,7 @@ __metadata:
optional: true
bin:
msw: cli/index.js
checksum: 8c11fdee2e972df847132b12aa1dc9f1d4811e79bbeaaf6be31d23033c180d47145e824ee7439b173b9596c7649f6d0af0b6291ccd54742206f98a829682da3a
checksum: fdcc44c57f7739d746a5333bf1fb0c7aa68ec8fc49596cdf8f83f2fd31463fb0206caa6b0395cc76fe84c2f594df68c1a72a323aa1b72196af3ff6ca40830cae
languageName: node
linkType: hard

Expand Down Expand Up @@ -5320,7 +5319,7 @@ __metadata:
languageName: node
linkType: hard

"node-fetch@npm:^2.6.12, node-fetch@npm:^2.6.7":
"node-fetch@npm:^2.6.12":
version: 2.7.0
resolution: "node-fetch@npm:2.7.0"
dependencies:
Expand Down

0 comments on commit a7e2efb

Please sign in to comment.