Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Commit

Permalink
chore: update mainnet executor address (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
gitpusha committed Feb 25, 2021
1 parent 1621fbb commit 060e90e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Expand Up @@ -11,14 +11,14 @@ export const addressBook = {
// Gelato
gelatoExecutor: {
// Mainnet
default: "0xd70d5fb9582cc3b5b79bbfaecbb7310fd0e3b582",
default: "0x98edc8067Cc671BCAE82D36dCC609C3E4e078AC8", // ConcurrentPermissionedExecutors_Proxy
},
gelatoGasPriceOracle: {
// Mainnet
chainlink: "0x169E633A2D1E6c10dD91238Ba11c4A708dfEF37C",
},
gelatoProvider: {
default: "0x5B753BF02a42bC73B5846dfd16a8F2e082b99a6a",
default: "0x3d9A46b5D421bb097AC28B4f70a4A1441A12920C",
},

// Gnosis
Expand Down
1 change: 1 addition & 0 deletions buidler/config/networks/mainnet/mainnet.deployments.js
Expand Up @@ -44,6 +44,7 @@ export const deployments = {
// ==== Gelato Executors ====
// === Modules ===
PermissionedExecutors: "0xd70D5fb9582cC3b5B79BBFAECbb7310fd0e3B582", // verified
ConcurrentPermissionedExecutorsProxy: "0x98edc8067Cc671BCAE82D36dCC609C3E4e078AC8", // verified

// ===== Gelato Providers ====
// == Execution ==
Expand Down

0 comments on commit 060e90e

Please sign in to comment.