Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom authored and github-actions[bot] committed Oct 19, 2024
1 parent 1a4c081 commit 9a60ee3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/chains/definitions/tiktrixTestnet.ts
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
import { defineChain } from "../../utils/chain/defineChain.js";
import { defineChain } from '../../utils/chain/defineChain.js'

export const tiktrixTestnet = /*#__PURE__*/ defineChain({
id: 62092,
name: "TikTrix Testnet",
name: 'TikTrix Testnet',
nativeCurrency: {
name: "tTTX",
symbol: "tTTX",
name: 'tTTX',
symbol: 'tTTX',
decimals: 18,
},
rpcUrls: {
default: {
http: ["https://tiktrix-rpc.xyz"],
http: ['https://tiktrix-rpc.xyz'],
},
},
blockExplorers: {
default: {
name: "TikTrix Testnet Explorer",
url: "https://tiktrix.xyz",
name: 'TikTrix Testnet Explorer',
url: 'https://tiktrix.xyz',
},
},
testnet: true,
});
})

0 comments on commit 9a60ee3

Please sign in to comment.