Skip to content

Commit 1189c90

Browse files
committed
chore: format
1 parent c2acc0d commit 1189c90

File tree

2 files changed

+17
-19
lines changed

2 files changed

+17
-19
lines changed

pnpm-lock.yaml

Lines changed: 11 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/chains/definitions/autheoTestnet.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@ export const autheoTestnet = /*#__PURE__*/ defineChain({
99
symbol: 'THEO',
1010
},
1111
rpcUrls: {
12-
default: { http: ['https://testnet-rpc1.autheo.com', 'https://testnet-rpc2.autheo.com',] },
12+
default: {
13+
http: [
14+
'https://testnet-rpc1.autheo.com',
15+
'https://testnet-rpc2.autheo.com',
16+
],
17+
},
1318
},
1419
blockExplorers: {
1520
default: {

0 commit comments

Comments
 (0)