Skip to content

Commit

Permalink
fix next.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Szegoo committed Sep 13, 2024
1 parent d21a716 commit ff8e4cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ const nextConfig = {

WS_REGIONX_COCOS_CHAIN: process.env.WS_REGIONX_COCOS_CHAIN || '',

WS_ROCOCO_RELAY_CHAIN: process.env.WS_ROCOCO_RELAY_CHAIN,
WS_POLKADOT_RELAY_CHAIN: process.env.WS_KUSAMA_RELAY_CHAIN,
WS_KUSAMA_RELAY_CHAIN: process.env.WS_KUSAMA_RELAY_CHAIN,
WS_ROCOCO_RELAY_CHAIN: process.env.WS_ROCOCO_RELAY_CHAIN,
WS_WESTEND_RELAY_CHAIN: process.env.WS_WESTEND_RELAY_CHAIN,

EXPERIMENTAL: process.env.EXPERIMENTAL,
Expand Down

0 comments on commit ff8e4cf

Please sign in to comment.