Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.21 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.21 KB

Redemption

The contract is a direct copy of aptos-labs/aptos-core#15019 that's developed by Aptos Labs engineers and audited by OtterSec.

Deployment

Important: the contract is deployed as immutable (see Move.toml).

See 0xd47ead75b923422f7967257259e7a298f029da9e5484dc7aa1a9efbd4c3ae648.

To verify, there are 2 ways:

  1. compare onchain code with code in this repo

  2. run the below verify-package command

> aptos move verify-package --account 0xd47ead75b923422f7967257259e7a298f029da9e5484dc7aa1a9efbd4c3ae648 --url https://fullnode.mainnet.aptoslabs.com
Compiling, may take a little while to download git dependencies...
UPDATING GIT DEPENDENCY https://github.com/aptos-labs/aptos-core.git
INCLUDING DEPENDENCY AptosFramework
INCLUDING DEPENDENCY AptosStdlib
INCLUDING DEPENDENCY MoveStdlib
BUILDING redemption
{
  "Result": "Successfully verified source of package"
}