Skip to content

Commit

Permalink
open support for mantle
Browse files Browse the repository at this point in the history
  • Loading branch information
cauta committed May 17, 2024
1 parent 96edc0a commit 8d88561
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions app/libs/global/src/global.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ export class GlobalController {
...SupportedChain.BSC,
enable: process.env.BSC_DISABLE === 'false',
},
{
...SupportedChain.MANTLE,
enable: process.env.MANTLE_DISABLE === 'false',
},
];
}

Expand Down
2 changes: 1 addition & 1 deletion app/libs/utils/src/supportedChain.util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export class SupportedChain {
idHex: '0x2105',
name: 'Base',
confirmationBlock: 50,
explorer: 'https://basescan.org/',
explorer: 'https://basescan.org',
nativeCurrency: 'BASE',
};

Expand Down

0 comments on commit 8d88561

Please sign in to comment.