Merge branch 'master' into spencer/docs

# Conflicts:
#	src/app/_eth/token-registry.ts
This commit is contained in:
Spencer Ofwiti 2021-05-13 19:02:53 +03:00
commit 51027dccfa
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import Web3 from 'web3';
import { environment } from '@src/environments/environment';
/** Fetch the token registry contract's ABI. */
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');
/** Establish a connection to the blockchain network. */
const web3: Web3 = new Web3(environment.web3Provider);