Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gnosis Safe Control #3541

Merged
merged 389 commits into from
Feb 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
389 commits
Select commit Hold shift + click to select a range
a4dbe8b
Feat: add remove safe to `DefaultAction`
chinins Aug 10, 2022
883f373
Feat: add `GNOSIS_SAFE_NAMES_MAP` to constants
chinins Aug 11, 2022
5c2db99
Feat: add rmeoved safes to `DefaultAction` description
chinins Aug 11, 2022
9cdddc8
Feat: add multiple safes to `DetailsWidget
chinins Aug 11, 2022
c0fe067
Feat: add removedSafes to `EventValues` interface
chinins Aug 11, 2022
bb0e2cd
Styles: update `DetailsSafeWidget` positioning
chinins Aug 11, 2022
a0b4986
Feat: add `useExtendedColonyActionType` hook
chinins Aug 11, 2022
0362f6f
Refactor: update safe removed `action.title`
chinins Aug 11, 2022
b62a0b9
Feat: use `useExtendedColonyActionType` in `DefaultAction`
chinins Aug 11, 2022
d244dff
Refactor: update types in `useExtendedColonyActionType`
chinins Aug 11, 2022
11e1f32
Feat: add remove safe to actions list
chinins Aug 11, 2022
a9bb9ff
Feat: add tokens edit & addtress book to static maps & translation st…
chinins Aug 11, 2022
f2beda4
Refactor: update Detailswidget & actions types
chinins Aug 11, 2022
d5119dd
Chore: revert back unnecessary changes
chinins Aug 11, 2022
f40e466
Refactor: fix type in `getEventTitleMessageDescriptor`
chinins Aug 11, 2022
1e635a3
Refactor: remove leftover code from `en-actions.ts`
chinins Aug 11, 2022
c028b12
Refactor: update `colonyActions` resolvers
chinins Aug 11, 2022
5fdc2e0
Refactor: fix `removedSafes` logic in `getSpecificActionValuesCheck`
chinins Aug 16, 2022
34f3aca
Feat: add page title & chainID check for remore safe
chinins Aug 17, 2022
e4f45d9
Add: add safe event page
willm30 Aug 16, 2022
2c35414
Added initial setup for safe core SDK transactions
ArmandoGraterol Aug 18, 2022
b3a7ec3
Added and updated RPC URLs of safe networks
ArmandoGraterol Aug 22, 2022
1035442
Fixed ColonySafes using the same id for same address Safes
ArmandoGraterol Aug 24, 2022
fbe4617
Updated Checkbox core componet so it allows object values
ArmandoGraterol Aug 24, 2022
e479011
Updated MANAGE_EXISTING_SAFES action so that it can remove safes from…
ArmandoGraterol Aug 24, 2022
950a226
Connected safe picker on Control Safe dialog with colony's safes
ArmandoGraterol Aug 31, 2022
33e5955
Fix: Raw transaction validation
willm30 Aug 31, 2022
ba19cdb
Fix: select safe width
willm30 Sep 1, 2022
bd0c9a0
Fix: disabled cursor on AddItemButton
willm30 Sep 1, 2022
1137b5c
Fix: Fix typo in SingleUserPicker
jakubcolony Sep 7, 2022
0715931
Maintenance: Rename Gnosis Safe to Safe
jakubcolony Sep 7, 2022
c798d8e
Maintenance: Rename GnosisNFTTransfer to TransferNFTSection
jakubcolony Sep 8, 2022
a069b64
Fix: set merge policy
willm30 Sep 1, 2022
3e8f3f5
Added useContractABIParser hook
ArmandoGraterol Aug 18, 2022
db3d944
Integrated useContractABIParser hook with GnosisControlSafeDialog
ArmandoGraterol Aug 18, 2022
f30f4a9
Updated styles of ContractInteractionSection
ArmandoGraterol Aug 18, 2022
6fa954c
Added compatibility for array errors in InputStatus
ArmandoGraterol Aug 24, 2022
31b5d5a
Added apiUri prop to Gnosis Safe supported networks
ArmandoGraterol Aug 24, 2022
01fb86c
Updated Contract Interaction section of Gnosis Control Safe
ArmandoGraterol Aug 24, 2022
884a140
Updated useContractABIParser to getContractUsefulMethods
ArmandoGraterol Aug 26, 2022
64645a1
Updated .env.example
ArmandoGraterol Aug 26, 2022
695928c
Fixed address validation and updated mock data of ContractInteraction…
ArmandoGraterol Aug 30, 2022
be65905
Fixed import in ContractInteractionSection
ArmandoGraterol Aug 30, 2022
dc557f2
Updated validation for bytes and integer fields in ContractInteractio…
ArmandoGraterol Aug 31, 2022
6bc56c7
Updated ContractInteractionSection
ArmandoGraterol Sep 5, 2022
1b71cda
Fixed onContractChange surpassing API limits
ArmandoGraterol Sep 5, 2022
8e0a37f
Fixed status being overlapped by validation errors in InputStatus
ArmandoGraterol Sep 7, 2022
23a3fe1
Updated imports with correct names
ArmandoGraterol Sep 9, 2022
0643011
Add: NFT preview
willm30 Aug 25, 2022
e6c303e
Add: connect nft picker to safes
willm30 Sep 9, 2022
4bd03ad
Add: spinner and nft cache
willm30 Sep 16, 2022
286f242
Add: refactor existing safe flow
willm30 Sep 19, 2022
37012bb
Refactor: extract validation schema
willm30 Sep 26, 2022
254c851
Fix: dup key error
willm30 Sep 23, 2022
75d3d3b
Fix: Trigger Tooltip repositioning on content change
jakubcolony Sep 26, 2022
8642c5f
Fix: Remove empty line from `Tooltip`
jakubcolony Sep 26, 2022
1527949
Fix: create tx button flicker
willm30 Sep 27, 2022
bae5338
Add: Cross-chain safe interaction (raw tx)
willm30 Aug 26, 2022
4046fc0
Fix: env typo
willm30 Sep 23, 2022
0e8341d
Add: module contract address to saga
willm30 Sep 27, 2022
99ba0c0
Refactor: only store select safe data in ipfs
willm30 Sep 28, 2022
2187bcb
Refactor: contract parser validation
willm30 Sep 22, 2022
848924e
Add: NFT Transfer wiring.
willm30 Sep 20, 2022
05d2a7e
Feat: add `SpinnerLoader` to contract interaction abi
Julianahlk Sep 23, 2022
ebddc90
Refactor: fix spinner positioning
Julianahlk Sep 26, 2022
1e33663
Refactor: remove unecessary console log
Julianahlk Sep 26, 2022
307f586
Refactor: add loading text to spinner
Julianahlk Sep 28, 2022
8548564
Refactor: edit displayname
Julianahlk Sep 29, 2022
bec2648
Fix: update colony safe type
willm30 Oct 3, 2022
f313814
Fix: error in contract parser ABI textarea
Julianahlk Sep 27, 2022
e0a79ba
Refactor: abi validation
Julianahlk Sep 29, 2022
c309a66
Refactor: isAbiItem
Julianahlk Oct 4, 2022
7d07760
Feat: set up contract interaction transaction type
Julianahlk Sep 19, 2022
ac7cf90
Feat: get transaction values and format addresses
Julianahlk Sep 20, 2022
e408d16
Refactor: fix data overflow
Julianahlk Sep 21, 2022
a3da538
Fix: move AbiItemExtended import
Julianahlk Sep 23, 2022
a08e933
Refactor: improve formatting for type address[]
Julianahlk Sep 30, 2022
076f1ef
Fix: AbiItemExtended import
Julianahlk Sep 30, 2022
2610955
Refactor: display array of masked addresses
Julianahlk Oct 3, 2022
feba5ed
Refactor: dont display the last comma in an array
Julianahlk Oct 4, 2022
a477dfa
Refactor: remove spaces in arrays
Julianahlk Oct 5, 2022
7d8c663
Fix: webpack prod build error
willm30 Oct 3, 2022
e4846a2
Fix: Don't show invalid address in user picker
jakubcolony Sep 29, 2022
8added4
Move address check outside SingleUserPicker render
jakubcolony Sep 30, 2022
b41cd2e
Refactor: Shorten address validation in SingleUserPicker
jakubcolony Oct 3, 2022
3f38c29
Connected safe's tokens to amount field in TransferFundsSection
ArmandoGraterol Sep 16, 2022
d62b832
Updated getChainNameFromSafe
ArmandoGraterol Sep 19, 2022
55f4f2e
Added getTxServiceBaseUrl
ArmandoGraterol Sep 19, 2022
fc4adcf
Fixed typescript errors after rebase
ArmandoGraterol Sep 19, 2022
db9d2d7
Connected Tranfer funds transaction type
ArmandoGraterol Sep 24, 2022
42a88b1
Added custom amount error for safe balance
ArmandoGraterol Sep 26, 2022
84cfda2
Updated amount to rawAmount in safe transaction preview
ArmandoGraterol Sep 26, 2022
562b390
Refactor: change the size of loading spinner
Julianahlk Sep 28, 2022
8b65fd3
Added changes to TransferFundsSection based on reviews
ArmandoGraterol Sep 29, 2022
5d3f493
Removed balanceLoading classname in favor of reusing spinner in Trans…
ArmandoGraterol Sep 29, 2022
1abacc2
Updated AmountBalances ids
ArmandoGraterol Oct 6, 2022
a5b8c57
Improved param validation for contract interaction transaction
ArmandoGraterol Oct 5, 2022
bad6542
Fixed validation not applying to same param name inputs
ArmandoGraterol Oct 6, 2022
74058d2
Fix contract interaction section bug and improve perf
willm30 Oct 4, 2022
cc89126
Refactor: lodash imports
willm30 Oct 7, 2022
43d1d1a
Refactor: abi errors
willm30 Oct 6, 2022
674e736
Fix: select ERC20 in transfer funds
willm30 Oct 10, 2022
ab4adea
Refactor raw tx
willm30 Oct 11, 2022
71a8791
Removed unused Gnosis Safe libraries
ArmandoGraterol Oct 12, 2022
ac36813
Fixed lint errors in getContractUsefulMethods
ArmandoGraterol Oct 14, 2022
e848e02
Connected contract interaction transaction
ArmandoGraterol Oct 3, 2022
178f340
Updated getContractInteractionData after rebase
ArmandoGraterol Oct 3, 2022
8b89974
Added en var safe address missing error handler
ArmandoGraterol Oct 5, 2022
b02f526
Updated method extraction in getContractInteractionData
ArmandoGraterol Oct 11, 2022
e6a8c84
Updated contract interaction saga after rebase
ArmandoGraterol Oct 12, 2022
1a48963
Updated dev env testing param names for contract interaction transaction
ArmandoGraterol Oct 13, 2022
c78bc2c
Fixed typescript errors in getContractInteractionData
ArmandoGraterol Oct 14, 2022
22ceddd
Fix: Make safe avatars consistent in RemoveSafeDialog
jakubcolony Oct 13, 2022
e9c00aa
Fix: Handle long strings in ControlSafeDialog
jakubcolony Oct 13, 2022
9fb4b7f
Change gap in NFT section and Transaction Preview
jakubcolony Oct 16, 2022
8d7e25c
Fix: custom error shared by Transfer Funds transactions
willm30 Oct 12, 2022
d7736a8
Validate max button click
willm30 Oct 14, 2022
03af1dc
Fix: token not preselected
willm30 Oct 12, 2022
2ccbb06
Remove token address from form state
willm30 Oct 14, 2022
6e68670
Fix: token reset on add/remove tab
willm30 Oct 14, 2022
826252b
Show contract name in contract address field
jakubcolony Oct 5, 2022
aebecb1
Feature: Display contract name in SafeTransactionPreview
jakubcolony Oct 13, 2022
b8ddd57
Fix: Improve Contract Target Address field behaviour
jakubcolony Oct 16, 2022
1a4d599
Add loading state for contract name fetching
jakubcolony Oct 18, 2022
f3ce945
Simplify contract name fetching
jakubcolony Oct 18, 2022
1ac5580
Integrated force toggle and motion domain selector with control safe …
ArmandoGraterol Oct 18, 2022
1757342
Fixed confirm transaction button being disabled on the first step
ArmandoGraterol Oct 18, 2022
9b084d3
Added dynamic submit button message in ControlSafeForm
ArmandoGraterol Oct 19, 2022
1244a02
Updated button text function on ControlSafeForm
ArmandoGraterol Oct 20, 2022
eb5b343
Removed unused MSG from ControlSafeForm
ArmandoGraterol Oct 20, 2022
bcc0c83
Handle empty and one-element nested arrays in contract interaction
jakubcolony Oct 17, 2022
c9ee240
Fix array parsing in contract interaction validation
jakubcolony Oct 18, 2022
016d186
Fix: Input max button bug when clicked twice
jakubcolony Oct 19, 2022
cbedafa
Fix: transfer funds loading when no safe selected
willm30 Oct 13, 2022
9046ded
Refactor: user permissions
willm30 Oct 13, 2022
d69e7e6
Remove: preview validation effect
willm30 Oct 13, 2022
743aede
Extract transaction and standardise types
willm30 Oct 19, 2022
7d6a0e5
Move validation effect to onSelect in Transfer NFT
willm30 Oct 13, 2022
c862a6c
Tidy up validation.ts
willm30 Oct 13, 2022
34fbcb5
Extract getColonySafe function
willm30 Oct 20, 2022
28b655a
Fix: update selectedContractMethods when deleting a tab
Julianahlk Oct 21, 2022
033f4c4
Refactor: extract resuable code in transaction sections and minor tidy
willm30 Oct 13, 2022
8e6e9fd
Fix: picker alignments across form
willm30 Oct 14, 2022
4695ead
Refactor invalid safe error
willm30 Oct 19, 2022
f534761
Add: noUsefulMethods error and bug fix
willm30 Oct 19, 2022
11b85e7
Update unknown contract to use Msg
willm30 Oct 20, 2022
574c5ba
Update ids
willm30 Oct 26, 2022
e347c0d
Fix: hide spinner when returning from preview
willm30 Oct 26, 2022
68e3551
Update: safe tx urls
willm30 Oct 27, 2022
6402ec6
Fix: max safe integer overflow
willm30 Oct 28, 2022
fb1f214
Fix: dynamically sized bytes array validation
willm30 Oct 28, 2022
dcc9865
Update: safe tx preview for NFT
willm30 Oct 27, 2022
841d7da
Update: title validation in preview
willm30 Oct 28, 2022
cc59990
Fix: amount flashing in Safe Tx preview
willm30 Nov 1, 2022
b53fb6d
Restored code erased by rebase
ArmandoGraterol Nov 9, 2022
1b74cfc
Fixed typescript errors left by rebase
ArmandoGraterol Nov 9, 2022
dfb419c
Reverted colonyNetwork lib back to master version
ArmandoGraterol Nov 9, 2022
b4b258e
feat:add safe icons
danbr Jun 10, 2022
895601e
feat:add Gnosis safe UAC
danbr Jun 10, 2022
f5754eb
fix:update icon names & viewbox
danbr Jun 16, 2022
161582b
Add: addExistingSafe saga for IPFSUpload
willm30 Jul 24, 2022
908b938
Refactor: editColony saga (prevent overwrite)
willm30 Jul 19, 2022
39afd1c
Feat: add remove safe to `DefaultAction`
chinins Aug 10, 2022
2e94614
Feat: use `useExtendedColonyActionType` in `DefaultAction`
chinins Aug 11, 2022
afe9a3e
Feat: add remove safe to actions list
chinins Aug 11, 2022
39184b8
Added initial setup for safe core SDK transactions
ArmandoGraterol Aug 18, 2022
20b9c2c
Maintenance: Rename Gnosis Safe to Safe
jakubcolony Sep 7, 2022
b1ed05e
Add: Cross-chain safe interaction (raw tx)
willm30 Aug 26, 2022
c2523ee
Refactor: contract parser validation
willm30 Sep 22, 2022
3f79f68
Removed unused Gnosis Safe libraries
ArmandoGraterol Oct 12, 2022
e9854b7
Add: safeTx action page
willm30 Sep 6, 2022
0e997d7
Add: fallback for avatar
willm30 Oct 26, 2022
9b3ec85
Added motion types for contro safe transactions
ArmandoGraterol Oct 19, 2022
031079d
Added initiateSafeTransactionMotion saga and action page
ArmandoGraterol Oct 31, 2022
7b5c7f2
Updated finalizeMotion gas estimates
ArmandoGraterol Oct 31, 2022
d0c8fe2
Added comment to initiateSafeTransactionMotion
ArmandoGraterol Oct 31, 2022
5c90717
Connected DetailsWidget in motion page to safe transactions
ArmandoGraterol Oct 31, 2022
c499f56
Connected action list with safe transaction motions
ArmandoGraterol Oct 31, 2022
1f38d4b
Added fallback for IPFS on safe motions
ArmandoGraterol Nov 2, 2022
ab62ae9
Added changes to SafeTransactionInitiatedMotion based on reviews
ArmandoGraterol Nov 2, 2022
09074ca
Removed unnecessary type on safe transaction util functions
ArmandoGraterol Nov 2, 2022
867555e
Added optional operator to transaction action type function
ArmandoGraterol Nov 3, 2022
7919766
Added safe transaction motion data to location state on redirect
ArmandoGraterol Nov 4, 2022
884fd43
Fixed safe transactions fallback in DefaultMotion
ArmandoGraterol Nov 7, 2022
5406679
Integrated safe transaction motions with new IPFS structure
ArmandoGraterol Nov 9, 2022
3e81013
Fixed bugs left by rebase of safe control feature
ArmandoGraterol Nov 9, 2022
34402a7
Updated colony-event-metadata-parser library
ArmandoGraterol Nov 9, 2022
adaad2b
Fixed json parsing undefined IPFS data on safe transaction motions
ArmandoGraterol Nov 10, 2022
958cde2
Added IPFS safeguards and fixed some bugs related to safe control
ArmandoGraterol Nov 11, 2022
6ed5f7f
Added ForceToggle to ControlSafeDialog
ArmandoGraterol Nov 14, 2022
355e781
Added various fixes and improvements to Safe Control feature
ArmandoGraterol Nov 22, 2022
65754f2
Updated missing import name to getSafeTransactionFromAnnotation
ArmandoGraterol Nov 22, 2022
623656c
Fixed not being able to create motions to reward rep in a team on Root
ArmandoGraterol Nov 22, 2022
4d19b8d
Fixed annotation parsing for safe related transactions
ArmandoGraterol Nov 24, 2022
b24a371
Improved instructions in 2nd step of adding a safe
ArmandoGraterol Nov 24, 2022
3acf680
Moved URLs of ConnectSafe to externalUrls
ArmandoGraterol Nov 28, 2022
2a2c5fe
Updated ids of tooltip MSGs on ConnectSafe
ArmandoGraterol Nov 28, 2022
45e41c8
Fixed safe address validation on Add Safe process
ArmandoGraterol Nov 29, 2022
30b6af0
Added prefix to Safe transaction titles and updated validation to avo…
ArmandoGraterol Dec 1, 2022
66a55e5
Removed metamask reload when chain changes
ArmandoGraterol Nov 30, 2022
acfa4de
Added auto close for WrongNetworkDialog after a correct network is used
ArmandoGraterol Nov 30, 2022
c84e341
Added conditional for window.ethereum on UserNavigation
ArmandoGraterol Dec 2, 2022
549e5b8
Updated styles of To section in Safe transactions
ArmandoGraterol Dec 1, 2022
28df98c
Updated step 3 of adding a safe
ArmandoGraterol Nov 30, 2022
5ff396f
Updated Step 2 of adding a safe with module address input of Step 3
ArmandoGraterol Dec 4, 2022
b80fff5
Added QuestionMarkTooltip to ConfirmSafe
ArmandoGraterol Dec 6, 2022
b31e10d
Fixed token avatar styles on Safe transactions
ArmandoGraterol Dec 1, 2022
21e5ed6
Fixed fallback appearing on the background of token avatars
ArmandoGraterol Dec 2, 2022
9a9b29e
Updated Avatar to better handle fallbacks for image avatars
ArmandoGraterol Dec 5, 2022
d7cea9c
Updated gas station label for add/remove safes actions
ArmandoGraterol Dec 1, 2022
0c546cf
Updated conditional of methodName in GroupedTransactionCard
ArmandoGraterol Dec 2, 2022
8c87b32
Fixed manageExistingSafes using wrong metadata structure
ArmandoGraterol Dec 2, 2022
31156aa
Added callout instructions to the first step of adding a safe
ArmandoGraterol Nov 30, 2022
3aabac1
Updated callout warning based on design specs
ArmandoGraterol Dec 3, 2022
af564f9
Fixed typos in AddExistingSafeDialog
ArmandoGraterol Dec 14, 2022
a393751
Updated styles in CheckSafe after rebase
ArmandoGraterol Dec 14, 2022
61d7a3d
Updated add/remove safe event copies
ArmandoGraterol Dec 1, 2022
f39d63b
Added warning to TransferFunds section on Control Safe
ArmandoGraterol Dec 14, 2022
60cec1e
Updated getChainNameFromSafe to allow for better chain name extraction
ArmandoGraterol Dec 15, 2022
8692cfb
Updated colonyJS package version
ArmandoGraterol Dec 14, 2022
064cd86
Updated safe transactions to allow for better handling with events
ArmandoGraterol Dec 14, 2022
141ddbc
Updated colonyJS libary to support voting extension
ArmandoGraterol Dec 15, 2022
fb1ab83
Updated safe transaction motions with transaction statuses
ArmandoGraterol Dec 15, 2022
8a5b612
Updated fallback safe transaction title logic
ArmandoGraterol Dec 15, 2022
72a158f
Added title for metatransaction makeArbitraryTransactions
ArmandoGraterol Dec 15, 2022
7a776ed
Added transaction status to mtoions in action list
ArmandoGraterol Dec 19, 2022
4180cce
Fixed useFetchSafeTransactionData fetching data before having a receipt
ArmandoGraterol Dec 21, 2022
fef5631
Rebased branch
ArmandoGraterol Dec 21, 2022
dc2953f
Updated MotionSafeTransactionStatuses client query
ArmandoGraterol Dec 22, 2022
ea35139
Make Pinata Gateway an env variable
area Jan 5, 2023
3f9bf90
Replaced mainnet bridge monitor with a working one
ArmandoGraterol Jan 12, 2023
d160e37
Fixed validation of module address not triggering on copy-paste
ArmandoGraterol Jan 13, 2023
a3eb47f
Updated transaction status PEDING tag text
ArmandoGraterol Jan 16, 2023
a2fa6a4
Updated safe control links
ArmandoGraterol Jan 26, 2023
1363624
Update name and logo of Safe Control in the UAC
ArmandoGraterol Jan 26, 2023
308d1f5
Added safe info popover to ColonySafes
ArmandoGraterol Jan 27, 2023
b0e8d0a
Added warning for colony version upgrade on control safe dialog
ArmandoGraterol Feb 3, 2023
26b9d80
Updated bridge monitor links
ArmandoGraterol Feb 3, 2023
cabde66
Added etherscan and bscscan attribution to contract interaction section
ArmandoGraterol Feb 3, 2023
2b9f50a
Added old colony metadata version handling to add/removing safes saga
ArmandoGraterol Feb 8, 2023
02621bc
Merge pull request #4186 from JoinColony/bug/4185-old-colony-metadata…
ArmandoGraterol Feb 8, 2023
04cf250
Updated permissions for Safe Control actions
ArmandoGraterol Feb 9, 2023
ac6df52
Updated permission icons for arbitrary transaction event
ArmandoGraterol Feb 9, 2023
f09cc7f
Updated permission text on ManageSafeDialog
ArmandoGraterol Feb 9, 2023
31fb27a
Merge pull request #4194 from JoinColony/bug/4192-safe-control-permis…
ArmandoGraterol Feb 9, 2023
23ba04d
Fixed New Decision dialog scrolling up on state change
ArmandoGraterol Feb 10, 2023
28567db
Update: colonyJS to support colony v12
rdig Feb 13, 2023
4f06dc1
Merge pull request #4196 from JoinColony/bug/4118-new-decision-dialog…
ArmandoGraterol Feb 13, 2023
0945a4b
Updated required colony version for Control Safe actions
ArmandoGraterol Feb 13, 2023
1e0f5a1
Merge pull request #4198 from JoinColony/maintenance/update-colony-ve…
ArmandoGraterol Feb 13, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,22 @@ SUBGRAPH_WS_ENDPOINT=ws://127.0.0.1:8001/subgraphs/name/joinColony/subgraph
METATRANSACTIONS=true
# METATRANSACTIONS BROADCASTER ADDRESS
BROADCASTER_ENDPOINT=http://127.0.0.1:3004

# Add API keys in order to allow contract interaction parsing
ETHERSCAN_API_KEY=

BSCSCAN_API_KEY=

# For testing Safe Control locally. Ensure you have a foreign chain running locally.

LOCAL_HOME_BRIDGE_ADDRESS=

LOCAL_FOREIGN_BRIDGE_ADDRESS=

LOCAL_SAFE_ADDRESS=

ZODIAC_BRIDGE_MODULE_ADDRESS=

LOCAL_ERC721_ADDRESS=

LOCAL_SAFE_TOKEN_ADDRESS=
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ RUN if [ -z "$DEV" ]; then export PROCESS_VAR='[a-z]'; else export PROCESS_VAR='
"&& sed -i \"s/${PROCESS_VAR}.env.USERFLOW_TOKEN/\\\"\$USERFLOW_TOKEN\\\"/g\" *.js" \
"&& sed -i \"s/${PROCESS_VAR}.env.METATRANSACTIONS/\\\"\$METATRANSACTIONS\\\"/g\" *.js" \
"&& sed -i \"s|${PROCESS_VAR}.env.BROADCASTER_ENDPOINT|\\\"\$BROADCASTER_ENDPOINT\\\"|g\" *.js" \
"&& sed -i \"s|${PROCESS_VAR}.env.PINATA_GATEWAY|\\\"\$PINATA_GATEWAY\\\"|g\" *.js" \
" && nginx -g 'daemon off;'" > ./run.sh
RUN chmod +x ./run.sh

Expand Down
Loading