Skip to content
This repository was archived by the owner on Feb 16, 2020. It is now read-only.

Commit c383fe2

Browse files
committed
#1: Updates the link to the image to point to docker hub
1 parent 48b98c0 commit c383fe2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ docker run --rm -it -p 9308:9308 \
1515
-e ADDRESSES="0x90833394dB1b53f08B9D97dab8BEFf69FCf3bA49" \
1616
-e TOKENS='[{"contract":"0x9b70740e708a083c6ff38df52297020f5dfaa5ee","name":"Daneel","short":"DAN","decimals": 10},{"contract":"0xd26114cd6EE289AccF82350c8d8487fedB8A0C07","name":"OmiseGO","short":"OMG","decimals":18}]'
1717
--name etherscan-exporter \
18-
registry.gitlab.com/ix.ai/etherscan-exporter:latest
18+
ixdotai/etherscan-exporter:latest
1919
```
2020

2121
## Supported variables:
@@ -41,7 +41,6 @@ The technical information can be found on [etherscan.io](https://etherscan.io/to
4141
Starting with version v0.3.1, the images are multi-arch, with builds for amd64, arm64, armv7 and armv6.
4242
* `vN.N.N` - for example v0.3.0
4343
* `latest` - always pointing to the latest version
44-
* `dev-branch` - the last build on a feature/development branch
4544
* `dev-master` - the last build on the master branch
4645

4746
## Resources:

0 commit comments

Comments
 (0)