@layerzerolabs/ton-sdk-tools 3.0.57 → 3.0.59
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/CHANGELOG.md +12 -0
- package/dist/index.cjs +4 -8
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +4 -8
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -3839,16 +3839,12 @@ export async function openAndDeployPriceFeedCacheAndProxy(
|
|
|
3839
3839
|
version: 0n,
|
|
3840
3840
|
dstEid: dstFixture.eid,
|
|
3841
3841
|
priceFeedFeeLib: await allStorages.getNewPriceFeedFeelib({
|
|
3842
|
-
priceRatio: BigInt(
|
|
3843
|
-
gasPriceInRemoteUnit: BigInt(
|
|
3844
|
-
gasPerByte: BigInt(
|
|
3845
|
-
nativePriceUsd: BigInt(
|
|
3842
|
+
priceRatio: BigInt(1851851),
|
|
3843
|
+
gasPriceInRemoteUnit: BigInt(36000000000),
|
|
3844
|
+
gasPerByte: BigInt(1000),
|
|
3845
|
+
nativePriceUsd: BigInt(1),
|
|
3846
3846
|
arbitrumExtension: beginCell().endCell(),
|
|
3847
3847
|
optimismExtension: beginCell().endCell(),
|
|
3848
|
-
// priceRatio: BigInt(1851851),
|
|
3849
|
-
// gasPriceInUnit: BigInt(36000000000),
|
|
3850
|
-
// gasPerByte: BigInt(1000),
|
|
3851
|
-
// nativePriceUsd: BigInt(1),
|
|
3852
3848
|
}),
|
|
3853
3849
|
})
|
|
3854
3850
|
)
|