Skip to content

Commit

Permalink
Merge pull request #20 from provable-things/add-fee-contract-address-…
Browse files Browse the repository at this point in the history
…to-router-state

feat(router-state): <- adds fee contract address to that
  • Loading branch information
gskapka authored May 30, 2023
2 parents 7cb7f1b + eb585a7 commit fd473a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/get-router-state.js
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ const prepareOutputAndPutInState = _state => {
'tokenFeeSettings': _state[TOKEN_FEE_SETTINGS_STATE_KEY],
'feeSinkAddresses': _state[FEE_SINK_ADDRESSES_STATE_KEY],
'chainIdMultipliers': _state[CHAIN_MULTIPLIERS_STATE_KEY],
'feeContractAddress': _state[FEE_CONTRACT_ADDRESS_STATE_KEY],
'globalMinNodeOperatorFee': _state[GLOBAL_MIN_FEE_STATE_KEY],
'networkFeeSinkTokenBalances': _state[NETWORK_FEE_TOKEN_BALANCES_STATE_KEY],
'nodeOperatorFeeSinkTokenBalances': _state[NODE_OPERATORS_FEE_TOKEN_BALANCES_STATE_KEY],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ptokens-router-contract",
"version": "2.1.0",
"version": "2.2.0",
"description": "The pTokens interim-chain router contract & CLI",
"main": "cli.js",
"scripts": {
Expand Down

0 comments on commit fd473a8

Please sign in to comment.