Skip to content

Commit

Permalink
Merge pull request sphinx-labs#1586 from sphinx-labs/pate/increase-se…
Browse files Browse the repository at this point in the history
…polia-drip-size

fix(ct): Increase Sepolia drip size to handle gas spikes
  • Loading branch information
RPate97 authored Mar 21, 2024
2 parents 5f136da + f176e46 commit 7707f87
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/brown-singers-taste.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@sphinx-labs/contracts': patch
'@sphinx-labs/plugins': patch
---

Increase Sepolia drip size to handle gas price spikes
2 changes: 1 addition & 1 deletion packages/contracts/src/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export const SPHINX_NETWORKS: Array<SupportedNetwork> = [
},
},
currency: 'ETH',
dripSize: '0.15',
dripSize: '1',
requiredEnvVariables: ['ALCHEMY_API_KEY'],
networkType: 'Testnet',
dripVersion: 2,
Expand Down

0 comments on commit 7707f87

Please sign in to comment.