Skip to content

Commit

Permalink
Merge pull request #30 from skip-mev/zygis/fix-ah-addr-terra
Browse files Browse the repository at this point in the history
fix(terra): correct auctionhouse address
  • Loading branch information
Zygimantass committed May 17, 2023
2 parents 2a066ce + 3a4b68e commit db5c45a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions skipper-py/envs/terra.env
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ADDRESS_PREFIX = "terra"
SKIP_RPC_URL = "https://phoenix-1-api.skip.money/"

# Address to send bid payment to for skip's blockspace auction
AUCTION_HOUSE_ADDRESS = "terra1lgex5ks77r7f5u6k8y5l6j5q0uc3te8k7wsymk"
AUCTION_HOUSE_ADDRESS = "terra1kdx075ghexr2l6mx4mgn37deshu9fn59r9zq9v"

# The percentage of the arb profit
# To be used as the bid to the Skip Auction
Expand All @@ -64,4 +64,4 @@ DECODER = "cosmwasm"
QUERIER = "cosmwasm"
EXECUTOR = "cw_multi_message"

AUCTION_BID_MINIMUM = 600
AUCTION_BID_MINIMUM = 600

0 comments on commit db5c45a

Please sign in to comment.