Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebrand Previewnet #87

Merged
merged 3 commits into from
Feb 26, 2024
Merged

Rebrand Previewnet #87

merged 3 commits into from
Feb 26, 2024

Conversation

chasefleming
Copy link
Member

Closes #???

Description


  • Targeted PR against main branch
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work
  • Code follows the standards mentioned here
  • Updated relevant documentation
  • Re-reviewed Files changed in the Github PR explorer
  • Added appropriate labels

Copy link

vercel bot commented Feb 26, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
flow-faucet-crescendo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 26, 2024 7:40pm
flow-faucet-testnet ❌ Failed (Inspect) Feb 26, 2024 7:40pm

@@ -1,8 +1,8 @@
export type Networks = "testnet" | "crescendo"
export type Networks = "testnet" | "previewnet"
export type TokenTypes = typeof FLOW_TYPE | typeof FUSD_TYPE
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👋🏼 FUSD

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That won't show anywhere else. It's removed on master.

@@ -6,8 +6,8 @@ if (!network) throw "Missing NEXT_PUBLIC_NETWORK"
const testNetUrl = process.env.NEXT_PUBLIC_TEST_NET_URL
if (!testNetUrl) throw "Missing NEXT_PUBLIC_TEST_NET_URL"

const crescendoNetUrl = process.env.NEXT_PUBLIC_CRESCENDO_URL
if (!crescendoNetUrl) throw "Missing NEXT_PUBLIC_CRESCENDO_URL"
const previewnetUrl = process.env.NEXT_PUBLIC_PREVIEWNET_URL
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

using PREVIEW_NET elsewhere

@@ -1,6 +1,6 @@
NEXT_PUBLIC_NETWORK=testnet
NEXT_PUBLIC_TEST_NET_URL=http://localhost:3000
NEXT_PUBLIC_CRESCENDO_URL=http://localhost:3000
NEXT_PUBLIC_PREVIEWNET_URL=http://localhost:3000
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

using PREVIEW_NET elsewhere

@chasefleming chasefleming merged commit 73c28a3 into evm-enabled Feb 26, 2024
4 of 5 checks passed
@chasefleming chasefleming deleted the cf/rebrand-previewnet branch February 26, 2024 19:47
chasefleming added a commit that referenced this pull request Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants