parent
a726f67453
commit
2ccd228f23
@ -10,12 +10,12 @@ exports[`should inject metadata for valid assets 1`] = `
|
|||||||
<meta name="description" content="Swap or provide liquidity on the Uniswap Protocol" />
|
<meta name="description" content="Swap or provide liquidity on the Uniswap Protocol" />
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
. will be replaced with the URL of the \`public\` folder during build.
|
will be replaced with the URL of the \`public\` folder during build.
|
||||||
Only files inside the \`public\` folder can be referenced from the HTML.
|
Only files inside the \`public\` folder can be referenced from the HTML.
|
||||||
-->
|
-->
|
||||||
<link rel="shortcut icon" type="image/png" href="./favicon.png" />
|
<link rel="shortcut icon" type="image/png" href="/favicon.png" />
|
||||||
<link rel="apple-touch-icon" sizes="192x192" href="./images/192x192_App_Icon.png" />
|
<link rel="apple-touch-icon" sizes="192x192" href="/images/192x192_App_Icon.png" />
|
||||||
<link rel="apple-touch-icon" sizes="512x512" href="./images/512x512_App_Icon.png" />
|
<link rel="apple-touch-icon" sizes="512x512" href="/images/512x512_App_Icon.png" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||||||
<meta name="theme-color" content="#FC72FF" />
|
<meta name="theme-color" content="#FC72FF" />
|
||||||
@ -36,9 +36,9 @@ exports[`should inject metadata for valid assets 1`] = `
|
|||||||
manifest.json provides metadata used when the app is installed as a PWA.
|
manifest.json provides metadata used when the app is installed as a PWA.
|
||||||
See https://developers.google.com/web/fundamentals/web-app-manifest/
|
See https://developers.google.com/web/fundamentals/web-app-manifest/
|
||||||
-->
|
-->
|
||||||
<link rel="manifest" href="./manifest.json" />
|
<link rel="manifest" href="/manifest.json" />
|
||||||
|
|
||||||
<link rel="preload" href="./fonts/Inter-roman.var.woff2" as="font" type="font/woff2" crossorigin />
|
<link rel="preload" href="/fonts/Inter-roman.var.woff2" as="font" type="font/woff2" crossorigin />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
* {
|
* {
|
||||||
@ -55,9 +55,9 @@ exports[`should inject metadata for valid assets 1`] = `
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: block;
|
font-display: block;
|
||||||
font-named-instance: 'Regular';
|
font-named-instance: 'Regular';
|
||||||
src: url(./fonts/Inter-roman.var.woff2) format('woff2 supports variations(gvar)'),
|
src: url(/fonts/Inter-roman.var.woff2) format('woff2 supports variations(gvar)'),
|
||||||
url(./fonts/Inter-roman.var.woff2) format('woff2-variations'),
|
url(/fonts/Inter-roman.var.woff2) format('woff2-variations'),
|
||||||
url(./fonts/Inter-roman.var.woff2) format('woff2');
|
url(/fonts/Inter-roman.var.woff2) format('woff2');
|
||||||
}
|
}
|
||||||
|
|
||||||
@supports (font-variation-settings: normal) {
|
@supports (font-variation-settings: normal) {
|
||||||
@ -116,7 +116,7 @@ exports[`should inject metadata for valid assets 1`] = `
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script defer src="./static/js/bundle.js"></script><meta property="og:title" content="Azuki #2550"/><meta property="og:image" content="https://cdn.center.app/1/0xED5AF388653567Af2F388E6224dC7C4b3241C544/2550/d268b7f60a56306ced68b9762709ceaff4f1ee939f3150e7363fae300a59da12.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:alt" content="Azuki #2550"/><meta property="og:type" content="website"/><meta property="og:url" content="http://127.0.0.1:3000/nfts/asset/0xed5af388653567af2f388e6224dc7c4b3241c544/2550"/><meta property="twitter:card" content="summary_large_image"/><meta property="twitter:title" content="Azuki #2550"/><meta property="twitter:image" content="https://cdn.center.app/1/0xED5AF388653567Af2F388E6224dC7C4b3241C544/2550/d268b7f60a56306ced68b9762709ceaff4f1ee939f3150e7363fae300a59da12.png"/><meta property="twitter:image:alt" content="Azuki #2550"/></head>
|
<script defer src="/static/js/bundle.js"></script><meta property="og:title" content="Azuki #2550"/><meta property="og:image" content="https://cdn.center.app/1/0xED5AF388653567Af2F388E6224dC7C4b3241C544/2550/d268b7f60a56306ced68b9762709ceaff4f1ee939f3150e7363fae300a59da12.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:alt" content="Azuki #2550"/><meta property="og:type" content="website"/><meta property="og:url" content="http://127.0.0.1:3000/nfts/asset/0xed5af388653567af2f388e6224dc7c4b3241c544/2550"/><meta property="twitter:card" content="summary_large_image"/><meta property="twitter:title" content="Azuki #2550"/><meta property="twitter:image" content="https://cdn.center.app/1/0xED5AF388653567Af2F388E6224dC7C4b3241C544/2550/d268b7f60a56306ced68b9762709ceaff4f1ee939f3150e7363fae300a59da12.png"/><meta property="twitter:image:alt" content="Azuki #2550"/></head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||||
@ -142,12 +142,12 @@ exports[`should inject metadata for valid assets 2`] = `
|
|||||||
<meta name="description" content="Swap or provide liquidity on the Uniswap Protocol" />
|
<meta name="description" content="Swap or provide liquidity on the Uniswap Protocol" />
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
. will be replaced with the URL of the \`public\` folder during build.
|
will be replaced with the URL of the \`public\` folder during build.
|
||||||
Only files inside the \`public\` folder can be referenced from the HTML.
|
Only files inside the \`public\` folder can be referenced from the HTML.
|
||||||
-->
|
-->
|
||||||
<link rel="shortcut icon" type="image/png" href="./favicon.png" />
|
<link rel="shortcut icon" type="image/png" href="/favicon.png" />
|
||||||
<link rel="apple-touch-icon" sizes="192x192" href="./images/192x192_App_Icon.png" />
|
<link rel="apple-touch-icon" sizes="192x192" href="/images/192x192_App_Icon.png" />
|
||||||
<link rel="apple-touch-icon" sizes="512x512" href="./images/512x512_App_Icon.png" />
|
<link rel="apple-touch-icon" sizes="512x512" href="/images/512x512_App_Icon.png" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||||||
<meta name="theme-color" content="#FC72FF" />
|
<meta name="theme-color" content="#FC72FF" />
|
||||||
@ -168,9 +168,9 @@ exports[`should inject metadata for valid assets 2`] = `
|
|||||||
manifest.json provides metadata used when the app is installed as a PWA.
|
manifest.json provides metadata used when the app is installed as a PWA.
|
||||||
See https://developers.google.com/web/fundamentals/web-app-manifest/
|
See https://developers.google.com/web/fundamentals/web-app-manifest/
|
||||||
-->
|
-->
|
||||||
<link rel="manifest" href="./manifest.json" />
|
<link rel="manifest" href="/manifest.json" />
|
||||||
|
|
||||||
<link rel="preload" href="./fonts/Inter-roman.var.woff2" as="font" type="font/woff2" crossorigin />
|
<link rel="preload" href="/fonts/Inter-roman.var.woff2" as="font" type="font/woff2" crossorigin />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
* {
|
* {
|
||||||
@ -187,9 +187,9 @@ exports[`should inject metadata for valid assets 2`] = `
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: block;
|
font-display: block;
|
||||||
font-named-instance: 'Regular';
|
font-named-instance: 'Regular';
|
||||||
src: url(./fonts/Inter-roman.var.woff2) format('woff2 supports variations(gvar)'),
|
src: url(/fonts/Inter-roman.var.woff2) format('woff2 supports variations(gvar)'),
|
||||||
url(./fonts/Inter-roman.var.woff2) format('woff2-variations'),
|
url(/fonts/Inter-roman.var.woff2) format('woff2-variations'),
|
||||||
url(./fonts/Inter-roman.var.woff2) format('woff2');
|
url(/fonts/Inter-roman.var.woff2) format('woff2');
|
||||||
}
|
}
|
||||||
|
|
||||||
@supports (font-variation-settings: normal) {
|
@supports (font-variation-settings: normal) {
|
||||||
@ -248,7 +248,7 @@ exports[`should inject metadata for valid assets 2`] = `
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script defer src="./static/js/bundle.js"></script><meta property="og:title" content="Bored Ape Yacht Club #3735"/><meta property="og:image" content="https://cdn.center.app/v2/1/697f69bb495aaa24c66638cae921977354f0b8274fc2e2814e455f355e67f01d/88c2ac6b73288e41051d3fd58ff3cef1f4908403f05f4a7d2a8435d003758529.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:alt" content="Bored Ape Yacht Club #3735"/><meta property="og:type" content="website"/><meta property="og:url" content="http://127.0.0.1:3000/nfts/asset/0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d/3735"/><meta property="twitter:card" content="summary_large_image"/><meta property="twitter:title" content="Bored Ape Yacht Club #3735"/><meta property="twitter:image" content="https://cdn.center.app/v2/1/697f69bb495aaa24c66638cae921977354f0b8274fc2e2814e455f355e67f01d/88c2ac6b73288e41051d3fd58ff3cef1f4908403f05f4a7d2a8435d003758529.png"/><meta property="twitter:image:alt" content="Bored Ape Yacht Club #3735"/></head>
|
<script defer src="/static/js/bundle.js"></script><meta property="og:title" content="Bored Ape Yacht Club #3735"/><meta property="og:image" content="https://cdn.center.app/v2/1/697f69bb495aaa24c66638cae921977354f0b8274fc2e2814e455f355e67f01d/88c2ac6b73288e41051d3fd58ff3cef1f4908403f05f4a7d2a8435d003758529.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:alt" content="Bored Ape Yacht Club #3735"/><meta property="og:type" content="website"/><meta property="og:url" content="http://127.0.0.1:3000/nfts/asset/0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d/3735"/><meta property="twitter:card" content="summary_large_image"/><meta property="twitter:title" content="Bored Ape Yacht Club #3735"/><meta property="twitter:image" content="https://cdn.center.app/v2/1/697f69bb495aaa24c66638cae921977354f0b8274fc2e2814e455f355e67f01d/88c2ac6b73288e41051d3fd58ff3cef1f4908403f05f4a7d2a8435d003758529.png"/><meta property="twitter:image:alt" content="Bored Ape Yacht Club #3735"/></head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||||
@ -274,12 +274,12 @@ exports[`should inject metadata for valid assets 3`] = `
|
|||||||
<meta name="description" content="Swap or provide liquidity on the Uniswap Protocol" />
|
<meta name="description" content="Swap or provide liquidity on the Uniswap Protocol" />
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
. will be replaced with the URL of the \`public\` folder during build.
|
will be replaced with the URL of the \`public\` folder during build.
|
||||||
Only files inside the \`public\` folder can be referenced from the HTML.
|
Only files inside the \`public\` folder can be referenced from the HTML.
|
||||||
-->
|
-->
|
||||||
<link rel="shortcut icon" type="image/png" href="./favicon.png" />
|
<link rel="shortcut icon" type="image/png" href="/favicon.png" />
|
||||||
<link rel="apple-touch-icon" sizes="192x192" href="./images/192x192_App_Icon.png" />
|
<link rel="apple-touch-icon" sizes="192x192" href="/images/192x192_App_Icon.png" />
|
||||||
<link rel="apple-touch-icon" sizes="512x512" href="./images/512x512_App_Icon.png" />
|
<link rel="apple-touch-icon" sizes="512x512" href="/images/512x512_App_Icon.png" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||||||
<meta name="theme-color" content="#FC72FF" />
|
<meta name="theme-color" content="#FC72FF" />
|
||||||
@ -300,9 +300,9 @@ exports[`should inject metadata for valid assets 3`] = `
|
|||||||
manifest.json provides metadata used when the app is installed as a PWA.
|
manifest.json provides metadata used when the app is installed as a PWA.
|
||||||
See https://developers.google.com/web/fundamentals/web-app-manifest/
|
See https://developers.google.com/web/fundamentals/web-app-manifest/
|
||||||
-->
|
-->
|
||||||
<link rel="manifest" href="./manifest.json" />
|
<link rel="manifest" href="/manifest.json" />
|
||||||
|
|
||||||
<link rel="preload" href="./fonts/Inter-roman.var.woff2" as="font" type="font/woff2" crossorigin />
|
<link rel="preload" href="/fonts/Inter-roman.var.woff2" as="font" type="font/woff2" crossorigin />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
* {
|
* {
|
||||||
@ -319,9 +319,9 @@ exports[`should inject metadata for valid assets 3`] = `
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: block;
|
font-display: block;
|
||||||
font-named-instance: 'Regular';
|
font-named-instance: 'Regular';
|
||||||
src: url(./fonts/Inter-roman.var.woff2) format('woff2 supports variations(gvar)'),
|
src: url(/fonts/Inter-roman.var.woff2) format('woff2 supports variations(gvar)'),
|
||||||
url(./fonts/Inter-roman.var.woff2) format('woff2-variations'),
|
url(/fonts/Inter-roman.var.woff2) format('woff2-variations'),
|
||||||
url(./fonts/Inter-roman.var.woff2) format('woff2');
|
url(/fonts/Inter-roman.var.woff2) format('woff2');
|
||||||
}
|
}
|
||||||
|
|
||||||
@supports (font-variation-settings: normal) {
|
@supports (font-variation-settings: normal) {
|
||||||
@ -380,7 +380,7 @@ exports[`should inject metadata for valid assets 3`] = `
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script defer src="./static/js/bundle.js"></script><meta property="og:title" content="CryptoPunk #3947"/><meta property="og:image" content="https://cdn.center.app/1/0xb47e3cd837dDF8e4c57F05d70Ab865de6e193BBB/3947/62319d784e7a816d190aa184ffe58550d6ed8eb2e117b218e2ac02f126538ee6.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:alt" content="CryptoPunk #3947"/><meta property="og:type" content="website"/><meta property="og:url" content="http://127.0.0.1:3000/nfts/asset/0xb47e3cd837ddf8e4c57f05d70ab865de6e193bbb/3947"/><meta property="twitter:card" content="summary_large_image"/><meta property="twitter:title" content="CryptoPunk #3947"/><meta property="twitter:image" content="https://cdn.center.app/1/0xb47e3cd837dDF8e4c57F05d70Ab865de6e193BBB/3947/62319d784e7a816d190aa184ffe58550d6ed8eb2e117b218e2ac02f126538ee6.png"/><meta property="twitter:image:alt" content="CryptoPunk #3947"/></head>
|
<script defer src="/static/js/bundle.js"></script><meta property="og:title" content="CryptoPunk #3947"/><meta property="og:image" content="https://cdn.center.app/1/0xb47e3cd837dDF8e4c57F05d70Ab865de6e193BBB/3947/62319d784e7a816d190aa184ffe58550d6ed8eb2e117b218e2ac02f126538ee6.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:alt" content="CryptoPunk #3947"/><meta property="og:type" content="website"/><meta property="og:url" content="http://127.0.0.1:3000/nfts/asset/0xb47e3cd837ddf8e4c57f05d70ab865de6e193bbb/3947"/><meta property="twitter:card" content="summary_large_image"/><meta property="twitter:title" content="CryptoPunk #3947"/><meta property="twitter:image" content="https://cdn.center.app/1/0xb47e3cd837dDF8e4c57F05d70Ab865de6e193BBB/3947/62319d784e7a816d190aa184ffe58550d6ed8eb2e117b218e2ac02f126538ee6.png"/><meta property="twitter:image:alt" content="CryptoPunk #3947"/></head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||||
|
@ -10,12 +10,12 @@ exports[`should inject metadata for valid collections 1`] = `
|
|||||||
<meta name="description" content="Swap or provide liquidity on the Uniswap Protocol" />
|
<meta name="description" content="Swap or provide liquidity on the Uniswap Protocol" />
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
. will be replaced with the URL of the \`public\` folder during build.
|
will be replaced with the URL of the \`public\` folder during build.
|
||||||
Only files inside the \`public\` folder can be referenced from the HTML.
|
Only files inside the \`public\` folder can be referenced from the HTML.
|
||||||
-->
|
-->
|
||||||
<link rel="shortcut icon" type="image/png" href="./favicon.png" />
|
<link rel="shortcut icon" type="image/png" href="/favicon.png" />
|
||||||
<link rel="apple-touch-icon" sizes="192x192" href="./images/192x192_App_Icon.png" />
|
<link rel="apple-touch-icon" sizes="192x192" href="/images/192x192_App_Icon.png" />
|
||||||
<link rel="apple-touch-icon" sizes="512x512" href="./images/512x512_App_Icon.png" />
|
<link rel="apple-touch-icon" sizes="512x512" href="/images/512x512_App_Icon.png" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||||||
<meta name="theme-color" content="#FC72FF" />
|
<meta name="theme-color" content="#FC72FF" />
|
||||||
@ -36,9 +36,9 @@ exports[`should inject metadata for valid collections 1`] = `
|
|||||||
manifest.json provides metadata used when the app is installed as a PWA.
|
manifest.json provides metadata used when the app is installed as a PWA.
|
||||||
See https://developers.google.com/web/fundamentals/web-app-manifest/
|
See https://developers.google.com/web/fundamentals/web-app-manifest/
|
||||||
-->
|
-->
|
||||||
<link rel="manifest" href="./manifest.json" />
|
<link rel="manifest" href="/manifest.json" />
|
||||||
|
|
||||||
<link rel="preload" href="./fonts/Inter-roman.var.woff2" as="font" type="font/woff2" crossorigin />
|
<link rel="preload" href="/fonts/Inter-roman.var.woff2" as="font" type="font/woff2" crossorigin />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
* {
|
* {
|
||||||
@ -55,9 +55,9 @@ exports[`should inject metadata for valid collections 1`] = `
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: block;
|
font-display: block;
|
||||||
font-named-instance: 'Regular';
|
font-named-instance: 'Regular';
|
||||||
src: url(./fonts/Inter-roman.var.woff2) format('woff2 supports variations(gvar)'),
|
src: url(/fonts/Inter-roman.var.woff2) format('woff2 supports variations(gvar)'),
|
||||||
url(./fonts/Inter-roman.var.woff2) format('woff2-variations'),
|
url(/fonts/Inter-roman.var.woff2) format('woff2-variations'),
|
||||||
url(./fonts/Inter-roman.var.woff2) format('woff2');
|
url(/fonts/Inter-roman.var.woff2) format('woff2');
|
||||||
}
|
}
|
||||||
|
|
||||||
@supports (font-variation-settings: normal) {
|
@supports (font-variation-settings: normal) {
|
||||||
@ -116,7 +116,7 @@ exports[`should inject metadata for valid collections 1`] = `
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script defer src="./static/js/bundle.js"></script><meta property="og:title" content="Azuki on Uniswap"/><meta property="og:image" content="https://i.seadn.io/gae/H8jOCJuQokNqGBpkBN5wk1oZwO7LM8bNnrHCaekV2nKjnCqw6UB5oaH8XyNeBDj6bA_n1mjejzhFQUP3O1NfjFLHr3FOaeHcTOOT?w=500&auto=format"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:alt" content="Azuki on Uniswap"/><meta property="og:type" content="website"/><meta property="og:url" content="http://127.0.0.1:3000/nfts/collection/0xed5af388653567af2f388e6224dc7c4b3241c544"/><meta property="twitter:card" content="summary_large_image"/><meta property="twitter:title" content="Azuki on Uniswap"/><meta property="twitter:image" content="https://i.seadn.io/gae/H8jOCJuQokNqGBpkBN5wk1oZwO7LM8bNnrHCaekV2nKjnCqw6UB5oaH8XyNeBDj6bA_n1mjejzhFQUP3O1NfjFLHr3FOaeHcTOOT?w=500&auto=format"/><meta property="twitter:image:alt" content="Azuki on Uniswap"/></head>
|
<script defer src="/static/js/bundle.js"></script><meta property="og:title" content="Azuki on Uniswap"/><meta property="og:image" content="https://i.seadn.io/gae/H8jOCJuQokNqGBpkBN5wk1oZwO7LM8bNnrHCaekV2nKjnCqw6UB5oaH8XyNeBDj6bA_n1mjejzhFQUP3O1NfjFLHr3FOaeHcTOOT?w=500&auto=format"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:alt" content="Azuki on Uniswap"/><meta property="og:type" content="website"/><meta property="og:url" content="http://127.0.0.1:3000/nfts/collection/0xed5af388653567af2f388e6224dc7c4b3241c544"/><meta property="twitter:card" content="summary_large_image"/><meta property="twitter:title" content="Azuki on Uniswap"/><meta property="twitter:image" content="https://i.seadn.io/gae/H8jOCJuQokNqGBpkBN5wk1oZwO7LM8bNnrHCaekV2nKjnCqw6UB5oaH8XyNeBDj6bA_n1mjejzhFQUP3O1NfjFLHr3FOaeHcTOOT?w=500&auto=format"/><meta property="twitter:image:alt" content="Azuki on Uniswap"/></head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||||
@ -142,12 +142,12 @@ exports[`should inject metadata for valid collections 2`] = `
|
|||||||
<meta name="description" content="Swap or provide liquidity on the Uniswap Protocol" />
|
<meta name="description" content="Swap or provide liquidity on the Uniswap Protocol" />
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
. will be replaced with the URL of the \`public\` folder during build.
|
will be replaced with the URL of the \`public\` folder during build.
|
||||||
Only files inside the \`public\` folder can be referenced from the HTML.
|
Only files inside the \`public\` folder can be referenced from the HTML.
|
||||||
-->
|
-->
|
||||||
<link rel="shortcut icon" type="image/png" href="./favicon.png" />
|
<link rel="shortcut icon" type="image/png" href="/favicon.png" />
|
||||||
<link rel="apple-touch-icon" sizes="192x192" href="./images/192x192_App_Icon.png" />
|
<link rel="apple-touch-icon" sizes="192x192" href="/images/192x192_App_Icon.png" />
|
||||||
<link rel="apple-touch-icon" sizes="512x512" href="./images/512x512_App_Icon.png" />
|
<link rel="apple-touch-icon" sizes="512x512" href="/images/512x512_App_Icon.png" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||||||
<meta name="theme-color" content="#FC72FF" />
|
<meta name="theme-color" content="#FC72FF" />
|
||||||
@ -168,9 +168,9 @@ exports[`should inject metadata for valid collections 2`] = `
|
|||||||
manifest.json provides metadata used when the app is installed as a PWA.
|
manifest.json provides metadata used when the app is installed as a PWA.
|
||||||
See https://developers.google.com/web/fundamentals/web-app-manifest/
|
See https://developers.google.com/web/fundamentals/web-app-manifest/
|
||||||
-->
|
-->
|
||||||
<link rel="manifest" href="./manifest.json" />
|
<link rel="manifest" href="/manifest.json" />
|
||||||
|
|
||||||
<link rel="preload" href="./fonts/Inter-roman.var.woff2" as="font" type="font/woff2" crossorigin />
|
<link rel="preload" href="/fonts/Inter-roman.var.woff2" as="font" type="font/woff2" crossorigin />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
* {
|
* {
|
||||||
@ -187,9 +187,9 @@ exports[`should inject metadata for valid collections 2`] = `
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: block;
|
font-display: block;
|
||||||
font-named-instance: 'Regular';
|
font-named-instance: 'Regular';
|
||||||
src: url(./fonts/Inter-roman.var.woff2) format('woff2 supports variations(gvar)'),
|
src: url(/fonts/Inter-roman.var.woff2) format('woff2 supports variations(gvar)'),
|
||||||
url(./fonts/Inter-roman.var.woff2) format('woff2-variations'),
|
url(/fonts/Inter-roman.var.woff2) format('woff2-variations'),
|
||||||
url(./fonts/Inter-roman.var.woff2) format('woff2');
|
url(/fonts/Inter-roman.var.woff2) format('woff2');
|
||||||
}
|
}
|
||||||
|
|
||||||
@supports (font-variation-settings: normal) {
|
@supports (font-variation-settings: normal) {
|
||||||
@ -248,7 +248,7 @@ exports[`should inject metadata for valid collections 2`] = `
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script defer src="./static/js/bundle.js"></script><meta property="og:title" content="Bored Ape Yacht Club on Uniswap"/><meta property="og:image" content="https://i.seadn.io/gae/Ju9CkWtV-1Okvf45wo8UctR-M9He2PjILP0oOvxE89AyiPPGtrR3gysu1Zgy0hjd2xKIgjJJtWIc0ybj4Vd7wv8t3pxDGHoJBzDB?w=500&auto=format"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:alt" content="Bored Ape Yacht Club on Uniswap"/><meta property="og:type" content="website"/><meta property="og:url" content="http://127.0.0.1:3000/nfts/collection/0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d"/><meta property="twitter:card" content="summary_large_image"/><meta property="twitter:title" content="Bored Ape Yacht Club on Uniswap"/><meta property="twitter:image" content="https://i.seadn.io/gae/Ju9CkWtV-1Okvf45wo8UctR-M9He2PjILP0oOvxE89AyiPPGtrR3gysu1Zgy0hjd2xKIgjJJtWIc0ybj4Vd7wv8t3pxDGHoJBzDB?w=500&auto=format"/><meta property="twitter:image:alt" content="Bored Ape Yacht Club on Uniswap"/></head>
|
<script defer src="/static/js/bundle.js"></script><meta property="og:title" content="Bored Ape Yacht Club on Uniswap"/><meta property="og:image" content="https://i.seadn.io/gae/Ju9CkWtV-1Okvf45wo8UctR-M9He2PjILP0oOvxE89AyiPPGtrR3gysu1Zgy0hjd2xKIgjJJtWIc0ybj4Vd7wv8t3pxDGHoJBzDB?w=500&auto=format"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:alt" content="Bored Ape Yacht Club on Uniswap"/><meta property="og:type" content="website"/><meta property="og:url" content="http://127.0.0.1:3000/nfts/collection/0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d"/><meta property="twitter:card" content="summary_large_image"/><meta property="twitter:title" content="Bored Ape Yacht Club on Uniswap"/><meta property="twitter:image" content="https://i.seadn.io/gae/Ju9CkWtV-1Okvf45wo8UctR-M9He2PjILP0oOvxE89AyiPPGtrR3gysu1Zgy0hjd2xKIgjJJtWIc0ybj4Vd7wv8t3pxDGHoJBzDB?w=500&auto=format"/><meta property="twitter:image:alt" content="Bored Ape Yacht Club on Uniswap"/></head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||||
@ -274,12 +274,12 @@ exports[`should inject metadata for valid collections 3`] = `
|
|||||||
<meta name="description" content="Swap or provide liquidity on the Uniswap Protocol" />
|
<meta name="description" content="Swap or provide liquidity on the Uniswap Protocol" />
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
. will be replaced with the URL of the \`public\` folder during build.
|
will be replaced with the URL of the \`public\` folder during build.
|
||||||
Only files inside the \`public\` folder can be referenced from the HTML.
|
Only files inside the \`public\` folder can be referenced from the HTML.
|
||||||
-->
|
-->
|
||||||
<link rel="shortcut icon" type="image/png" href="./favicon.png" />
|
<link rel="shortcut icon" type="image/png" href="/favicon.png" />
|
||||||
<link rel="apple-touch-icon" sizes="192x192" href="./images/192x192_App_Icon.png" />
|
<link rel="apple-touch-icon" sizes="192x192" href="/images/192x192_App_Icon.png" />
|
||||||
<link rel="apple-touch-icon" sizes="512x512" href="./images/512x512_App_Icon.png" />
|
<link rel="apple-touch-icon" sizes="512x512" href="/images/512x512_App_Icon.png" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||||||
<meta name="theme-color" content="#FC72FF" />
|
<meta name="theme-color" content="#FC72FF" />
|
||||||
@ -300,9 +300,9 @@ exports[`should inject metadata for valid collections 3`] = `
|
|||||||
manifest.json provides metadata used when the app is installed as a PWA.
|
manifest.json provides metadata used when the app is installed as a PWA.
|
||||||
See https://developers.google.com/web/fundamentals/web-app-manifest/
|
See https://developers.google.com/web/fundamentals/web-app-manifest/
|
||||||
-->
|
-->
|
||||||
<link rel="manifest" href="./manifest.json" />
|
<link rel="manifest" href="/manifest.json" />
|
||||||
|
|
||||||
<link rel="preload" href="./fonts/Inter-roman.var.woff2" as="font" type="font/woff2" crossorigin />
|
<link rel="preload" href="/fonts/Inter-roman.var.woff2" as="font" type="font/woff2" crossorigin />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
* {
|
* {
|
||||||
@ -319,9 +319,9 @@ exports[`should inject metadata for valid collections 3`] = `
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: block;
|
font-display: block;
|
||||||
font-named-instance: 'Regular';
|
font-named-instance: 'Regular';
|
||||||
src: url(./fonts/Inter-roman.var.woff2) format('woff2 supports variations(gvar)'),
|
src: url(/fonts/Inter-roman.var.woff2) format('woff2 supports variations(gvar)'),
|
||||||
url(./fonts/Inter-roman.var.woff2) format('woff2-variations'),
|
url(/fonts/Inter-roman.var.woff2) format('woff2-variations'),
|
||||||
url(./fonts/Inter-roman.var.woff2) format('woff2');
|
url(/fonts/Inter-roman.var.woff2) format('woff2');
|
||||||
}
|
}
|
||||||
|
|
||||||
@supports (font-variation-settings: normal) {
|
@supports (font-variation-settings: normal) {
|
||||||
@ -380,7 +380,7 @@ exports[`should inject metadata for valid collections 3`] = `
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script defer src="./static/js/bundle.js"></script><meta property="og:title" content="CLONE X - X TAKASHI MURAKAMI on Uniswap"/><meta property="og:image" content="https://i.seadn.io/gae/XN0XuD8Uh3jyRWNtPTFeXJg_ht8m5ofDx6aHklOiy4amhFuWUa0JaR6It49AH8tlnYS386Q0TW_-Lmedn0UET_ko1a3CbJGeu5iHMg?w=500&auto=format"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:alt" content="CLONE X - X TAKASHI MURAKAMI on Uniswap"/><meta property="og:type" content="website"/><meta property="og:url" content="http://127.0.0.1:3000/nfts/collection/0x49cf6f5d44e70224e2e23fdcdd2c053f30ada28b"/><meta property="twitter:card" content="summary_large_image"/><meta property="twitter:title" content="CLONE X - X TAKASHI MURAKAMI on Uniswap"/><meta property="twitter:image" content="https://i.seadn.io/gae/XN0XuD8Uh3jyRWNtPTFeXJg_ht8m5ofDx6aHklOiy4amhFuWUa0JaR6It49AH8tlnYS386Q0TW_-Lmedn0UET_ko1a3CbJGeu5iHMg?w=500&auto=format"/><meta property="twitter:image:alt" content="CLONE X - X TAKASHI MURAKAMI on Uniswap"/></head>
|
<script defer src="/static/js/bundle.js"></script><meta property="og:title" content="CLONE X - X TAKASHI MURAKAMI on Uniswap"/><meta property="og:image" content="https://i.seadn.io/gae/XN0XuD8Uh3jyRWNtPTFeXJg_ht8m5ofDx6aHklOiy4amhFuWUa0JaR6It49AH8tlnYS386Q0TW_-Lmedn0UET_ko1a3CbJGeu5iHMg?w=500&auto=format"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:alt" content="CLONE X - X TAKASHI MURAKAMI on Uniswap"/><meta property="og:type" content="website"/><meta property="og:url" content="http://127.0.0.1:3000/nfts/collection/0x49cf6f5d44e70224e2e23fdcdd2c053f30ada28b"/><meta property="twitter:card" content="summary_large_image"/><meta property="twitter:title" content="CLONE X - X TAKASHI MURAKAMI on Uniswap"/><meta property="twitter:image" content="https://i.seadn.io/gae/XN0XuD8Uh3jyRWNtPTFeXJg_ht8m5ofDx6aHklOiy4amhFuWUa0JaR6It49AH8tlnYS386Q0TW_-Lmedn0UET_ko1a3CbJGeu5iHMg?w=500&auto=format"/><meta property="twitter:image:alt" content="CLONE X - X TAKASHI MURAKAMI on Uniswap"/></head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||||
|
@ -10,12 +10,12 @@ exports[`should inject metadata for valid tokens 1`] = `
|
|||||||
<meta name="description" content="Swap or provide liquidity on the Uniswap Protocol" />
|
<meta name="description" content="Swap or provide liquidity on the Uniswap Protocol" />
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
. will be replaced with the URL of the \`public\` folder during build.
|
will be replaced with the URL of the \`public\` folder during build.
|
||||||
Only files inside the \`public\` folder can be referenced from the HTML.
|
Only files inside the \`public\` folder can be referenced from the HTML.
|
||||||
-->
|
-->
|
||||||
<link rel="shortcut icon" type="image/png" href="./favicon.png" />
|
<link rel="shortcut icon" type="image/png" href="/favicon.png" />
|
||||||
<link rel="apple-touch-icon" sizes="192x192" href="./images/192x192_App_Icon.png" />
|
<link rel="apple-touch-icon" sizes="192x192" href="/images/192x192_App_Icon.png" />
|
||||||
<link rel="apple-touch-icon" sizes="512x512" href="./images/512x512_App_Icon.png" />
|
<link rel="apple-touch-icon" sizes="512x512" href="/images/512x512_App_Icon.png" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||||||
<meta name="theme-color" content="#FC72FF" />
|
<meta name="theme-color" content="#FC72FF" />
|
||||||
@ -36,9 +36,9 @@ exports[`should inject metadata for valid tokens 1`] = `
|
|||||||
manifest.json provides metadata used when the app is installed as a PWA.
|
manifest.json provides metadata used when the app is installed as a PWA.
|
||||||
See https://developers.google.com/web/fundamentals/web-app-manifest/
|
See https://developers.google.com/web/fundamentals/web-app-manifest/
|
||||||
-->
|
-->
|
||||||
<link rel="manifest" href="./manifest.json" />
|
<link rel="manifest" href="/manifest.json" />
|
||||||
|
|
||||||
<link rel="preload" href="./fonts/Inter-roman.var.woff2" as="font" type="font/woff2" crossorigin />
|
<link rel="preload" href="/fonts/Inter-roman.var.woff2" as="font" type="font/woff2" crossorigin />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
* {
|
* {
|
||||||
@ -55,9 +55,9 @@ exports[`should inject metadata for valid tokens 1`] = `
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: block;
|
font-display: block;
|
||||||
font-named-instance: 'Regular';
|
font-named-instance: 'Regular';
|
||||||
src: url(./fonts/Inter-roman.var.woff2) format('woff2 supports variations(gvar)'),
|
src: url(/fonts/Inter-roman.var.woff2) format('woff2 supports variations(gvar)'),
|
||||||
url(./fonts/Inter-roman.var.woff2) format('woff2-variations'),
|
url(/fonts/Inter-roman.var.woff2) format('woff2-variations'),
|
||||||
url(./fonts/Inter-roman.var.woff2) format('woff2');
|
url(/fonts/Inter-roman.var.woff2) format('woff2');
|
||||||
}
|
}
|
||||||
|
|
||||||
@supports (font-variation-settings: normal) {
|
@supports (font-variation-settings: normal) {
|
||||||
@ -116,7 +116,7 @@ exports[`should inject metadata for valid tokens 1`] = `
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script defer src="./static/js/bundle.js"></script><meta property="og:title" content="Get USDC on Uniswap"/><meta property="og:image" content="https://raw.githubusercontent.com/Uniswap/assets/master/blockchains/ethereum/assets/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48/logo.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:alt" content="Get USDC on Uniswap"/><meta property="og:type" content="website"/><meta property="og:url" content="http://127.0.0.1:3000/tokens/ethereum/0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"/><meta property="twitter:card" content="summary_large_image"/><meta property="twitter:title" content="Get USDC on Uniswap"/><meta property="twitter:image" content="https://raw.githubusercontent.com/Uniswap/assets/master/blockchains/ethereum/assets/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48/logo.png"/><meta property="twitter:image:alt" content="Get USDC on Uniswap"/></head>
|
<script defer src="/static/js/bundle.js"></script><meta property="og:title" content="Get USDC on Uniswap"/><meta property="og:image" content="https://raw.githubusercontent.com/Uniswap/assets/master/blockchains/ethereum/assets/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48/logo.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:alt" content="Get USDC on Uniswap"/><meta property="og:type" content="website"/><meta property="og:url" content="http://127.0.0.1:3000/tokens/ethereum/0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"/><meta property="twitter:card" content="summary_large_image"/><meta property="twitter:title" content="Get USDC on Uniswap"/><meta property="twitter:image" content="https://raw.githubusercontent.com/Uniswap/assets/master/blockchains/ethereum/assets/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48/logo.png"/><meta property="twitter:image:alt" content="Get USDC on Uniswap"/></head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||||
@ -142,12 +142,12 @@ exports[`should inject metadata for valid tokens 2`] = `
|
|||||||
<meta name="description" content="Swap or provide liquidity on the Uniswap Protocol" />
|
<meta name="description" content="Swap or provide liquidity on the Uniswap Protocol" />
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
. will be replaced with the URL of the \`public\` folder during build.
|
will be replaced with the URL of the \`public\` folder during build.
|
||||||
Only files inside the \`public\` folder can be referenced from the HTML.
|
Only files inside the \`public\` folder can be referenced from the HTML.
|
||||||
-->
|
-->
|
||||||
<link rel="shortcut icon" type="image/png" href="./favicon.png" />
|
<link rel="shortcut icon" type="image/png" href="/favicon.png" />
|
||||||
<link rel="apple-touch-icon" sizes="192x192" href="./images/192x192_App_Icon.png" />
|
<link rel="apple-touch-icon" sizes="192x192" href="/images/192x192_App_Icon.png" />
|
||||||
<link rel="apple-touch-icon" sizes="512x512" href="./images/512x512_App_Icon.png" />
|
<link rel="apple-touch-icon" sizes="512x512" href="/images/512x512_App_Icon.png" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||||||
<meta name="theme-color" content="#FC72FF" />
|
<meta name="theme-color" content="#FC72FF" />
|
||||||
@ -168,9 +168,9 @@ exports[`should inject metadata for valid tokens 2`] = `
|
|||||||
manifest.json provides metadata used when the app is installed as a PWA.
|
manifest.json provides metadata used when the app is installed as a PWA.
|
||||||
See https://developers.google.com/web/fundamentals/web-app-manifest/
|
See https://developers.google.com/web/fundamentals/web-app-manifest/
|
||||||
-->
|
-->
|
||||||
<link rel="manifest" href="./manifest.json" />
|
<link rel="manifest" href="/manifest.json" />
|
||||||
|
|
||||||
<link rel="preload" href="./fonts/Inter-roman.var.woff2" as="font" type="font/woff2" crossorigin />
|
<link rel="preload" href="/fonts/Inter-roman.var.woff2" as="font" type="font/woff2" crossorigin />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
* {
|
* {
|
||||||
@ -187,9 +187,9 @@ exports[`should inject metadata for valid tokens 2`] = `
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: block;
|
font-display: block;
|
||||||
font-named-instance: 'Regular';
|
font-named-instance: 'Regular';
|
||||||
src: url(./fonts/Inter-roman.var.woff2) format('woff2 supports variations(gvar)'),
|
src: url(/fonts/Inter-roman.var.woff2) format('woff2 supports variations(gvar)'),
|
||||||
url(./fonts/Inter-roman.var.woff2) format('woff2-variations'),
|
url(/fonts/Inter-roman.var.woff2) format('woff2-variations'),
|
||||||
url(./fonts/Inter-roman.var.woff2) format('woff2');
|
url(/fonts/Inter-roman.var.woff2) format('woff2');
|
||||||
}
|
}
|
||||||
|
|
||||||
@supports (font-variation-settings: normal) {
|
@supports (font-variation-settings: normal) {
|
||||||
@ -248,7 +248,7 @@ exports[`should inject metadata for valid tokens 2`] = `
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script defer src="./static/js/bundle.js"></script><meta property="og:title" content="Get ETH on Uniswap"/><meta property="og:image" content="https://token-icons.s3.amazonaws.com/eth.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:alt" content="Get ETH on Uniswap"/><meta property="og:type" content="website"/><meta property="og:url" content="http://127.0.0.1:3000/tokens/ethereum/NATIVE"/><meta property="twitter:card" content="summary_large_image"/><meta property="twitter:title" content="Get ETH on Uniswap"/><meta property="twitter:image" content="https://token-icons.s3.amazonaws.com/eth.png"/><meta property="twitter:image:alt" content="Get ETH on Uniswap"/></head>
|
<script defer src="/static/js/bundle.js"></script><meta property="og:title" content="Get ETH on Uniswap"/><meta property="og:image" content="https://token-icons.s3.amazonaws.com/eth.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:alt" content="Get ETH on Uniswap"/><meta property="og:type" content="website"/><meta property="og:url" content="http://127.0.0.1:3000/tokens/ethereum/NATIVE"/><meta property="twitter:card" content="summary_large_image"/><meta property="twitter:title" content="Get ETH on Uniswap"/><meta property="twitter:image" content="https://token-icons.s3.amazonaws.com/eth.png"/><meta property="twitter:image:alt" content="Get ETH on Uniswap"/></head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||||
@ -274,12 +274,12 @@ exports[`should inject metadata for valid tokens 3`] = `
|
|||||||
<meta name="description" content="Swap or provide liquidity on the Uniswap Protocol" />
|
<meta name="description" content="Swap or provide liquidity on the Uniswap Protocol" />
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
. will be replaced with the URL of the \`public\` folder during build.
|
will be replaced with the URL of the \`public\` folder during build.
|
||||||
Only files inside the \`public\` folder can be referenced from the HTML.
|
Only files inside the \`public\` folder can be referenced from the HTML.
|
||||||
-->
|
-->
|
||||||
<link rel="shortcut icon" type="image/png" href="./favicon.png" />
|
<link rel="shortcut icon" type="image/png" href="/favicon.png" />
|
||||||
<link rel="apple-touch-icon" sizes="192x192" href="./images/192x192_App_Icon.png" />
|
<link rel="apple-touch-icon" sizes="192x192" href="/images/192x192_App_Icon.png" />
|
||||||
<link rel="apple-touch-icon" sizes="512x512" href="./images/512x512_App_Icon.png" />
|
<link rel="apple-touch-icon" sizes="512x512" href="/images/512x512_App_Icon.png" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||||||
<meta name="theme-color" content="#FC72FF" />
|
<meta name="theme-color" content="#FC72FF" />
|
||||||
@ -300,9 +300,9 @@ exports[`should inject metadata for valid tokens 3`] = `
|
|||||||
manifest.json provides metadata used when the app is installed as a PWA.
|
manifest.json provides metadata used when the app is installed as a PWA.
|
||||||
See https://developers.google.com/web/fundamentals/web-app-manifest/
|
See https://developers.google.com/web/fundamentals/web-app-manifest/
|
||||||
-->
|
-->
|
||||||
<link rel="manifest" href="./manifest.json" />
|
<link rel="manifest" href="/manifest.json" />
|
||||||
|
|
||||||
<link rel="preload" href="./fonts/Inter-roman.var.woff2" as="font" type="font/woff2" crossorigin />
|
<link rel="preload" href="/fonts/Inter-roman.var.woff2" as="font" type="font/woff2" crossorigin />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
* {
|
* {
|
||||||
@ -319,9 +319,9 @@ exports[`should inject metadata for valid tokens 3`] = `
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: block;
|
font-display: block;
|
||||||
font-named-instance: 'Regular';
|
font-named-instance: 'Regular';
|
||||||
src: url(./fonts/Inter-roman.var.woff2) format('woff2 supports variations(gvar)'),
|
src: url(/fonts/Inter-roman.var.woff2) format('woff2 supports variations(gvar)'),
|
||||||
url(./fonts/Inter-roman.var.woff2) format('woff2-variations'),
|
url(/fonts/Inter-roman.var.woff2) format('woff2-variations'),
|
||||||
url(./fonts/Inter-roman.var.woff2) format('woff2');
|
url(/fonts/Inter-roman.var.woff2) format('woff2');
|
||||||
}
|
}
|
||||||
|
|
||||||
@supports (font-variation-settings: normal) {
|
@supports (font-variation-settings: normal) {
|
||||||
@ -380,7 +380,7 @@ exports[`should inject metadata for valid tokens 3`] = `
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script defer src="./static/js/bundle.js"></script><meta property="og:title" content="Get MATIC on Uniswap"/><meta property="og:image" content="https://raw.githubusercontent.com/Uniswap/assets/master/blockchains/ethereum/assets/0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0/logo.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:alt" content="Get MATIC on Uniswap"/><meta property="og:type" content="website"/><meta property="og:url" content="http://127.0.0.1:3000/tokens/polygon/NATIVE"/><meta property="twitter:card" content="summary_large_image"/><meta property="twitter:title" content="Get MATIC on Uniswap"/><meta property="twitter:image" content="https://raw.githubusercontent.com/Uniswap/assets/master/blockchains/ethereum/assets/0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0/logo.png"/><meta property="twitter:image:alt" content="Get MATIC on Uniswap"/></head>
|
<script defer src="/static/js/bundle.js"></script><meta property="og:title" content="Get MATIC on Uniswap"/><meta property="og:image" content="https://raw.githubusercontent.com/Uniswap/assets/master/blockchains/ethereum/assets/0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0/logo.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:alt" content="Get MATIC on Uniswap"/><meta property="og:type" content="website"/><meta property="og:url" content="http://127.0.0.1:3000/tokens/polygon/NATIVE"/><meta property="twitter:card" content="summary_large_image"/><meta property="twitter:title" content="Get MATIC on Uniswap"/><meta property="twitter:image" content="https://raw.githubusercontent.com/Uniswap/assets/master/blockchains/ethereum/assets/0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0/logo.png"/><meta property="twitter:image:alt" content="Get MATIC on Uniswap"/></head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||||
@ -406,12 +406,12 @@ exports[`should inject metadata for valid tokens 4`] = `
|
|||||||
<meta name="description" content="Swap or provide liquidity on the Uniswap Protocol" />
|
<meta name="description" content="Swap or provide liquidity on the Uniswap Protocol" />
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
. will be replaced with the URL of the \`public\` folder during build.
|
will be replaced with the URL of the \`public\` folder during build.
|
||||||
Only files inside the \`public\` folder can be referenced from the HTML.
|
Only files inside the \`public\` folder can be referenced from the HTML.
|
||||||
-->
|
-->
|
||||||
<link rel="shortcut icon" type="image/png" href="./favicon.png" />
|
<link rel="shortcut icon" type="image/png" href="/favicon.png" />
|
||||||
<link rel="apple-touch-icon" sizes="192x192" href="./images/192x192_App_Icon.png" />
|
<link rel="apple-touch-icon" sizes="192x192" href="/images/192x192_App_Icon.png" />
|
||||||
<link rel="apple-touch-icon" sizes="512x512" href="./images/512x512_App_Icon.png" />
|
<link rel="apple-touch-icon" sizes="512x512" href="/images/512x512_App_Icon.png" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||||||
<meta name="theme-color" content="#FC72FF" />
|
<meta name="theme-color" content="#FC72FF" />
|
||||||
@ -432,9 +432,9 @@ exports[`should inject metadata for valid tokens 4`] = `
|
|||||||
manifest.json provides metadata used when the app is installed as a PWA.
|
manifest.json provides metadata used when the app is installed as a PWA.
|
||||||
See https://developers.google.com/web/fundamentals/web-app-manifest/
|
See https://developers.google.com/web/fundamentals/web-app-manifest/
|
||||||
-->
|
-->
|
||||||
<link rel="manifest" href="./manifest.json" />
|
<link rel="manifest" href="/manifest.json" />
|
||||||
|
|
||||||
<link rel="preload" href="./fonts/Inter-roman.var.woff2" as="font" type="font/woff2" crossorigin />
|
<link rel="preload" href="/fonts/Inter-roman.var.woff2" as="font" type="font/woff2" crossorigin />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
* {
|
* {
|
||||||
@ -451,9 +451,9 @@ exports[`should inject metadata for valid tokens 4`] = `
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: block;
|
font-display: block;
|
||||||
font-named-instance: 'Regular';
|
font-named-instance: 'Regular';
|
||||||
src: url(./fonts/Inter-roman.var.woff2) format('woff2 supports variations(gvar)'),
|
src: url(/fonts/Inter-roman.var.woff2) format('woff2 supports variations(gvar)'),
|
||||||
url(./fonts/Inter-roman.var.woff2) format('woff2-variations'),
|
url(/fonts/Inter-roman.var.woff2) format('woff2-variations'),
|
||||||
url(./fonts/Inter-roman.var.woff2) format('woff2');
|
url(/fonts/Inter-roman.var.woff2) format('woff2');
|
||||||
}
|
}
|
||||||
|
|
||||||
@supports (font-variation-settings: normal) {
|
@supports (font-variation-settings: normal) {
|
||||||
@ -512,7 +512,7 @@ exports[`should inject metadata for valid tokens 4`] = `
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script defer src="./static/js/bundle.js"></script><meta property="og:title" content="Get PEPE on Uniswap"/><meta property="og:image" content="https://raw.githubusercontent.com/Uniswap/assets/master/blockchains/ethereum/assets/0x6982508145454Ce325dDbE47a25d4ec3d2311933/logo.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:alt" content="Get PEPE on Uniswap"/><meta property="og:type" content="website"/><meta property="og:url" content="http://127.0.0.1:3000/tokens/ethereum/0x6982508145454ce325ddbe47a25d4ec3d2311933"/><meta property="twitter:card" content="summary_large_image"/><meta property="twitter:title" content="Get PEPE on Uniswap"/><meta property="twitter:image" content="https://raw.githubusercontent.com/Uniswap/assets/master/blockchains/ethereum/assets/0x6982508145454Ce325dDbE47a25d4ec3d2311933/logo.png"/><meta property="twitter:image:alt" content="Get PEPE on Uniswap"/></head>
|
<script defer src="/static/js/bundle.js"></script><meta property="og:title" content="Get PEPE on Uniswap"/><meta property="og:image" content="https://raw.githubusercontent.com/Uniswap/assets/master/blockchains/ethereum/assets/0x6982508145454Ce325dDbE47a25d4ec3d2311933/logo.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:alt" content="Get PEPE on Uniswap"/><meta property="og:type" content="website"/><meta property="og:url" content="http://127.0.0.1:3000/tokens/ethereum/0x6982508145454ce325ddbe47a25d4ec3d2311933"/><meta property="twitter:card" content="summary_large_image"/><meta property="twitter:title" content="Get PEPE on Uniswap"/><meta property="twitter:image" content="https://raw.githubusercontent.com/Uniswap/assets/master/blockchains/ethereum/assets/0x6982508145454Ce325dDbE47a25d4ec3d2311933/logo.png"/><meta property="twitter:image:alt" content="Get PEPE on Uniswap"/></head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||||
|
Loading…
Reference in New Issue
Block a user