@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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # @layerzerolabs/ton-sdk-tools
2
2
 
3
+ ## 3.0.59
4
+
5
+ ### Patch Changes
6
+
7
+ - ed9f40f: Publish new TON packages at Jan 27
8
+
9
+ ## 3.0.58
10
+
11
+ ### Patch Changes
12
+
13
+ - e39e277: xdc,story
14
+
3
15
  ## 3.0.57
4
16
 
5
17
  ### Patch Changes
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(0),
3843
- gasPriceInRemoteUnit: BigInt(0),
3844
- gasPerByte: BigInt(0),
3845
- nativePriceUsd: BigInt(0),
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
  )