Skip to content

Commit

Permalink
Remove old bifrost api, #1051
Browse files Browse the repository at this point in the history
  • Loading branch information
hyifeng committed Sep 25, 2024
1 parent bcf5971 commit 32a33e4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion backend/packages/node-api/src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ const chains = {
phala: "phala",
statemine: "statemine",
statemint: "statemint",
bifrost: "bifrost", // bifrost is bifrost-kusama
bifrostKusama: "bifrost-kusama",
bifrostPolkadot: "bifrost-polkadot",
kintsugi: "kintsugi",
Expand Down
1 change: 0 additions & 1 deletion backend/packages/node-api/src/env/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ const chainEndpointPrefixMap = {
[chains.phala]: "PHA",
[chains.statemine]: "STATEMINE",
[chains.statemint]: "STATEMINT",
[chains.bifrost]: "BNC_KSM",
[chains.bifrostKusama]: "BNC_KSM",
[chains.bifrostPolkadot]: "BNC_DOT",
[chains.kintsugi]: "KINT",
Expand Down

0 comments on commit 32a33e4

Please sign in to comment.