Skip to content

Commit

Permalink
feat: move utxo stack to bigmi
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Oct 17, 2024
1 parent 1e7636f commit af22577
Show file tree
Hide file tree
Showing 37 changed files with 250 additions and 2,016 deletions.
12 changes: 6 additions & 6 deletions examples/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"dependencies": {
"@lifi/data-types": "^5.13.1",
"@lifi/rpc-wrapper": "^0.0.27",
"@lifi/sdk": "^3.0.0-alpha.63",
"@wagmi/connectors": "^5.1.15",
"@wagmi/core": "^2.9.7",
"@lifi/sdk": "^3.2.3",
"@wagmi/connectors": "^5.2.1",
"@wagmi/core": "^2.13.8",
"dotenv": "^16.4.5",
"viem": "^2.21.25"
"viem": "^2.21.28"
},
"scripts": {
"example:swap": "tsx examples/swap.ts",
Expand All @@ -25,8 +25,8 @@
"example:yearn": "tsx examples/yearnDeposit.ts"
},
"devDependencies": {
"@types/node": "^22.7.5",
"tsx": "^4.10.2",
"@types/node": "^22.7.6",
"tsx": "^4.19.1",
"typescript": "^5.6.3"
}
}
153 changes: 77 additions & 76 deletions examples/node/pnpm-lock.yaml

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
]
},
"dependencies": {
"@bigmi/core": "^0.0.1",
"@lifi/types": "^15.16.1",
"@noble/curves": "^1.6.0",
"@noble/hashes": "^1.5.0",
Expand All @@ -100,15 +101,15 @@
"bech32": "^2.0.0",
"bitcoinjs-lib": "^7.0.0-rc.0",
"bs58": "^6.0.0",
"viem": "^2.21.25"
"viem": "^2.21.28"
},
"devDependencies": {
"@biomejs/biome": "^1.9.3",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@types/fs-extra": "^11.0.4",
"@types/ws": "^8.5.12",
"@vitest/coverage-v8": "^2.1.2",
"@vitest/coverage-v8": "^2.1.3",
"fs-extra": "^11.2.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
Expand All @@ -118,7 +119,7 @@
"standard-version": "^9.5.0",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"vitest": "^2.1.2"
"vitest": "^2.1.3"
},
"peerDependencies": {
"@solana/wallet-adapter-base": "^0.9.0",
Expand Down
Loading

0 comments on commit af22577

Please sign in to comment.