change footer for market and mynft
This commit is contained in:
parent
099127d24f
commit
7e721d4dec
@ -48,7 +48,7 @@ export class Blockchain {
|
||||
|
||||
loadJson(url: string) {
|
||||
return fetch(url)
|
||||
.then(response => response.json())
|
||||
.then(response => response.json())
|
||||
}
|
||||
|
||||
get isWalletConnect() {
|
||||
@ -91,7 +91,7 @@ export class Blockchain {
|
||||
AppModule.updateAccount(accounts[0])
|
||||
}
|
||||
if (!this.currentChain) this.currentChain = chainId
|
||||
this.saveProvider()
|
||||
this.saveProvider()
|
||||
AppModule.updateChainID(chainId)
|
||||
AppModule.updateWalletStatus(true)
|
||||
console.log('current login chain: ', chainId)
|
||||
@ -327,11 +327,11 @@ export class Blockchain {
|
||||
}
|
||||
|
||||
public async signPresale({ type, paymentTokenAddress, price, buyerAddress }:
|
||||
{type: number
|
||||
paymentTokenAddress: string
|
||||
price: any
|
||||
buyerAddress: string
|
||||
}) {
|
||||
{type: number
|
||||
paymentTokenAddress: string
|
||||
price: any
|
||||
buyerAddress: string
|
||||
}) {
|
||||
const nonce = Math.random() * 100000 | 0
|
||||
|
||||
const signMsg = {
|
||||
|
@ -10,7 +10,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<base-footer></base-footer>
|
||||
<base-footer :auto-size="true">></base-footer>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
||||
<pagination class="page-comp"></pagination>
|
||||
</div>
|
||||
</section>
|
||||
<base-footer></base-footer>
|
||||
<base-footer :auto-size="true">></base-footer>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user