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 Jun 12, 2024
1 parent f624e23 commit 5f0d8b1
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
36 changes: 18 additions & 18 deletions src/chains/definitions/xai.ts
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
import { defineChain } from '../../utils/chain/defineChain.js'

export const xai = /*#__PURE__*/ defineChain({
id: 660279,
name: 'Xai Mainnet',
nativeCurrency: { name: 'Xai', symbol: 'XAI', decimals: 18 },
rpcUrls: {
default: {
http: ['https://xai-chain.net/rpc'],
},
id: 660279,
name: 'Xai Mainnet',
nativeCurrency: { name: 'Xai', symbol: 'XAI', decimals: 18 },
rpcUrls: {
default: {
http: ['https://xai-chain.net/rpc'],
},
blockExplorers: {
default: {
name: 'Blockscout',
url: 'https://explorer.xai-chain.net',
},
},
blockExplorers: {
default: {
name: 'Blockscout',
url: 'https://explorer.xai-chain.net',
},
contracts: {
multicall3: {
address: '0xca11bde05977b3631167028862be2a173976ca11',
blockCreated: 222549,
},
},
contracts: {
multicall3: {
address: '0xca11bde05977b3631167028862be2a173976ca11',
blockCreated: 222549,
},
testnet: false,
},
testnet: false,
})
26 changes: 13 additions & 13 deletions src/chains/definitions/xaiTestnet.ts
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
import { defineChain } from '../../utils/chain/defineChain.js'

export const xaiTestnet = /*#__PURE__*/ defineChain({
id: 37714555429,
name: 'Xai Testnet',
nativeCurrency: { name: 'sXai', symbol: 'sXAI', decimals: 18 },
rpcUrls: {
default: {
http: ['https://testnet-v2.xai-chain.net/rpc'],
},
id: 37714555429,
name: 'Xai Testnet',
nativeCurrency: { name: 'sXai', symbol: 'sXAI', decimals: 18 },
rpcUrls: {
default: {
http: ['https://testnet-v2.xai-chain.net/rpc'],
},
blockExplorers: {
default: {
name: 'Blockscout',
url: 'https://testnet-explorer-v2.xai-chain.net',
},
},
blockExplorers: {
default: {
name: 'Blockscout',
url: 'https://testnet-explorer-v2.xai-chain.net',
},
testnet: true,
},
testnet: true,
})

0 comments on commit 5f0d8b1

Please sign in to comment.