Skip to content

Commit

Permalink
Merge pull request #545 from bnb-chain/fix/asset
Browse files Browse the repository at this point in the history
docs: fix mainnet/testnet config
  • Loading branch information
unclezoro authored Dec 25, 2023
2 parents 11071a6 + b273f4f commit 357ba54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions asset/configs/mainnet_config/app.toml
Original file line number Diff line number Diff line change
Expand Up @@ -258,3 +258,5 @@ max-txs = "5000"
src-chain-id = 1017
# chain-id for bsc destination chain
dest-bsc-chain-id = 56
# chain-id for op bnb destination chain
dest-op-chain-id = 204
2 changes: 2 additions & 0 deletions asset/configs/testnet_config/app.toml
Original file line number Diff line number Diff line change
Expand Up @@ -263,3 +263,5 @@ max-txs = "5000"
src-chain-id = 5600
# chain-id for bsc destination chain
dest-bsc-chain-id = 97
# chain-id for op bnb destination chain
dest-op-chain-id = 5611

0 comments on commit 357ba54

Please sign in to comment.