Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
848c7b418b | ||
|
|
f619cf4353 | ||
|
|
877db71e2a |
20
.github/workflows/release.yaml
vendored
20
.github/workflows/release.yaml
vendored
@@ -59,15 +59,15 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
cidv0: ${{ steps.upload.outputs.hash }}
|
cidv0: ${{ steps.upload.outputs.hash }}
|
||||||
|
|
||||||
- name: Update DNS with new IPFS hash
|
# - name: Update DNS with new IPFS hash
|
||||||
env:
|
# env:
|
||||||
CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}
|
# CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}
|
||||||
RECORD_DOMAIN: 'uniswap.org'
|
# RECORD_DOMAIN: 'uniswap.org'
|
||||||
RECORD_NAME: '_dnslink.app'
|
# RECORD_NAME: '_dnslink.app'
|
||||||
CLOUDFLARE_ZONE_ID: ${{ secrets.CLOUDFLARE_ZONE_ID }}
|
# CLOUDFLARE_ZONE_ID: ${{ secrets.CLOUDFLARE_ZONE_ID }}
|
||||||
uses: textileio/cloudflare-update-dnslink@0fe7b7a1ffc865db3a4da9773f0f987447ad5848
|
# uses: textileio/cloudflare-update-dnslink@0fe7b7a1ffc865db3a4da9773f0f987447ad5848
|
||||||
with:
|
# with:
|
||||||
cid: ${{ steps.upload.outputs.hash }}
|
# cid: ${{ steps.upload.outputs.hash }}
|
||||||
|
|
||||||
- name: Create GitHub Release
|
- name: Create GitHub Release
|
||||||
id: create_release
|
id: create_release
|
||||||
@@ -92,7 +92,7 @@ jobs:
|
|||||||
|
|
||||||
Preferred URLs:
|
Preferred URLs:
|
||||||
- https://${{ steps.convert_cidv0.outputs.cidv1 }}.ipfs.dweb.link/
|
- https://${{ steps.convert_cidv0.outputs.cidv1 }}.ipfs.dweb.link/
|
||||||
- https://${{ steps.convert_cidv0.outputs.cidv1 }}.cf-ipfs.com/
|
- https://${{ steps.convert_cidv0.outputs.cidv1 }}.ipfs.cf-ipfs.com/
|
||||||
- [ipfs://${{ steps.upload.outputs.hash }}/](ipfs://${{ steps.upload.outputs.hash }}/)
|
- [ipfs://${{ steps.upload.outputs.hash }}/](ipfs://${{ steps.upload.outputs.hash }}/)
|
||||||
|
|
||||||
Other IPFS gateways:
|
Other IPFS gateways:
|
||||||
|
|||||||
@@ -34,6 +34,13 @@ if (typeof GOOGLE_ANALYTICS_ID === 'string') {
|
|||||||
ReactGA.initialize('test', { testMode: true, debug: true })
|
ReactGA.initialize('test', { testMode: true, debug: true })
|
||||||
}
|
}
|
||||||
|
|
||||||
|
window.addEventListener('error', error => {
|
||||||
|
ReactGA.exception({
|
||||||
|
description: `${error.message} @ ${error.filename}:${error.lineno}:${error.colno}`,
|
||||||
|
fatal: true
|
||||||
|
})
|
||||||
|
})
|
||||||
|
|
||||||
function Updaters() {
|
function Updaters() {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
|
|||||||
Reference in New Issue
Block a user