Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
calebtuttle committed Feb 6, 2024
1 parent f121644 commit cd94586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/sessions/functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ async function refundMintFeeOnChain(session, to) {
provider = fantomProvider;
} else if (session.chainId === 43114) {
provider = avalancheProvider;
} else if (chainId === 1313161554) {
} else if (session.chainId === 1313161554) {
provider = auroraProvider;
} else if (process.env.NODE_ENV === "development" && session.chainId === 420) {
provider = optimismGoerliProvider;
Expand Down

0 comments on commit cd94586

Please sign in to comment.