Skip to content

Commit

Permalink
feat(scroll): add scroll network to MFL2ConnectButton.js
Browse files Browse the repository at this point in the history
  • Loading branch information
TwilightLogic authored and WGB5445 committed Nov 10, 2023
1 parent 426412c commit 239aef5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ export const CONTRACT_MAP = {
rpc: 'https://arb-goerli.g.alchemy.com/v2/a-yu04ERGsxtgYyZ3BuioJ09VSZv4FQm',
facute: 'https://faucet.quicknode.com/arbitrum/goerli',
},
534352: {
address: '',
rpc: '',
facute: '',
},
}

export const networkList = {
Expand Down
3 changes: 1 addition & 2 deletions pages/scroll.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export default function Scroll() {

function getText(activeStep, index) {
if (activeStep == 0) {
return 'Connect Wallet'
return 'switch'
} else
return index === steps.length - 1 ? 'Wait Dec 15, 2023' : 'Continue'
}
Expand Down Expand Up @@ -268,7 +268,6 @@ export default function Scroll() {
</Typography>
) : null
}
sx={{}}
>
<Typography
sx={{
Expand Down

0 comments on commit 239aef5

Please sign in to comment.