Skip to content

Commit

Permalink
Update using contract with blob_hash U256
Browse files Browse the repository at this point in the history
  • Loading branch information
Tzal3x committed Sep 19, 2024
1 parent 4860868 commit f9cafc8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion flatland/mint-site/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
// SPDX-License-Identifier: Apache-2.0

export const TESTNET_FLATLAND_PACKAGE_ID =
"0x6160e43cb836a943f682b7610ede3bf5010d26caa854904ab47d525c01cf6850";
"0xa2b9003b38b4082dbfb46f26e29a69789162864c217260dc1ff778fa72b3425c";
export const MAINNET_FLATLAND_PACKAGE_ID = "0xTODO";
4 changes: 2 additions & 2 deletions flatland/move/flatland/Move.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ flavor = "sui"

[env.testnet]
chain-id = "4c78adac"
original-published-id = "0x6160e43cb836a943f682b7610ede3bf5010d26caa854904ab47d525c01cf6850"
latest-published-id = "0x6160e43cb836a943f682b7610ede3bf5010d26caa854904ab47d525c01cf6850"
original-published-id = "0xa2b9003b38b4082dbfb46f26e29a69789162864c217260dc1ff778fa72b3425c"
latest-published-id = "0xa2b9003b38b4082dbfb46f26e29a69789162864c217260dc1ff778fa72b3425c"
published-version = "1"

[env.devnet]
Expand Down
2 changes: 1 addition & 1 deletion flatland/move/flatland/sources/flatland.move
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use sui::random::{Random, RandomGenerator};

const BASE36: vector<u8> = b"0123456789abcdefghijklmnopqrstuvwxyz";
const VISUALIZATION_SITE: address =
@0x057539abe42c95798e51174973a3dd60984867408a2edd0a38a0aa7fd6bcb59d;
@0x924e7bff48e4b411b6a4c2e932f8295718b27f9ae6597be443003fc0b0d79439;

// editorconfig-checker-disable
const POINTS_TABLE: vector<vector<u8>> = vector[
Expand Down
2 changes: 1 addition & 1 deletion flatland/nft-viz/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
} from "@mysten/sui.js/utils";
import * as baseX from "base-x";

const FLATLAND_PACKAGE = "0x6160e43cb836a943f682b7610ede3bf5010d26caa854904ab47d525c01cf6850";
const FLATLAND_PACKAGE = "0xa2b9003b38b4082dbfb46f26e29a69789162864c217260dc1ff778fa72b3425c";
const BASE36 = "0123456789abcdefghijklmnopqrstuvwxyz";
const b36 = baseX(BASE36);

Expand Down

0 comments on commit f9cafc8

Please sign in to comment.