Skip to content

Commit

Permalink
Reduce signup
Browse files Browse the repository at this point in the history
  • Loading branch information
llunaCreixent committed Nov 13, 2024
1 parent 76f09d6 commit 4647c9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions safe_relay_service/relay/services/transaction_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ def estimate_circles_signup_tx(
"""
# Tx data from Circles Hub contract `signup` method
data = "0xb7bc0f73"
return 50000000000000000
return 10000000000000000

def estimate_circles_organization_signup_tx(
self, safe_address: str, gas_token: str = NULL_ADDRESS
Expand All @@ -410,7 +410,7 @@ def estimate_circles_organization_signup_tx(
"""
# Tx data from Circles Hub contract organizationSignup method
data = "0x3fbd653c"
return 50000000000000000
return 10000000000000000
# return self.estimate_circles_hub_method(data, safe_address, gas_token)

def create_multisig_tx(
Expand Down

0 comments on commit 4647c9d

Please sign in to comment.