Skip to content

Commit

Permalink
add label (#1251)
Browse files Browse the repository at this point in the history
  • Loading branch information
kayleegeorge authored Aug 9, 2024
1 parent c988ec0 commit 217ebe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/daimo-mobile/src/view/screen/send/CoinDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export function CoinPellet({
}) {
const chainUri = getChainUri(toChain);
return (
<View style={{ ...styles.coinButton }}>
<View style={{ ...styles.coinButton, backgroundColor: color.white }}>
<Pressable onPress={onClick}>
<View style={styles.coinPickerWrap}>
<SendPairImage coinUri={toCoin.logoURI} chainSource={chainUri} />
Expand Down
2 changes: 1 addition & 1 deletion packages/daimo-api/src/contract/nameRegistry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const specialAddrLabels: { [_: Address]: AddrLabel } = {
// Known Binance addresses on Base
"0x3304E22DDaa22bCdC5fCa2269b418046aE7b566A": AddrLabel.Binance,
// FastCCTP address on all chains
"0x779934cD046a0Bc09dFDcd7C92B41Aff3A076838": AddrLabel.FastCCTP,
"0xAC58C46A40ff5c2cb5e1CD40179CEB8E6207BF0B": AddrLabel.FastCCTP, // TODO
};

// Validate that current addresses are correctly recorded.
Expand Down

0 comments on commit 217ebe0

Please sign in to comment.