Skip to content

Commit

Permalink
fixup: re-publish to testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
amnn committed Jul 10, 2024
1 parent 10d2985 commit 1b70016
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/tic-tac-toe/cli/testnet.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
PKG=0xd35ada3fa1a85b111c72865e5f60edc692aa98401e2f95a7449365bbb6d3f1a0
CAP=0x42a239e01cfdf5b7176e9d9de434f4490e01621f04156d1992c67b3f3d431b4f
PKG=0x1812951b018fcd9f2262d160acdaff5b432011c58fae80eb981c7be3370167da
CAP=0x71a69d9d7319c0c86e0a5266746f85481840064e19fdb491ce83843851f5fe9d
4 changes: 2 additions & 2 deletions examples/tic-tac-toe/ui/src/env.testnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
// SPDX-License-Identifier: Apache-2.0

export default {
packageId: '0xd35ada3fa1a85b111c72865e5f60edc692aa98401e2f95a7449365bbb6d3f1a0',
upgradeCap: '0x42a239e01cfdf5b7176e9d9de434f4490e01621f04156d1992c67b3f3d431b4f',
packageId: '0x1812951b018fcd9f2262d160acdaff5b432011c58fae80eb981c7be3370167da',
upgradeCap: '0x71a69d9d7319c0c86e0a5266746f85481840064e19fdb491ce83843851f5fe9d',
};

0 comments on commit 1b70016

Please sign in to comment.