Skip to content

Commit

Permalink
add prefixToId and reverse mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLaurenzo committed Mar 21, 2024
1 parent 8e37ff9 commit 009cd81
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion data/chainData.js
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,7 @@ export const prefixToId = {
"neutron": 21,
"qwoyn": 22,
"celestia": 23,
"quasar": 24,
}


Expand Down Expand Up @@ -553,7 +554,8 @@ export const idToChainId = {
20: "centuri-1",
21: "neutron-1",
22: "qwoyn-1",
23: "celestia"
23: "celestia",
24: "quasar"
}


Expand Down

0 comments on commit 009cd81

Please sign in to comment.