Skip to content

Commit 0fe4a3c

Browse files
author
jcheese1
committed
format quotes
1 parent 55659be commit 0fe4a3c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ export const treasure = /* @__PURE__ */ defineChain({
99
nativeCurrency: { name: "MAGIC", symbol: "MAGIC", decimals: 18 },
1010
blockExplorers: [
1111
{
12-
name: 'Treasure Block Explorer',
13-
url: 'https://treasurescan.io',
12+
name: "Treasure Block Explorer",
13+
url: "https://treasurescan.io",
1414
},
1515
],
1616
});

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ export const treasureTopaz = /* @__PURE__ */ defineChain({
99
nativeCurrency: { name: "MAGIC", symbol: "MAGIC", decimals: 18 },
1010
blockExplorers: [
1111
{
12-
name: 'Treasure Topaz Block Explorer',
13-
url: 'https://topaz.treasurescan.io',
12+
name: "Treasure Topaz Block Explorer",
13+
url: "https://topaz.treasurescan.io",
1414
},
1515
],
1616
});

0 commit comments

Comments
 (0)