Skip to content

Commit 733feb7

Browse files
committed
Merge branch 'token-trade' of github.com:dOrgTech/client into token-trade
2 parents 4b63073 + 6c68572 commit 733feb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/tokenTrade/plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export class TokenTrade extends ProposalPlugin<
146146
await this.context.approveTokens(options.sendTokenAddress, pluginAddress, new BN(options.sendTokenAmount)).send()
147147

148148
return {
149-
contract: this.context.getContract(options.plugin),
149+
contract: this.context.getContract(pluginAddress),
150150
method: 'proposeTokenTrade',
151151
args: [
152152
options.sendTokenAddress,

0 commit comments

Comments
 (0)