Skip to content

Commit

Permalink
chore: added required comment
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Nov 21, 2023
1 parent abaefd0 commit 8120f25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/collections/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ const polygon: Network = {
blockExplorerUrls: ["https://polygonscan.com"],
blockExplorerApiUrls: ["https://api.polygonscan.com/api"],
addresses: addresses["polygon"] as Addresses,
// https://github.com/maticnetwork/bor/issues/384
skipEip1559: true,
};
const mumbai: Network = {
Expand Down

0 comments on commit 8120f25

Please sign in to comment.