Skip to content

Commit af22d08

Browse files
authored
fix: incorrect amount of eth displayed on faucet (#30)
1 parent efb1c7d commit af22d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/transaction/zksync/era/faucet.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ const faucetTokens = computed(() => {
109109
return [
110110
{
111111
token: { decimals: 18, symbol: "ETH", iconUrl: findTokenIconUrlBySymbol("ETH") },
112-
amount: "10000000000000000",
112+
amount: "1000000000000000",
113113
},
114114
{
115115
token: { decimals: 8, symbol: "wBTC", iconUrl: findTokenIconUrlBySymbol("wBTC") },

0 commit comments

Comments
 (0)