@swapkit/helpers
Advanced tools
Comparing version 0.0.0-nightly-20240905105936 to 0.0.0-nightly-20240906091638
@@ -5,12 +5,12 @@ { | ||
"dependencies": { | ||
"@swapkit/contracts": "0.0.0-nightly-20240905105936", | ||
"@swapkit/tokens": "0.0.0-nightly-20240905105936" | ||
"@swapkit/contracts": "0.0.0-nightly-20240906091638", | ||
"@swapkit/tokens": "0.0.0-nightly-20240906091638" | ||
}, | ||
"devDependencies": { | ||
"@swapkit/toolbox-cosmos": "0.0.0-nightly-20240905105936", | ||
"@swapkit/toolbox-evm": "0.0.0-nightly-20240905105936", | ||
"@swapkit/toolbox-radix": "0.0.0-nightly-20240905105936", | ||
"@swapkit/toolbox-solana": "0.0.0-nightly-20240905105936", | ||
"@swapkit/toolbox-substrate": "0.0.0-nightly-20240905105936", | ||
"@swapkit/toolbox-utxo": "0.0.0-nightly-20240905105936" | ||
"@swapkit/toolbox-cosmos": "0.0.0-nightly-20240906091638", | ||
"@swapkit/toolbox-evm": "0.0.0-nightly-20240906091638", | ||
"@swapkit/toolbox-radix": "0.0.0-nightly-20240906091638", | ||
"@swapkit/toolbox-solana": "0.0.0-nightly-20240906091638", | ||
"@swapkit/toolbox-substrate": "0.0.0-nightly-20240906091638", | ||
"@swapkit/toolbox-utxo": "0.0.0-nightly-20240906091638" | ||
}, | ||
@@ -40,3 +40,3 @@ "files": [ | ||
"types": "./src/index.ts", | ||
"version": "0.0.0-nightly-20240905105936" | ||
"version": "0.0.0-nightly-20240906091638" | ||
} |
@@ -50,2 +50,10 @@ import type { Chain } from "./chains"; | ||
chainflipBrokerUrl?: string; | ||
/** | ||
* @optional for setting the radix wallet | ||
*/ | ||
radixDappConfig?: { | ||
dAppDefinitionAddress: string; | ||
applicationName: string; | ||
applicationVersion: string; | ||
}; | ||
}; | ||
@@ -52,0 +60,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
318993
4292
+ Added@swapkit/contracts@0.0.0-nightly-20240906091638(transitive)
+ Added@swapkit/tokens@0.0.0-nightly-20240906091638(transitive)
- Removed@swapkit/contracts@0.0.0-nightly-20240905105936(transitive)
- Removed@swapkit/tokens@0.0.0-nightly-20240905105936(transitive)