We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7c8a2c commit 1af7a2eCopy full SHA for 1af7a2e
defi/src/rwa/file-cache.ts
@@ -2,7 +2,7 @@ import fs from 'fs';
2
import path from 'path';
3
4
// Bump this version to reset the cache
5
-const CACHE_VERSION = 'v1.9';
+const CACHE_VERSION = 'v2.0';
6
7
const CACHE_DIR = process.env.RWA_CACHE_DIR || path.join(__dirname, '.rwa-cache');
8
const VERSIONED_CACHE_DIR = path.join(CACHE_DIR, CACHE_VERSION);
0 commit comments