Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions src/plugins/projectGalaxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Created time: July 21, 2022 5:51 PM

The **Galxe Plugin is designed for Snapshot.org. This will incentivize communities to participate in the proposal vote by rewarding them with OATs (On-Chain Achievement Tokens). Space Admin can add this plugin into your space. After users vote, they can claim an OAT directly from the Galxe Plugin section on the proposal page.**
The **Galxe Plugin is designed for Snapshot.org. This will incentivize communities to participate in the proposal vote by rewarding them with OATs (On-Chain Achievement Tokens).A Space Admin can add this plugin to your space. After users vote, they can claim an OAT directly from the Galxe Plugin section on the proposal page.**

### 1. Preparation

Expand Down Expand Up @@ -32,7 +32,7 @@ _Specific JSON format like this, and you could use more than 1 OAT in your space
}
```

notice: The domain should not included in <Space Name>.
notice: The domain should not be included in <Space Name>.

#### Usually you don't need to change api part unless you know which api you are using.

Expand Down
2 changes: 1 addition & 1 deletion src/plugins/projectGalaxy/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export default class Plugin {
}
}
});
// If the fetch fails: the event doesn't exists for this poap yet
// If the fetch fails: the event doesn't exist for this poap yet
if (!eventResponse.ok) {
return { currentState: 'NO_OAT' };
}
Expand Down
Loading