Skip to content

Commit

Permalink
add usda token
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrkonowrocki committed Apr 22, 2024
1 parent 7a13c75 commit ab14b8e
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.60",
"version": "0.1.61",
"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 @@ -814,6 +814,10 @@ export const config: SystemConfig = {
name: 'UNIV2WBTCETH',
address: '0xBb2b8038a1640196FbE3e38816F3e67Cba72D940',
},
USDA: {
name: 'USDA',
address: '0x0000206329b97DB379d5E1Bf586BbDB969C63274',
},
USDC: {
name: 'USDC',
address: '0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,4 +185,8 @@ export const commonDefaults = {
name: 'PRIME',
address: ADDRESS_ZERO,
},
USDA: {
name: 'USDA',
address: ADDRESS_ZERO,
},
} as const
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export type Tokens =
| 'UNIV2USDCETH'
| 'UNIV2WBTCDAI'
| 'UNIV2WBTCETH'
| 'USDA'
| 'USDBC'
| 'USDC'
| 'USDC.E'
Expand Down

0 comments on commit ab14b8e

Please sign in to comment.