Load community funds balances from mainnet Gnosis Safe

This commit is contained in:
2020-08-13 00:27:40 +02:00
parent 52172ea065
commit dec71c6f4f
11 changed files with 375 additions and 24 deletions
@@ -0,0 +1,12 @@
import { module, test } from 'qunit';
import { setupTest } from 'ember-qunit';
module('Unit | Service | community-funds', function(hooks) {
setupTest(hooks);
// Replace this with your real tests.
test('it exists', function(assert) {
let service = this.owner.lookup('service:community-funds');
assert.ok(service);
});
});