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 May 21, 2024
1 parent 8525dfc commit 846bf3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/chains/definitions/flowPreviewnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const flowPreviewnet = /*#__PURE__*/ defineChain({
},
contracts: {
multicall3: {
address: "0xca11bde05977b3631167028862be2a173976ca11",
address: '0xca11bde05977b3631167028862be2a173976ca11',
blockCreated: 6205,
},
},
Expand Down
3 changes: 2 additions & 1 deletion src/chains/definitions/metis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ export const metis = /*#__PURE__*/ defineChain({
default: {
name: 'Metis Explorer',
url: 'https://explorer.metis.io',
apiUrl: 'https://api.routescan.io/v2/network/mainnet/evm/43114/etherscan/api',
apiUrl:
'https://api.routescan.io/v2/network/mainnet/evm/43114/etherscan/api',
},
blockscout: {
name: 'Andromeda Explorer',
Expand Down

0 comments on commit 846bf3d

Please sign in to comment.