Skip to content

Commit

Permalink
update address
Browse files Browse the repository at this point in the history
  • Loading branch information
piekczyk committed Oct 8, 2024
1 parent 1a2b36b commit 2b9403c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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.83",
"version": "0.1.84",
"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/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: '0xE7d490885A68f00d9886508DF281D67263ed5758',
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: '0xE7d490885A68f00d9886508DF281D67263ed5758',
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: '0xE7d490885A68f00d9886508DF281D67263ed5758',
address: '0x41393e5e337606dc3821075Af65AeE84D7688CBD',
},
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: '0xE7d490885A68f00d9886508DF281D67263ed5758',
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: '0xE7d490885A68f00d9886508DF281D67263ed5758',
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: '0xE7d490885A68f00d9886508DF281D67263ed5758',
address: '0x41393e5e337606dc3821075Af65AeE84D7688CBD',
},
L2Encoder: {
name: 'L2Encoder',
Expand Down

0 comments on commit 2b9403c

Please sign in to comment.