Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoferlund committed Nov 18, 2024
2 parents 5f3f25f + a16d371 commit b4be264
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,17 +128,24 @@ pnpm run dev

<!-- readme: collaborators,contributors -start -->
<table>
<tbody>
<tr>
<tbody>
<tr>
<td align="center">
<a href="https://github.com/kristoferlund">
<img src="https://avatars.githubusercontent.com/u/9698363?v=4" width="100;" alt="kristoferlund"/>
<br />
<sub><b>Kristofer</b></sub>
</a>
</td>
</tr>
<tbody>
<td align="center">
<a href="https://github.com/domwoe">
<img src="https://avatars.githubusercontent.com/u/1970182?v=4" width="100;" alt="domwoe"/>
<br />
<sub><b>Dominic Wörner</b></sub>
</a>
</td>
</tr>
<tbody>
</table>
<!-- readme: collaborators,contributors -end -->

Expand Down
2 changes: 1 addition & 1 deletion dfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"declarations": {
"output": "src/evm_rpc/declarations"
},
"init_arg": "(record { nodesInSubnet = 28 })",
"init_arg": "(record { nodesInSubnet = 34 })",
"remote": {
"candid": "packages/evm_rpc/declarations/evm_rpc.did",
"id": {
Expand Down

0 comments on commit b4be264

Please sign in to comment.