Skip to content

Commit

Permalink
Add env var to workflow action, update address
Browse files Browse the repository at this point in the history
  • Loading branch information
xbtmatt committed Jan 22, 2025
1 parent c4d5346 commit 3bc783a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sdk-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
- env:
EMOJICOIN_ARENA_MODULE_ADDRESS: >-
0xf000d910b99722d201c6cf88eb7d1112b43475b9765b118f289b5d65d919000d
NEXT_PUBLIC_ARENA_MODULE_ADDRESS: >-
0x2222e4c4788e34e21bacad364855f5e648c19f4643f20f22f507334d041c2222
NEXT_PUBLIC_MODULE_ADDRESS: >-
0xf000d910b99722d201c6cf88eb7d1112b43475b9765b118f289b5d65d919000d
PUBLISHER_PRIVATE_KEY: >-
Expand Down
3 changes: 0 additions & 3 deletions src/docker/example.testnet.env
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ EMOJICOIN_ARENA_MODULE_ADDRESS="0x2222e4c4788e34e21bacad364855f5e648c19f4643f20f
# used in all other contexts at runtime.
EMOJICOIN_INTEGRATOR_ADDRESS="0x33332c9ea4c220e0572b7f83f397164f8171e1c9f681136bb8ab78efa6c43333"

# This is the package address of the arena module.
EMOJICOIN_ARENA_MODULE_ADDRESS="0x3f3fadc39fbe61de83200a2c30885a4e455620453828235fb4dafa4462146472"

# The GRPC endpoint from which the indexer receives event data. Aptos Labs
# runs several public endpoints, listed below.
#
Expand Down
2 changes: 1 addition & 1 deletion src/typescript/example.env
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ NEXT_PUBLIC_REWARDS_MODULE_ADDRESS="0x22227920701e36651a6649be2067cd7eebf3fabb94
NEXT_PUBLIC_INTEGRATOR_ADDRESS="0x33332c9ea4c220e0572b7f83f397164f8171e1c9f681136bb8ab78efa6c43333"

# The address of the arena module.
NEXT_PUBLIC_ARENA_MODULE_ADDRESS="0x3f3fadc39fbe61de83200a2c30885a4e455620453828235fb4dafa4462146472"
NEXT_PUBLIC_ARENA_MODULE_ADDRESS="0x2222e4c4788e34e21bacad364855f5e648c19f4643f20f22f507334d041c2222"

# The BPS fee rate for each swap, liquidity provision, or liquidity removal.
NEXT_PUBLIC_INTEGRATOR_FEE_RATE_BPS="100"
Expand Down

0 comments on commit 3bc783a

Please sign in to comment.