You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 17, 2022. It is now read-only.
Он не запрещает отправить транзакцию на мейннете, но там нет такого контракта - транзакция упадет и потратит газ.
Можно сделать вот так, переключать автоматически на ринкеби:
constprovider=window.ethereumif(provider){constchainId=parseInt(4)try{awaitprovider.request({method: 'wallet_addEthereumChain',params: [{chainId: `0x${parseInt(4).toString(16)}`,chainName: 'Rinkeby Test Network',nativeCurrency: {name: 'ETH',symbol: 'ETH',decimals: 18,},rpcUrls: [RPC_URL],blockExplorerUrls: [`https://rinkeby.etherscan.io`],},],})returntrue}catch(error){console.error('Failed to setup the network in Metamask:',error)returnfalse}
https://github.com/buildship-dev/generativeNFT-template/blob/ac3cf4116f0feb656895c9eb5c8d41d5e6f1900b/mint.js#L55
Он не запрещает отправить транзакцию на мейннете, но там нет такого контракта - транзакция упадет и потратит газ.
Можно сделать вот так, переключать автоматически на ринкеби:
https://github.com/pancakeswap/pancake-frontend/blob/5bdd4486d3916c6b62b15d38a0a148e44f8089ed/src/utils/wallet.ts#L15
The text was updated successfully, but these errors were encountered: