Skip to content

Commit

Permalink
Iterate
Browse files Browse the repository at this point in the history
  • Loading branch information
serefyarar committed Apr 13, 2024
1 parent e8fb9c5 commit 69b546e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@indexnetwork/sdk",
"version": "0.0.6",
"version": "0.0.7",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const IndexConfig = {
defaultCID: "Qma1fQKSYtcGZ2vJ7CHEY9B4gd967V3cX5Bfmfwp19FjDP",
defaultCID: "Qmayic4Fyp6gUFnrEfzhuHnAEe7BUBAsUe1AaVJdCn21a4",
litNetwork: "habanero" as
| "cayenne"
| "custom"
Expand Down
2 changes: 1 addition & 1 deletion web-app/src/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export const appConfig = {
apiUrl: "https://dev.index.network/api", // TODO: handle better
ipfsProxy: "https://ipfs.io/ipfs",
ipfsInfura: "http://localhost:3001/avatar",
defaultCID: "Qma1fQKSYtcGZ2vJ7CHEY9B4gd967V3cX5Bfmfwp19FjDP", // Empty.
defaultCID: "Qmayic4Fyp6gUFnrEfzhuHnAEe7BUBAsUe1AaVJdCn21a4", // Empty.
litNetwork: "habanero" as
| "cayenne"
| "custom"
Expand Down

0 comments on commit 69b546e

Please sign in to comment.