Skip to content

Commit

Permalink
fix config static
Browse files Browse the repository at this point in the history
  • Loading branch information
kolife01 committed Aug 14, 2019
1 parent 430252a commit 79c2d89
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
Binary file removed templates/assets/img/asset/Crypt_Oink.png
Binary file not shown.
Binary file removed templates/assets/img/asset/CryptoKitties.png
Binary file not shown.
Binary file removed templates/assets/img/asset/CryptovoxelsParcel.jpg
Binary file not shown.
Binary file removed templates/assets/img/asset/ens.png
Binary file not shown.
Binary file removed templates/assets/img/asset/mch_logo.png
Binary file not shown.
Binary file removed templates/assets/img/asset/mrm.png
Binary file not shown.
14 changes: 7 additions & 7 deletions templates/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const nuxtConfig: NuxtConfiguration = {

env: {
NETWORK_ID: process.env.NETWORK_ID || '1',
RELAYER: process.env.RELAYER || 'https://mainnet.ookimaki.com/v2/'
RELAYER: process.env.RELAYER || 'https://relayer-mainnet.nftsatellites.com/v2/'
},
/*
** Headers of the page
Expand All @@ -16,16 +16,16 @@ const nuxtConfig: NuxtConfiguration = {
meta: [
{ charset: 'utf-8' },
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
{ hid: 'description', name: 'description', content: 'Bazaaar.io, the 0x satellites NFT market place.' },
{ hid: 'og:site_name', property: 'og:site_name', content: 'Bazaaar.io' },
{ hid: 'description', name: 'description', content: 'Satellites, the satellites NFT market place.' },
{ hid: 'og:site_name', property: 'og:site_name', content: 'Satellites' },
{ hid: 'og:type', property: 'og:type', content: 'website' },
{ hid: 'og:url', property: 'og:url', content: 'https://bazaaar.io' },
{ hid: 'og:title', property: 'og:title', content: 'Bazaaar.io' },
{ hid: 'og:description', property: 'og:description', content: 'Bazaaar.io, the 0x satellites NFT market place.' },
{ hid: 'og:url', property: 'og:url', content: '' },
{ hid: 'og:title', property: 'og:title', content: 'Satellites' },
{ hid: 'og:description', property: 'og:description', content: 'Satellites, the satellites NFT market place.' },
{
hid: 'og:image',
property: 'og:image',
content: 'https://ipfs.io/ipfs/QmQP7vu6piKFCT9CKrN7NyNZL3P2sw9E6pR4sRnFx2gWWc'
content: 'https://ipfs.io/ipfs/QmQ5ryYFY7oQnE2meQhGvLE9BmYWzke79ZT4ZeFkm3JakT'
},
{ hid: 'twitter:card', property: 'twitter:card', content: 'summary_large_image' }
],
Expand Down
4 changes: 2 additions & 2 deletions templates/plugins/config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const NETWORK_ID = Number(process.env.NETWORK_ID) || 1
const RELAYER = process.env.RELAYER || 'https://mainnet.ookimaki.com/v2/'
const recipientAddress = process.env.RECIPIENT_ADDRESS || '0x6183e0EA3727E40c770A28ebaD62A4F008543fe4'
const RELAYER = process.env.RELAYER || 'https://relayer-mainnet.nftsatellites.com/v2/'
const recipientAddress = process.env.RECIPIENT_ADDRESS || '0x5926824315aF6016f98E83De841C5B28b959DF51'
const feeRatio = Number(process.env.FEE_RARIO) || 900

const networkIdToInfura: { [networkId: number]: string } = {
Expand Down
Binary file modified templates/static/icon.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 79c2d89

Please sign in to comment.