Skip to content

Commit

Permalink
fix: viem issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Holybasil committed Sep 13, 2023
1 parent f13d65e commit eccf29c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contexts/RainbowProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const refactorSepoliaChain = produce(sepolia, draft => {
const sepoliaChain = defineChain({
...refactorSepoliaChain,
fees: {
baseFeeMultiplier: 2.01,
baseFeeMultiplier: 2.1,
},
})

Expand Down

0 comments on commit eccf29c

Please sign in to comment.