Skip to content

Commit

Permalink
feat(network): bump free claim cost on scroll to
Browse files Browse the repository at this point in the history
  • Loading branch information
julien51 committed Apr 18, 2024
1 parent 382ca78 commit 0bd24fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/networks/src/networks/scroll.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const scroll: NetworkConfig = {
},
id: 534352,
isTestNetwork: false,
maxFreeClaimCost: 100,
maxFreeClaimCost: 500,
multisig: '0x0feE9413A626a05a08AcB0E0e5D6A483e6A0a172',
name: 'Scroll',
nativeCurrency: {
Expand Down

0 comments on commit 0bd24fb

Please sign in to comment.