Skip to content

Commit

Permalink
fix: relayer status improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Jan 9, 2025
1 parent 90915a9 commit faf7a16
Show file tree
Hide file tree
Showing 13 changed files with 321 additions and 263 deletions.
6 changes: 3 additions & 3 deletions examples/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"license": "MIT",
"dependencies": {
"@lifi/data-types": "^5.19.1",
"@lifi/sdk": "^3.5.0",
"@lifi/sdk": "^3.5.1",
"@wagmi/connectors": "^5.7.3",
"@wagmi/core": "^2.16.3",
"dotenv": "^16.4.7",
"viem": "^2.22.3"
"viem": "^2.22.5"
},
"scripts": {
"example:swap": "tsx examples/swap.ts",
Expand All @@ -26,6 +26,6 @@
"devDependencies": {
"@types/node": "^22.10.5",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
168 changes: 69 additions & 99 deletions examples/node/pnpm-lock.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"bech32": "^2.0.0",
"bitcoinjs-lib": "^7.0.0-rc.0",
"bs58": "^6.0.0",
"viem": "^2.22.3"
"viem": "^2.22.5"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
Expand All @@ -117,7 +117,7 @@
"pinst": "^3.0.0",
"standard-version": "^9.5.0",
"ts-node": "^10.9.2",
"typescript": "^5.7.2",
"typescript": "^5.7.3",
"vitest": "^2.1.8"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit faf7a16

Please sign in to comment.