-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.js
22 lines (14 loc) · 1.2 KB
/
data.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
export const EntryPointAddress = "0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789";
// export const OracleAggregator = "0x932c671E8291D7DF435798B730C683e9957D3f71"; // mumbai
export const OracleAggregator = "0x7f0e1Aaac1BEf8fc186e49Db2a3A33D6e6b76915"; // amoy
// export const MUMBAI_URL = "https://rpc-mumbai.maticvigil.com/"; // mumbai
export const AMOY_URL = "https://rpc-amoy.polygon.technology/"; // amoy
// export const VerifyingPaymasterAddress = "0x03737DAc26a44424FbCFFe3faf3c52B0AA1eec56"; // mumbai
export const VerifyingPaymasterAddress = "0x800d0C4554eBcC50C0Bc958B1BB005Da305746D2"; // amoy
// export const ERC20VerifierAddress = "0xcF7F76b779e86b0CC5084b5918dB0879f3E6F098"; // mumbai
export const ERC20VerifierAddress = "0x22bE1dca416b40dc67F1fD09Eaa49347E5b34720"; // amoy ViceTokenPaymaster
// export const SimpleAccountFactoryAddress = "0xA9F87c30Ff0cc0b7D481b62297e036C628526059"; // mumbai
export const SimpleAccountFactoryAddress = "0xBc7A30980fdFf854e54004a64d4c40388490e5e9"; // amoy
export const HyperTokenAddress = "0x5c54b57557BAB28aC1C416063f657d8C89842896";
export const GAS_FETCH_PRV =
"728a7ca4bca5a48178eab40515a5573d37e001b3ea94f46acedbdb5bdcb1f1ab";