Skip to content

Commit

Permalink
added mantle for logx network (#11636)
Browse files Browse the repository at this point in the history
  • Loading branch information
arpitsingh1409 committed Sep 16, 2024
1 parent 9d8d2e3 commit 8fe8085
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/logx-v2/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ module.exports = {
}

const config = {
arbitrum: ['0x297CE7A9156b9Dfc5b4468a6fd9ec5FdAd27e23A', '0xf0bDCFB8bfE1c5000481d263D672E1b09D58C3BE',]
arbitrum: ['0x297CE7A9156b9Dfc5b4468a6fd9ec5FdAd27e23A', '0xf0bDCFB8bfE1c5000481d263D672E1b09D58C3BE',],
mantle: ['0x895389e5744F2093A8ac985d8dB208eb9C1e6BA7', '0x8fb8a7E1ee970E3bf80494be0043B1117d835da8',]
}

Object.keys(config).forEach(chain => {
Expand Down

0 comments on commit 8fe8085

Please sign in to comment.