Change token registry ABI.
This commit is contained in:
parent
68e520d516
commit
6b704a4f19
@ -1,7 +1,7 @@
|
|||||||
import Web3 from 'web3';
|
import Web3 from 'web3';
|
||||||
import { environment } from '@src/environments/environment';
|
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);
|
const web3: Web3 = new Web3(environment.web3Provider);
|
||||||
|
|
||||||
export class TokenRegistry {
|
export class TokenRegistry {
|
||||||
|
Loading…
Reference in New Issue
Block a user