Skip to content

Commit

Permalink
chore: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurgeron committed Jan 18, 2025
1 parent 45b1bcc commit 7880275
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { FuelAddress } from './FuelAddress';

const accountAddressHex = '0xdafd6d127fe93b8938205bfee6cfd6833cacd95f';
const accountAddressB256 =
'0x000000000000000000000000dafd6d127fe93b8938205bfee6cfd6833cacd95f';
'0x000000000000000000000000DaFD6D127fE93b8938205BfeE6cFd6833cAcD95F';
const shorten = (address: string) =>
`0x${address.slice(2, 6)}...${address.slice(-4)}`;
const accountAddressBech32 =
Expand Down

0 comments on commit 7880275

Please sign in to comment.