Merge branch 'master' into spencer/docs
# Conflicts: # src/app/_eth/token-registry.ts
This commit is contained in:
commit
51027dccfa
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user