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 Sep 22, 2024
1 parent 5c07596 commit abaa89f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/chains/definitions/silicon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ export const silicon = /*#__PURE__*/ defineChain({
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
rpcUrls: {
default: {
http: ['https://rpc.silicon.network', 'https://silicon-mainnet.nodeinfra.com'],
http: [
'https://rpc.silicon.network',
'https://silicon-mainnet.nodeinfra.com',
],
},
},
blockExplorers: {
Expand Down
5 changes: 4 additions & 1 deletion src/chains/definitions/siliconSepolia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ export const siliconSepolia = /*#__PURE__*/ defineChain({
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
rpcUrls: {
default: {
http: ['https://rpc-sepolia.silicon.network', 'https://silicon-testnet.nodeinfra.com'],
http: [
'https://rpc-sepolia.silicon.network',
'https://silicon-testnet.nodeinfra.com',
],
},
},
blockExplorers: {
Expand Down

0 comments on commit abaa89f

Please sign in to comment.