Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump yagna and deposit contract #86

Merged
merged 1 commit into from
Aug 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading