Skip to content

Commit

Permalink
WUSDL token mainnet (#715)
Browse files Browse the repository at this point in the history
wusdl token mainnet
  • Loading branch information
piekczyk authored Nov 28, 2024
1 parent 23ee36a commit 5dea713
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
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.90",
"version": "0.1.91",
"typings": "lib/index.d.ts",
"types": "lib/index.d.ts",
"main": "lib/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/deploy-configurations/configs/mainnet.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1002,6 +1002,10 @@ export const config: SystemConfig = {
name: 'USDT',
address: '0xdAC17F958D2ee523a2206206994597C13D831ec7',
},
WUSDL: {
name: 'WUSDL',
address: '0x7751E2F4b8ae93EF6B79d86419d42FE3295A4559',
},
WBTC: {
name: 'WBTC',
address: '0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,4 +244,8 @@ export const commonDefaults = {
name: 'EURC',
address: ADDRESS_ZERO,
},
WUSDL: {
name: 'WUSDL',
address: ADDRESS_ZERO,
},
} as const
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,4 @@ export type Tokens =
| 'WSUPEROETHB'
| 'CBBTC'
| 'EURC'
| 'WUSDL'

0 comments on commit 5dea713

Please sign in to comment.