Skip to content

Commit

Permalink
update warn balance for morph
Browse files Browse the repository at this point in the history
  • Loading branch information
jiguantong committed Oct 23, 2024
1 parent fe16e47 commit 4c2a857
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/utils/chains.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ const Chains = [
"operator": {
"oracle": "0x178E699c9a6bB2Cd624557Fbd85ed219e6faBa77",
"relayer": "0x912D7601569cBc2DF8A7f0aaE50BFd18e8C64d05",
"warnBalance": 0.01,
"warnBalance": 0.005,
},
"symbol": "ETH",
"scan": "https://explorer.morphl2.io/",
Expand Down
2 changes: 1 addition & 1 deletion server/config/chains.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ const Chains = [
"operator": {
"oracle": "0x178E699c9a6bB2Cd624557Fbd85ed219e6faBa77",
"relayer": "0x912D7601569cBc2DF8A7f0aaE50BFd18e8C64d05",
"warnBalance": 0.01,
"warnBalance": 0.005,
},
"symbol": "ETH",
"scan": "https://explorer.morphl2.io/",
Expand Down

0 comments on commit 4c2a857

Please sign in to comment.