From 9a4136b4f3a71566f55a985767d2018593ce3e12 Mon Sep 17 00:00:00 2001 From: jxom <7336481+jxom@users.noreply.github.com> Date: Thu, 12 Dec 2024 19:08:44 +0100 Subject: [PATCH] chore: format --- src/chains/definitions/xrOne.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chains/definitions/xrOne.ts b/src/chains/definitions/xrOne.ts index 00ad06832a..a732a4f045 100644 --- a/src/chains/definitions/xrOne.ts +++ b/src/chains/definitions/xrOne.ts @@ -14,7 +14,7 @@ export const xrOne = /*#__PURE__*/ defineChain({ blockExplorers: { default: { name: 'Blockscout', - url: 'https://xr-one.calderaexplorer.xyz/', + url: 'https://xr-one.calderaexplorer.xyz', }, }, testnet: false,