Skip to content

Commit

Permalink
Merge pull request #1835 from Giveth/add-stellar-into-qf-round
Browse files Browse the repository at this point in the history
Add stellar into qf round
  • Loading branch information
RamRamez committed Sep 24, 2024
2 parents 312a395 + 5e1b811 commit cd4de51
Showing 1 changed file with 1 addition and 0 deletions.
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'},

Check failure on line 214 in src/server/adminJs/tabs/qfRoundTab.ts

View workflow job for this annotation

GitHub Actions / test

Insert `·`
{ value: NETWORK_IDS.CELO, label: 'CELO' },
{
value: NETWORK_IDS.CELO_ALFAJORES,
Expand Down

0 comments on commit cd4de51

Please sign in to comment.