@faremeter/wallet-crossmint 0.2.2 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,oBAAoB,EAAE,MAAM,iBAAiB,CAAC;AAOlE,wBAAsB,qBAAqB,CACzC,OAAO,EAAE,MAAM,EACf,eAAe,EAAE,MAAM,EACvB,sBAAsB,EAAE,MAAM;;;0BAqBA,oBAAoB;GAQnD"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,oBAAoB,EAAE,MAAM,iBAAiB,CAAC;AAOlE,wBAAsB,qBAAqB,CACzC,OAAO,EAAE,MAAM,EACf,eAAe,EAAE,MAAM,EACvB,sBAAsB,EAAE,MAAM;;;0BAmBA,oBAAoB;GAQnD"}
package/dist/src/index.js CHANGED
@@ -11,7 +11,6 @@ export async function createCrossmintWallet(network, crossmintApiKey, crossmintW
11
11
  type: "api-key",
12
12
  },
13
13
  });
14
- console.log(wallet.address);
15
14
  const solanaWallet = SolanaWallet.from(wallet);
16
15
  const publicKey = new PublicKey(solanaWallet.address);
17
16
  return {