diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index 3c5fc7142..a58b31439 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -908,11 +908,8 @@ ], "governance": [ { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "karura" - } + "type": "subsquare", + "url": "https://karuraa.subsquare.io/api" } ] }, @@ -1192,8 +1189,8 @@ ], "governance": [ { - "type": "polkassembly", - "url": "https://moonriver-hasura.herokuapp.com/v1/graphql" + "type": "subsquare", + "url": "https://moonriver.subsquare.io/api" } ], "governance-delegations": [ @@ -1658,12 +1655,19 @@ "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost-kusama.subsquare.io/api" + } ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", "addressPrefix": 6, "options": [ - "governance-v1" + "governance-v1", + "governance" ] }, { @@ -3014,11 +3018,8 @@ ], "governance": [ { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "acala" - } + "type": "subsquare", + "url": "https://acala.subsquare.io/api" } ] }, @@ -5774,10 +5775,19 @@ "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost.subsquare.io/api" + } ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", - "addressPrefix": 6 + "addressPrefix": 6, + "options": [ + "governance-v1" + ] }, { "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", diff --git a/governance/v2/dapps_dev.json b/governance/v2/dapps_dev.json index ab2548742..160f64c62 100644 --- a/governance/v2/dapps_dev.json +++ b/governance/v2/dapps_dev.json @@ -229,6 +229,13 @@ "urlV1": "https://moonriver.polkassembly.io/referendum/{referendumId}", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" + }, + { + "title": "Subsquare", + "urlV1": "https://moonriver.subsquare.io/democracy/referendum/{referendumId}", + "urlV2": "https://moonriver.subsquare.io/referenda/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/SubSquare.svg", + "details": "Comment and react" } ] }, @@ -348,7 +355,8 @@ "dapps": [ { "title": "Subsquare", - "urlV1": "https://bifrost.subsquare.io/democracy/referendum/{referendumId}", + "urlV1": "https://bifrost-kusama.subsquare.io/democracy/referendum/{referendumId}", + "urlV2": "https://bifrost-kusama.subsquare.io/referenda/referendum/{referendumId}", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/SubSquare.svg", "details": "Comment and react" } @@ -375,5 +383,16 @@ "details": "Comment and react" } ] + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "dapps": [ + { + "title": "Subsquare", + "urlV1": "https://bifrost.subsquare.io/democracy/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/SubSquare.svg", + "details": "Comment and react" + } + ] } ]