Skip to content

Commit 18fcc27

Browse files
committed
feat(Metis): enable Metis on ITO base
1 parent 31c5388 commit 18fcc27

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

packages/mask/src/plugins/ITO/base.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export const base: Plugin.Shared.Definition = {
2525
ChainId.Aurora,
2626
ChainId.Avalanche,
2727
ChainId.Fantom,
28+
ChainId.Metis,
2829
],
2930
},
3031
},

packages/web3-shared/evm/assets/chains.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
],
196196
"infoURL": "https://matic.network/"
197197
},
198-
{
198+
{
199199
"name": "Matic Testnet Mumbai",
200200
"chainId": 80001,
201201
"fullName": "Polygon",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)