Skip to content

Commit

Permalink
chore: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zixiang2018 committed Oct 3, 2023
1 parent 238f13e commit a8c63cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/addNetwork.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const addNetwork = async () => {
chainName: "Localhost 8545",
nativeCurrency: {
name: "ETH",
symbol: "ETH", // 2-6 characters long
symbol: "ETH",
decimals: 18,
},
rpcUrls: ["http://localhost:8545"],
Expand Down

0 comments on commit a8c63cd

Please sign in to comment.