Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
dhvanipa committed May 12, 2024
1 parent d112c84 commit 7685b57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/hardhat/deploy/00_deploy_game.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ const deployGameContract: DeployFunction = async function (hre: HardhatRuntimeEn
// Contract constructor arguments
args: [
useBiomesWorldAddress,
{ x: 384, y: -150, z: -120 },
{ x: 35, y: 250, z: 60 },
{ x: 271, y: -150, z: -235 },
{ x: 60, y: 250, z: 60 },
"0x1f820052916970Ff09150b58F2f0Fb842C5a58be",
],
log: true,
Expand Down

0 comments on commit 7685b57

Please sign in to comment.