Skip to content

Commit

Permalink
Enabled fuse mainnet on prod env
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNilesh committed Apr 25, 2024
1 parent 21dea37 commit 4473738
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/config-prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const config = {
// 10, // for optimism mainnet
42161, // arbitrum mainnet
1101, // polygon zkevm mainnet
// 122 // fuse mainnet
122, // fuse mainnet
],

/**
Expand Down
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export default defineConfig({
},
build: {
outDir: 'build',
sourcemap: false,
commonjsOptions: {
transformMixedEsModules: true,
},
Expand Down

0 comments on commit 4473738

Please sign in to comment.