Skip to content

Commit

Permalink
Merge pull request #340 from cygnusv/std
Browse files Browse the repository at this point in the history
Missing replace of BqETHSubscription to StandardSubscription
  • Loading branch information
cygnusv authored Jan 17, 2025
2 parents 6c6b618 + 5b03961 commit 79f63dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/initiate_ritual.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def cli(
fee_model_contract = registry.get_contract(domain=domain, contract_name=fee_model)

# if using a subcription, duration needs to be calculated
if fee_model == "BqETHSubscription":
if fee_model == "StandardSubscription":
start_of_subscription = fee_model_contract.startOfSubscription()
duration = (
fee_model_contract.subscriptionPeriodDuration()
Expand Down

0 comments on commit 79f63dc

Please sign in to comment.