update images

master
lza_menace 2 years ago
parent 6536c6427e
commit 18f120257a

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.6 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 258 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.6 KiB

After

Width:  |  Height:  |  Size: 19 KiB

@ -37,20 +37,6 @@ const wagmiClient = createClient({
webSocketProvider
});
let chainId;
let contractAddress;
if (process.env.CHAIN == 5) {
chainId = 5;
contractAddress = '0x5a61b50dcd3d394e91794847c55b05f92d5a8e7c';
} else if (process.env.CHAIN == 1) {
chainId = 1;
contractAddress = '';
} else {
chainId = 1337;
contractAddress = '0x5FbDB2315678afecb367f032d93F642f64180aa3';
}
ReactDOM.createRoot(document.getElementById("root")).render(
<ParallaxProvider>
<WagmiConfig client={wagmiClient}>
@ -58,7 +44,7 @@ ReactDOM.createRoot(document.getElementById("root")).render(
<Wallet />
<div className="scrollContainer">
<AllSections
contractAddress={'0x5a61b50dcd3d394e91794847c55b05f92d5a8e7c'}
contractAddress={'0x97a8a91563a9c6a9fbdb5d37656d4022f2838928'}
ws={'wss://lzahq.tech/ws'}
/>
</div>
@ -66,3 +52,5 @@ ReactDOM.createRoot(document.getElementById("root")).render(
</WagmiConfig>
</ParallaxProvider>
);
// 0x5FbDB2315678afecb367f032d93F642f64180aa3 - local

@ -362,7 +362,8 @@ function Section3(props) {
abi: MainABI,
enabled: isConnected && options.bombBalance > 0,
functionName: 'sendBombs',
cacheTime: 200,
cacheTime: 0,
staleTime: 400,
args: [options.sendBombAmount]
});
const sendBombsWrite = useContractWrite({

Loading…
Cancel
Save