diff --git a/src/app/_eth/token-registry.ts b/src/app/_eth/token-registry.ts index 9dd11e0..c1bbe67 100644 --- a/src/app/_eth/token-registry.ts +++ b/src/app/_eth/token-registry.ts @@ -5,7 +5,7 @@ import Web3 from 'web3'; import { environment } from '@src/environments/environment'; /** Fetch the token registry contract's ABI. */ -const abi: Array = require('@src/assets/js/block-sync/data/AccountsIndex.json'); +const abi: Array = require('@src/assets/js/block-sync/data/TokenUniqueSymbolIndex.json'); /** Establish a connection to the blockchain network. */ const web3: Web3 = new Web3(environment.web3Provider);