Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
grisha87 committed Oct 14, 2024
2 parents d3826ea + 3e9d9e5 commit da2c270
Show file tree
Hide file tree
Showing 11 changed files with 1,786 additions and 4 deletions.
3 changes: 2 additions & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"@types/express": "^4.17.21",
"commander": "^12.0.0",
"express": "^4.21.1",
"tsx": "^4.19.1"
"tsx": "^4.19.1",
"viem": "^2.21.1"
},
"devDependencies": {
"@types/node": "20",
Expand Down
14 changes: 14 additions & 0 deletions examples/rental-model/advanced/deposit/config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
export default {
funder: {
address: "0x00",
privateKey: "0x00",
nonceSpace: 1000000,
},
rpcUrl: "https://holesky.rpc-node.dev.golem.network",
lockPaymentContract: {
holeskyAddress: "0x63704675f72A47a7a183112700Cb48d4B0A94332",
},
glmContract: {
holeskyAddress: "0x8888888815bf4DB87e57B609A50f938311EEd068",
},
};
Loading

0 comments on commit da2c270

Please sign in to comment.