@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.cjs +12 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +12 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -2828,6 +2828,18 @@ var chainSpecConfig = {
|
|
|
2828
2828
|
addressSizeInBytes: 32,
|
|
2829
2829
|
decimals: 9
|
|
2830
2830
|
}
|
|
2831
|
+
},
|
|
2832
|
+
["initia" /* INITIA */]: {
|
|
2833
|
+
default: {
|
|
2834
|
+
addressSizeInBytes: 32,
|
|
2835
|
+
decimals: 6
|
|
2836
|
+
}
|
|
2837
|
+
},
|
|
2838
|
+
["ton" /* TON */]: {
|
|
2839
|
+
default: {
|
|
2840
|
+
addressSizeInBytes: 32,
|
|
2841
|
+
decimals: 9
|
|
2842
|
+
}
|
|
2831
2843
|
}
|
|
2832
2844
|
};
|
|
2833
2845
|
var ChainSpecs = class {
|