Skip to content

Commit

Permalink
ci: update json files (#2830)
Browse files Browse the repository at this point in the history
Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com>
  • Loading branch information
novasama-bot[bot] authored Dec 11, 2024
1 parent fe24477 commit e94c642
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
11 changes: 10 additions & 1 deletion src/renderer/shared/config/chains/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -7423,7 +7423,10 @@
"parentId": "0x91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-spektr-utils/main/icons/v1/chains/Mythos.svg",
"options": [
"ethereum_based"
"multisig",
"ethereum_based",
"regular_proxy",
"pure_proxy"
],
"nodes": [
{
Expand Down Expand Up @@ -7459,6 +7462,12 @@
"type": "subquery",
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-mythos"
}
],
"proxy": [
{
"type": "subquery",
"url": "https://subquery-proxy-mythos-prod.novasama-tech.org"
}
]
}
}
Expand Down
11 changes: 10 additions & 1 deletion src/renderer/shared/config/chains/chains_dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -7872,7 +7872,10 @@
"parentId": "0x91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-spektr-utils/main/icons/v1/chains/Mythos.svg",
"options": [
"ethereum_based"
"multisig",
"ethereum_based",
"regular_proxy",
"pure_proxy"
],
"nodes": [
{
Expand Down Expand Up @@ -7908,6 +7911,12 @@
"type": "subquery",
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-mythos"
}
],
"proxy": [
{
"type": "subquery",
"url": "https://subquery-proxy-mythos-prod.novasama-tech.org"
}
]
}
}
Expand Down

0 comments on commit e94c642

Please sign in to comment.