Skip to content

Commit

Permalink
feat: deploy weETH USDe sUSDe on L2
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobpdn007 committed Mar 4, 2024
1 parent 676dc4c commit 0ed54a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions standard-bridge-custom-token/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,21 +135,21 @@ const TOKENS = {
symbol: "weETH",
decimals: 18,
l1TokenAddress: "0xCd5fE23C85820F7B72D0926FC9b05b43E359b7ee",
l2TokenAddress: "",
l2TokenAddress: "0x77b6F99970f488cFA8bd41892900b6Ce881C2300",
},
USDe: {
name: "USDe",
symbol: "USDe",
decimals: 18,
l1TokenAddress: "0x4c9EDD5852cd905f086C759E8383e09bff1E68B3",
l2TokenAddress: "",
l2TokenAddress: "0xc8D4bCB4845f4583fD70a3ed22ed6623eF45b986",
},
sUSDe: {
name: "Staked USDe",
symbol: "sUSDe",
decimals: 18,
l1TokenAddress: "0x9D39A5DE30e57443BfF2A8307A4256c8797A3497",
l2TokenAddress: "",
l2TokenAddress: "0x9bf486550523faf9902a8be78ABB436d287a2c6C",
},
};

Expand Down

0 comments on commit 0ed54a2

Please sign in to comment.