Skip to content

Commit

Permalink
fix: discoverable => noDiscovery
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKheops committed Dec 2, 2024
1 parent 04368e9 commit 54b19b8
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 56 deletions.
2 changes: 1 addition & 1 deletion data/evm-networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@
"coingeckoId": "matic-network",
"isDefault": false,
"mirrorOf": "137-evm-native",
"discoverable": false
"noDiscovery": false
}
]
},
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
"@polkadot/util": "^13.2.3",
"@polkadot/util-crypto": "^13.2.3",
"@supercharge/promise-pool": "^3.1.0",
"@talismn/balances": "0.0.0-pr1722-20241129080828",
"@talismn/chain-connector": "0.0.0-pr1722-20241129080828",
"@talismn/chain-connector-evm": "0.0.0-pr1722-20241129080828",
"@talismn/chaindata-provider": "0.0.0-pr1722-20241129080828",
"@talismn/scale": "0.0.0-pr1722-20241129080828",
"@talismn/balances": "0.0.0-pr1722-20241202001940",
"@talismn/chain-connector": "0.0.0-pr1722-20241202001940",
"@talismn/chain-connector-evm": "0.0.0-pr1722-20241202001940",
"@talismn/chaindata-provider": "0.0.0-pr1722-20241202001940",
"@talismn/scale": "0.0.0-pr1722-20241202001940",
"axios": "^1.6.2",
"dotenv": "^16.3.1",
"extract-colors": "^2.0.6",
Expand Down
94 changes: 47 additions & 47 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions schemas/json/evm-networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"mirrorOf": { "type": "string" },
"dcentName": { "type": "string" },
"themeColor": { "type": "string" },
"discoverable": { "type": "boolean" }
"noDiscovery": { "type": "boolean" }
},
"additionalProperties": false
},
Expand All @@ -58,7 +58,7 @@
"logo": { "type": "string" },
"mirrorOf": { "type": "string" },
"isDefault": { "type": "boolean" },
"discoverable": { "type": "boolean" }
"noDiscovery": { "type": "boolean" }
},
"required": ["symbol", "contractAddress"],
"additionalProperties": false
Expand All @@ -82,7 +82,7 @@
},
"logo": { "type": "string" },
"isDefault": { "type": "boolean" },
"discoverable": { "type": "boolean" }
"noDiscovery": { "type": "boolean" }
},
"required": ["contractAddress"],
"additionalProperties": false
Expand Down

0 comments on commit 54b19b8

Please sign in to comment.