Skip to content

Commit

Permalink
Merge pull request #77 from oracleNetworkProtocol/worry-free
Browse files Browse the repository at this point in the history
update release img
  • Loading branch information
soooc authored Aug 25, 2022
2 parents 807a788 + d36f3d2 commit c6dae0f
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ proto-swagger-gen:
### Releasing ###
###############################################################################
PACKAGE_NAME:=github.com/oracleNetworkProtocol/plugchain
GOLANG_CROSS_VERSION = v1.18
GOLANG_CROSS_VERSION = v1.17.1
GOPATH ?= '$(HOME)/go'
release-dry-run:
docker run \
Expand All @@ -308,7 +308,7 @@ release-dry-run:
-v `pwd`:/go/src/$(PACKAGE_NAME) \
-v ${GOPATH}/pkg:/go/pkg \
-w /go/src/$(PACKAGE_NAME) \
ghcr.io/goreleaser/goreleaser-cross:${GOLANG_CROSS_VERSION} \
ghcr.io/troian/golang-cross:${GOLANG_CROSS_VERSION} \
--rm-dist --skip-validate --snapshot

release:
Expand All @@ -324,7 +324,7 @@ release:
-v /var/run/docker.sock:/var/run/docker.sock \
-v `pwd`:/go/src/$(PACKAGE_NAME) \
-w /go/src/$(PACKAGE_NAME) \
ghcr.io/goreleaser/goreleaser-cross:${GOLANG_CROSS_VERSION} \
ghcr.io/troian/golang-cross:${GOLANG_CROSS_VERSION} \
release --rm-dist --skip-validate

.PHONY: release-dry-run release
19 changes: 18 additions & 1 deletion docs/get-started/testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,21 @@ plugchaind start

## Browser && Faucet

<http://test.plugchain.network/>
<http://test.plugchain.network/>


## cosmoswap

```
Router:
bech32: gx14ewpfal7g758zjv0vu9sthcfllagnehh8s28np
eip55: 0xae5C14F7FE47a871498F670B05dF09fffa89e6F7
Fac:
bech32: gx1anezwnqmssja3phgtz6rjmx5utkry3mptxh0qw
eip55: 0xecf2274c1B8425D886E858b4396cd4E2EC324761
WPLUG:
bech32: gx1nqtlcdxd0yq5ydtqv95qguptpzx9cmpa8ga2r5
eip55: 0x9817fC34CD7901423560616804702b088C5C6C3D
```
8 changes: 6 additions & 2 deletions docs/pvm/cosmoswap.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@ order: 5

Related contract information:
```
cosmoSwap pool contract address:
Router:
bech32: gx1xulgpeuajthdc52eyqhfpsrf8w3thu97lhguxs
eip55: 0x373E80e79d92eEdC5159202e90c0693bA2Bbf0Be
WPLUG contract address:
Factory:
bech32: gx18g7wv6uq6p08mkupr8j2cze8hhhz5twu0ml2cz
eip55: 0x3A3Ce66B80D05E7dDB8119E4ac0b27Bdee2a2dDC
WPLUG 合约地址:
bech32: gx1d2wdkrvdu4y8l9k8pv0hs4cyrc03emtda8zepz
eip55: 0x6A9CdB0d8De5487F96C70b1f7857041e1f1CEd6d
```
Expand Down
15 changes: 15 additions & 0 deletions docs/zh/get-started/testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,18 @@ plugchaind start



## cosmoswap 相关信息

```
router路由合约:
bech32: gx14ewpfal7g758zjv0vu9sthcfllagnehh8s28np
eip55: 0xae5C14F7FE47a871498F670B05dF09fffa89e6F7
fac工厂合约:
bech32: gx1anezwnqmssja3phgtz6rjmx5utkry3mptxh0qw
eip55: 0xecf2274c1B8425D886E858b4396cd4E2EC324761
WPLUG 合约地址:
bech32: gx1nqtlcdxd0yq5ydtqv95qguptpzx9cmpa8ga2r5
eip55: 0x9817fC34CD7901423560616804702b088C5C6C3D
```
5 changes: 4 additions & 1 deletion docs/zh/pvm/cosmoswap.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ order: 5

相关合约信息:
```
cosmoSwap 池子合约地址:
Router:
bech32: gx1xulgpeuajthdc52eyqhfpsrf8w3thu97lhguxs
eip55: 0x373E80e79d92eEdC5159202e90c0693bA2Bbf0Be
Factory:
bech32: gx18g7wv6uq6p08mkupr8j2cze8hhhz5twu0ml2cz
eip55: 0x3A3Ce66B80D05E7dDB8119E4ac0b27Bdee2a2dDC
WPLUG 合约地址:
bech32: gx1d2wdkrvdu4y8l9k8pv0hs4cyrc03emtda8zepz
Expand Down

0 comments on commit c6dae0f

Please sign in to comment.