Skip to content

Commit 7451d21

Browse files
committed
fix: Add MOET and TidalPoolGovernance contracts to flow.json testing config
- Added missing MOET contract configuration - Added missing TidalPoolGovernance contract configuration - Added testing aliases for both contracts - Added contracts to testing deployment section - Updated coverage report: 86.3% coverage, 126/141 tests passing
1 parent 7d5d23a commit 7451d21

2 files changed

Lines changed: 12341 additions & 1608 deletions

File tree

flow.json

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,18 @@
1111
"aliases": {
1212
"testing": "0000000000000007"
1313
}
14+
},
15+
"MOET": {
16+
"source": "./cadence/contracts/MOET.cdc",
17+
"aliases": {
18+
"testing": "0000000000000009"
19+
}
20+
},
21+
"TidalPoolGovernance": {
22+
"source": "./cadence/contracts/TidalPoolGovernance.cdc",
23+
"aliases": {
24+
"testing": "000000000000000A"
25+
}
1426
}
1527
},
1628
"dependencies": {
@@ -96,7 +108,16 @@
96108
"deployments": {
97109
"emulator": {
98110
"emulator-account": [
99-
"TidalProtocol"
111+
"TidalProtocol",
112+
"MOET",
113+
"TidalPoolGovernance"
114+
]
115+
},
116+
"testing": {
117+
"emulator-account": [
118+
"TidalProtocol",
119+
"MOET",
120+
"TidalPoolGovernance"
100121
]
101122
}
102123
}

0 commit comments

Comments
 (0)