Skip to content

Commit 14fd210

Browse files
authored
[sui] More documentation on sui (#938)
1 parent 9d2d673 commit 14fd210

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

target_chains/sui/contracts/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/// The previous version of the contract sent the fees to a recipient address but this state is not used anymore
2+
/// This module is kept for backward compatibility
13
module pyth::set_fee_recipient {
24
use wormhole::cursor;
35
use wormhole::external_address::{Self};

0 commit comments

Comments
 (0)