Skip to content

Commit

Permalink
feat: change badges contract uri (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
leosayous21 committed Sep 19, 2022
1 parent 8df0314 commit 778c8bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tasks/deploy-tasks/deployments-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const deploymentsConfig: DeploymentsConfigTypes = {
badges: {
owner: SANDBOX_POLYGON_OWNER,
// Badges Metadata URI for the Badges contract
uri: 'https://metadata.badges.sismo.io/badges/polygon-sandbox/{id}.json',
uri: 'https://hub.playground.sismo.io/badges/polygon/{id}.json',
},
front: {
collectionIdFirst: '0',
Expand Down Expand Up @@ -97,7 +97,7 @@ export const deploymentsConfig: DeploymentsConfigTypes = {
badges: {
owner: ALPHA_POLYGON_OWNER,
// Badges Metadata URI for the Badges contract
uri: 'https://metadata.badges.sismo.io/badges/polygon/{id}.json',
uri: 'https://hub.sismo.io/badges/polygon/{id}.json',
},
front: {
collectionIdFirst: '0',
Expand Down Expand Up @@ -145,7 +145,7 @@ export const deploymentsConfig: DeploymentsConfigTypes = {
badges: {
owner: ALPHA_RINKEBY_OWNER,
// Badges Metadata URI for the Badges contract
uri: 'https://metadata.badges.zikies.io/badges/rinkeby/{id}.json',
uri: 'https://hub.staging.zikies.io/badges/rinkeby/{id}.json',
},
front: {
collectionIdFirst: '0',
Expand Down

0 comments on commit 778c8bd

Please sign in to comment.