Skip to content

Commit

Permalink
Re-deploy contracts and update token metadata to correspond to music …
Browse files Browse the repository at this point in the history
…challenge of first game
  • Loading branch information
peersky committed Jan 15, 2024
1 parent bf612e0 commit 5d85c92
Show file tree
Hide file tree
Showing 13 changed files with 434 additions and 169 deletions.
5 changes: 5 additions & 0 deletions .changeset/strange-impalas-remember.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'rankify-contracts': minor
---

Re-deploy contracts and update token metadata to correspond to music challenge of first game
6 changes: 6 additions & 0 deletions assets/musicRankToken.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "Music Guru",
"description": "This token is awarded for winning game of music taste!",
"image": "https://assets.vote4best.app/music_challenge_logo.png",
"external_url": "https://rankify.it/challenges/music"
}
Binary file added assets/music_challenge_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 2 additions & 5 deletions deploy/01_deployRankToken.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,9 @@ import { DeployFunction } from 'hardhat-deploy/types';
import { ethers } from 'hardhat';
import path from 'path';
const ASSETS_PREFIX = 'https://assets.vote4best.app/';
const contractURI = path.join(ASSETS_PREFIX, 'rankToken.json');
const contractURI = path.join(ASSETS_PREFIX, 'musicRankToken.json');
const tURI = path.join(ASSETS_PREFIX, 'rank');
// import {
// MULTIPASS_CONTRACT_VERSION,
// MULTIPASS_CONTRACT_NAME,
// } from "../../test/utils";

const func: DeployFunction = async (hre: HardhatRuntimeEnvironment) => {
const { deployments, getNamedAccounts } = hre;
const { deploy } = deployments;
Expand Down
128 changes: 74 additions & 54 deletions deployments/anvil/RankToken.json

Large diffs are not rendered by default.

89 changes: 58 additions & 31 deletions deployments/anvil/RankifyInstance.json

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions deployments/anvil/RankifyInstanceGameMastersFacet.json

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions deployments/anvil/RankifyInstanceGameOwnersFacet.json

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions deployments/anvil/RankifyInstanceInit.json

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions deployments/anvil/RankifyInstanceMainFacet.json

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions deployments/anvil/RankifyInstanceRequirementsFacet.json

Large diffs are not rendered by default.

50 changes: 25 additions & 25 deletions deployments/anvil/RankifyInstance_DiamondProxy.json

Large diffs are not rendered by default.

210 changes: 210 additions & 0 deletions deployments/anvil/solcInputs/950621027b9d5cffdabde867c6602559.json

Large diffs are not rendered by default.

0 comments on commit 5d85c92

Please sign in to comment.