Skip to content

Commit

Permalink
Merge pull request #86 from golemfactory/kek/bump
Browse files Browse the repository at this point in the history
bump yagna and deposit contract
  • Loading branch information
kamirr authored Aug 14, 2024
2 parents e5041aa + 8bb676d commit 33b5c6e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
- PORT=5174
- WS_PORT=5175
- DB_NAME=depositDB
- DEPOSIT_CONTRACT_ADDRESS=0x9CB8Ecc74e299eF9D3cBcf8f806F5C7b76CA08D3
- DEPOSIT_CONTRACT_ADDRESS=0x63704675f72A47a7a183112700Cb48d4B0A94332
- YAGNA_SUBNET=payment_team_internal
ports:
- "5174:5174"
Expand Down Expand Up @@ -47,7 +47,7 @@ services:
context: ./yagna
dockerfile: Dockerfile
args:
- YAGNA_VERSION=pre-rel-v0.16.0-preview.deposit.13
- YAGNA_VERSION=pre-rel-v0.16.0-preview.deposit.3
command: yagna service run
ports:
- "7465:7465"
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const config: Config<[typeof holesky]> = {
supportedChains: [holesky] as const,
projectId: "20bd2ed396d80502980b6d2a3fb425f4",
depositContractAddress: {
[holesky.id]: "0x9CB8Ecc74e299eF9D3cBcf8f806F5C7b76CA08D3",
[holesky.id]: "0x63704675f72A47a7a183112700Cb48d4B0A94332",
},
GLMContractAddress: {
[holesky.id]: "0x8888888815bf4db87e57b609a50f938311eed068",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/utils/copy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const copy: any = (() => {
__html: md.render(
`Congratulations! You are now successfully registered with our example service. \\
\\
The next step in the process is to provide approval for the GLM tokens stored in your wallet. This approval is given to the Deposit Smart Contract (0x9CB8Ecc74e299eF9D3cBcf8f806F5C7b76CA08D3) and can be revoked or extended at any time. It is a necessary step to create a deposit later on. It is important to emphasize that this step has to be done by the service user.
The next step in the process is to provide approval for the GLM tokens stored in your wallet. This approval is given to the Deposit Smart Contract (0x63704675f72A47a7a183112700Cb48d4B0A94332) and can be revoked or extended at any time. It is a necessary step to create a deposit later on. It is important to emphasize that this step has to be done by the service user.
`
),
},
Expand Down

0 comments on commit 33b5c6e

Please sign in to comment.