Skip to content

Commit

Permalink
try to fix relayer and fix mantle safe url
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa committed Aug 12, 2024
1 parent 47e58d6 commit 1ba4315
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 15 deletions.
7 changes: 0 additions & 7 deletions src/includes/itering/nodes/blast.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,2 @@
name: blast
lendMarket:
- protocol: aave
healthFactorLimit: 3
collaterals:
- symbol: usdc
autosupplyAmount: 2000
tokens: [ ]

2 changes: 1 addition & 1 deletion src/includes/itering/registers/arbitrum-mantle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
deposit: 100
approve: 10000000000000
safeWalletAddress: '0x000000000Bb6a011dB294ce3F3423f00EAc4959e'
sourceSafeWalletUrl: 'https://gateway.multisig.mantle.xyz/api'
sourceSafeWalletUrl: 'https://gateway.multisig.mantle.xyz'

- bridge: arbitrum->mantle
symbol: usdc
Expand Down
2 changes: 1 addition & 1 deletion src/includes/itering/registers/avalanche-mantle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
deposit: 100
approve: 10000000000000
safeWalletAddress: '0x000000000Bb6a011dB294ce3F3423f00EAc4959e'
sourceSafeWalletUrl: 'https://gateway.multisig.mantle.xyz/api'
sourceSafeWalletUrl: 'https://gateway.multisig.mantle.xyz'

- bridge: avalanche->mantle
symbol: usdc
Expand Down
2 changes: 1 addition & 1 deletion src/includes/itering/registers/base-mantle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
deposit: 100
approve: 10000000000000
safeWalletAddress: '0x000000000Bb6a011dB294ce3F3423f00EAc4959e'
sourceSafeWalletUrl: 'https://gateway.multisig.mantle.xyz/api'
sourceSafeWalletUrl: 'https://gateway.multisig.mantle.xyz'

- bridge: base->mantle
symbol: usdc
Expand Down
2 changes: 1 addition & 1 deletion src/includes/itering/registers/bsc-mantle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
deposit: 100
approve: 10000000000000
safeWalletAddress: '0x000000000Bb6a011dB294ce3F3423f00EAc4959e'
sourceSafeWalletUrl: 'https://gateway.multisig.mantle.xyz/api'
sourceSafeWalletUrl: 'https://gateway.multisig.mantle.xyz'

- bridge: bsc->mantle
symbol: usdc
Expand Down
2 changes: 1 addition & 1 deletion src/includes/itering/registers/gnosis-mantle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
deposit: 100
approve: 10000000000000
safeWalletAddress: '0x000000000Bb6a011dB294ce3F3423f00EAc4959e'
sourceSafeWalletUrl: 'https://gateway.multisig.mantle.xyz/api'
sourceSafeWalletUrl: 'https://gateway.multisig.mantle.xyz'

- bridge: gnosis->mantle
symbol: usdc
Expand Down
2 changes: 1 addition & 1 deletion src/includes/itering/registers/mantle-op.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
deposit: 100
approve: 10000000000000
safeWalletAddress: '0x000000000Bb6a011dB294ce3F3423f00EAc4959e'
sourceSafeWalletUrl: 'https://gateway.multisig.mantle.xyz/api'
sourceSafeWalletUrl: 'https://gateway.multisig.mantle.xyz'

2 changes: 1 addition & 1 deletion src/includes/itering/registers/mantle-polygon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
deposit: 100
approve: 10000000000000
safeWalletAddress: '0x000000000Bb6a011dB294ce3F3423f00EAc4959e'
sourceSafeWalletUrl: 'https://gateway.multisig.mantle.xyz/api'
sourceSafeWalletUrl: 'https://gateway.multisig.mantle.xyz'

2 changes: 1 addition & 1 deletion src/includes/itering/registers/mantle-scroll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
deposit: 100
approve: 10000000000000
safeWalletAddress: '0x000000000Bb6a011dB294ce3F3423f00EAc4959e'
sourceSafeWalletUrl: 'https://gateway.multisig.mantle.xyz/api'
sourceSafeWalletUrl: 'https://gateway.multisig.mantle.xyz'

0 comments on commit 1ba4315

Please sign in to comment.