Change token registry ABI.

This commit is contained in:
Spencer Ofwiti 2021-05-13 18:54:17 +03:00
parent 68e520d516
commit 6b704a4f19
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import Web3 from 'web3';
import { environment } from '@src/environments/environment';
const abi: Array<any> = require('@src/assets/js/block-sync/data/AccountsIndex.json');
const abi: Array<any> = require('@src/assets/js/block-sync/data/TokenUniqueSymbolIndex.json');
const web3: Web3 = new Web3(environment.web3Provider);
export class TokenRegistry {