Skip to content

Commit

Permalink
Set base denom to untrn, modify swap fees for astroport.
Browse files Browse the repository at this point in the history
  • Loading branch information
dowlandaiello committed Jul 26, 2024
1 parent 26b1693 commit 8c10f53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ async def main() -> None:
parser.add_argument(
"-b",
"--base_denom",
default="ibc/B559A80D62249C8AA07A380E2A2BEA6E5CA9A6F079C912C3A9E9B494105E4F81",
default="untrn",
)
parser.add_argument(
"-pm",
Expand Down
2 changes: 1 addition & 1 deletion src/contracts/pool/astroport.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def __init__(
self.endpoints = endpoints["http"]
self.session = session
self.grpc_channels = grpc_channels
self.swap_fee = 20000
self.swap_fee = 9000

async def __exchange_rate(
self, asset_a: Token | NativeToken, asset_b: Token | NativeToken, amount: int
Expand Down

0 comments on commit 8c10f53

Please sign in to comment.