Skip to content

Commit

Permalink
feat: bridge token pufETH
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielZhangReal committed Feb 28, 2024
1 parent ad640a1 commit e65698f
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 @@ -108,6 +108,13 @@ const TOKENS = {
l1TokenAddress: "0xA487bF43cF3b10dffc97A9A744cbB7036965d3b9",
l2TokenAddress: "0xd212377f71F15A1b962c9265Dc44FBcEAf0Bc46D",
},
pufETH: {
name: "pufETH",
symbol: "pufETH",
decimals: 18,
l1TokenAddress: "0xD9A442856C234a39a81a089C06451EBAa4306a72",
l2TokenAddress: "0x6025F893F192cCF4073665Fc288Ae5256e06cFb0",
}
};

module.exports = {
Expand Down

0 comments on commit e65698f

Please sign in to comment.