Skip to content

Commit 93336d4

Browse files
committed
aptos: mainnet deployments
1 parent ebec584 commit 93336d4

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

aptos/DEPLOYMENT.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Executor EVM Deployments
22

3+
## Mainnet
4+
5+
### May 8, 2025
6+
7+
CCTP V1 With Executor: [0x9f5ad7d5c2d067ca4abb6d8d6aba44c15596b71a1def8eb4596089b527bb2eb1](https://explorer.aptoslabs.com/account/0x9f5ad7d5c2d067ca4abb6d8d6aba44c15596b71a1def8eb4596089b527bb2eb1/modules/packages/cctp_v1_with_executor)
8+
39
## Testnet
410

511
### April 24, 2025
612

7-
CCTP V1 With Executor: [0x14a12d1fd6ef371b70c2113155534ec152ec7f779e281b54866c796c9a4a58d3?](https://explorer.aptoslabs.com/account/0x14a12d1fd6ef371b70c2113155534ec152ec7f779e281b54866c796c9a4a58d3/modules/packages/cctp_v1_with_executor?network=testnet)
13+
CCTP V1 With Executor: [0x14a12d1fd6ef371b70c2113155534ec152ec7f779e281b54866c796c9a4a58d3](https://explorer.aptoslabs.com/account/0x14a12d1fd6ef371b70c2113155534ec152ec7f779e281b54866c796c9a4a58d3/modules/packages/cctp_v1_with_executor?network=testnet)

aptos/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@ Addresses from [Circle docs](https://developers.circle.com/stablecoins/aptos-pac
4242
aptos move compile --skip-fetch-latest-git-deps --named-addresses cctp_v1_with_executor=default,executor=0x139717c339f08af674be77143507a905aa28cbc67a0e53e7095c07b630d73815,executor_requests=0xf6cc46a85f8cac9852c62904f09ec7fc9d3fe41ff646913853bed2a992c1d6d7,message_transmitter=0x081e86cebf457a0c6004f35bd648a2794698f52e0dde09a48619dcd3d4cc23d9,token_messenger_minter=0x5f9b937419dda90aa06c1836b7847f65bbbe3f1217567758dc2488be31a477b9,stablecoin=0x72d1e6aa6a648a3afc5d45d8d66b353f1e1837a728c0813beec77f28a697fa7a,aptos_extensions=0xb75a74c6f8fddb93fdc00194e2295d8d5c3f6a721e79a2b86884394dcc554f8f,deployer=default
4343
```
4444

45+
#### Mainnet
46+
47+
Addresses from [Circle docs](https://developers.circle.com/stablecoins/aptos-packages) and [Executor repo](https://github.com/wormholelabs-xyz/example-messaging-executor/blob/aptos/aptos/DEPLOYMENTS.md)
48+
49+
```bash
50+
aptos move compile --skip-fetch-latest-git-deps --named-addresses cctp_v1_with_executor=default,executor=0x11aa75c059e1a7855be66b931bf340a2e0973274ac16b5f519c02ceafaf08a18,executor_requests=0x589f326a8fd5a0b28b25d829713dcf999407d52c2af99cb56fc074b809160d77,message_transmitter=0x177e17751820e4b4371873ca8c30279be63bdea63b88ed0f2239c2eea10f1772,token_messenger_minter=0x9bce6734f7b63e835108e3bd8c36743d4709fe435f44791918801d0989640a9d,stablecoin=0xe5c5befe31ce06bc1f2fd31210988aac08af6d821b039935557a6f14c03471be,aptos_extensions=0x98bce69c31ee2cf91ac50a3f38db7b422e3df7cdde9fe672ee1d03538a6aeae0,deployer=default
51+
```
52+
4553
### Deploy
4654

4755
First initialize the config, setting the desired network and deployment private key.
@@ -58,3 +66,9 @@ Then, publish the module immutably via a resource account.
5866
```bash
5967
aptos move create-resource-account-and-publish-package --address-name cctp_v1_with_executor --seed-encoding Utf8 --seed cctp_v1_with_executor_v0 --named-addresses executor=0x139717c339f08af674be77143507a905aa28cbc67a0e53e7095c07b630d73815,executor_requests=0xf6cc46a85f8cac9852c62904f09ec7fc9d3fe41ff646913853bed2a992c1d6d7,message_transmitter=0x081e86cebf457a0c6004f35bd648a2794698f52e0dde09a48619dcd3d4cc23d9,token_messenger_minter=0x5f9b937419dda90aa06c1836b7847f65bbbe3f1217567758dc2488be31a477b9,stablecoin=0x72d1e6aa6a648a3afc5d45d8d66b353f1e1837a728c0813beec77f28a697fa7a,aptos_extensions=0xb75a74c6f8fddb93fdc00194e2295d8d5c3f6a721e79a2b86884394dcc554f8f,deployer=default
6068
```
69+
70+
#### Mainnet
71+
72+
```bash
73+
aptos move create-resource-account-and-publish-package --address-name cctp_v1_with_executor --seed-encoding Utf8 --seed cctp_v1_with_executor_v0 --named-addresses executor=0x11aa75c059e1a7855be66b931bf340a2e0973274ac16b5f519c02ceafaf08a18,executor_requests=0x589f326a8fd5a0b28b25d829713dcf999407d52c2af99cb56fc074b809160d77,message_transmitter=0x177e17751820e4b4371873ca8c30279be63bdea63b88ed0f2239c2eea10f1772,token_messenger_minter=0x9bce6734f7b63e835108e3bd8c36743d4709fe435f44791918801d0989640a9d,stablecoin=0xe5c5befe31ce06bc1f2fd31210988aac08af6d821b039935557a6f14c03471be,aptos_extensions=0x98bce69c31ee2cf91ac50a3f38db7b422e3df7cdde9fe672ee1d03538a6aeae0,deployer=default
74+
```

0 commit comments

Comments
 (0)