We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d52f4d4 commit 881bf76Copy full SHA for 881bf76
governance/xc_admin/packages/xc_admin_frontend/components/tabs/General.tsx
@@ -205,6 +205,7 @@ const General = () => {
205
const jsonParsed = JSON.parse(json)
206
Object.keys(jsonParsed).forEach((symbol) => {
207
if (
208
+ existingSymbols.has(symbol) &&
209
jsonParsed[symbol].address &&
210
jsonParsed[symbol].address !== data[symbol].address
211
) {
@@ -218,6 +219,7 @@ const General = () => {
218
219
// check if json keys "priceAccounts" key "address" key is changed
220
221
222
223
jsonParsed[symbol].priceAccounts[0] &&
224
data[symbol].priceAccounts[0] &&
225
jsonParsed[symbol].priceAccounts[0].address &&
0 commit comments