Skip to content

Commit

Permalink
Merge pull request #431 from VenusProtocol/feat/VEN-2713
Browse files Browse the repository at this point in the history
[VEN-2713]: Deploy Liquid Staked ETH pool to arbitrum one
  • Loading branch information
Debugger022 authored Sep 10, 2024
2 parents 1dcb95f + 636f717 commit c72c184
Show file tree
Hide file tree
Showing 19 changed files with 11,524 additions and 1,858 deletions.
8 changes: 8 additions & 0 deletions deploy/018-native-token-gateway.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,20 @@ const VWNativeInfo: { [key: string]: VTokenConfig[] } = {
name: "vWETH_Core",
address: ilArbSepolia.VToken_vWETH_Core.address,
},
{
name: "vWETH_LiquidStakedETH",
address: ilArbSepolia.VToken_vWETH_LiquidStakedETH.address,
},
],
arbitrumone: [
{
name: "vWETH_Core",
address: ilArbOne.VToken_vWETH_Core.address,
},
{
name: "vWETH_LiquidStakedETH",
address: ilArbOne.VToken_vWETH_LiquidStakedETH.address,
},
],
zksyncsepolia: [
{
Expand Down
Loading

0 comments on commit c72c184

Please sign in to comment.