CosmWasm / cw-multi-test

CosmWasm multi-contract testing framework
Apache License 2.0
48 stars 42 forks source link

Added test for instantiate2 #96

Closed DariuszDepta closed 1 year ago

DariuszDepta commented 1 year ago

Added test for instantiate2 function with custom Api and custom address generator that (both together) handle Bech32 addresses. It is an example how to handle Bech32 addresses like in use case described in the issue #95.