Skip to content

Commit

Permalink
Include emojicoin arena in indexer stack
Browse files Browse the repository at this point in the history
  • Loading branch information
alnoki committed Jan 23, 2025
1 parent 6175064 commit 7c658ee
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
16 changes: 14 additions & 2 deletions src/cloud-formation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,18 @@ indexer deployments.
`/emojicoin/package-address/<mainnet|testnet|devnet>`

</td><td>
The address of the Move package you want to index.
</td></tr></table>

The address of the [`emojicoin dot fun`] Move package you want to index.

</td></tr><tr><td>

`/emojicoin/arena-package-address/<mainnet|testnet|devnet>`

</td><td>

The address of the [`emojicoin arena`] Move package you want to index.

</td></tr></table>

<!-- markdownlint-enable MD033 -->

Expand Down Expand Up @@ -563,4 +573,6 @@ REST and WebSocket endpoints.
[web acl traffic overview dashboards]: https://docs.aws.amazon.com/waf/latest/developerguide/web-acl-dashboards.html
[web application firewall]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
[`ecr::getauthorizationtoken`]: https://docs.aws.amazon.com/AmazonECR/latest/APIReference/API_GetAuthorizationToken.html
[`emojicoin arena`]: ../move/emojicoin_arena
[`emojicoin dot fun`]: ../move/emojicoin_dot_fun
[`rain`]: https://github.com/aws-cloudformation/rain
3 changes: 3 additions & 0 deletions src/cloud-formation/indexer.cfn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1420,6 +1420,9 @@ Resources:
- Name: 'EMOJICOIN_MODULE_ADDRESS'
Value: !Sub
'{{resolve:ssm:/emojicoin/package-address/${Network}}}'
- Name: 'EMOJICOIN_ARENA_MODULE_ADDRESS'
Value: !Sub
'{{resolve:ssm:/emojicoin/arena-package-address/${Network}}}'
- Name: 'WS_PORT'
Value: !FindInMap
- 'Constants'
Expand Down
2 changes: 1 addition & 1 deletion src/move/emojicoin_arena/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- cspell:word gamified -->

# Emojicoin arena
# emojicoin arena

## Overview

Expand Down

0 comments on commit 7c658ee

Please sign in to comment.