We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d2d673 commit 14fd210Copy full SHA for 14fd210
target_chains/sui/contracts/README.md
@@ -0,0 +1,7 @@
1
+# Build information
2
+
3
+Contracts are compiled with sui cli version `sui 1.0.0-09b208149` that can be installed via the following command:
4
5
+```commandline
6
+cargo install --locked --git https://github.com/MystenLabs/sui.git --rev 09b2081498366df936abae26eea4b2d5cafb2788 sui sui-faucet
7
+```
target_chains/sui/contracts/sources/governance/set_fee_recipient.move
@@ -1,3 +1,5 @@
+/// The previous version of the contract sent the fees to a recipient address but this state is not used anymore
+/// This module is kept for backward compatibility
module pyth::set_fee_recipient {
use wormhole::cursor;
use wormhole::external_address::{Self};
0 commit comments