From b820c78ac11b4cb6346e71b3113edad1389a6a57 Mon Sep 17 00:00:00 2001 From: Tom Pointon Date: Wed, 12 Oct 2022 14:47:35 +0100 Subject: [PATCH] Add comment clarifying deployed addresses (#343) --- aptos/contracts/Move.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aptos/contracts/Move.toml b/aptos/contracts/Move.toml index 7c9a2d3e..f1104618 100644 --- a/aptos/contracts/Move.toml +++ b/aptos/contracts/Move.toml @@ -18,6 +18,8 @@ deployer = "_" wormhole = "_" [dev-addresses] +# Note that these are localnet addresses, for use in testing. The contracts are deployed to the real networks at the +# addresses documented at https://docs.pyth.network/consume-data/aptos#addresses pyth = "0xe2f37b8ac45d29d5ea23eb7d16dd3f7a7ab6426f5a998d6c23ecd3ae8d9d29eb" deployer = "0x277fa055b6a73c42c0662d5236c65c864ccbf2d4abd21f174a30c8b786eab84b" wormhole = "0x251011524cd0f76881f16e7c2d822f0c1c9510bfd2430ba24e1b3d52796df204"