Skip to content

Commit

Permalink
fix(protocol): fix wrong Bridged ERC20 address cache (#18287)
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaik authored Oct 24, 2024
1 parent 299b4c9 commit 49267ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ contract SharedAddressCache is AddressCache {
return (true, 0xd60247c6848B7Ca29eDdF63AA924E53dB6Ddd8EC);
}
if (_name == LibStrings.B_BRIDGED_ERC20) {
return (true, 0x79BC0Aada00fcF6E7AB514Bfeb093b5Fae3653e3);
return (true, 0x65666141a541423606365123Ed280AB16a09A2e1);
}
if (_name == LibStrings.B_BRIDGED_ERC721) {
return (true, 0xC3310905E2BC9Cfb198695B75EF3e5B69C6A1Bf7);
Expand Down

0 comments on commit 49267ab

Please sign in to comment.