Skip to content

Commit

Permalink
chore: replace goerli as default network
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Jul 29, 2024
1 parent 3218217 commit 433b67b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/utils/environments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const environments: Environment[] = [
{
environment: "local",
apiUrl: "http://localhost:4000/",
networkName: "goerli",
networkName: "sepolia",
arweave: {
host: "arweave.net",
port: 443,
Expand All @@ -22,7 +22,7 @@ export const environments: Environment[] = [
{
environment: "dev",
apiUrl: "https://dev.middleware.masa.finance/",
networkName: "goerli",
networkName: "sepolia",
arweave: {
host: "arweave.net",
port: 443,
Expand All @@ -33,7 +33,7 @@ export const environments: Environment[] = [
{
environment: "stage",
apiUrl: "https://beta.middleware.masa.finance/",
networkName: "goerli",
networkName: "sepolia",
arweave: {
host: "arweave.net",
port: 443,
Expand Down

0 comments on commit 433b67b

Please sign in to comment.