@layerzerolabs/lz-definitions 3.0.67 → 3.0.68-ton.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/dist/index.mjs CHANGED
@@ -2822,6 +2822,18 @@ var chainSpecConfig = {
2822
2822
  addressSizeInBytes: 32,
2823
2823
  decimals: 9
2824
2824
  }
2825
+ },
2826
+ ["initia" /* INITIA */]: {
2827
+ default: {
2828
+ addressSizeInBytes: 32,
2829
+ decimals: 6
2830
+ }
2831
+ },
2832
+ ["ton" /* TON */]: {
2833
+ default: {
2834
+ addressSizeInBytes: 32,
2835
+ decimals: 9
2836
+ }
2825
2837
  }
2826
2838
  };
2827
2839
  var ChainSpecs = class {