Skip to content

Commit

Permalink
fix: migaloo gas fee example
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronCQL committed May 4, 2024
1 parent c00a2c3 commit 78e45c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/solid-vite/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ function getGasPrice(chain: string): { amount: string; denom: string } {
case "neutron-1":
return { amount: "0.01", denom: getDenom(chain) };
case "migaloo-1":
return { amount: "0.25", denom: getDenom(chain) };
return { amount: "1", denom: getDenom(chain) };
case "injective-1":
return { amount: "500000000", denom: getDenom(chain) };
case "pacific-1":
Expand Down

0 comments on commit 78e45c3

Please sign in to comment.