Skip to content

Commit

Permalink
chore: [sc-14853] Update adresses of DS Proxy Registry (#658)
Browse files Browse the repository at this point in the history
* Update DSProxyRegistry and DSProxyFactory addresses

The contract addresses for DSProxyRegistry and DSProxyFactory in several configuration files were updated. These changes impact optimism.conf.ts, base.conf.ts, sepolia.conf.ts, and arbitrum.conf.ts, signifying important changes to the locations of these contracts.

* v0.1.52-rc.1

* v0.1.52
  • Loading branch information
jakubswierczek authored Mar 21, 2024
1 parent fdf41c8 commit 537dbff
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.51",
"version": "0.1.52",
"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 @@ -51,7 +51,7 @@ export const config: SystemConfig = {
DSProxyRegistry: {
name: 'DSProxyRegistry',
deploy: false,
address: '0x9319710C25cdaDDD1766F0bDE40F1A4034C17c7e',
address: '0x283Cc5C26e53D66ed2Ea252D986F094B37E6e895',
serviceRegistryName: SERVICE_REGISTRY_NAMES.common.DS_PROXY_REGISTRY,
history: [],
constructorArgs: ['address:DSProxyFactory'],
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 @@ -51,7 +51,7 @@ export const config: SystemConfig = {
DSProxyRegistry: {
name: 'DSProxyRegistry',
deploy: false,
address: '0x29CCc2C12054Ae0A5eE6FE5120784D33ec17B7E9',
address: '0x425fA97285965E01Cc5F951B62A51F6CDEA5cc0d',
serviceRegistryName: SERVICE_REGISTRY_NAMES.common.DS_PROXY_REGISTRY,
history: [],
constructorArgs: ['address:DSProxyFactory'],
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 @@ -52,7 +52,7 @@ export const config: SystemConfig = {
DSProxyRegistry: {
name: 'DSProxyRegistry',
deploy: false,
address: '0x4EcDc277484D71A3BD15f36C858aEc2C56803869',
address: '0x283Cc5C26e53D66ed2Ea252D986F094B37E6e895',
serviceRegistryName: SERVICE_REGISTRY_NAMES.common.DS_PROXY_REGISTRY,
history: [],
constructorArgs: ['address:DSProxyFactory'],
Expand Down
4 changes: 2 additions & 2 deletions packages/deploy-configurations/configs/sepolia.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ export const config: SystemConfig = {
DSProxyFactory: {
name: 'DSProxyFactory',
deploy: false,
address: '0x84eFB9c18059394172D0d69A3E58B03320001871',
address: '0x0000000000000000000000000000000000000000',
serviceRegistryName: SERVICE_REGISTRY_NAMES.common.DS_PROXY_FACTORY,
history: [],
constructorArgs: [],
},
DSProxyRegistry: {
name: 'DSProxyRegistry',
deploy: false,
address: '0x46759093D8158db8BB555aC7C6F98070c56169ce',
address: '0x0000000000000000000000000000000000000000',
serviceRegistryName: SERVICE_REGISTRY_NAMES.common.DS_PROXY_REGISTRY,
history: [],
constructorArgs: ['address:DSProxyFactory'],
Expand Down

0 comments on commit 537dbff

Please sign in to comment.