Skip to content

Commit

Permalink
address and collection changes
Browse files Browse the repository at this point in the history
  • Loading branch information
devsisingh committed Jan 22, 2024
1 parent 6c02c6a commit 712ab94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/mint.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ const Mint = () => {
const transaction = {
arguments: [],
function:
"0x75bcfe882d1a4d032ead2b47f377e4c95221594d66ab2bd09a61aded4c9d64f9::erebrus::user_mint",
"0x75bcfe882d1a4d032ead2b47f377e4c95221594d66ab2bd09a61aded4c9d64f9::erebrus01::user_mint",
type: "entry_function_payload",
type_arguments: [],
};
Expand Down
2 changes: 1 addition & 1 deletion pages/subscription.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ const Subscription = () => {
limit: 12,
offset: 0,
where: [
{ current_token_data: { current_collection: { collection_id: { _eq: "0xf85e432e4bc0d52dec50b53ae3f8528eba3d7c92d1ea7a4aefd20d8d2005f2d7" } } } },
{ current_token_data: { current_collection: { collection_id: { _eq: "0xf3c6757f1cff73dbee78addcc204861b295a649f35115539f84865afea5fff9e" } } } },
],
},
operationName: "getAccountCurrentTokens",
Expand Down

0 comments on commit 712ab94

Please sign in to comment.