2 parents 510a8ad + cc8e0b3 commit 128169bCopy full SHA for 128169b
1 file changed
hack/sortNetworks.js
@@ -1,6 +1,7 @@
1
const fs = require('fs');
2
const path = require('path');
3
const filePath = path.join(__dirname, '..', 'packages', 'base', 'src', 'utils', 'network.ts');
4
+
5
let fileContent = fs.readFileSync(filePath, 'utf8');
6
7
// Function to sort networks
0 commit comments