Skip to content

Commit

Permalink
Merge pull request #433 from VenusProtocol/feat/VEN-2745
Browse files Browse the repository at this point in the history
[VEN-2745]: Deployments of NTG on Zksync mainnet
  • Loading branch information
GitGuru7 authored Sep 10, 2024
2 parents 74c4112 + d4bdbe2 commit 4c3cb65
Show file tree
Hide file tree
Showing 3 changed files with 1,083 additions and 0 deletions.
7 changes: 7 additions & 0 deletions deploy/018-native-token-gateway.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import { contracts as ilEthereum } from "../deployments/ethereum.json";
import { contracts as ilOpbnbMainnet } from "../deployments/opbnbmainnet.json";
import { contracts as ilOpbnbTestnet } from "../deployments/opbnbtestnet.json";
import { contracts as ilSepolia } from "../deployments/sepolia.json";
import { contracts as ilZkMainnet } from "../deployments/zksyncmainnet.json";
import { contracts as ilZkSepolia } from "../deployments/zksyncsepolia.json";
import { getConfig } from "../helpers/deploymentConfig";

Expand Down Expand Up @@ -81,6 +82,12 @@ const VWNativeInfo: { [key: string]: VTokenConfig[] } = {
address: ilZkSepolia.VToken_vWETH_Core.address,
},
],
zksyncmainnet: [
{
name: "vWETH_Core",
address: ilZkMainnet.VToken_vWETH_Core.address,
},
],
};

const getVWNativeTokens = (networkName: string): VTokenConfig[] => {
Expand Down
Loading

0 comments on commit 4c3cb65

Please sign in to comment.