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

Commit 7553b79

Browse files
committed
fix: 🐛 add ABI into PolymathAPI
1 parent 2a6098c commit 7553b79

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
@@ -25,6 +25,7 @@ import {
2525
PolyTokenFaucetContract,
2626
ISecurityTokenContract,
2727
VolumeRestrictionTMContract,
28+
VestingEscrowWalletContract,
2829
} from '@polymathnetwork/abi-wrappers';
2930
import PolymathRegistryWrapper from './contract_wrappers/registries/polymath_registry_wrapper';
3031
import SecurityTokenRegistryWrapper from './contract_wrappers/registries/security_token_registry_wrapper';
@@ -163,6 +164,8 @@ export class PolymathAPI {
163164
PolyTokenContract.ABI(),
164165
PolyTokenFaucetContract.ABI(),
165166
ISecurityTokenContract.ABI(),
167+
// Wallet
168+
VestingEscrowWalletContract.ABI(),
166169
];
167170

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

0 commit comments

Comments
 (0)