Skip to content

Commit 32b7cdf

Browse files
authored
remove alu (#2813)
1 parent b776c8a commit 32b7cdf

File tree

2 files changed

+26
-115
lines changed

2 files changed

+26
-115
lines changed

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

Lines changed: 26 additions & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -3096,20 +3096,6 @@
30963096
}
30973097
}
30983098
},
3099-
"ALU": {
3100-
"rateLimiterConfig": {
3101-
"in": {
3102-
"capacity": "4500000000000000000000000",
3103-
"isEnabled": true,
3104-
"rate": "1250000000000000000000"
3105-
},
3106-
"out": {
3107-
"capacity": "4500000000000000000000000",
3108-
"isEnabled": true,
3109-
"rate": "1250000000000000000000"
3110-
}
3111-
}
3112-
},
31133099
"BETS": {
31143100
"rateLimiterConfig": {
31153101
"in": {
@@ -3582,20 +3568,6 @@
35823568
}
35833569
}
35843570
},
3585-
"ALU": {
3586-
"rateLimiterConfig": {
3587-
"in": {
3588-
"capacity": "0",
3589-
"isEnabled": false,
3590-
"rate": "0"
3591-
},
3592-
"out": {
3593-
"capacity": "0",
3594-
"isEnabled": false,
3595-
"rate": "0"
3596-
}
3597-
}
3598-
},
35993571
"BETS": {
36003572
"rateLimiterConfig": {
36013573
"in": {
@@ -4186,6 +4158,18 @@
41864158
}
41874159
}
41884160
},
4161+
"plume-mainnet": {
4162+
"offRamp": {
4163+
"address": "0xAdd62B3cB2D26cE5001784b050A83bB9F1a4fa7f",
4164+
"version": "1.5.0"
4165+
},
4166+
"onRamp": {
4167+
"address": "0xC2f4143E242D0BF0b490DC64D362136c1d068Fb1",
4168+
"enforceOutOfOrder": false,
4169+
"version": "1.5.0"
4170+
},
4171+
"rmnPermeable": true
4172+
},
41894173
"polygon-mainnet-katana": {
41904174
"offRamp": {
41914175
"address": "0x1C07Ba64819728c9e48796F7514e1DBF92Ca4774",
@@ -8204,20 +8188,6 @@
82048188
}
82058189
}
82068190
},
8207-
"ALU": {
8208-
"rateLimiterConfig": {
8209-
"in": {
8210-
"capacity": "4500000000000000000000000",
8211-
"isEnabled": true,
8212-
"rate": "1250000000000000000000"
8213-
},
8214-
"out": {
8215-
"capacity": "4500000000000000000000000",
8216-
"isEnabled": true,
8217-
"rate": "1250000000000000000000"
8218-
}
8219-
}
8220-
},
82218191
"BETS": {
82228192
"rateLimiterConfig": {
82238193
"in": {
@@ -9532,20 +9502,6 @@
95329502
}
95339503
}
95349504
},
9535-
"ALU": {
9536-
"rateLimiterConfig": {
9537-
"in": {
9538-
"capacity": "0",
9539-
"isEnabled": false,
9540-
"rate": "0"
9541-
},
9542-
"out": {
9543-
"capacity": "0",
9544-
"isEnabled": false,
9545-
"rate": "0"
9546-
}
9547-
}
9548-
},
95499505
"APU": {
95509506
"rateLimiterConfig": {
95519507
"in": {
@@ -12226,9 +12182,9 @@
1222612182
"rate": "1"
1222712183
},
1222812184
"out": {
12229-
"capacity": "30000000000000000000",
12185+
"capacity": "2",
1223012186
"isEnabled": true,
12231-
"rate": "8333330000000000"
12187+
"rate": "1"
1223212188
}
1223312189
}
1223412190
},
@@ -15812,20 +15768,6 @@
1581215768
}
1581315769
}
1581415770
},
15815-
"ALU": {
15816-
"rateLimiterConfig": {
15817-
"in": {
15818-
"capacity": "0",
15819-
"isEnabled": false,
15820-
"rate": "0"
15821-
},
15822-
"out": {
15823-
"capacity": "0",
15824-
"isEnabled": false,
15825-
"rate": "0"
15826-
}
15827-
}
15828-
},
1582915771
"BETS": {
1583015772
"rateLimiterConfig": {
1583115773
"in": {
@@ -17388,20 +17330,6 @@
1738817330
}
1738917331
}
1739017332
},
17391-
"ALU": {
17392-
"rateLimiterConfig": {
17393-
"in": {
17394-
"capacity": "0",
17395-
"isEnabled": false,
17396-
"rate": "0"
17397-
},
17398-
"out": {
17399-
"capacity": "0",
17400-
"isEnabled": false,
17401-
"rate": "0"
17402-
}
17403-
}
17404-
},
1740517333
"APU": {
1740617334
"rateLimiterConfig": {
1740717335
"in": {
@@ -22278,6 +22206,18 @@
2227822206
},
2227922207
"rmnPermeable": true
2228022208
},
22209+
"bsc-mainnet": {
22210+
"offRamp": {
22211+
"address": "0xA676892CB48Edfb04Cd1703FA676cb4d2CA26f10",
22212+
"version": "1.5.0"
22213+
},
22214+
"onRamp": {
22215+
"address": "0xE7E32FB6B2942E0e98462e0dc0A10730b17B3094",
22216+
"enforceOutOfOrder": false,
22217+
"version": "1.5.0"
22218+
},
22219+
"rmnPermeable": true
22220+
},
2228122221
"mainnet": {
2228222222
"offRamp": {
2228322223
"address": "0x470f7Ff1f9dd96DF02142Ef1F40E89204Ee7E4c1",

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

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -57,35 +57,6 @@
5757
"tokenAddress": "0xfDC362324740B3CA225ee0E54063746EecB2BFd9"
5858
}
5959
},
60-
"ALU": {
61-
"bsc-mainnet": {
62-
"allowListEnabled": false,
63-
"decimals": 18,
64-
"name": "Altura",
65-
"poolAddress": "0x6265860e9EF745C8FF2333379443479e54D58B1D",
66-
"poolType": "lockRelease",
67-
"symbol": "ALU",
68-
"tokenAddress": "0x8263CD1601FE73C066bf49cc09841f35348e3be0"
69-
},
70-
"ethereum-mainnet-base-1": {
71-
"allowListEnabled": false,
72-
"decimals": 18,
73-
"name": "Altura",
74-
"poolAddress": "0xA9B67934d59AE3DC8728a9F92Febd24e81695495",
75-
"poolType": "burnMint",
76-
"symbol": "ALU",
77-
"tokenAddress": "0x91Ad1b44913cD1B8241A4Ff1e2EAa198DA6Bf4c9"
78-
},
79-
"mainnet": {
80-
"allowListEnabled": false,
81-
"decimals": 18,
82-
"name": "Altura",
83-
"poolAddress": "0x7Ee2788AecB35Be3F13FA1389c4f578a38d11332",
84-
"poolType": "burnMint",
85-
"symbol": "ALU",
86-
"tokenAddress": "0x786A6743efe9500011C92c7D8540608a62382b6f"
87-
}
88-
},
8960
"ANIMA": {
9061
"mainnet": {
9162
"allowListEnabled": false,

0 commit comments

Comments
 (0)