Skip to content

Commit

Permalink
Update images and erc20 integration configs
Browse files Browse the repository at this point in the history
  • Loading branch information
artemskriabin committed Mar 17, 2021
1 parent ccbcb22 commit b6c5245
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 deletions.
4 changes: 2 additions & 2 deletions configs/erc20-deposit.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -21,7 +21,7 @@ funnel:

deployer:
private_key: "75603080DAED3924A5544F6815688A2E94F07C89864BFB750D99A8F107B8E3E8"
gas_price: "20"
gas_price: 80
gas_limit: "1200000"
contract_owner: "0x9266798B4469275e844C94f747b4e35Dc6aD8D77"
signer: "SAMJKTZVW5UOHCDK5INYJNORF2HRKYI72M5XSZCBYAHQHR34FFR4Z6G4"
Expand Down
6 changes: 4 additions & 2 deletions configs/erc20-withdraw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
18 changes: 9 additions & 9 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit b6c5245

Please sign in to comment.