Skip to content

Commit

Permalink
bumped default vault list version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ncookiez committed Jun 4, 2024
1 parent 20a78d8 commit 55bf933
Showing 1 changed file with 2 additions and 2 deletions.
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: 0 },
timestamp: '2024-05-29T22:00:47Z',
version: { major: 2, minor: 8, patch: 1 },
timestamp: '2024-06-04T19:29:12Z',
logoURI: `${DOMAINS.app}/pooltogether-token-logo.svg`,
tokens: [
...optimismVaults,
Expand Down

0 comments on commit 55bf933

Please sign in to comment.