Address Proxy
The Address Proxy contract represents a foreign wallet address on the Terra chain. The xAnchor core creates an Address Proxy creates for every foreign address that interacts with Anchor. This will forward all actions received from xAnchor to Anchor.
Config
Key
Type
Description
core_address
String
Address of xAnchor Core Contract
market_address
String
Address of Anchor Market Contract
overseer_address
String
Address of Anchor Overseer Contract
aterra_address
String
Address of aUST Token
anc_token
String
Address of ANC Token
anc_gov_address
String
Address of Anchor Governance Contract
chain_id
u16
Chain ID of the foreign wallet that this address proxy instance maps to
address
Vec<u8>
Address of the foreign wallet that this address proxy instance maps to.
InstantiateMsg
ExecuteMsg
Last updated