We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4164b7 commit 17e1ab4Copy full SHA for 17e1ab4
src/settings.ts
@@ -1,8 +1,9 @@
1
// the version of the redeemer contract to use.
2
// we can specify multiple versions, and try to find them in the order given
3
export const REDEEMER_CONTRACT_VERSIONS = [
4
- '0.0.1-rc.37',
5
- '0.0.1-rc.36'
+ '0.0.1-rc.44',
+ '0.0.1-rc.37',
6
+ '0.0.1-rc.36',
7
]
8
// the version of the Reputation, and token contract instances
9
export const REPUTATION_CONTRACT_VERSION = '0.0.1-rc.19'
0 commit comments