Skip to content

Commit b0822b2

Browse files
committed
update
1 parent 5f34ec2 commit b0822b2

File tree

2 files changed

+93
-0
lines changed

2 files changed

+93
-0
lines changed

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

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3390,6 +3390,20 @@
33903390
}
33913391
}
33923392
},
3393+
"RIZE": {
3394+
"rateLimiterConfig": {
3395+
"in": {
3396+
"capacity": "0",
3397+
"isEnabled": false,
3398+
"rate": "0"
3399+
},
3400+
"out": {
3401+
"capacity": "0",
3402+
"isEnabled": false,
3403+
"rate": "0"
3404+
}
3405+
}
3406+
},
33933407
"SDM": {
33943408
"rateLimiterConfig": {
33953409
"in": {
@@ -8650,6 +8664,20 @@
86508664
}
86518665
}
86528666
},
8667+
"RIZE": {
8668+
"rateLimiterConfig": {
8669+
"in": {
8670+
"capacity": "0",
8671+
"isEnabled": false,
8672+
"rate": "0"
8673+
},
8674+
"out": {
8675+
"capacity": "0",
8676+
"isEnabled": false,
8677+
"rate": "0"
8678+
}
8679+
}
8680+
},
86538681
"SDM": {
86548682
"rateLimiterConfig": {
86558683
"in": {
@@ -10272,6 +10300,20 @@
1027210300
}
1027310301
}
1027410302
},
10303+
"RIZE": {
10304+
"rateLimiterConfig": {
10305+
"in": {
10306+
"capacity": "0",
10307+
"isEnabled": false,
10308+
"rate": "0"
10309+
},
10310+
"out": {
10311+
"capacity": "0",
10312+
"isEnabled": false,
10313+
"rate": "0"
10314+
}
10315+
}
10316+
},
1027510317
"SHIB": {
1027610318
"rateLimiterConfig": {
1027710319
"in": {
@@ -10776,6 +10818,20 @@
1077610818
}
1077710819
}
1077810820
},
10821+
"RIZE": {
10822+
"rateLimiterConfig": {
10823+
"in": {
10824+
"capacity": "0",
10825+
"isEnabled": false,
10826+
"rate": "0"
10827+
},
10828+
"out": {
10829+
"capacity": "0",
10830+
"isEnabled": false,
10831+
"rate": "0"
10832+
}
10833+
}
10834+
},
1077910835
"SDM": {
1078010836
"rateLimiterConfig": {
1078110837
"in": {
@@ -18266,6 +18322,20 @@
1826618322
}
1826718323
}
1826818324
},
18325+
"RIZE": {
18326+
"rateLimiterConfig": {
18327+
"in": {
18328+
"capacity": "0",
18329+
"isEnabled": false,
18330+
"rate": "0"
18331+
},
18332+
"out": {
18333+
"capacity": "0",
18334+
"isEnabled": false,
18335+
"rate": "0"
18336+
}
18337+
}
18338+
},
1826918339
"SHIB": {
1827018340
"rateLimiterConfig": {
1827118341
"in": {
@@ -22014,6 +22084,20 @@
2201422084
}
2201522085
}
2201622086
},
22087+
"RIZE": {
22088+
"rateLimiterConfig": {
22089+
"in": {
22090+
"capacity": "0",
22091+
"isEnabled": false,
22092+
"rate": "0"
22093+
},
22094+
"out": {
22095+
"capacity": "0",
22096+
"isEnabled": false,
22097+
"rate": "0"
22098+
}
22099+
}
22100+
},
2201722101
"SDM": {
2201822102
"rateLimiterConfig": {
2201922103
"in": {

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2880,6 +2880,15 @@
28802880
"symbol": "RIZE",
28812881
"tokenAddress": "0xAEDAff046601BEb063b647845Dfb21841f32d6A4"
28822882
},
2883+
"ethereum-mainnet-base-1": {
2884+
"allowListEnabled": false,
2885+
"decimals": 18,
2886+
"name": "RIZE",
2887+
"poolAddress": "0xd4D129Df31bF9d9eF7fF030aDF984f3d028E16a0",
2888+
"poolType": "burnMint",
2889+
"symbol": "RIZE",
2890+
"tokenAddress": "0x9818B6c09f5ECc843060927E8587c427C7C93583"
2891+
},
28832892
"mainnet": {
28842893
"allowListEnabled": false,
28852894
"decimals": 18,

0 commit comments

Comments
 (0)