You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These lines allow you to reference Pyth resources as `pyth` instead of manually writing the contract address.
32
32
The contract addresses provided above are for both Aptos mainnet and testnet -- the Pyth contract has the same address in both cases.
33
33
34
-
An older version of the Pyth contract was deployed at the address `0x7e783b349d3e89cf5931af376ebeadbfab855b3fa239b7ada8f5a92fbea6b387` in both testnet and mainnet.
35
-
This version does not include all the latest features and will not be updated in the future.
36
-
37
34
You can now import the Pyth interfaces in Move code as follows:
`deployer` and `wormhole` are implementation details of the Pyth contract: you will not need to interact with these.
34
34
35
-
An older version of the Pyth contract was deployed at the address `0x7e783b349d3e89cf5931af376ebeadbfab855b3fa239b7ada8f5a92fbea6b387` in both testnet and mainnet.
36
-
This version does not include all the latest features and will not be updated in the future.
0 commit comments