Skip to content

Commit

Permalink
Merge pull request #206 from OpenZeppelin/fix-private-network-example
Browse files Browse the repository at this point in the history
Update example script for private networks
  • Loading branch information
tirumerla authored Jan 10, 2024
2 parents ab47885 + 3efad35 commit e2d9b0f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/create-private-network/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ async function main() {
// Create Private Network
const network = await client.network.createPrivateNetwork({
name: 'MyPrivateNetwork',
supportedNetwork: 'mainnet',
rpcUrl: '', // Add your RPC URL here
configuration: {
symbol: 'ETH',
},
});

console.log(network);
Expand Down

0 comments on commit e2d9b0f

Please sign in to comment.