Skip to content

Commit

Permalink
Merge branch 'ubiquity:development' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
bojan07 authored Oct 17, 2023
2 parents 1ee66c6 + 97989f1 commit d518211
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
20 changes: 0 additions & 20 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,3 @@
- We rebranded "Bonding" to "Staking" to disambiguate our bonds (e.g. Chicken Bonds) branding.
- We rebranded "Debts" to "Credits" because it has a positive connotation for the users.
- We rebranded "Ubiquity Algorithmic Dollar" to "Ubiquity Dollar" because the term "algorithmic" is contentious in this context after Luna.
- Filenames should be in kebab-case for example (note as of writing this we still have to fix this):
- credit-nft-manager.sol
- credit-nft-redemption-calculator.sol
- credit-nft.sol
- credit-redemption-calculator.sol
- credit-token.sol
- dollar-manager.sol
- dollar-mint-calculator.sol
- dollar-mint-excess.sol
- dollar-token.sol
- dollar3pool-oracle.sol
- erc1155-ubiquity.sol
- erc20-ubiquity.sol
- formulas.sol
- governance-token.sol
- masterchef-ubiquity.sol
- staking-formulas.sol
- staking-token.sol
- staking.sol
- transfer-hooks/dollar3pool.sol
2 changes: 1 addition & 1 deletion packages/dapp/components/lib/hooks/use-balances.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const BalancesContextProvider: React.FC<ChildrenShim> = ({ children }) =>

useEffect(() => {
refreshBalances();
}, [walletAddress, protocolContracts]);
}, [walletAddress]);

return <BalancesContext.Provider value={[balances, refreshBalances]}>{children}</BalancesContext.Provider>;
};
Expand Down

0 comments on commit d518211

Please sign in to comment.