Skip to content

Commit f0091d0

Browse files
committed
fix price in demo
1 parent 8f2e381 commit f0091d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/react/src/components/Connected.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ export const Connected = () => {
360360
const currencyAddress = '0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359'
361361
const salesContractAddress = '0xe65b75eb7c58ffc0bf0e671d64d0e1c6cd0d3e5b'
362362
const collectionAddress = '0xdeb398f41ccd290ee5114df7e498cf04fac916cb'
363-
const price = '200000'
363+
const price = '20000'
364364
const contractId = '674eb5613d739107bbd18ed2'
365365

366366
const chainId = 137

0 commit comments

Comments
 (0)