@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/CHANGELOG.md
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -3115,6 +3115,12 @@ var chainSpecConfig = {
|
|
|
3115
3115
|
addressSizeInBytes: 32,
|
|
3116
3116
|
decimals: 9
|
|
3117
3117
|
}
|
|
3118
|
+
},
|
|
3119
|
+
["placeholder" /* PLACEHOLDER */]: {
|
|
3120
|
+
default: {
|
|
3121
|
+
addressSizeInBytes: 32,
|
|
3122
|
+
decimals: 9
|
|
3123
|
+
}
|
|
3118
3124
|
}
|
|
3119
3125
|
};
|
|
3120
3126
|
var ChainSpecs = class {
|