Skip to content

Commit

Permalink
chore: remove dan continued
Browse files Browse the repository at this point in the history
  • Loading branch information
joepegler committed Sep 17, 2024
1 parent bdb32a0 commit 6992e06
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 1,051 deletions.
Binary file modified bun.lockb
Binary file not shown.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@
"commit-msg": "npx --no -- commitlint --edit ${1}"
},
"dependencies": {
"@silencelaboratories/walletprovider-sdk": "^0.1.0",
"merkletreejs": "^0.4.0"
}
}
11 changes: 5 additions & 6 deletions src/account/BiconomySmartAccountV2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ import {
type SessionType,
createECDSAOwnershipValidationModule,
getBatchSessionTxParams,
getDanSessionTxParams,
getSingleSessionTxParams
} from "../modules"
import type { ISessionStorage } from "../modules/interfaces/ISessionStorage.js"
Expand Down Expand Up @@ -1637,11 +1636,11 @@ export class BiconomySmartAccountV2 extends BaseSmartContractAccount {
if (!defaultedChain) throw new Error("Chain is not provided")

if (this.sessionType === "DISTRIBUTED_KEY") {
return getDanSessionTxParams(
defaultedConditionalSession,
defaultedChain,
correspondingIndex
)
// return getDanSessionTxParams(
// defaultedConditionalSession,
// defaultedChain,
// correspondingIndex
// )
}
if (this.sessionType === "BATCHED") {
return getBatchSessionTxParams(
Expand Down
Loading

0 comments on commit 6992e06

Please sign in to comment.