Skip to content

Commit

Permalink
fix: revert infura key change
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHamer09 committed Aug 11, 2022
1 parent 3cf4cac commit cd31517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ const config = <NuxtConfig>{
apiKeys: {
FORTMATIC_KEY: process.env.APP_FORTMATIC,
PORTIS_KEY: process.env.APP_PORTIS,
INFURA_KEY: "c3f5636451af461fafaee653cbd9ef2a",
INFURA_KEY: "560464419d33486ab1713d61ac9f1d82",
},
onboardConfig: {
APP_NAME: meta.title,
Expand Down

0 comments on commit cd31517

Please sign in to comment.