Skip to content

Commit 683ba52

Browse files
committed
lint
1 parent b24bb8c commit 683ba52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/thirdweb/src/chains/chain-definitions/etherlink-testnet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ export const etherlinkTestnet = /* @__PURE__ */ defineChain({
1818
symbol: "XTZ",
1919
},
2020
testnet: true,
21-
});
21+
});

packages/thirdweb/src/chains/chain-definitions/etherlink.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ export const etherlink = /* @__PURE__ */ defineChain({
1717
name: "Etherlink",
1818
symbol: "XTZ",
1919
},
20-
});
20+
});

0 commit comments

Comments
 (0)