Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Commit

Permalink
feat: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gomesalexandre committed Dec 31, 2022
1 parent a1ff69f commit 7a69378
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/investor-foxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
},
"peerDependencies": {
"@shapeshiftoss/caip": "^8.0.0",
"@shapeshiftoss/chain-adapters": "^10.0.0",
"@shapeshiftoss/chain-adapters": "^10.5.0",
"@shapeshiftoss/hdwallet-core": "^1.36.0",
"@shapeshiftoss/types": "^8.1.0"
},
"devDependencies": {
"@shapeshiftoss/caip": "^8.0.0",
"@shapeshiftoss/chain-adapters": "^10.0.0",
"@shapeshiftoss/chain-adapters": "^10.5.0",
"@shapeshiftoss/hdwallet-core": "^1.36.0",
"@shapeshiftoss/types": "^8.1.0",
"@shapeshiftoss/unchained-client": "^10.0.1"
Expand Down
1 change: 0 additions & 1 deletion packages/investor-foxy/src/api/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,6 @@ export class FoxyApi {
}

const stakingContract = this.getStakingContract(contractAddress)
// const userChecksum = ethers.utils.getAddress(userAddress)

const data = stakingContract.interface.encodeFunctionData('stake(uint256,address)', [
this.normalizeAmount(amountDesired),
Expand Down

0 comments on commit 7a69378

Please sign in to comment.