Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
KaalDhairya committed Apr 13, 2022
1 parent d73639a commit 6cef3c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1112,10 +1112,10 @@ export const shiberseContractAddresses = {
}

/* For development network : Rinkby */
export const mainNetworkChainId = ChainId.RINKEBY
// export const mainNetworkChainId = ChainId.RINKEBY

/* For product network : Main net */
// export const mainNetworkChainId = ChainId.MAINNET
export const mainNetworkChainId = ChainId.MAINNET

export const alchemyApi = {
[ChainId.MAINNET]: {
Expand Down
2 changes: 1 addition & 1 deletion src/constants/map/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export const DarkRoadColors = {
export const mapLandDataUrl = 'https://shiboshis.mypinata.cloud/ipfs/QmQW8ySF6tuCjQ7856vMpJHdYs4JZKKbS4zyiKDewLbpw8';
// 'https://shiboshis.mypinata.cloud/ipfs/QmZ1U5PV21F3VzTw7791epzVmQ3RpeFbVhMQyZrZhDatVw'

export const apiServer = 'https://blabla-dev.herokuapp.com'
export const apiServer = 'https://sbmv.herokuapp.com'

export const mapLandPriceDataUrl = apiServer + '/yards?$select[]=price&$select[]=id&$select[]=currentBidWinner&$select[]=bidCount'

Expand Down

0 comments on commit 6cef3c2

Please sign in to comment.