// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; address constant WASMD_PRECOMPILE_ADDRESS = 0x9000000000000000000000000000000000000001; address constant JSON_PRECOMPILE_ADDRESS = 0x9000000000000000000000000000000000000002; address constant ADDR_PRECOMPILE_ADDRESS = 0x9000000000000000000000000000000000000003; address constant BANK_PRECOMPILE_ADDRESS = 0x9000000000000000000000000000000000000004; address constant AUTHZ_PRECOMPILE_ADDRESS = 0x9000000000000000000000000000000000000005;