Skip to content

Commit 6903d77

Browse files
authored
Merge pull request #31 from NetSepio/message-signature
App build
2 parents 73a2d02 + faa8a3c commit 6903d77

102 files changed

Lines changed: 8552 additions & 12532 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.env.dev

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
PUBLIC_GATEWAY_URL = "https://gateway.netsepio.com/api/v1.0"
22
PUBLIC_SUBGRAPH_URL = "https://api.thegraph.com/subgraphs/name/netsepio/netsepio-mumbai"
3-
PUBLIC_JSON_RPC_PROVIDER_URL = "https://polygon-mumbai.g.alchemy.com/v2/QuHFh_kiJbakSBUi8Js2Jtvaz6WfE-if"
4-
PUBLIC_NFT_STORAGE_API_KEY =
5-
PUBLIC_ALCHEMY_SDK_API = ""
3+
PUBLIC_NFT_STORAGE_API_KEY = ""
4+
PUBLIC_NODE_URL = "https://fullnode.testnet.aptoslabs.com/v1"
5+
6+
7+
# "https://gateway.netsepio.com/api/v1.0"
8+
# "https://aptos.gateway.netsepio.com/api/v1.0"
9+
# "https://gateway.netsepio.com/api/v1.0"

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.DS_Store
22
node_modules
3-
/build
3+
# /build
44
/.svelte-kit
55
/package
66
.env

.prettierrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
"printWidth": 100,
66
"plugins": ["prettier-plugin-svelte"],
77
"pluginSearchDirs": ["."],
8-
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
8+
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }],
9+
"svelteSortOrder": "scripts-markup-styles"
910
}

0 commit comments

Comments
 (0)