Live contract addresses

This commit is contained in:
Mentor Palokaj 2021-10-30 15:51:57 +02:00
parent b7b5fad51f
commit e23e173378
4 changed files with 7 additions and 9 deletions

View File

@ -5,7 +5,7 @@ const { infura } = functions.config()
// Contract data // Contract data
const contractAddress = { const contractAddress = {
mainnet: '', mainnet: '0xb3767b2033CF24334095DC82029dbF0E9528039d',
rinkeby: '0x95d6b9549315212D3FDce9FdCa9d80978b8bB41D' rinkeby: '0x95d6b9549315212D3FDce9FdCa9d80978b8bB41D'
} }

View File

@ -194,7 +194,7 @@ export function useChainId() {
// Contract interactors // Contract interactors
// /////////////////////////////// // ///////////////////////////////
const contractAddressByChainId = { const contractAddressByChainId = {
'0x1': '', '0x1': '0xb3767b2033CF24334095DC82029dbF0E9528039d',
// '0x4': '0x2829ba9d76e675b8867E1707A9aB49B280D916c6', // Old // '0x4': '0x2829ba9d76e675b8867E1707A9aB49B280D916c6', // Old
'0x4': '0x95d6b9549315212D3FDce9FdCa9d80978b8bB41D' '0x4': '0x95d6b9549315212D3FDce9FdCa9d80978b8bB41D'
} }

View File

@ -75,7 +75,7 @@ module.exports = {
network_id: 4, network_id: 4,
gasPrice: 2 * 1000000000, gasPrice: 2 * 1000000000,
gas: 5000000, gas: 5000000,
networkCheckTimeout: 1000000 networkCheckTimeout: 10000000
}, },
live: { live: {
network_id: 1, network_id: 1,
@ -83,9 +83,9 @@ module.exports = {
// console.log( 'Running with ', mainnetNodeUrl ) // console.log( 'Running with ', mainnetNodeUrl )
return new HDWalletProvider( { privateKeys: [ process.env.ROCKETEER_PRIVKEY ], index: 0, providerOrUrl: mainnetNodeUrl } ); return new HDWalletProvider( { privateKeys: [ process.env.ROCKETEER_PRIVKEY ], index: 0, providerOrUrl: mainnetNodeUrl } );
}, },
gas: 5000000, gas: 3737859 + 229300 + 229300,
gasPrice: 20 * 1000000000, gasPrice: 200 * 1000000000,
networkCheckTimeout: 1000000 networkCheckTimeout: 10000000
}, },
}, },

View File

@ -39,10 +39,8 @@ html( lang=content.lang )
+cimg.circle( size=200 src=site.system.url+'/assets/draft-rocketeer.png' ) +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. 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 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( 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 section#about
h1 FAQ h1 FAQ