Skip to content

Commit

Permalink
SpaceDapp: PlatformRequirements.getMembershipMinPrice (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
salzbrenner authored Jun 20, 2024
1 parent 5b868cd commit 2b14f30
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/web3/src/v3/PlatformRequirements.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,8 @@ export class PlatformRequirements extends BaseContractShim<
public getMembershipFee() {
return this.read.getMembershipFee()
}

public getMembershipMinPrice() {
return this.read.getMembershipMinPrice()
}
}

0 comments on commit 2b14f30

Please sign in to comment.