Skip to content

Commit

Permalink
Add weeth and ezeth on base
Browse files Browse the repository at this point in the history
  • Loading branch information
piekczyk committed Jun 12, 2024
1 parent 5367e5a commit 86bc52c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.70",
"version": "0.1.71",
"typings": "lib/index.d.ts",
"types": "lib/index.d.ts",
"main": "lib/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/deploy-configurations/configs/base.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ export const config: SystemConfig = {
},
EZETH: {
name: 'EZETH',
address: '0x0000000000000000000000000000000000000000',
address: '0x2416092f143378750bb29b79eD961ab195CcEea5',
},
MEVETH: {
name: 'MEVETH',
Expand Down Expand Up @@ -772,7 +772,7 @@ export const config: SystemConfig = {
},
WEETH: {
name: 'WEETH',
address: '0x0000000000000000000000000000000000000000',
address: '0x04C0599Ae5A44757c0af6F9eC3b93da8976c150A',
},
YIELDBTC: {
name: 'YIELDBTC',
Expand Down

0 comments on commit 86bc52c

Please sign in to comment.