Skip to content

Commit

Permalink
feat: add support for multiple Solana RPCs (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov authored Oct 28, 2024
1 parent 40bd9ff commit 08b7faa
Show file tree
Hide file tree
Showing 10 changed files with 354 additions and 268 deletions.
10 changes: 5 additions & 5 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.2",
"@lifi/rpc-wrapper": "^0.0.27",
"@lifi/sdk": "^3.3.0",
"@wagmi/connectors": "^5.3.2",
"@lifi/sdk": "^3.3.1",
"@wagmi/connectors": "^5.3.3",
"@wagmi/core": "^2.14.1",
"dotenv": "^16.4.5",
"viem": "^2.21.33"
"viem": "^2.21.35"
},
"scripts": {
"example:swap": "tsx examples/swap.ts",
Expand All @@ -25,8 +25,8 @@
"example:yearn": "tsx examples/yearnDeposit.ts"
},
"devDependencies": {
"@types/node": "^22.7.9",
"tsx": "^4.19.1",
"@types/node": "^22.8.1",
"tsx": "^4.19.2",
"typescript": "^5.6.3"
}
}
128 changes: 64 additions & 64 deletions examples/node/pnpm-lock.yaml

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
]
},
"dependencies": {
"@bigmi/core": "^0.0.2",
"@bigmi/core": "^0.0.3",
"@lifi/types": "^16.0.0",
"@noble/curves": "^1.6.0",
"@noble/hashes": "^1.5.0",
Expand All @@ -101,7 +101,7 @@
"bech32": "^2.0.0",
"bitcoinjs-lib": "^7.0.0-rc.0",
"bs58": "^6.0.0",
"viem": "^2.21.33"
"viem": "^2.21.35"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
Expand All @@ -114,7 +114,7 @@
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"madge": "^8.0.0",
"msw": "^2.5.0",
"msw": "^2.5.2",
"pinst": "^3.0.0",
"standard-version": "^9.5.0",
"ts-node": "^10.9.2",
Expand Down
Loading

0 comments on commit 08b7faa

Please sign in to comment.