|
|
@@ -1,5 +1,7 @@
|
|
|
# Terra Wormhole Contracts
|
|
|
|
|
|
+The Wormhole Terra integration is developed and maintained by Everstake / @ysavchenko.
|
|
|
+
|
|
|
## Summary
|
|
|
|
|
|
To facilitate token exchange via the Wormhole bridge blockchains must provide a set of smart contracts to process bridge commands on chain. Here are such contracts for the Terra blockchain.
|
|
|
@@ -44,4 +46,4 @@ Called to initiate token transfer from the Terra blockchain to other blockchains
|
|
|
|
|
|
#### `SetActive`
|
|
|
|
|
|
-Safety feature to turn off the `wormhole` contract in the case of any issues found in production. Only the owner can send this message, once the contract is inactive it stops processing token transfer commands.
|
|
|
+Safety feature to turn off the `wormhole` contract in the case of any issues found in production. Only the owner can send this message, once the contract is inactive it stops processing token transfer commands.
|