Skip to content

Commit

Permalink
feat: disabled publish rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
HuberTRoy committed Jan 15, 2024
1 parent 22a97c5 commit 5d506d0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ VITE_TOKEN=SQT
VITE_STABLE_TOKEN=USDC.e
VITE_STABLE_TOKEN_ADDRESS=0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174
VITE_FLEXPLAN_ENABLED=true
VITE_STUDIO_ENABLED=false
VITE_NETWORK=mainnet
VITE_GQL_PROXY=https://gql-proxy.subquery.network
VITE_AUTH_URL=https://kepler-auth.subquery.network
Expand Down
1 change: 0 additions & 1 deletion .env.staging
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ VITE_TOKEN=SQT
VITE_STABLE_TOKEN=USDC.e
VITE_STABLE_TOKEN_ADDRESS=0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174
VITE_FLEXPLAN_ENABLED=true
VITE_STUDIO_ENABLED=false
VITE_NETWORK=mainnet
VITE_GQL_PROXY=https://gql-proxy.subquery.network
VITE_AUTH_URL=https://kepler-auth.subquery.network
Expand Down
2 changes: 1 addition & 1 deletion src/pages/studio/Create/Create.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ const Create: React.FC = () => {
onChange={(val) => {
form.setFieldValue(field.name, val.target.value);
}}
disabled={isEdit ? true : false}
disabled={true}
>
<Radio value={ProjectType.SUBQUERY}>SubQuery</Radio>
<Radio value={ProjectType.RPC}>RPC</Radio>
Expand Down

0 comments on commit 5d506d0

Please sign in to comment.