-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.ts
37 lines (30 loc) · 1.3 KB
/
config.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
exports.default = {
/////////////////////////////////////////////////////////////////////////////////////////
MyOApp: {
"bscTestnet": "0x41d7574573C655b5D9568b4d7ef02E6022B7C481",
"sepolia": "0xb3dF6321C8e3f71bf15Bc8810c26Bd4200BfFdA2"
},
PancakeVeSenderV2: {
"bscMainnet": "0xEF58528Ecb76b69a0F61F65d94797d531B34cf64", //"0x9D8A62E8Cf71ed1A5EbA53290A8b50C03c566c42"
},
PancakeVeReceiverV2: {
"ethereum": "0x1Db3B1092297Bea09C8151e905dF73a285c8a74a", //"0x765E5f231FfD9986f888CE6F3c88bBD8FB3f04A7",
"arbitrum": "0x0276b8b2AA8C698d8301AAbf56852224b454C634", //"0x5bD8a8d023f772ad2b6A181cC0bC2B15D5Be13C7"
},
VECakeProxyFake: {
"ethereum": "0x0aC4ED1D63c51f2b35C555eE09b425f08E6eA556",
"arbitrum": "0xF4C31dfEB3C0A2203472A3e20e49B1EFE4bD588d"
},
IFODeployV8Fake: {
"ethereum": "0x11b63467Cf299D634d7c1A07221d78c5F08095D7",
"arbitrum": "0x78ea748Bb5F8e9298d9077E35dB4E9B3F9Edde86"
},
PancakeProfileProxyV2Fake: {
"ethereum": "0xeA08f9e4267e30721D755A46Bcaddbf993d8C59B",
"arbitrum": "0x5A3526891D6216DAe42d3e17a545A45f854F2213"
},
ICakeV3Fake: {
"ethereum": "0x3D54da368065cee6986C9bb99aB756a92775005E",
"arbitrum": "0x0757bb6F1635116A381FaaAddEC7ce5A2C5088fa"
}
};