Skip to content

Commit 17e1ab4

Browse files
committed
add redeemer version
1 parent b4164b7 commit 17e1ab4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/settings.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
// the version of the redeemer contract to use.
22
// we can specify multiple versions, and try to find them in the order given
33
export const REDEEMER_CONTRACT_VERSIONS = [
4-
'0.0.1-rc.37',
5-
'0.0.1-rc.36'
4+
'0.0.1-rc.44',
5+
'0.0.1-rc.37',
6+
'0.0.1-rc.36',
67
]
78
// the version of the Reputation, and token contract instances
89
export const REPUTATION_CONTRACT_VERSION = '0.0.1-rc.19'

0 commit comments

Comments
 (0)