Skip to content

Commit

Permalink
fix(ct): Increase Sepolia drip size to handle gas spikes
Browse files Browse the repository at this point in the history
  • Loading branch information
RPate97 committed Mar 21, 2024
1 parent 5f136da commit f176e46
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 f176e46

Please sign in to comment.