Skip to content

Commit

Permalink
add swap venue for mainnet drop 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 41e4368 commit 9d82f49
Show file tree
Hide file tree
Showing 131 changed files 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
Binary file modified scripts/cosmpy/__pycache__/__init__.cpython-310.pyc
Binary file not shown.
Binary file modified scripts/cosmpy/aerial/__pycache__/__init__.cpython-310.pyc
Binary file not shown.
Binary file modified scripts/cosmpy/aerial/__pycache__/coins.cpython-310.pyc
Binary file not shown.
Binary file modified scripts/cosmpy/aerial/__pycache__/config.cpython-310.pyc
Binary file not shown.
Binary file modified scripts/cosmpy/aerial/__pycache__/exceptions.cpython-310.pyc
Binary file not shown.
Binary file modified scripts/cosmpy/aerial/__pycache__/gas.cpython-310.pyc
Binary file not shown.
Binary file modified scripts/cosmpy/aerial/__pycache__/tx.cpython-310.pyc
Binary file not shown.
Binary file modified scripts/cosmpy/aerial/__pycache__/tx_helpers.cpython-310.pyc
Binary file not shown.
Binary file modified scripts/cosmpy/aerial/__pycache__/urls.cpython-310.pyc
Binary file not shown.
Binary file modified scripts/cosmpy/aerial/__pycache__/wallet.cpython-310.pyc
Binary file not shown.
Binary file modified scripts/cosmpy/aerial/client/__pycache__/__init__.cpython-310.pyc
Binary file not shown.
Binary file modified scripts/cosmpy/aerial/client/__pycache__/bank.cpython-310.pyc
Binary file not shown.
Binary file not shown.
Binary file modified scripts/cosmpy/aerial/client/__pycache__/staking.cpython-310.pyc
Binary file not shown.
Binary file modified scripts/cosmpy/aerial/client/__pycache__/utils.cpython-310.pyc
Binary file not shown.
Binary file modified scripts/cosmpy/auth/__pycache__/__init__.cpython-310.pyc
Binary file not shown.
Binary file modified scripts/cosmpy/auth/__pycache__/interface.cpython-310.pyc
Binary file not shown.
Binary file modified scripts/cosmpy/auth/__pycache__/rest_client.cpython-310.pyc
Binary file not shown.
Binary file modified scripts/cosmpy/bank/__pycache__/__init__.cpython-310.pyc
Binary file not shown.
Binary file modified scripts/cosmpy/bank/__pycache__/interface.cpython-310.pyc
Binary file not shown.
Binary file modified scripts/cosmpy/bank/__pycache__/rest_client.cpython-310.pyc
Binary file not shown.
Binary file modified scripts/cosmpy/common/__pycache__/__init__.cpython-310.pyc
Binary file not shown.
Binary file modified scripts/cosmpy/common/__pycache__/rest_client.cpython-310.pyc
Binary file not shown.
Binary file modified scripts/cosmpy/common/__pycache__/types.cpython-310.pyc
Binary file not shown.
Binary file modified scripts/cosmpy/common/__pycache__/utils.cpython-310.pyc
Binary file not shown.
Binary file modified scripts/cosmpy/cosmwasm/__pycache__/__init__.cpython-310.pyc
Binary file not shown.
Binary file modified scripts/cosmpy/cosmwasm/__pycache__/interface.cpython-310.pyc
Binary file not shown.
Binary file modified scripts/cosmpy/cosmwasm/__pycache__/rest_client.cpython-310.pyc
Binary file not shown.
Binary file modified scripts/cosmpy/crypto/__pycache__/__init__.cpython-310.pyc
Binary file not shown.
Binary file modified scripts/cosmpy/crypto/__pycache__/address.cpython-310.pyc
Binary file not shown.
Binary file modified scripts/cosmpy/crypto/__pycache__/hashfuncs.cpython-310.pyc
Binary file not shown.
Binary file modified scripts/cosmpy/crypto/__pycache__/interface.cpython-310.pyc
Binary file not shown.
Binary file modified scripts/cosmpy/crypto/__pycache__/keypairs.cpython-310.pyc
Binary file not shown.
Binary file modified scripts/cosmpy/distribution/__pycache__/__init__.cpython-310.pyc
Binary file not shown.
Binary file modified scripts/cosmpy/distribution/__pycache__/interface.cpython-310.pyc
Binary file not shown.
Binary file not shown.
Binary file modified scripts/cosmpy/params/__pycache__/__init__.cpython-310.pyc
Binary file not shown.
Binary file modified scripts/cosmpy/params/__pycache__/interface.cpython-310.pyc
Binary file not shown.
Binary file modified scripts/cosmpy/params/__pycache__/rest_client.cpython-310.pyc
Binary file not shown.
Binary file modified scripts/cosmpy/protos/__pycache__/__init__.cpython-310.pyc
Binary file not shown.
Binary file modified scripts/cosmpy/protos/cosmos/__pycache__/__init__.cpython-310.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified scripts/cosmpy/protos/google/__pycache__/__init__.cpython-310.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified scripts/cosmpy/staking/__pycache__/__init__.cpython-310.pyc
Binary file not shown.
Binary file modified scripts/cosmpy/staking/__pycache__/interface.cpython-310.pyc
Binary file not shown.
Binary file modified scripts/cosmpy/staking/__pycache__/rest_client.cpython-310.pyc
Binary file not shown.
Binary file modified scripts/cosmpy/tx/__pycache__/__init__.cpython-310.pyc
Binary file not shown.
Binary file modified scripts/cosmpy/tx/__pycache__/interface.cpython-310.pyc
Binary file not shown.
Binary file modified scripts/cosmpy/tx/__pycache__/rest_client.cpython-310.pyc
Binary file not shown.

0 comments on commit 9d82f49

Please sign in to comment.