Skip to content

Commit cc8e0b3

Browse files
author
rosedev318
committed
update sort networks
1 parent 528eb19 commit cc8e0b3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

hack/sortNetworks.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
const fs = require('fs');
22
const path = require('path');
33
const filePath = path.join(__dirname, '..', 'packages', 'base', 'src', 'utils', 'network.ts');
4+
45
let fileContent = fs.readFileSync(filePath, 'utf8');
56

67
// Function to sort networks

0 commit comments

Comments
 (0)