Skip to content

Commit

Permalink
Merge pull request #31 from NetSepio/message-signature
Browse files Browse the repository at this point in the history
App build
  • Loading branch information
adetyaz authored Dec 1, 2023
2 parents 73a2d02 + faa8a3c commit 6903d77
Show file tree
Hide file tree
Showing 102 changed files with 8,552 additions and 12,532 deletions.
10 changes: 7 additions & 3 deletions .env.dev
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
PUBLIC_GATEWAY_URL = "https://gateway.netsepio.com/api/v1.0"
PUBLIC_SUBGRAPH_URL = "https://api.thegraph.com/subgraphs/name/netsepio/netsepio-mumbai"
PUBLIC_JSON_RPC_PROVIDER_URL = "https://polygon-mumbai.g.alchemy.com/v2/QuHFh_kiJbakSBUi8Js2Jtvaz6WfE-if"
PUBLIC_NFT_STORAGE_API_KEY =
PUBLIC_ALCHEMY_SDK_API = ""
PUBLIC_NFT_STORAGE_API_KEY = ""
PUBLIC_NODE_URL = "https://fullnode.testnet.aptoslabs.com/v1"


# "https://gateway.netsepio.com/api/v1.0"
# "https://aptos.gateway.netsepio.com/api/v1.0"
# "https://gateway.netsepio.com/api/v1.0"
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.DS_Store
node_modules
/build
# /build
/.svelte-kit
/package
.env
Expand Down
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
"pluginSearchDirs": ["."],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }],
"svelteSortOrder": "scripts-markup-styles"
}
Loading

0 comments on commit 6903d77

Please sign in to comment.