@exodus/solana-plugin 1.4.1 → 1.5.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exodus/solana-plugin",
3
- "version": "1.4.1",
3
+ "version": "1.5.0",
4
4
  "description": "Exodus internal Solana asset plugin",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -30,5 +30,5 @@
30
30
  "devDependencies": {
31
31
  "@exodus/assets-testing": "^1.0.0"
32
32
  },
33
- "gitHead": "1f3fe83758a40ee4810d784dd3e34fe750da53c9"
33
+ "gitHead": "a3d4e16dc0b19901cd976cd699814c7070fa116a"
34
34
  }
@@ -26,7 +26,7 @@ const DEFAULT_LOW_BALANCE = 0.01
26
26
  const DEFAULT_MIN_STAKING_AMOUNT = 0.01
27
27
 
28
28
  export const createSolanaAssetFactory =
29
- ({ assetList, serverApi }) =>
29
+ ({ assetList, serverApi, isTestnet = false }) =>
30
30
  ({
31
31
  assetClientInterface,
32
32
  config: {
@@ -105,6 +105,7 @@ export const createSolanaAssetFactory =
105
105
  feesApi: true,
106
106
  nfts: true,
107
107
  staking: {},
108
+ isTestnet,
108
109
  }
109
110
 
110
111
  const assetStakingApi = {