Skip to content

Commit

Permalink
whops, fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Sep 27, 2022
1 parent 370f66f commit 87adcba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/common/helpers/contracts/goerli.ts
@@ -1,5 +1,5 @@
export { address as SoulboundIdentityAddress } from '@masa-finance/masa-contracts-identity/deployments/goerli/SoulboundIdentity.json';
export { address as SoulboundCreditReportAddress } from '@masa-finance/masa-contracts-identity/deployments/goerli/SoulboundCreditReport.json';
export { address as SoulNameAddress } from '@masa-finance/masa-contracts-identity/deployments/goerli/SoulName.json';
export { address as SoulFactoryAddress } from '@masa-finance/masa-contracts-identity/deployments/goerli/SoulFactory.json';
export { address as SoulStoreAddress } from '@masa-finance/masa-contracts-identity/deployments/goerli/SoulStore.json';
export { address as SoulLinkerAddress } from '@masa-finance/masa-contracts-identity/deployments/goerli/SoulLinker.json';
2 changes: 1 addition & 1 deletion src/common/helpers/contracts/index.ts
Expand Up @@ -64,7 +64,7 @@ export const loadContracts = async ({
);

const SoulStoreContract = SoulStore__factory.connect(
addresses[network].SoulFactoryAddress,
addresses[network].SoulStoreAddress,
p
);

Expand Down

0 comments on commit 87adcba

Please sign in to comment.