Skip to content

Commit

Permalink
Merge pull request #134 from fioprotocol/eric/oracle
Browse files Browse the repository at this point in the history
  • Loading branch information
adsorptionenthalpy authored Jun 16, 2022
2 parents f365b12 + 916cef4 commit b383631
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/utils/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Constants.rawAbiAccountName = [
'fio.tpid',
'fio.staking',
'fio.escrow',
'fio.oracle'
];
Constants.multiplier = 1000000000;
Constants.defaultAccount = 'fio.address';
1 change: 1 addition & 0 deletions src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export class Constants {
'fio.tpid',
'fio.staking',
'fio.escrow',
'fio.oracle'
]

public static multiplier = 1000000000
Expand Down

0 comments on commit b383631

Please sign in to comment.