We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e4ceda commit 0ca2213Copy full SHA for 0ca2213
Images/soladd-splash.png
-1.82 KB
components/Footer.js
@@ -61,7 +61,7 @@ const Footer = () => {
61
</a>{" "}
62
|{" "}
63
<a
64
- href="https://polygonscan.com/address/0xD5a63CCE627372481b30AE24c31a3Fb94913D5Be"
+ href="https://mumbai.polygonscan.com/address/0xD5a63CCE627372481b30AE24c31a3Fb94913D5Be"
65
target="_blank"
66
rel="noreferrer"
67
className="hover:border-b-2 hover:border-slate-300"
gradients/splash.png
pages/index.js
@@ -207,7 +207,7 @@ export default function Home() {
207
<>
208
<div className="flex flex-row sm:mt-0 mt-4 drop-shadow-md">
209
<div className="flex mr-2 justify-end rounded-md bg-slate-700 px-2.5 py-0.5 text-lg font-medium text-slate-50">
210
- Show Advanced Options
+ Set Custom Nonce
211
</div>
212
213
<label
0 commit comments