Skip to content

Commit

Permalink
Merge pull request #1831 from Giveth/add_stellar_to_qf
Browse files Browse the repository at this point in the history
Add stellar to qf
  • Loading branch information
HrithikSampson committed Sep 19, 2024
2 parents a14c97d + 69dd31a commit 7015264
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions src/server/adminJs/tabs/qfRoundTab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ const availableNetworkValues = [
label: 'MORDOR ETC TESTNET',
},
{ value: NETWORK_IDS.OPTIMISM_SEPOLIA, label: 'OPTIMISM SEPOLIA' },
{ value: NETWORK_IDS.STELLAR_MAINNET, label: 'STELLAR MAINNET' },
{ value: NETWORK_IDS.CELO, label: 'CELO' },
{
value: NETWORK_IDS.CELO_ALFAJORES,
Expand Down

0 comments on commit 7015264

Please sign in to comment.