6 |
7 | {`How it works:
8 |
9 | $CHICO is a token that entitles you to 1 real limited edition t-shirt, shipped anywhere in the world.
10 |
11 | You can sell the token back at any time. To get a real pair, redeem a $CHICO token
12 |
13 | How it's priced:
14 |
15 | $CHICO tokens are listed starting at $25 USD. Each buy/sell will move the price. The increase or decrease follows a bonding curve. $CHICO will eventually find an equillibrium based on market demand.`}
16 |
17 |
18 | )
19 | }
20 |
21 | export default About
22 |
--------------------------------------------------------------------------------
/shop/src/themes/rare/pages/Connection.js:
--------------------------------------------------------------------------------
1 | import React from 'react'
2 |
3 | import { useWeb3Manager } from '../utils'
4 |
5 | const Connection = () => {
6 | const { account, chainId, isNetwork } = useWeb3Manager()
7 | return (
8 |