Skip to content

Commit

Permalink
add mainnet neutron drop swap venue with stubbed out factory address
Browse files Browse the repository at this point in the history
  • Loading branch information
mattac21 committed Aug 12, 2024
1 parent 037ccb3 commit be62fbe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/configs/neutron.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ name = "neutron-hallswap"
hallswap_contract_address = "neutron12k4hr2ecm3c8mjjsn6dc9c043xv8p7v4795qt9g2dwp4nmmlgxdqvz2ujp"
swap_adapter_path = "../artifacts/skip_go_swap_adapter_hallswap-aarch64.wasm"

[[swap_venues]]
name = "neutron-drop"
drop_factory_contract_address = "TODO"
swap_adapter_path = "../artifacts/skip_go_swap_adapter_drop-aarch64.wasm"

[[testnet_swap_venues]]
name = "testnet-neutron-astroport"
swap_adapter_path = "../artifacts/skip_go_swap_adapter_astroport-aarch64.wasm"
Expand Down

0 comments on commit be62fbe

Please sign in to comment.