Add Sepolia Network to brownie network list #1850
Replies: 4 comments 1 reply
-
| Saved me tons of work, thanks! By the way, when I ran the command line above, getting into the brownie publish_source part , I got this "Explorer API not set for this network error". According to eth-brownie doc, I was supposed to add a field called explorer since sepolia is a live network. The explorer api of sepolia is elusive and I wonder how I can fix my network settings at this stage. | 
Beta Was this translation helpful? Give feedback.
-
| Hello @purplestoke thanks for the contribution on this! 
 As you already have the network you can delete it first: 
 And then add it again. Cheers. | 
Beta Was this translation helpful? Give feedback.
-
| Thaks so much, this is really helpful. | 
Beta Was this translation helpful? Give feedback.
-
| Thank you very much, you saved me a lot of time, I appreciate it | 
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Took me a while to figure out how to add the Sepolia network to the brownie networks list so I figured I'd put it here for anyone else.
Run this command in the terminal be sure to use your Infura project id
brownie networks add Ethereum sepolia host="https://sepolia.infura.io/v3/YOUR_PROJ_ID" chainid=11155111
Beta Was this translation helpful? Give feedback.
All reactions