Skip to content

Commit

Permalink
Merge pull request #1910 from novasamatech/fix/update_bifrost_gov
Browse files Browse the repository at this point in the history
Update Bifrost, Moonriver gov in dev
  • Loading branch information
leohar authored Aug 3, 2023
2 parents 35f98d5 + f843f74 commit a295348
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 15 deletions.
38 changes: 24 additions & 14 deletions chains/v13/chains_dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
},
Expand Down Expand Up @@ -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": [
Expand Down Expand Up @@ -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"
]
},
{
Expand Down Expand Up @@ -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"
}
]
},
Expand Down Expand Up @@ -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",
Expand Down
21 changes: 20 additions & 1 deletion governance/v2/dapps_dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
},
Expand Down Expand Up @@ -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"
}
Expand All @@ -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"
}
]
}
]

0 comments on commit a295348

Please sign in to comment.