Skip to content

Commit 218ccae

Browse files
committed
fix(IPFS): Changing address used for this repo
1 parent d5245a6 commit 218ccae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/footer/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class Footer extends React.Component {
2525

2626
async componentDidMount () {
2727
try {
28-
const addr = 'bitcoincash:qq8mk8etntclfdkny2aknh4ylc0uaewalszh5eytnr'
28+
const addr = 'bitcoincash:qqwdv3hkmvd5vk0uhwqrqnef54542e5ctvy3ppt0nq'
2929
const hash = await _this.memoGet.read(addr)
3030
console.log(`hash: ${hash}`)
3131
this.setState({

0 commit comments

Comments
 (0)