Skip to content

Commit

Permalink
Update FUNDING.json (#7304)
Browse files Browse the repository at this point in the history
We had issue with the previous multisig address so we decided to create a specifi EOA owned by Redwan and will share the PK or transfer the funds to Web3js multisig after.
  • Loading branch information
Redoudou authored Oct 4, 2024
1 parent dcd9d6a commit adf483f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FUNDING.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"drips": {
"ethereum": {
"ownedBy": "0x689f1278469c6146d835CB99BbfF818fB62989FE"
"ownedBy": "0x04E504Acb5f6A9CB387fa37ec5Fc457A9D36D371"
}
}
}

1 comment on commit adf483f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: adf483f Previous: dcd9d6a Ratio
processingTx 22201 ops/sec (±6.45%) 22379 ops/sec (±6.21%) 1.01
processingContractDeploy 38668 ops/sec (±7.43%) 39186 ops/sec (±7.73%) 1.01
processingContractMethodSend 15754 ops/sec (±8.04%) 14923 ops/sec (±8.63%) 0.95
processingContractMethodCall 26952 ops/sec (±7.86%) 25900 ops/sec (±8.10%) 0.96
abiEncode 41355 ops/sec (±6.79%) 42051 ops/sec (±5.40%) 1.02
abiDecode 29853 ops/sec (±6.08%) 29557 ops/sec (±8.36%) 0.99
sign 1523 ops/sec (±3.43%) 1507 ops/sec (±3.35%) 0.99
verify 360 ops/sec (±0.74%) 362 ops/sec (±0.53%) 1.01

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.