Skip to content

Commit

Permalink
Fixing bald base chain (#827)
Browse files Browse the repository at this point in the history
  • Loading branch information
IanWoodard authored Feb 25, 2024
1 parent b25a6f7 commit 127883e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/src/data/TokenData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ const BASED_BASE = new Token(
BasedLogo
);

const BALD_BASE = new Token(optimism.id, '0x27d2decb4bfc9c76f0309b8e88dec3a601fe25a8', 18, 'BALD', 'Bald', BaldLogo);
const BALD_BASE = new Token(base.id, '0x27d2decb4bfc9c76f0309b8e88dec3a601fe25a8', 18, 'BALD', 'Bald', BaldLogo);

const TOKEN_DATA: { [chainId: number]: { [address: Address]: Token } } = {
[mainnet.id]: {
Expand Down

0 comments on commit 127883e

Please sign in to comment.