diff --git a/deploy/docker-compose.yml b/deploy/docker-compose.yml index fe53e20..0a0decc 100644 --- a/deploy/docker-compose.yml +++ b/deploy/docker-compose.yml @@ -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" @@ -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" diff --git a/frontend/src/config.ts b/frontend/src/config.ts index bd5195f..c93263e 100644 --- a/frontend/src/config.ts +++ b/frontend/src/config.ts @@ -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", diff --git a/frontend/src/utils/copy.ts b/frontend/src/utils/copy.ts index bdfed2c..96bce3d 100644 --- a/frontend/src/utils/copy.ts +++ b/frontend/src/utils/copy.ts @@ -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. ` ), },