Skip to content

Commit

Permalink
chore: add token uniswap
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielZhangReal committed May 11, 2024
1 parent 773a0a2 commit c7b302c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions standard-bridge-custom-token/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,13 @@ const TOKENS = {
l1TokenAddress: "0xF1376bceF0f78459C0Ed0ba5ddce976F1ddF51F4",
l2TokenAddress: "0x34c7Ad65E4163306f8745996688b476914201cE0",
},
UNI: {
name: "Uniswap",
symbol: "UNI",
decimals: 18,
l1TokenAddress: "0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984",
l2TokenAddress: "0x4220E94F507Dc9E14169CFa0f2912463AcE8c8FF",
},
};

module.exports = {
Expand Down

0 comments on commit c7b302c

Please sign in to comment.