Skip to content

Commit

Permalink
updated references
Browse files Browse the repository at this point in the history
  • Loading branch information
qedric committed May 25, 2024
1 parent 250c537 commit 90ae0a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contracts/src/scripts/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ import {
createWalletClient,
custom,
http,
toHex,
parseAbiItem } from 'viem'
import { sepolia } from 'viem/chains'

import abi from '../data/PoEMarketplace_abi.json'
import abi from '../../lib/PoEMarketplace_abi.json'

const CONTRACT = process.env.CONTRACT_ADDRESS || '0x..'

Expand Down

0 comments on commit 90ae0a8

Please sign in to comment.