Skip to content

Commit

Permalink
Merge pull request #113 from fioprotocol/main
Browse files Browse the repository at this point in the history
Main > Release 1.2.5
  • Loading branch information
trukhilio authored Sep 11, 2024
2 parents fb11444 + a15a9a0 commit de228c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,5 @@ export default {
MORALIS_RPC_ETH_CHAIN_NAME: process.env.MORALIS_RPC_ETH_CHAIN_NAME,
MORALIS_RPC_POLYGON_CHAIN_NAME: process.env.MORALIS_RPC_POLYGON_CHAIN_NAME,
FIO_TRANSACTION_MAX_RETRIES: parseInt(process.env.FIO_TRANSACTION_MAX_RETRIES),
DEFAULT_FIO_SERVER_HISTORY_VERSION: process.env.FIO_SERVER_HISTORY_VERSION,
};
1 change: 1 addition & 0 deletions controller/api/fio.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ const {
FIO_ORACLE_PERMISSION,
oracleCache,
FIO_TRANSACTION_MAX_RETRIES,
DEFAULT_FIO_SERVER_HISTORY_VERSION,
} = config;

const web3 = new Web3(process.env.ETHINFURA);
Expand Down

0 comments on commit de228c9

Please sign in to comment.