Skip to content

Commit b905ed4

Browse files
committedJun 23, 2022
devop: added tokens
1 parent 1be68fa commit b905ed4

File tree

200 files changed

+2602
-1952
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

200 files changed

+2602
-1952
lines changed
 

‎checkMissingLinks.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const {
77
const masterFile = fs.readFileSync('./dist/master-file.json');
88
const iconsDir = fs.readdirSync('./src/icons', { encoding: 'utf-8' });
99
const master = JSON.parse(masterFile);
10-
const nets = ['eth', 'matic', 'bnb'];
10+
const nets = ['eth', 'matic', 'bsc'];
1111

1212
console.log('Missing Links:');
1313
master.forEach(i => {

‎dist/master-file.json

+2,156
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.