Skip to content

Commit

Permalink
Update aave v3 pool provider addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
piekczyk committed Oct 8, 2024
1 parent 2f10959 commit 6e8d8a9
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/addresses/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oasisdex/addresses",
"version": "0.1.80",
"version": "0.1.81",
"typings": "lib/index.d.ts",
"types": "lib/index.d.ts",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/deploy-configurations/configs/arbitrum.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ export const config: SystemConfig = {
},
PoolDataProvider: {
name: 'PoolDataProvider',
address: '0x69FA688f1Dc47d4B5d8029D5a35FB7a548310654',
address: '0x7F23D86Ee20D869112572136221e173428DD740B',
},
L2Encoder: {
name: 'L2Encoder',
Expand Down
2 changes: 1 addition & 1 deletion packages/deploy-configurations/configs/base.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ export const config: SystemConfig = {
},
PoolDataProvider: {
name: 'PoolDataProvider',
address: '0x2d8A3C5677189723C4cB8873CfC9C8976FDF38Ac',
address: '0xd82a47fdebB5bf5329b09441C3DaB4b5df2153Ad',
},
L2Encoder: {
name: 'L2Encoder',
Expand Down
2 changes: 1 addition & 1 deletion packages/deploy-configurations/configs/hardhat.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ export const config: SystemConfig = {
},
PoolDataProvider: {
name: 'PoolDataProvider',
address: '0x7B4EB56E7CD4b454BA8ff71E4518426369a138a3',
address: '0x41393e5e337606dc3821075Af65AeE84D7688CBD',
},
L2Encoder: {
name: 'L2Encoder',
Expand Down
2 changes: 1 addition & 1 deletion packages/deploy-configurations/configs/local.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ export const config: SystemConfig = {
},
PoolDataProvider: {
name: 'PoolDataProvider',
address: '0x7B4EB56E7CD4b454BA8ff71E4518426369a138a3',
address: '0x41393e5e337606dc3821075Af65AeE84D7688CBD',
},
L2Encoder: {
name: 'L2Encoder',
Expand Down
2 changes: 1 addition & 1 deletion packages/deploy-configurations/configs/mainnet.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1044,7 +1044,7 @@ export const config: SystemConfig = {
},
PoolDataProvider: {
name: 'PoolDataProvider',
address: '0x7B4EB56E7CD4b454BA8ff71E4518426369a138a3',
address: '0x41393e5e337606dc3821075Af65AeE84D7688CBD',
},
L2Encoder: {
name: 'L2Encoder',
Expand Down
2 changes: 1 addition & 1 deletion packages/deploy-configurations/configs/optimism.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ export const config: SystemConfig = {
},
PoolDataProvider: {
name: 'PoolDataProvider',
address: '0x69FA688f1Dc47d4B5d8029D5a35FB7a548310654',
address: '0x7F23D86Ee20D869112572136221e173428DD740B',
},
L2Encoder: {
name: 'L2Encoder',
Expand Down
2 changes: 1 addition & 1 deletion packages/deploy-configurations/configs/tenderly.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ export const config: SystemConfig = {
},
PoolDataProvider: {
name: 'PoolDataProvider',
address: '0x7B4EB56E7CD4b454BA8ff71E4518426369a138a3',
address: '0x41393e5e337606dc3821075Af65AeE84D7688CBD',
},
L2Encoder: {
name: 'L2Encoder',
Expand Down
2 changes: 1 addition & 1 deletion packages/deploy-configurations/configs/test.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ export const config: SystemConfig = {
},
PoolDataProvider: {
name: 'PoolDataProvider',
address: '0x7B4EB56E7CD4b454BA8ff71E4518426369a138a3',
address: '0x41393e5e337606dc3821075Af65AeE84D7688CBD',
},
L2Encoder: {
name: 'L2Encoder',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ export const config: SystemConfig = {
},
PoolDataProvider: {
name: 'PoolDataProvider',
address: '0x7B4EB56E7CD4b454BA8ff71E4518426369a138a3',
address: '0x41393e5e337606dc3821075Af65AeE84D7688CBD',
},
L2Encoder: {
name: 'L2Encoder',
Expand Down

0 comments on commit 6e8d8a9

Please sign in to comment.