Skip to content

Commit

Permalink
arbitrum-bsc, avalanche-base, op-scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa committed Aug 12, 2024
1 parent a836d89 commit fb67727
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
6 changes: 3 additions & 3 deletions src/bridges.itering.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
registers:
- include: arbitrum-avalanche.yml
- include: arbitrum-base.yml
# - include: arbitrum-bsc.yml
- include: arbitrum-bsc.yml
- include: arbitrum-ethereum.yml
# - include: arbitrum-gnosis.yml
# - include: arbitrum-mantle.yml
# - include: arbitrum-op.yml
- include: arbitrum-polygon.yml
- include: arbitrum-scroll.yml
# - include: avalanche-base.yml
- include: avalanche-base.yml
# - include: avalanche-bsc.yml
# - include: avalanche-gnosis.yml
# - include: avalanche-mantle.yml
Expand All @@ -36,7 +36,7 @@ registers:
# - include: mantle-polygon.yml
# - include: mantle-scroll.yml
# - include: op-polygon.yml
# - include: op-scroll.yml
- include: op-scroll.yml
- include: polygon-scroll.yml

configure:
Expand Down
42 changes: 21 additions & 21 deletions src/includes/itering/registers/op-scroll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,25 @@
safeWalletAddress: '0x000000000Bb6a011dB294ce3F3423f00EAc4959e'
sourceSafeWalletUrl: 'https://safe-transaction-optimism.safe.global/api'

- bridge: scroll->op
symbol: eth
type: lnv3
baseFee: 0.0001
liquidityFeeRate: 0.1
transferLimit: 0.1
deposit: 0.06
approve: 10000000000000
safeWalletAddress: '0x000000000Bb6a011dB294ce3F3423f00EAc4959e'
sourceSafeWalletUrl: 'https://safe-transaction-scroll.safe.global/api'

- bridge: op->scroll
symbol: eth
type: lnv3
baseFee: 0.0001
liquidityFeeRate: 0.1
transferLimit: 0.1
deposit: 0.06
approve: 10000000000000
safeWalletAddress: '0x000000000Bb6a011dB294ce3F3423f00EAc4959e'
sourceSafeWalletUrl: 'https://safe-transaction-optimism.safe.global/api'
#- bridge: scroll->op
# symbol: eth
# type: lnv3
# baseFee: 0.0001
# liquidityFeeRate: 0.1
# transferLimit: 0.1
# deposit: 0.06
# approve: 10000000000000
# safeWalletAddress: '0x000000000Bb6a011dB294ce3F3423f00EAc4959e'
# sourceSafeWalletUrl: 'https://safe-transaction-scroll.safe.global/api'
#
#- bridge: op->scroll
# symbol: eth
# type: lnv3
# baseFee: 0.0001
# liquidityFeeRate: 0.1
# transferLimit: 0.1
# deposit: 0.06
# approve: 10000000000000
# safeWalletAddress: '0x000000000Bb6a011dB294ce3F3423f00EAc4959e'
# sourceSafeWalletUrl: 'https://safe-transaction-optimism.safe.global/api'

0 comments on commit fb67727

Please sign in to comment.