Skip to content

Commit 418e16d

Browse files
authored
Merge pull request #803 from 0xPolygon/disable-xlayer
fix: disabled xlayer and removed noDeposit tag from POl token
2 parents eda6aa4 + b1df252 commit 418e16d

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

src/metadata/agglayer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"autoClaimEnabled": true,
106106
"lxlyVersion": 1,
107107
"verifiedBatchSubmissionPeriod": 3600,
108-
"active": true
108+
"active": false
109109
},
110110
{
111111
"chainId": 1101,

src/tokens/agglayer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1075,8 +1075,7 @@
10751075
"symbol": "POL",
10761076
"decimals": 18,
10771077
"tags": [
1078-
"canonical",
1079-
"noDeposit"
1078+
"canonical"
10801079
],
10811080
"logoURI": "https://assets.polygon.technology/tokenAssets/matic.svg",
10821081
"extensions": {
@@ -1151,8 +1150,7 @@
11511150
"symbol": "POL",
11521151
"decimals": 18,
11531152
"tags": [
1154-
"wrapped",
1155-
"noDeposit"
1153+
"wrapped"
11561154
],
11571155
"logoURI": "https://assets.polygon.technology/tokenAssets/matic.svg",
11581156
"extensions": {

0 commit comments

Comments
 (0)