Skip to content

Commit

Permalink
hotfix: enable xcm with Bifrost
Browse files Browse the repository at this point in the history
  • Loading branch information
impelcrypto committed Jul 24, 2024
1 parent 2f81ce9 commit d8035e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
6 changes: 2 additions & 4 deletions src/links/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,10 @@ export const deepLink = {
metamask: `https://metamask.app.link/dapp/${window.location.host}/${deepLinkPath.metamask}`,
};

// Memo: use for debugging
export const devOrigin = 'http://localhost:8080';
export const stagingOrigin = 'https://staging.portal.astar.network';
// export const productionOrigin = 'https://portal.astar.network';
export const productionOrigin = 'https://portal.astar.network';
// Memo: for debugging
export const productionOrigin = devOrigin;
// export const productionOrigin = 'http://localhost:8080';

export const polkasafeUrl = 'https://app.polkasafe.xyz';

Expand Down
5 changes: 0 additions & 5 deletions src/modules/xcm/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -384,11 +384,6 @@ export const restrictedXcmNetwork = {
isRestrictedFromNative: true,
isRestrictedFromEvm: true,
},
{
chain: Chain.BIFROST_POLKADOT,
isRestrictedFromNative: true,
isRestrictedFromEvm: true,
},
],
[astarChain.SHIDEN]: [
{
Expand Down

0 comments on commit d8035e8

Please sign in to comment.