Skip to content

Commit

Permalink
rebase develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
yutianwu committed Jan 12, 2023
1 parent 05c8c51 commit dbd24cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions deployment/localup/localup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ function generate_genesis() {
${bin} add-genesis-account $relayer_addr ${GENESIS_ACCOUNT_BALANCE}${STAKING_BOND_DENOM} --home ${workspace}/.local/validator${i}
done

# init balance for cross chain module
# ${bin} add-genesis-account 0xB73C0Aac4C1E606C6E495d848196355e6CB30381 ${GENESIS_ACCOUNT_BALANCE}${STAKING_BOND_DENOM} --home ${workspace}/.local/validator${i}

rm -rf ${workspace}/.local/validator${i}/config/gentx/

validatorAddr=${validator_addrs[$i]}
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ require (

replace (
github.com/confio/ics23/go => github.com/cosmos/cosmos-sdk/ics23/go v0.8.0
github.com/cosmos/cosmos-sdk => github.com/bnb-chain/inscription-cosmos-sdk v0.0.2-0.20230111075816-6388dc7851c5
github.com/cosmos/cosmos-sdk => github.com/bnb-chain/inscription-cosmos-sdk v0.0.2-0.20230111084018-da42c763d4ae
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
github.com/tendermint/tendermint => github.com/bnb-chain/inscription-tendermint v0.0.1
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ github.com/blang/semver v3.5.1+incompatible h1:cQNTCjp13qL8KC3Nbxr/y2Bqb63oX6wdn
github.com/blang/semver v3.5.1+incompatible/go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnwebNt5EWlYSAyrTnjyyk=
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869/go.mod h1:Ekp36dRnpXw/yCqJaO+ZrUyxD+3VXMFFr56k5XYrpB4=
github.com/bmizerany/pat v0.0.0-20170815010413-6226ea591a40/go.mod h1:8rLXio+WjiTceGBHIoTvn60HIbs7Hm7bcHjyrSqYB9c=
github.com/bnb-chain/inscription-cosmos-sdk v0.0.2-0.20230111075816-6388dc7851c5 h1:eVqBChFaqOcSwKiew7LNR5r9ehDuMOkKx7+8s2ts72k=
github.com/bnb-chain/inscription-cosmos-sdk v0.0.2-0.20230111075816-6388dc7851c5/go.mod h1:bRLRocojk6Dkiiz91gatNKbVvyc1ay/ycugoQFhVTQ4=
github.com/bnb-chain/inscription-cosmos-sdk v0.0.2-0.20230111084018-da42c763d4ae h1:nSxqHQgLf11Y0WNvop8WyTmnNix6AcckgrkrjHoDAiA=
github.com/bnb-chain/inscription-cosmos-sdk v0.0.2-0.20230111084018-da42c763d4ae/go.mod h1:bRLRocojk6Dkiiz91gatNKbVvyc1ay/ycugoQFhVTQ4=
github.com/bnb-chain/inscription-tendermint v0.0.1 h1:E2/QFh9gILGaW5bHNBrZcUvcaUL1SLxeP5WJ3SGQU8c=
github.com/bnb-chain/inscription-tendermint v0.0.1/go.mod h1:/v9z9F6cq0+f7EGG92lYSLBcPYQDILoK91X8YM28hWo=
github.com/boltdb/bolt v1.3.1/go.mod h1:clJnj/oiGkjum5o1McbSZDSLxVThjynRyGBgiAx27Ps=
Expand Down

0 comments on commit dbd24cc

Please sign in to comment.