Skip to content
This repository was archived by the owner on Jul 6, 2022. It is now read-only.

Commit 762a1d6

Browse files
committed
fix: 🐛 add ABI to abiArray
1 parent 6fad80c commit 762a1d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/PolymathAPI.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import {
2424
PolyTokenFaucet,
2525
Module,
2626
ERC20Detailed,
27+
VestingEscrowWallet,
2728
} from '@polymathnetwork/abi-wrappers';
2829
import PolymathRegistryWrapper from './contract_wrappers/registries/polymath_registry_wrapper';
2930
import SecurityTokenRegistryWrapper from './contract_wrappers/registries/security_token_registry_wrapper';
@@ -175,6 +176,8 @@ export class PolymathAPI {
175176
PolyToken.abi,
176177
PolyTokenFaucet.abi,
177178
ISecurityToken.abi,
179+
// Wallet
180+
VestingEscrowWallet.abi,
178181
];
179182

180183
abiArray.forEach((abi): void => {

0 commit comments

Comments
 (0)