Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Commit

Permalink
fix: default origin (#219)
Browse files Browse the repository at this point in the history
fix: change default origin from `ipfs` to `npm`
  • Loading branch information
BeroBurny authored Aug 23, 2022
1 parent f67dafd commit ccaa97a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/adapter/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ import {
} from "./utils";
import { MetamaskFilecoinSnap } from "./snap";

const defaultSnapOrigin =
"https://bafybeigzphbumdkucnj2c6nr5xb3kwsq5gs2gp7w3qldgbvfeycfsbjylu.ipfs.infura-ipfs.io";
const defaultSnapOrigin = "npm:@chainsafe/polkadot-snap";

export { MetamaskFilecoinSnap } from "./snap";
export {
Expand Down

0 comments on commit ccaa97a

Please sign in to comment.