Skip to content

Commit 78fb8fa

Browse files
committed
update tokens
1 parent 2bb304a commit 78fb8fa

File tree

2 files changed

+347
-3
lines changed

2 files changed

+347
-3
lines changed

src/config/data/ccip/v1_2_0/mainnet/lanes.json

Lines changed: 258 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3004,7 +3004,23 @@
30043004
"enforceOutOfOrder": true,
30053005
"version": "1.6.0"
30063006
},
3007-
"rmnPermeable": true
3007+
"rmnPermeable": true,
3008+
"supportedTokens": {
3009+
"SolvBTC.JUP": {
3010+
"rateLimiterConfig": {
3011+
"in": {
3012+
"capacity": "2500000000000000000",
3013+
"isEnabled": true,
3014+
"rate": "115740000000000"
3015+
},
3016+
"out": {
3017+
"capacity": "2500000000000000000",
3018+
"isEnabled": true,
3019+
"rate": "115740000000000"
3020+
}
3021+
}
3022+
}
3023+
}
30083024
},
30093025
"soneium-mainnet": {
30103026
"offRamp": {
@@ -3031,6 +3047,20 @@
30313047
"rate": "0"
30323048
}
30333049
}
3050+
},
3051+
"SolvBTC.JUP": {
3052+
"rateLimiterConfig": {
3053+
"in": {
3054+
"capacity": "100000000000000000000",
3055+
"isEnabled": true,
3056+
"rate": "1157400000000000"
3057+
},
3058+
"out": {
3059+
"capacity": "100000000000000000000",
3060+
"isEnabled": true,
3061+
"rate": "1157400000000000"
3062+
}
3063+
}
30343064
}
30353065
}
30363066
},
@@ -7992,6 +8022,20 @@
79928022
}
79938023
}
79948024
},
8025+
"zBTC": {
8026+
"rateLimiterConfig": {
8027+
"in": {
8028+
"capacity": "1000000000",
8029+
"isEnabled": true,
8030+
"rate": "11574"
8031+
},
8032+
"out": {
8033+
"capacity": "1000000000",
8034+
"isEnabled": true,
8035+
"rate": "11574"
8036+
}
8037+
}
8038+
},
79958039
"ZeUSD": {
79968040
"rateLimiterConfig": {
79978041
"in": {
@@ -8355,6 +8399,20 @@
83558399
"rate": "13880000000000000000"
83568400
}
83578401
}
8402+
},
8403+
"zBTC": {
8404+
"rateLimiterConfig": {
8405+
"in": {
8406+
"capacity": "1000000000",
8407+
"isEnabled": true,
8408+
"rate": "11574"
8409+
},
8410+
"out": {
8411+
"capacity": "1000000000",
8412+
"isEnabled": true,
8413+
"rate": "11574"
8414+
}
8415+
}
83588416
}
83598417
}
83608418
},
@@ -8411,6 +8469,20 @@
84118469
"rate": "136111000"
84128470
}
84138471
}
8472+
},
8473+
"zBTC": {
8474+
"rateLimiterConfig": {
8475+
"in": {
8476+
"capacity": "1000000000",
8477+
"isEnabled": true,
8478+
"rate": "11574"
8479+
},
8480+
"out": {
8481+
"capacity": "1000000000",
8482+
"isEnabled": true,
8483+
"rate": "11574"
8484+
}
8485+
}
84148486
}
84158487
}
84168488
},
@@ -14068,6 +14140,20 @@
1406814140
}
1406914141
}
1407014142
},
14143+
"zBTC": {
14144+
"rateLimiterConfig": {
14145+
"in": {
14146+
"capacity": "1000000000",
14147+
"isEnabled": true,
14148+
"rate": "11574"
14149+
},
14150+
"out": {
14151+
"capacity": "1000000000",
14152+
"isEnabled": true,
14153+
"rate": "11574"
14154+
}
14155+
}
14156+
},
1407114157
"ZeUSD": {
1407214158
"rateLimiterConfig": {
1407314159
"in": {
@@ -15829,6 +15915,34 @@
1582915915
"rate": "13880000000000000000"
1583015916
}
1583115917
}
15918+
},
15919+
"syrupUSDC": {
15920+
"rateLimiterConfig": {
15921+
"in": {
15922+
"capacity": "0",
15923+
"isEnabled": false,
15924+
"rate": "0"
15925+
},
15926+
"out": {
15927+
"capacity": "0",
15928+
"isEnabled": false,
15929+
"rate": "0"
15930+
}
15931+
}
15932+
},
15933+
"zBTC": {
15934+
"rateLimiterConfig": {
15935+
"in": {
15936+
"capacity": "1000000000",
15937+
"isEnabled": true,
15938+
"rate": "11574"
15939+
},
15940+
"out": {
15941+
"capacity": "1000000000",
15942+
"isEnabled": true,
15943+
"rate": "11574"
15944+
}
15945+
}
1583215946
}
1583315947
}
1583415948
},
@@ -16067,6 +16181,20 @@
1606716181
"rate": "3472000000000000"
1606816182
}
1606916183
}
16184+
},
16185+
"zBTC": {
16186+
"rateLimiterConfig": {
16187+
"in": {
16188+
"capacity": "1000000000",
16189+
"isEnabled": true,
16190+
"rate": "11574"
16191+
},
16192+
"out": {
16193+
"capacity": "1000000000",
16194+
"isEnabled": true,
16195+
"rate": "11574"
16196+
}
16197+
}
1607016198
}
1607116199
}
1607216200
},
@@ -18282,7 +18410,23 @@
1828218410
"enforceOutOfOrder": true,
1828318411
"version": "V1"
1828418412
},
18285-
"rmnPermeable": true
18413+
"rmnPermeable": true,
18414+
"supportedTokens": {
18415+
"SolvBTC.JUP": {
18416+
"rateLimiterConfig": {
18417+
"in": {
18418+
"capacity": "0",
18419+
"isEnabled": false,
18420+
"rate": "0"
18421+
},
18422+
"out": {
18423+
"capacity": "0",
18424+
"isEnabled": false,
18425+
"rate": "0"
18426+
}
18427+
}
18428+
}
18429+
}
1828618430
},
1828718431
"ethereum-mainnet-arbitrum-1": {
1828818432
"offRamp": {
@@ -18321,6 +18465,20 @@
1832118465
"rate": "0"
1832218466
}
1832318467
}
18468+
},
18469+
"zBTC": {
18470+
"rateLimiterConfig": {
18471+
"in": {
18472+
"capacity": "0",
18473+
"isEnabled": false,
18474+
"rate": "0"
18475+
},
18476+
"out": {
18477+
"capacity": "0",
18478+
"isEnabled": false,
18479+
"rate": "0"
18480+
}
18481+
}
1832418482
}
1832518483
}
1832618484
},
@@ -18361,6 +18519,34 @@
1836118519
"rate": "0"
1836218520
}
1836318521
}
18522+
},
18523+
"syrupUSDC": {
18524+
"rateLimiterConfig": {
18525+
"in": {
18526+
"capacity": "0",
18527+
"isEnabled": false,
18528+
"rate": "0"
18529+
},
18530+
"out": {
18531+
"capacity": "0",
18532+
"isEnabled": false,
18533+
"rate": "0"
18534+
}
18535+
}
18536+
},
18537+
"zBTC": {
18538+
"rateLimiterConfig": {
18539+
"in": {
18540+
"capacity": "0",
18541+
"isEnabled": false,
18542+
"rate": "0"
18543+
},
18544+
"out": {
18545+
"capacity": "0",
18546+
"isEnabled": false,
18547+
"rate": "0"
18548+
}
18549+
}
1836418550
}
1836518551
}
1836618552
},
@@ -18389,6 +18575,20 @@
1838918575
"rate": "0"
1839018576
}
1839118577
}
18578+
},
18579+
"zBTC": {
18580+
"rateLimiterConfig": {
18581+
"in": {
18582+
"capacity": "0",
18583+
"isEnabled": false,
18584+
"rate": "0"
18585+
},
18586+
"out": {
18587+
"capacity": "0",
18588+
"isEnabled": false,
18589+
"rate": "0"
18590+
}
18591+
}
1839218592
}
1839318593
}
1839418594
}
@@ -18473,6 +18673,20 @@
1847318673
"rate": "0"
1847418674
}
1847518675
}
18676+
},
18677+
"SolvBTC.JUP": {
18678+
"rateLimiterConfig": {
18679+
"in": {
18680+
"capacity": "100000000000000000000",
18681+
"isEnabled": true,
18682+
"rate": "1157400000000000"
18683+
},
18684+
"out": {
18685+
"capacity": "100000000000000000000",
18686+
"isEnabled": true,
18687+
"rate": "1157400000000000"
18688+
}
18689+
}
1847618690
}
1847718691
}
1847818692
},
@@ -18843,6 +19057,20 @@
1884319057
"rate": "136111000"
1884419058
}
1884519059
}
19060+
},
19061+
"zBTC": {
19062+
"rateLimiterConfig": {
19063+
"in": {
19064+
"capacity": "1000000000",
19065+
"isEnabled": true,
19066+
"rate": "11574"
19067+
},
19068+
"out": {
19069+
"capacity": "1000000000",
19070+
"isEnabled": true,
19071+
"rate": "11574"
19072+
}
19073+
}
1884619074
}
1884719075
}
1884819076
},
@@ -19065,6 +19293,20 @@
1906519293
"rate": "115740000000000"
1906619294
}
1906719295
}
19296+
},
19297+
"zBTC": {
19298+
"rateLimiterConfig": {
19299+
"in": {
19300+
"capacity": "1000000000",
19301+
"isEnabled": true,
19302+
"rate": "11574"
19303+
},
19304+
"out": {
19305+
"capacity": "1000000000",
19306+
"isEnabled": true,
19307+
"rate": "11574"
19308+
}
19309+
}
1906819310
}
1906919311
}
1907019312
},
@@ -19105,6 +19347,20 @@
1910519347
"rate": "13880000000000000000"
1910619348
}
1910719349
}
19350+
},
19351+
"zBTC": {
19352+
"rateLimiterConfig": {
19353+
"in": {
19354+
"capacity": "1000000000",
19355+
"isEnabled": true,
19356+
"rate": "11574"
19357+
},
19358+
"out": {
19359+
"capacity": "1000000000",
19360+
"isEnabled": true,
19361+
"rate": "11574"
19362+
}
19363+
}
1910819364
}
1910919365
}
1911019366
}

0 commit comments

Comments
 (0)