Skip to content

Commit

Permalink
add override chain id functionality for plasmic editing (#1204)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jipperism authored Dec 1, 2023
1 parent 6ef5b40 commit 6488e79
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frontend/plasmic-init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,12 @@ PLASMIC.registerComponent(HypercertFetcher, {
name: "HypercertFetcher",
description: "Client-side fetch metadata from IPFS",
props: {
overrideChainId: {
type: "number",
helpText: "Override chainId",
editOnly: true,
defaultValue: 5,
},
variableName: {
type: "string",
helpText: "Name to use in Plasmic data picker",
Expand Down

0 comments on commit 6488e79

Please sign in to comment.