aptos-labs / aptos-ts-sdk

An SDK for accessing the Aptos blockchain data, submitting transactions, and more!
https://aptos-labs.github.io/aptos-ts-sdk/
Apache License 2.0
67 stars 37 forks source link

[examples] Add rotate key example back #441

Closed gregnazario closed 2 months ago

gregnazario commented 2 months ago

Description

This example used to be in the old SDK, but disappeared from the new one.

Test Plan

CI around the example, it seems to be failing on indexer for me locally

Related Links

0xmaayan commented 2 months ago

Description

This example used to be in the old SDK, but disappeared from the new one.

Test Plan

CI around the example, it seems to be failing on indexer for me locally

Related Links

hmm its here https://github.com/aptos-labs/aptos-ts-sdk/blob/main/examples/typescript/rotate_key.ts

gregnazario commented 2 months ago

Description

This example used to be in the old SDK, but disappeared from the new one.

Test Plan

CI around the example, it seems to be failing on indexer for me locally

Related Links

hmm its here https://github.com/aptos-labs/aptos-ts-sdk/blob/main/examples/typescript/rotate_key.ts

I missed it, esm, not esm fun fun