From e23e173378ef23c370361a27bdaa2e5ffdc35931 Mon Sep 17 00:00:00 2001 From: Mentor Palokaj Date: Sat, 30 Oct 2021 15:51:57 +0200 Subject: [PATCH] Live contract addresses --- functions/modules/contract.js | 2 +- minter/src/modules/web3.js | 2 +- truffle-config.js | 8 ++++---- website/src/index.pug | 4 +--- 4 files changed, 7 insertions(+), 9 deletions(-) diff --git a/functions/modules/contract.js b/functions/modules/contract.js index c220503..6f6b8ec 100644 --- a/functions/modules/contract.js +++ b/functions/modules/contract.js @@ -5,7 +5,7 @@ const { infura } = functions.config() // Contract data const contractAddress = { - mainnet: '', + mainnet: '0xb3767b2033CF24334095DC82029dbF0E9528039d', rinkeby: '0x95d6b9549315212D3FDce9FdCa9d80978b8bB41D' } diff --git a/minter/src/modules/web3.js b/minter/src/modules/web3.js index 6d273e1..72ef522 100644 --- a/minter/src/modules/web3.js +++ b/minter/src/modules/web3.js @@ -194,7 +194,7 @@ export function useChainId() { // Contract interactors // /////////////////////////////// const contractAddressByChainId = { - '0x1': '', + '0x1': '0xb3767b2033CF24334095DC82029dbF0E9528039d', // '0x4': '0x2829ba9d76e675b8867E1707A9aB49B280D916c6', // Old '0x4': '0x95d6b9549315212D3FDce9FdCa9d80978b8bB41D' } diff --git a/truffle-config.js b/truffle-config.js index 3503599..e3b6768 100644 --- a/truffle-config.js +++ b/truffle-config.js @@ -75,7 +75,7 @@ module.exports = { network_id: 4, gasPrice: 2 * 1000000000, gas: 5000000, - networkCheckTimeout: 1000000 + networkCheckTimeout: 10000000 }, live: { network_id: 1, @@ -83,9 +83,9 @@ module.exports = { // console.log( 'Running with ', mainnetNodeUrl ) return new HDWalletProvider( { privateKeys: [ process.env.ROCKETEER_PRIVKEY ], index: 0, providerOrUrl: mainnetNodeUrl } ); }, - gas: 5000000, - gasPrice: 20 * 1000000000, - networkCheckTimeout: 1000000 + gas: 3737859 + 229300 + 229300, + gasPrice: 200 * 1000000000, + networkCheckTimeout: 10000000 }, }, diff --git a/website/src/index.pug b/website/src/index.pug index 30f0e04..c5bb75b 100644 --- a/website/src/index.pug +++ b/website/src/index.pug @@ -39,10 +39,8 @@ html( lang=content.lang ) +cimg.circle( size=200 src=site.system.url+'/assets/draft-rocketeer.png' ) p Until minted, each Rocketeer exists in a quantum superposition of many possible identities. They are each unique, but share a foundational desire to reach the moon. div.row - //- a( target='_blank' href='' ).button Mint now + a( target='_blank' href='https://mint.rocketeer.fans/' ).button Mint now //- a( target='_blank' href='' ).button.outline View on Opensea - a.button( href="https://dateful.com/eventlink/1846309160" ) Attend livestream 30th Oct - a.button.outline( href="https://discord.gg/cjW2zw28cP" ) Join Discord section#about h1 FAQ