Skip to content

Commit

Permalink
remove router contract from deploy script and configs
Browse files Browse the repository at this point in the history
  • Loading branch information
NotJeremyLiu committed Jan 4, 2024
1 parent b4a5115 commit db40d13
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions scripts/configs/neutron.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ ENTRY_POINT_PRE_GENERATED_ADDRESS = "<PRE GENERATED ADDRESS HERE>"

[[swap_venues]]
name = "neutron-astroport"
router_contract_address = "neutron1eeyntmsq448c68ez06jsy6h2mtjke5tpuplnwtjfwcdznqmw72kswnlmm0"
swap_adapter_path = "../artifacts/skip_api_swap_adapter_astroport-aarch64.wasm"

[[swap_venues]]
Expand All @@ -41,7 +40,6 @@ swap_adapter_path = "../artifacts/skip_api_swap_adapter_lido_satellite-aarch64.w

[[testnet_swap_venues]]
name = "testnet-neutron-astroport"
router_contract_address = "neutron12jm24l9lr9cupufqjuxpdjnnweana4h66tsx5cl800mke26td26sq7m05p"
swap_adapter_path = "../artifacts/skip_api_swap_adapter_astroport-aarch64.wasm"

[[testnet_swap_venues]]
Expand Down
2 changes: 0 additions & 2 deletions scripts/configs/terra.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,8 @@ ENTRY_POINT_PRE_GENERATED_ADDRESS = "<PRE GENERATED ADDRESS HERE>"

[[swap_venues]]
name = "terra-astroport"
router_contract_address = "terra1j8hayvehh3yy02c2vtw5fdhz9f4drhtee8p5n5rguvg3nyd6m83qd2y90a"
swap_adapter_path = "../artifacts/skip_api_swap_adapter_astroport-aarch64.wasm"

[[testnet_swap_venues]]
name = "testnet-terra-astroport"
router_contract_address = "terra1na348k6rvwxje9jj6ftpsapfeyaejxjeq6tuzdmzysps20l6z23smnlv64"
swap_adapter_path = "../artifacts/skip_api_swap_adapter_astroport-aarch64.wasm"
2 changes: 0 additions & 2 deletions scripts/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,6 @@ def main():
swap_adapter_instantiate_args = {
"entry_point_contract_address": ENTRY_POINT_PRE_GENERATED_ADDRESS
}
if "router_contract_address" in venue:
swap_adapter_instantiate_args["router_contract_address"] = venue["router_contract_address"]
if "lido_satellite_contract_address" in venue:
swap_adapter_instantiate_args["lido_satellite_contract_address"] = venue["lido_satellite_contract_address"]

Expand Down

0 comments on commit db40d13

Please sign in to comment.