Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bendanzhentan committed Dec 12, 2023
1 parent 67aec2a commit 6ac1c11
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
9 changes: 8 additions & 1 deletion bot.mainnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,16 @@ l2-output-oracle = "0x153CAB79f4767E2ff862C94aa49573294B13D169"
l1-cross-domain-messenger = "0xd95D508f13f7029CCF0fb61984d5dfD11b879c4f"

[l2-standard-bridge-bot]
contract_address = "$OPBNB_BRIDGE_BOT_L2_STANDARD_BRIDGE_BOT"
contract-addresses = ["$OPBNB_BRIDGE_BOT_L2_STANDARD_BRIDGE_BOT_CONTRACT_ADDRESS"]
log-filter-block-range = 1000

[fee-vault]
contract-addresses = [
"0x4200000000000000000000000000000000000011", # SequencerFeeVault
"0x4200000000000000000000000000000000000019", # BaseFeeVault
"0x420000000000000000000000000000000000001a" # L1FeeVault
]

# See https://github.com/bnb-chain/opbnb-bridge-tokens/blob/main/opbnb.tokenlist.json
whitelist-l2-token-list = [
"0xDeadDeAddeAddEAddeadDEaDDEAdDeaDDeAD0000", # Native token
Expand Down
9 changes: 8 additions & 1 deletion bot.testnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,16 @@ l2-output-oracle = "0xff2394bb843012562f4349c6632a0ecb92fc8810"
l1-cross-domain-messenger = "0xd506952e78eecd5d4424b1990a0c99b1568e7c2c"

[l2-standard-bridge-bot]
contract-address = "$OPBNB_BRIDGE_BOT_L2_STANDARD_BRIDGE_BOT_CONTRACT_ADDRESS"
contract-addresses = ["$OPBNB_BRIDGE_BOT_L2_STANDARD_BRIDGE_BOT_CONTRACT_ADDRESS"]
log-filter-block-range = 1000

[fee-vault]
contract-addresses = [
"0x4200000000000000000000000000000000000011", # SequencerFeeVault
"0x4200000000000000000000000000000000000019", # BaseFeeVault
"0x420000000000000000000000000000000000001a" # L1FeeVault
]

# See https://github.com/bnb-chain/opbnb-bridge-tokens#opbnb-testnet-token-list
whitelist-l2-token-list = [
"0xDeadDeAddeAddEAddeadDEaDDEAdDeaDDeAD0000", # Native token
Expand Down

0 comments on commit 6ac1c11

Please sign in to comment.