@layerzerolabs/lz-definitions 3.0.109 → 3.0.110
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 +6 -0
- package/dist/index.cjs +6 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +6 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -3109,6 +3109,12 @@ var chainSpecConfig = {
|
|
|
3109
3109
|
addressSizeInBytes: 32,
|
|
3110
3110
|
decimals: 9
|
|
3111
3111
|
}
|
|
3112
|
+
},
|
|
3113
|
+
["placeholder" /* PLACEHOLDER */]: {
|
|
3114
|
+
default: {
|
|
3115
|
+
addressSizeInBytes: 32,
|
|
3116
|
+
decimals: 9
|
|
3117
|
+
}
|
|
3112
3118
|
}
|
|
3113
3119
|
};
|
|
3114
3120
|
var ChainSpecs = class {
|