Skip to content

Commit

Permalink
Merge pull request #1066 from Itheum/test
Browse files Browse the repository at this point in the history
TEST -> STG
  • Loading branch information
damienen authored Oct 17, 2023
2 parents ff0bbef + 5831ac7 commit 553c54b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libs/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,7 @@ export const EXPLORER_APP_SUPPORTED_NONCES: Record<string, Record<string, Array<
"trailblazer": [1],
"multiversxbubbles": [2],
"multiversxinfographics": [3],
"nftunes": [4],
},
};

Expand All @@ -552,5 +553,6 @@ export const EXPLORER_APP_FOR_NONCE: Record<string, Record<string, string>> = {
"trailblazer": "https://explorer.itheum.io/project-trailblazer",
"multiversxbubbles": "https://explorer.itheum.io/multiversx-bubbles",
"multiversxinfographics": "https://explorer.itheum.io/multiversx-infographics",
"nftunes": "https://explorer.itheum.io/nftunes",
},
};

0 comments on commit 553c54b

Please sign in to comment.