@swapkit/helpers
Advanced tools
Comparing version 0.0.0-nightly-20240910201659 to 0.0.0-nightly-20240910211906
@@ -5,12 +5,12 @@ { | ||
"dependencies": { | ||
"@swapkit/contracts": "0.0.0-nightly-20240910201659", | ||
"@swapkit/tokens": "0.0.0-nightly-20240910201659" | ||
"@swapkit/contracts": "0.0.0-nightly-20240910211906", | ||
"@swapkit/tokens": "0.0.0-nightly-20240910211906" | ||
}, | ||
"devDependencies": { | ||
"@swapkit/toolbox-cosmos": "0.0.0-nightly-20240910201659", | ||
"@swapkit/toolbox-evm": "0.0.0-nightly-20240910201659", | ||
"@swapkit/toolbox-radix": "0.0.0-nightly-20240910201659", | ||
"@swapkit/toolbox-solana": "0.0.0-nightly-20240910201659", | ||
"@swapkit/toolbox-substrate": "0.0.0-nightly-20240910201659", | ||
"@swapkit/toolbox-utxo": "0.0.0-nightly-20240910201659" | ||
"@swapkit/toolbox-cosmos": "0.0.0-nightly-20240910211906", | ||
"@swapkit/toolbox-evm": "0.0.0-nightly-20240910211906", | ||
"@swapkit/toolbox-radix": "0.0.0-nightly-20240910211906", | ||
"@swapkit/toolbox-solana": "0.0.0-nightly-20240910211906", | ||
"@swapkit/toolbox-substrate": "0.0.0-nightly-20240910211906", | ||
"@swapkit/toolbox-utxo": "0.0.0-nightly-20240910211906" | ||
}, | ||
@@ -40,3 +40,3 @@ "files": [ | ||
"types": "./src/index.ts", | ||
"version": "0.0.0-nightly-20240910201659" | ||
"version": "0.0.0-nightly-20240910211906" | ||
} |
@@ -130,22 +130,22 @@ import { describe, expect, test } from "bun:test"; | ||
const timeDecimal = await getDecimal({ | ||
chain: Chain.Avalanche, | ||
symbol: "TIME-0xb54f16fB19478766A268F172C9480f8da1a7c9C3", | ||
}); | ||
expect(timeDecimal).toBe(9); | ||
await Bun.sleep(500); | ||
// const timeDecimal = await getDecimal({ | ||
// chain: Chain.Avalanche, | ||
// symbol: "TIME-0xb54f16fB19478766A268F172C9480f8da1a7c9C3", | ||
// }); | ||
// expect(timeDecimal).toBe(9); | ||
// await Bun.sleep(500); | ||
const usdtDecimal = await getDecimal({ | ||
chain: Chain.Avalanche, | ||
symbol: "USDT-0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7", | ||
}); | ||
expect(usdtDecimal).toBe(6); | ||
await Bun.sleep(500); | ||
// const usdtDecimal = await getDecimal({ | ||
// chain: Chain.Avalanche, | ||
// symbol: "USDT-0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7", | ||
// }); | ||
// expect(usdtDecimal).toBe(6); | ||
// await Bun.sleep(500); | ||
const usdcDecimal = await getDecimal({ | ||
chain: Chain.Avalanche, | ||
symbol: "USDC-0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E", | ||
}); | ||
expect(usdcDecimal).toBe(6); | ||
await Bun.sleep(500); | ||
// const usdcDecimal = await getDecimal({ | ||
// chain: Chain.Avalanche, | ||
// symbol: "USDC-0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E", | ||
// }); | ||
// expect(usdcDecimal).toBe(6); | ||
// await Bun.sleep(500); | ||
}, | ||
@@ -152,0 +152,0 @@ { retry: 3 }, |
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
319047
+ Added@swapkit/contracts@0.0.0-nightly-20240910211906(transitive)
+ Added@swapkit/tokens@0.0.0-nightly-20240910211906(transitive)
- Removed@swapkit/contracts@0.0.0-nightly-20240910201659(transitive)
- Removed@swapkit/tokens@0.0.0-nightly-20240910201659(transitive)