Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into feat/consumer-param…
Browse files Browse the repository at this point in the history
…eters
  • Loading branch information
LucaMilanese90 committed Jul 5, 2023
2 parents 73e000c + 4d9002d commit 36e9e71
Show file tree
Hide file tree
Showing 7 changed files with 154 additions and 228 deletions.
4 changes: 2 additions & 2 deletions app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ module.exports = {

// List of chainIds which metadata cache queries will return by default.
// This preselects the Chains user preferences.
chainIds: [1, 137, 56, 246, 1285],
chainIds: [1, 137],

// List of all supported chainIds. Used to populate the Chains user preferences list.
chainIdsSupported: [1, 137, 56, 246, 1285, 5, 80001],
chainIdsSupported: [1, 137, 5, 80001],

defaultDatatokenTemplateIndex: 2,
// The ETH address the marketplace fee will be sent to.
Expand Down
Loading

0 comments on commit 36e9e71

Please sign in to comment.