Skip to content

Commit

Permalink
Update bdjuno submodule target branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Rico Wong authored Jul 27, 2022
2 parents f0d196b + c149773 commit 0f00af2
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "bdjuno/bdjuno"]
path = bdjuno/bdjuno
url = git@github.com:forbole/bdjuno.git
branch = aaron/likecoin_dual_prefix
url = https://github.com/forbole/bdjuno.git
branch = chains/likecoin/mainnet
2 changes: 1 addition & 1 deletion bdjuno/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ GENESIS_URL?=https://raw.githubusercontent.com/likecoin/mainnet/master/genesis.j

.PHONY: init
init:
git submodule update --init --recursive
git submodule update --init --recursive --remote

.PHONY: setup
setup: init
Expand Down
2 changes: 1 addition & 1 deletion bdjuno/bdjuno
3 changes: 2 additions & 1 deletion bdjuno/config.example.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
chain:
bech32_prefix:
- cosmos
- like
- cosmos
modules:
- modules
- messages
Expand Down Expand Up @@ -30,6 +30,7 @@ parsing:
parse_genesis: true
start_height: 1
average_block_time: 5s
genesis_file_path: /bdjuno/.bdjuno/genesis.json
database:
name: bdjuno
host: bdjuno-db
Expand Down
1 change: 1 addition & 0 deletions deploy/likedao/templates/bdjuno.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ data:
parse_genesis: true
start_height: {{ .Values.bdjuno.config.parsing.startHeight }}
average_block_time: {{ .Values.bdjuno.config.parsing.averageBlockTime }}
genesis_file_path: /bdjuno/.bdjuno/genesis.json
database:
name: {{ .Values.bdjuno.config.database.name }}
host: {{ .Values.bdjuno.config.database.host }}
Expand Down
2 changes: 1 addition & 1 deletion deploy/likedao/values.sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ bdjuno:
loggingLevel: debug
chain:
bech32Prefix:
- cosmos
- like
- cosmos
additionalModules:
rpc:
clientName: juno
Expand Down

0 comments on commit 0f00af2

Please sign in to comment.