From b6c5245a19a861a4387c0edf5e02701cb388e015 Mon Sep 17 00:00:00 2001 From: Skriabin Date: Wed, 17 Mar 2021 14:19:08 +0200 Subject: [PATCH] Update images and erc20 integration configs --- configs/erc20-deposit.yaml | 4 ++-- configs/erc20-withdraw.yaml | 6 ++++-- docker-compose.yml | 18 +++++++++--------- 3 files changed, 15 insertions(+), 13 deletions(-) diff --git a/configs/erc20-deposit.yaml b/configs/erc20-deposit.yaml index c75aa47..0a59707 100644 --- a/configs/erc20-deposit.yaml +++ b/configs/erc20-deposit.yaml @@ -1,5 +1,5 @@ rpc: - endpoint: "ws://63.32.188.217:18546" + endpoint: "https://ropsten.infura.io/v3/0137951ef58c40dd95f418fe046f98d3" ethereum: checkpoint: 6106200 #block to start listening for deposits from @@ -21,7 +21,7 @@ funnel: deployer: private_key: "75603080DAED3924A5544F6815688A2E94F07C89864BFB750D99A8F107B8E3E8" - gas_price: "20" + gas_price: 80 gas_limit: "1200000" contract_owner: "0x9266798B4469275e844C94f747b4e35Dc6aD8D77" signer: "SAMJKTZVW5UOHCDK5INYJNORF2HRKYI72M5XSZCBYAHQHR34FFR4Z6G4" diff --git a/configs/erc20-withdraw.yaml b/configs/erc20-withdraw.yaml index b26be6f..ad7445e 100644 --- a/configs/erc20-withdraw.yaml +++ b/configs/erc20-withdraw.yaml @@ -7,12 +7,14 @@ withdraw: owner: "GBA4EX43M25UPV4WIE6RRMQOFTWXZZRIPFAI5VPY6Z2ZVVXVWZ6NEOOB" rpc: - endpoint: "http://63.32.188.217:18545" + endpoint: "https://ropsten.infura.io/v3/0137951ef58c40dd95f418fe046f98d3" transfer: seed: "75603080DAED3924A5544F6815688A2E94F07C89864BFB750D99A8F107B8E3E8" address: "0x9266798B4469275e844C94f747b4e35Dc6aD8D77" - confirmations: 20 + confirmations: 3 + gas_limit: 1200000 + gas_price: 80 log: level: debug diff --git a/docker-compose.yml b/docker-compose.yml index b6e3c9f..7f5aed7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -53,7 +53,7 @@ services: - --appendonly - "yes" core: - image: tokend/core:3.6.5 + image: tokend/core:3.7.0-x.10 depends_on: - traefik restart: unless-stopped @@ -70,7 +70,7 @@ services: labels: - "autoheal=true" horizon: - image: tokend/horizon:3.9.1 + image: tokend/horizon:3.10.0-x.10 depends_on: - core restart: unless-stopped @@ -83,7 +83,7 @@ services: - ./configs/horizon.yaml:/config.yaml - horizon-data:/data api: - image: tokend/identity:4.6.0 + image: tokend/identity:4.7.0-rc.0 restart: unless-stopped depends_on: - horizon @@ -114,14 +114,14 @@ services: entrypoint: "" command: /opt/config/apply.sh web_client: - image: tokend/web-client:1.13.0-rc.0 + image: tokend/web-client:1.13.0-rc.2 restart: unless-stopped volumes: - ./configs/client.js:/usr/share/nginx/html/static/env.js ports: - 8060:80 admin_client: - image: tokend/admin-client:1.13.0 + image: tokend/admin-client:1.14.0-rc.0 restart: unless-stopped volumes: - ./configs/client.js:/usr/share/nginx/html/static/env.js @@ -252,7 +252,7 @@ services: ## Ethereum erc20-deposit: - image: tokend/erc20-deposit-svc:1.0.10 + image: tokend/erc20-deposit-svc:1.0.12 restart: unless-stopped depends_on: - horizon @@ -263,7 +263,7 @@ services: entrypoint: "erc20-deposit-svc" command: ["run", "deposit"] erc20-deployer: - image: tokend/erc20-deposit-svc:1.0.10 + image: tokend/erc20-deposit-svc:1.0.12 restart: on-failure depends_on: - horizon @@ -274,7 +274,7 @@ services: entrypoint: "erc20-deposit-svc" command: ["run", "deployer"] erc20-funnel: - image: tokend/erc20-deposit-svc:1.0.10 + image: tokend/erc20-deposit-svc:1.0.12 restart: unless-stopped depends_on: - horizon @@ -285,7 +285,7 @@ services: entrypoint: "erc20-deposit-svc" command: ["run", "funnel"] erc20-withdraw: - image: tokend/erc20-withdraw-svc:1.0.6 + image: tokend/erc20-withdraw-svc:1.0.9-x.0 restart: unless-stopped depends_on: - horizon