Skip to content

Commit

Permalink
url typo
Browse files Browse the repository at this point in the history
  • Loading branch information
samepant committed Jun 5, 2024
1 parent b9f0b12 commit 88bc0bc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
15 changes: 5 additions & 10 deletions packages/sdk/src/presets/mainnet/ENS/test_payload_kpk.ts
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
import {
ZERO_ADDRESS,
aura,
balancer,
cowswap
} from "../addresses"
import { staticEqual, staticOneOf } from "../../helpers/utils"
import { allowErc20Approve } from "../../helpers/erc20"
import { lidoExitStrategy1 } from "../../helpers/ExitStrategies/LidoExitStrategies"
import { allow } from "../../allow"
import { auraExitStrategy2 } from "../../helpers/ExitStrategies/AuraExitStrategies"
import { lidoExitStrategy1 } from "../../helpers/ExitStrategies/LidoExitStrategies"
import { allowErc20Approve } from "../../helpers/erc20"
import { staticEqual, staticOneOf } from "../../helpers/utils"
import { AVATAR } from "../../placeholders"
import { RolePreset } from "../../types"
import { allow } from "../../allow"
import { ZERO_ADDRESS, aura, balancer, cowswap } from "../addresses"

const preset = {
network: 1,
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/src/subgraph.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
const SUBGRAPH = {
[1]: "https://airlock.gnosisguild.org/subgraph/HYArYfPMEAawR5wFbr7qUVAgLbG9fpF91iwPVE6jKfLc",
[5]: "https://airlock.gnosisguild.org/subgraph/samepant/zodiac-roles-mod-goerli",

[11155111]:
"https://airlock.gnosisguild.org/subgraph/B1xxjy8WBWLkEo2pD7PDHM2LHLAryMdoWiH4kHLL4buP",
// [10]: "https://airlock.gnosisguild.org/subgraph/HMJik2c7BEXFy1gp7H3zK8TSqubzeGQ8sfZjgGbLJjwy",
[56]: "https://airlock.gnosisguild.org/subgraph/7ffR3tdeVZ2SrHcnzCswBoqX7Zx4P4wkG9V6qEUomdU",
[100]:
"https://airlock.gnosisguild.org/subgraph/samepant/9KdeUKvCupvXcRqbNt9HSX3idsiYdmt81XeAvffFEZA6",
"https://airlock.gnosisguild.org/subgraph/9KdeUKvCupvXcRqbNt9HSX3idsiYdmt81XeAvffFEZA6",
[137]:
"https://airlock.gnosisguild.org/subgraph/JDFgdGqUsDci3yv5HgEhFDFT65hmAtnnGgp4tN6nksGG",
[42161]:
Expand Down

0 comments on commit 88bc0bc

Please sign in to comment.