Skip to content

Commit

Permalink
disable
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNe0x1 committed Jul 6, 2024
1 parent 1a391ff commit 18f785d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 18 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@depay/web3-exchanges": "^13.8.3",
"@depay/web3-exchanges-evm": "^13.8.3",
"@depay/web3-exchanges-solana": "^13.8.3",
"@depay/web3-mock": "^14.17.0",
"@depay/web3-mock": "^14.18.0",
"@depay/web3-tokens": "^10.3.0",
"@depay/web3-tokens-evm": "^10.3.0",
"@depay/web3-tokens-solana": "^10.3.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ describe('SOL to routeOrcaSwap', ()=> {
const toToken = Blockchains.solana.stables.usd[1]
const tokenAmountOut = 1
const pool = '58oQChx4yWmvKdwLLZzBi4ChoCc2fqCUWBkwMihLYQo2'
const tokenVaultB = '9RfZwn2Prux6QesG1Noo4HzMEBv3rPndJ2bN2Wwd6a7p'
const tokenVaultA = 'BVNo8ftg2LkkssnWT4ZWdtoFaevnfD6ExYeramwM27pe'
const aToB = false
const tokenVaultB = 'BVNo8ftg2LkkssnWT4ZWdtoFaevnfD6ExYeramwM27pe'
const tokenVaultA = '9RfZwn2Prux6QesG1Noo4HzMEBv3rPndJ2bN2Wwd6a7p'
const aToB = true

let provider

Expand All @@ -47,9 +47,9 @@ describe('SOL to routeOrcaSwap', ()=> {
mockTokenBalance({ provider, tokenAddress: fromToken, tokenDecimals: 6, fromAddress, balance: '10000000' })
await mockPool({
provider,
tokenA: toToken,
tokenA: fromToken,
tokenVaultA,
tokenB: Blockchains.solana.wrapped.address,
tokenB: toToken,
tokenVaultB,
aToB,
pool,
Expand Down
17 changes: 5 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1187,13 +1187,6 @@
dependencies:
"@coinbase/wallet-sdk" "3.6.4"

"@depay/solana-web3.js@^1.25.1":
version "1.25.1"
resolved "https://registry.yarnpkg.com/@depay/solana-web3.js/-/solana-web3.js-1.25.1.tgz#2f4725007ff4cfc14af2606eb3d333e68097e13f"
integrity sha512-tKCHHQVoZV85wZ8r3ZuxuQlejBcVolIUf52Bq2Pne3KR1BpxYJF2/9XRTH9qCrLZMQsgsQHikQEH5eglDCKJkA==
dependencies:
bs58 "^5.0.0"

"@depay/solana-web3.js@^1.26.0":
version "1.26.0"
resolved "https://registry.yarnpkg.com/@depay/solana-web3.js/-/solana-web3.js-1.26.0.tgz#6234cd46779924a930d6b6021b66a25c18b38365"
Expand Down Expand Up @@ -1265,12 +1258,12 @@
resolved "https://registry.yarnpkg.com/@depay/web3-exchanges/-/web3-exchanges-13.8.3.tgz#6e62b30b5f7960d9bd70526343144162684ed792"
integrity sha512-t5XIx/uhV7eu7WuWcoBI0rx7y1qwEZMfOLjYt4gYdYzuybA+FZeBr44zCG8Fn0kDBDe3Uv7LS0d8/PMRbCyCxg==

"@depay/web3-mock@^14.17.0":
version "14.17.0"
resolved "https://registry.yarnpkg.com/@depay/web3-mock/-/web3-mock-14.17.0.tgz#cf188a9d810c49f7af4aeb60bc06b5ec61bc75b8"
integrity sha512-0WCIpHqGUTPmOb5l3iN+4wCY+P3nHnGWd3uyWB+Wrt5DygS6MWI2b50gwtSCgYUCfgmEv9KlRuCnHDC4TDKCeA==
"@depay/web3-mock@^14.18.0":
version "14.18.0"
resolved "https://registry.yarnpkg.com/@depay/web3-mock/-/web3-mock-14.18.0.tgz#149dcdc2e39f265beefa9b4ffa8a00512bc25d01"
integrity sha512-TGhb/8k4qHR6OlxQcFxAZXX8fuJzPA3wfobKtCRhldyKV0ZotNIUEgN5MXq0aNGJ7FAPVjZPjHk1T7bL4ipj0g==
dependencies:
"@depay/solana-web3.js" "^1.25.1"
"@depay/solana-web3.js" "^1.26.0"
"@depay/web3-blockchains" "^9.1.4"
ethers "^5.7.1"

Expand Down

0 comments on commit 18f785d

Please sign in to comment.