Skip to content

Commit

Permalink
feat: add token rsETH
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielZhangReal committed Jan 3, 2024
1 parent 57c29f8 commit de260b0
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 @@ -72,6 +72,13 @@ const TOKENS = {
l1TokenAddress: "0xa91ac63d040deb1b7a5e4d4134ad23eb0ba07e14",
l2TokenAddress: "0xB385E52903C802B3bDca7C4D0C78460A8988E1ce",
},
rsETH: {
name: "rsETH",
symbol: "rsETH",
decimals: 18,
l1TokenAddress: "0xA1290d69c65A6Fe4DF752f95823fae25cB99e5A7",
l2TokenAddress: "0x9758962A46ffbE3Ae02Dc5a850b0e5A3A985EAdD",
},
};

module.exports = {
Expand Down

0 comments on commit de260b0

Please sign in to comment.