Skip to content

Commit 63cb48c

Browse files
authored
Merge pull request #52 from ianlapham/master
Removed unused locals
2 parents 2dca567 + 7850016 commit 63cb48c

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

src/mappings/core.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
1-
import { PairHourData } from './../types/schema'
21
/* eslint-disable prefer-const */
32
import { BigInt, BigDecimal, store, Address } from '@graphprotocol/graph-ts'
43
import {
54
Pair,
65
Token,
76
UniswapFactory,
87
Transaction,
9-
UniswapDayData,
10-
PairDayData,
11-
TokenDayData,
128
Mint as MintEvent,
139
Burn as BurnEvent,
1410
Swap as SwapEvent,

yarn.lock

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -720,6 +720,16 @@ cross-spawn@^6.0.0, cross-spawn@^6.0.5:
720720
shebang-command "^1.2.0"
721721
which "^1.2.9"
722722

723+
crypto-js@^4.0.0:
724+
version "4.0.0"
725+
resolved "https://registry.yarnpkg.com/crypto-js/-/crypto-js-4.0.0.tgz#2904ab2677a9d042856a2ea2ef80de92e4a36dcc"
726+
integrity sha512-bzHZN8Pn+gS7DQA6n+iUmBfl0hO5DJq++QP3U6uTucDtk/0iGpXd/Gg7CGR0p8tJhofJyaKoWBuJI4eAO00BBg==
727+
728+
crypto@^1.0.1:
729+
version "1.0.1"
730+
resolved "https://registry.yarnpkg.com/crypto/-/crypto-1.0.1.tgz#2af1b7cad8175d24c8a1b0778255794a21803037"
731+
integrity sha512-VxBKmeNcqQdiUQUW2Tzq0t377b54N2bMtXO/qiLa+6eRRmmC4qT3D4OnTGoT/U6O9aklQ/jTwbOtRMTTY8G0Ig==
732+
723733
dashdash@^1.12.0:
724734
version "1.14.1"
725735
resolved "https://registry.yarnpkg.com/dashdash/-/dashdash-1.14.1.tgz#853cfa0f7cbe2fed5de20326b8dd581035f6e2f0"

0 commit comments

Comments
 (0)