Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/thirdweb/src/gas/fee-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
case 137:
return "https://gasstation.polygon.technology/v2";
case 80002:
return "https://gasstation-testnet.polygon.technology/v2";
return "https://gasstation.polygon.technology/amoy";

Check warning on line 245 in packages/thirdweb/src/gas/fee-data.ts

View check run for this annotation

Codecov / codecov/patch

packages/thirdweb/src/gas/fee-data.ts#L245

Added line #L245 was not covered by tests
}
}

Expand Down
Loading