Skip to content

Commit

Permalink
Add 'UNI-V2/DAI' pool configuration to deployment scripts
Browse files Browse the repository at this point in the history
This commit introduces new configurations for 'UNI-V2' in multiple deployment configuration files. It updates general token data and their respective Ajna pools and adds the address for mainnet deployment.
  • Loading branch information
jakubswierczek committed May 2, 2024
1 parent 068d874 commit f5e4516
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/deploy-configurations/configs/mainnet.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -974,6 +974,10 @@ export const config: SystemConfig = {
name: 'AWBTC',
address: '0xFC4B8ED459e00e5400be803A9BB3954234FD50e3',
},
'UNI-V2': {
name: 'UNI-V2',
address: '0x9fdd7f845baca6d71d93f1619250c6f0b7a58842',
},
},
aave: {
v2: {
Expand Down Expand Up @@ -1708,6 +1712,10 @@ export const config: SystemConfig = {
name: 'AjnaPoolPairs_SAFEDAI',
address: '0x37b5921f0da465df64637a418110a2e3aa90b209',
},
'AjnaPoolPairs_UNI-V2DAI': {
name: 'AjnaPoolPairs_UNI-V2DAI',
address: '0xc71ad394818474f87f27a5525243de52c278dcb8',
},
AjnaPoolInfo: {
name: 'AjnaPoolInfo',
address: '0x30c5eF2997d6a882DE52c4ec01B6D0a5e5B4fAAE',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,8 @@ export const commonDefaults = {
name: 'PTWEETH',
address: ADDRESS_ZERO,
},
'UNI-V2': {
name: 'UNI-V2',
address: ADDRESS_ZERO,
},
} as const
Original file line number Diff line number Diff line change
Expand Up @@ -245,4 +245,8 @@ export const emptyAjnaPools = {
name: 'AjnaPoolPairs_SAFEDAI',
address: ADDRESS_ZERO,
},
'AjnaPoolPairs_UNI-V2DAI': {
name: 'AjnaPoolPairs_UNI-V2DAI',
address: ADDRESS_ZERO,
},
} as const
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ export type AjnaProtocol =
| 'AjnaPoolPairs_AEROUSDC'
| 'AjnaPoolPairs_PRIMEUSDC'
| 'AjnaPoolPairs_SAFEDAI'
| 'AjnaPoolPairs_UNI-V2DAI'
| 'AjnaProxyActions'
| 'AjnaRewardsClaimer'
| 'AjnaRewardsManager'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,4 @@ export type Tokens =
| 'DEGEN'
| 'SNX'
| 'ENA'
| 'UNI-V2'

0 comments on commit f5e4516

Please sign in to comment.