Skip to content

Commit 9e0c7bd

Browse files
fix: set default value for BELLECOUR_IEXEC_ADDRESS
1 parent 8d557a7 commit 9e0c7bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

api/src/config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ const DEFAULT_CHAINS_CONFIG = {
5050
id: '134',
5151
isNative: true,
5252
host: BELLECOUR_ETH_RPC_HOST || 'https://bellecour.iex.ec',
53-
hubAddress: BELLECOUR_IEXEC_ADDRESS,
53+
hubAddress:
54+
BELLECOUR_IEXEC_ADDRESS || '0x3eca1B216A7DF1C7689aEb259fFB83ADFB894E7f',
5455
},
5556
};
5657

0 commit comments

Comments
 (0)