Skip to content

Commit 23a6cb9

Browse files
Merge pull request #806 from 0xPolygon/add-vb-tokens
Added vb tokens and updated bridge time from L2 to L1
2 parents e572cc6 + 897aa17 commit 23a6cb9

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

src/metadata/agglayer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"networkId": 0,
4747
"autoClaimEnabled": false,
4848
"lxlyVersion": 1,
49-
"verifiedBatchSubmissionPeriod": 720,
49+
"verifiedBatchSubmissionPeriod": 900,
5050
"active": true
5151
},
5252
{
@@ -104,7 +104,7 @@
104104
"networkId": 3,
105105
"autoClaimEnabled": true,
106106
"lxlyVersion": 1,
107-
"verifiedBatchSubmissionPeriod": 3600,
107+
"verifiedBatchSubmissionPeriod": 10800,
108108
"active": false
109109
},
110110
{
@@ -150,7 +150,7 @@
150150
"networkId": 20,
151151
"autoClaimEnabled": true,
152152
"lxlyVersion": 2,
153-
"verifiedBatchSubmissionPeriod": 3600,
153+
"verifiedBatchSubmissionPeriod": 10800,
154154
"active": true
155155
},
156156
{
@@ -226,7 +226,7 @@
226226
"networkId": 22,
227227
"autoClaimEnabled": true,
228228
"lxlyVersion": 2,
229-
"verifiedBatchSubmissionPeriod": 3600,
229+
"verifiedBatchSubmissionPeriod": 10800,
230230
"active": true
231231
},
232232
{

src/tokens/agglayer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,8 @@
272272
},
273273
{
274274
"chainId": 747474,
275-
"address": "0xfd415d011ffaa8e6f17fa753cdb080d1de266784",
276-
"name": "USD Coin",
275+
"address": "0x203A662b0BD271A6ed5a60EdFbd04bFce608FD36",
276+
"name": "Vault bridge USDC",
277277
"symbol": "USDC",
278278
"decimals": 6,
279279
"tags": [
@@ -283,7 +283,8 @@
283283
"extensions": {
284284
"originAssetId": "eip155:1/erc20:0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
285285
"supportedRoutes": [
286-
"agglayer"
286+
"agglayer",
287+
"lifi"
287288
],
288289
"originTokenAddress": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
289290
"originTokenNetwork": 0

0 commit comments

Comments
 (0)