We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c556d00 commit e09037cCopy full SHA for e09037c
src/utils/initServer/init-whales.ts
@@ -3,9 +3,13 @@ import {_log} from '../configs/utils';
3
import {startMongo} from '../mongo/config';
4
import {saveWhale} from '../mongo/saveWhale';
5
6
+/**
7
+* @note the 'whales' list is sourced from uniswap governance repo
8
+* this repo actually overwrites its commits, so you can not by virtue of git history
9
+* observe changes to this list.
10
+*/
11
const serverName = 'initWhales';
-const URLData =
- 'https://raw.githubusercontent.com/Uniswap/sybil-list/master/verified.json';
12
+const URLData = 'https://raw.githubusercontent.com/Uniswap/sybil-list/master/verified.json';
13
14
const startServer = () => {
15
_log.start('---> startServer ', serverName);
0 commit comments