Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.

Commit 930f95d

Browse files
committed
pushed gnosis
1 parent a1b90bd commit 930f95d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
## Deployed addresses
22
https://polygonscan.com/address/0xa289a03f46f144fAaDd9Fc51b006d7322ECc9B04#writeContract
33
https://arbiscan.io/address/0xa289a03f46f144fAaDd9Fc51b006d7322ECc9B04
4+
https://gnosisscan.io/address/0xa289a03f46f144fAaDd9Fc51b006d7322ECc9B04

scripts/deploy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import requests
2-
from brownie import chain, PoolCreationHelper, accounts
2+
from brownie import chain, PoolCreationHelper, accounts, Contract
33

44
account = accounts.load("dd_PoolCreation")
55
BALANCER_DEPLOYMENTS_URL = "https://raw.githubusercontent.com/balancer-labs/balancer-v2-monorepo/master/pkg/deployments"

0 commit comments

Comments
 (0)