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 fa6e07c commit c432ce1Copy full SHA for c432ce1
packages/common-ts/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@graphprotocol/common-ts",
3
- "version": "2.0.1-testnet",
+ "version": "2.0.2-testnet",
4
"description": "Common TypeScript library for Graph Protocol components",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
packages/common-ts/src/contracts/index.ts
@@ -108,10 +108,7 @@ export const connectContracts = async (
108
deployedContracts.Staking.address,
109
providerOrSigner,
110
),
111
- token: GraphTokenFactory.connect(
112
- graphTokenAddress,
113
- providerOrSigner,
114
- ),
+ token: GraphTokenFactory.connect(graphTokenAddress, providerOrSigner),
115
controller: Controller__factory.connect(
116
deployedContracts.Controller.address,
117
0 commit comments