diff --git a/package.json b/package.json index dcaff3cab..257ef5f16 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "apollo-link": "^1.2.2", "apollo-link-http": "1.5.14", "apollo-link-state": "^0.4.1", + "big-integer": "^1.6.44", "content-hash": "^2.4.1", "core-js": "^3.1.4", "cross-fetch": "^2.2.3", diff --git a/src/components/SingleName/Name.js b/src/components/SingleName/Name.js index cb27a1e1d..53e41111a 100644 --- a/src/components/SingleName/Name.js +++ b/src/components/SingleName/Name.js @@ -113,7 +113,7 @@ function Name({ details: domain, name, pathname, type, refetch }) { readOnly={account === EMPTY_ADDRESS} /> ) : type === 'short' && domain.owner === EMPTY_ADDRESS ? ( // check it's short and hasn't been claimed already - + ) : (

- Short names auctions will start soon at OpenSea + Short names are currently on auction at OpenSea. 5+ + letter auctions end September 29, 4 letter auctions end October 6, and + 3 letter auctions end October 13

- + Bid Now
diff --git a/src/routes/Home.js b/src/routes/Home.js index 0be249ca0..7d66267e2 100644 --- a/src/routes/Home.js +++ b/src/routes/Home.js @@ -302,8 +302,8 @@ export default props => (

- The short name auctions will start soon at  - OpenSea + The short name auctions are in progress at  + opensea.io/ens-landing

diff --git a/yarn.lock b/yarn.lock index d1b8de991..088793cad 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2724,6 +2724,11 @@ bcrypt-pbkdf@^1.0.0: dependencies: tweetnacl "^0.14.3" +big-integer@^1.6.44: + version "1.6.44" + resolved "https://registry.yarnpkg.com/big-integer/-/big-integer-1.6.44.tgz#4ee9ae5f5839fc11ade338fea216b4513454a539" + integrity sha512-7MzElZPTyJ2fNvBkPxtFQ2fWIkVmuzw41+BZHSzpEq3ymB2MfeKp1+yXl/tS75xCx+WnyV+yb0kp+K1C3UNwmQ== + big.js@^5.2.2: version "5.2.2" resolved "https://registry.yarnpkg.com/big.js/-/big.js-5.2.2.tgz#65f0af382f578bcdc742bd9c281e9cb2d7768328"