Skip to content

Commit

Permalink
Update rc (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
Schwartz10 authored Sep 5, 2022
1 parent 8deb632 commit 7c9bc4f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 20 deletions.
12 changes: 0 additions & 12 deletions jest.setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,3 @@ global.TextEncoder = TextEncoder
import '@testing-library/jest-dom'
import 'jest-styled-components'
import 'whatwg-fetch'

process.env.NEXT_PUBLIC_HOME_URL = 'https://glif.io'
process.env.NEXT_PUBLIC_BLOG_URL = 'https://blog.glif.io/'
process.env.NEXT_PUBLIC_WALLET_URL = 'https://wallet-calibration.glif.link'
process.env.NEXT_PUBLIC_SAFE_URL = 'https://safe-calibration.glif.link'
process.env.NEXT_PUBLIC_EXPLORER_URL = 'https://explorer-calibration.glif.link'
process.env.NEXT_PUBLIC_VERIFIER_URL = 'https://verify-calibration.glif.link'
process.env.NEXT_PUBLIC_LOTUS_NODE_JSONRPC =
'https://api.calibration.node.glif.io/rpc/v0'
process.env.NEXT_PUBLIC_COIN_TYPE = 't'
process.env.NEXT_PUBLIC_GRAPH_API_URL =
'https://graph-calibration.glif.link/query'
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@glif/filecoin-message": "^2.0.0-beta.16",
"@glif/filecoin-number": "^2.0.0-beta.16",
"@glif/logger": "^2.0.0-beta.7",
"@glif/react-components": "^2.0.0-alpha.152",
"@glif/react-components": "^2.0.0-alpha.153",
"next": "^12.2.3",
"prop-types": "^15.8.1",
"react": "^17.0.2",
Expand Down

0 comments on commit 7c9bc4f

Please sign in to comment.