Skip to content

Commit 128169b

Browse files
author
Alison Qiu
authored
Merge pull request #91 from rosedev318/rosedev
update sort networks
2 parents 510a8ad + cc8e0b3 commit 128169b

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)