Skip to content

Commit

Permalink
fix: add basilisk types (#3084)
Browse files Browse the repository at this point in the history
* fix: add basilisk types

* fix: on prod too
  • Loading branch information
stepanLav authored Oct 1, 2024
1 parent 59c99c8 commit 17e7e13
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions chains/v20/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -2205,6 +2205,10 @@
"options": [
"governance-v1"
],
"types": {
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json",
"overridesCommon": true
},
"additional": {
"feeViaRuntimeCall": true
}
Expand Down
4 changes: 4 additions & 0 deletions chains/v20/chains_dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -2396,6 +2396,10 @@
"options": [
"governance-v1"
],
"types": {
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json",
"overridesCommon": true
},
"additional": {
"feeViaRuntimeCall": true
}
Expand Down

0 comments on commit 17e7e13

Please sign in to comment.