Skip to content

Commit

Permalink
Merge pull request #75 from Gearbox-protocol/config-pool-names
Browse files Browse the repository at this point in the history
update pool names
  • Loading branch information
apeir99n authored Oct 17, 2023
2 parents ebf3100 + 0b4c459 commit a505fc5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/usdcLevconfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const POOL_DIVIDER = BigInt(1);
export const config: PoolV3DeployConfig = {
id: "mainnet-usdc-lev-v3",
symbol: "dUSDC-lev-V3",
name: "USDC v3 farm",
name: "Farm USDC v3",
network: "Mainnet",
underlying: "USDC",
accountAmount: BigInt(1_000_000) * POOL_DECIMALS,
Expand Down
2 changes: 1 addition & 1 deletion config/usdcMTconfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const POOL_DIVIDER = BigInt(1);
export const config: PoolV3DeployConfig = {
id: "mainnet-usdc-mt-v3",
symbol: "dUSDCV3",
name: "USDC v3 trade",
name: "Trade USDC v3",
network: "Mainnet",
underlying: "USDC",
accountAmount: BigInt(1_000_000) * POOL_DECIMALS,
Expand Down
2 changes: 1 addition & 1 deletion config/wbtcTconfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const POOL_DIVIDER = BigInt(26000);
export const config: PoolV3DeployConfig = {
id: "mainnet-wbtc-mt-v3",
symbol: "dWBTCV3",
name: "WBTC v3 trade",
name: "Universal WBTC v3",
network: "Mainnet",
underlying: "WBTC",
accountAmount: BigInt(1_000_000) * POOL_DECIMALS,
Expand Down
2 changes: 1 addition & 1 deletion config/wethMTconfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const POOL_DIVIDER = BigInt(1800);
export const config: PoolV3DeployConfig = {
id: "mainnet-weth-mt-v3",
symbol: "dWETHV3",
name: "WETH v3 trade",
name: "Universal WETH v3",
network: "Mainnet",
underlying: "WETH",
accountAmount: BigInt(1_000_000) * POOL_DECIMALS,
Expand Down

0 comments on commit a505fc5

Please sign in to comment.