@bgd-labs/toolbox 0.0.50 → 0.0.51
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.d.mts +3 -2
- package/dist/index.d.ts +3 -2
- package/dist/index.js +4 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -3
- package/dist/index.mjs.map +1 -1
- package/dist/node.js +4 -2
- package/dist/node.js.map +1 -1
- package/dist/node.mjs +6 -3
- package/dist/node.mjs.map +1 -1
- package/package.json +1 -1
package/dist/node.mjs
CHANGED
|
@@ -20622,7 +20622,8 @@ import {
|
|
|
20622
20622
|
ink,
|
|
20623
20623
|
soneium,
|
|
20624
20624
|
bob,
|
|
20625
|
-
plasma
|
|
20625
|
+
plasma,
|
|
20626
|
+
xLayer
|
|
20626
20627
|
} from "viem/chains";
|
|
20627
20628
|
var ChainId = {
|
|
20628
20629
|
celo: celo.id,
|
|
@@ -20654,7 +20655,8 @@ var ChainId = {
|
|
|
20654
20655
|
ink: ink.id,
|
|
20655
20656
|
soneium: soneium.id,
|
|
20656
20657
|
bob: bob.id,
|
|
20657
|
-
plasma: plasma.id
|
|
20658
|
+
plasma: plasma.id,
|
|
20659
|
+
xLayer: xLayer.id
|
|
20658
20660
|
};
|
|
20659
20661
|
var ChainList = {
|
|
20660
20662
|
[ChainId.mainnet]: mainnet,
|
|
@@ -20696,7 +20698,8 @@ var ChainList = {
|
|
|
20696
20698
|
[ChainId.ink]: ink,
|
|
20697
20699
|
[ChainId.soneium]: soneium,
|
|
20698
20700
|
[ChainId.bob]: bob,
|
|
20699
|
-
[ChainId.plasma]: plasma
|
|
20701
|
+
[ChainId.plasma]: plasma,
|
|
20702
|
+
[ChainId.xLayer]: xLayer
|
|
20700
20703
|
};
|
|
20701
20704
|
|
|
20702
20705
|
// src/ecosystem/tenderly.ts
|