Skip to content

Commit

Permalink
refactor: name of WETHPrimeConverter on Ethereum
Browse files Browse the repository at this point in the history
  • Loading branch information
Debugger022 committed Jun 14, 2024
1 parent 3df1a06 commit 1f2f819
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/004-single-token-converter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ async function getBaseAssets(network: string): Promise<BaseAssets> {
USDTPrimeConverter: "0xdAC17F958D2ee523a2206206994597C13D831ec7", // USDT on Ethereum
USDCPrimeConverter: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48", // USDC on Ethereum
WBTCPrimeConverter: "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599", // WBTC on Ethereum
ETHPrimeConverter: "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2", // WETH on Ethereum
WETHPrimeConverter: "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2", // WETH on Ethereum
XVSVaultConverter: (await ethers.getContractOrNull("XVS"))?.address || ADDRESS_TWO,
},
// add more networks
Expand Down
2 changes: 1 addition & 1 deletion deployments/ethereum.json
Original file line number Diff line number Diff line change
Expand Up @@ -1357,7 +1357,7 @@
}
]
},
"ETHPrimeConverter": {
"WETHPrimeConverter": {
"address": "0xb8fD67f215117FADeF06447Af31590309750529D",
"abi": [
{
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion deployments/ethereum_addresses.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"ConverterNetwork_Implementation": "0xB0F8531a8C9D09E8E344c78cb7200aAD61E4CdFA",
"ConverterNetwork_Proxy": "0x232CC47AECCC55C2CAcE4372f5B268b27ef7cac8",
"DefaultProxyAdmin": "0x567e4cc5e085d09f66f836fa8279f38b4e5866b9",
"ETHPrimeConverter": "0xb8fD67f215117FADeF06447Af31590309750529D",
"WETHPrimeConverter": "0xb8fD67f215117FADeF06447Af31590309750529D",
"ProtocolShareReserve": "0x8c8c8530464f7D95552A11eC31Adbd4dC4AC4d3E",
"ProtocolShareReserve_Implementation": "0xee934792431B4Ebd91591a86c884A8b49Ed494C2",
"ProtocolShareReserve_Proxy": "0x8c8c8530464f7D95552A11eC31Adbd4dC4AC4d3E",
Expand Down

0 comments on commit 1f2f819

Please sign in to comment.