Skip to content

Commit

Permalink
Merge pull request #111 from VenusProtocol/feat/VEN-2809
Browse files Browse the repository at this point in the history
[VEN-2809]: Deployment files for the Converters and XVS Vault Treasury on Arbitrum Sepolia
  • Loading branch information
Debugger022 authored Nov 18, 2024
2 parents 0d5b7fe + 2107500 commit 4ca3ccf
Show file tree
Hide file tree
Showing 18 changed files with 12,142 additions and 926 deletions.
7 changes: 7 additions & 0 deletions deploy/004-single-token-converter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ async function getBaseAssets(network: string): Promise<BaseAssets> {
WETHPrimeConverter: "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2", // WETH on Ethereum
XVSVaultConverter: (await ethers.getContractOrNull("XVS"))?.address || ADDRESS_TWO,
},
arbitrumsepolia: {
USDTPrimeConverter: "0xf3118a17863996B9F2A073c9A66Faaa664355cf8", // USDT on arbitrum sepolia
USDCPrimeConverter: "0x86f096B1D970990091319835faF3Ee011708eAe8", // USDC on arbitrum sepolia
WBTCPrimeConverter: "0xFb8d93FD3Cf18386a5564bb5619cD1FdB130dF7D", // WBTC on arbitrum sepolia
WETHPrimeConverter: "0x980B62Da83eFf3D4576C647993b0c1D7faf17c73", // WETH on arbitrum sepolia
XVSVaultConverter: "0x877Dc896e7b13096D3827872e396927BbE704407", // XVS on arbitrum sepolia
},
// add more networks
};
return networkBaseAssets[network];
Expand Down
Loading

0 comments on commit 4ca3ccf

Please sign in to comment.