Skip to content

Commit

Permalink
added przUSDA vaults on base and arbitrum
Browse files Browse the repository at this point in the history
  • Loading branch information
Ncookiez committed Jun 4, 2024
1 parent 55bf933 commit b6620ca
Show file tree
Hide file tree
Showing 6 changed files with 74 additions and 2 deletions.
32 changes: 32 additions & 0 deletions apps/app/public/icons/przUSDA.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/app/public/icons/przUSDA_256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/app/public/icons/przUSDA_32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions apps/app/src/vaultLists/default/arbitrum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,25 @@ export const arbitrumVaults: VaultList['tokens'] = [
'https://app.aave.com/reserve-overview/?underlyingAsset=0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9&marketName=proto_arbitrum_v3'
}
}
},
{
chainId: NETWORK.arbitrum,
address: '0x8653084e01Bd8c9e24B9a8fEb2036251Ee0C16A9',
name: 'Prize USDA',
decimals: 18,
symbol: 'przUSDA',
logoURI: `${DOMAINS.app}/icons/przUSDA.svg`,
tags: ['angle'],
extensions: {
underlyingAsset: {
address: '0x0000206329b97DB379d5E1Bf586BbDB969C63274',
symbol: 'USDA',
name: 'USDA'
},
yieldSource: {
name: 'Angle',
appURI: 'https://angle.money/stusd'
}
}
}
]
20 changes: 20 additions & 0 deletions apps/app/src/vaultLists/default/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,25 @@ export const baseVaults: VaultList['tokens'] = [
appURI: 'https://moonwell.fi/markets/supply/base/wsteth'
}
}
},
{
chainId: NETWORK.base,
address: '0x6Bb041d7E70b7040611ef688b5e707a799ADe60A',
name: 'Prize USDA',
decimals: 18,
symbol: 'przUSDA',
logoURI: `${DOMAINS.app}/icons/przUSDA.svg`,
tags: ['angle'],
extensions: {
underlyingAsset: {
address: '0x0000206329b97DB379d5E1Bf586BbDB969C63274',
symbol: 'USDA',
name: 'USDA'
},
yieldSource: {
name: 'Angle',
appURI: 'https://angle.money/stusd'
}
}
}
]
4 changes: 2 additions & 2 deletions apps/app/src/vaultLists/default/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import { optimismSepoliaVaults } from './optimismSepolia'
const defaultVaultList: VaultList = {
name: 'Cabana Vault List',
keywords: ['pooltogether', 'cabana', 'g9', 'optimism'],
version: { major: 2, minor: 8, patch: 1 },
timestamp: '2024-06-04T19:29:12Z',
version: { major: 2, minor: 8, patch: 2 },
timestamp: '2024-06-04T19:40:08Z',
logoURI: `${DOMAINS.app}/pooltogether-token-logo.svg`,
tokens: [
...optimismVaults,
Expand Down

0 comments on commit b6620ca

Please sign in to comment.