Skip to content

Commit

Permalink
fix: update mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
kemuru committed Jun 21, 2024
1 parent 659d346 commit f1bf12a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/deploy/00-escrow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const disputeTemplate = `{
const mapping = `[
{
"type": "graphql",
"endpoint": "https://gateway-arbitrum.network.thegraph.com/api/{{graphApiKey}}/subgraphs/id/3aZxYcZpZL5BuVhuUupqVrCV8VeNyZEvjmPXibyPHDFQ",
"endpoint": "https://gateway-arbitrum.network.thegraph.com/api/{{{graphApiKey}}}/subgraphs/id/3aZxYcZpZL5BuVhuUupqVrCV8VeNyZEvjmPXibyPHDFQ",
"query": "query GetTransaction($transactionId: ID!) { escrow(id: $transactionId) { transactionUri buyer seller amount token deadline } }",
"variables": {
"transactionId": "{{externalDisputeID}}"
Expand All @@ -58,7 +58,7 @@ const mapping = `[
},
{
"type": "fetch/ipfs/json",
"ipfsUri": "{{transactionUri}}",
"ipfsUri": "{{{transactionUri}}}",
"seek": ["title", "description", "extraDescriptionUri"],
"populate": ["escrowTitle", "deliverableText", "extraDescriptionUri"]
}
Expand Down

0 comments on commit f1bf12a

Please sign in to comment.