Skip to content

Commit c432ce1

Browse files
committed
chore: republish package with correct dist
Signed-off-by: Tomás Migone <[email protected]>
1 parent fa6e07c commit c432ce1

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

packages/common-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/common-ts",
3-
"version": "2.0.1-testnet",
3+
"version": "2.0.2-testnet",
44
"description": "Common TypeScript library for Graph Protocol components",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/common-ts/src/contracts/index.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,7 @@ export const connectContracts = async (
108108
deployedContracts.Staking.address,
109109
providerOrSigner,
110110
),
111-
token: GraphTokenFactory.connect(
112-
graphTokenAddress,
113-
providerOrSigner,
114-
),
111+
token: GraphTokenFactory.connect(graphTokenAddress, providerOrSigner),
115112
controller: Controller__factory.connect(
116113
deployedContracts.Controller.address,
117114
providerOrSigner,

0 commit comments

Comments
 (0)