Migrate/switch to RSK testnet #203

Merged
raucao merged 6 commits from feature/rsk-testnet into master 2022-11-11 16:01:36 +00:00
Showing only changes of commit afbce03a4a - Show all commits
+2 -2
View File
@@ -11,7 +11,7 @@ module('Unit | Service | browser-cache', function(hooks) {
test('creates kredits data stores', function(assert) {
let cache = this.owner.lookup('service:browser-cache');
assert.equal(cache.contributors._config.name, "kredits:rinkeby:contributors");
assert.equal(cache.contributions._config.name, "kredits:rinkeby:contributions");
assert.equal(cache.contributors._config.name, "kredits:rsk-testnet:contributors");
assert.equal(cache.contributions._config.name, "kredits:rsk-testnet:contributions");
});
});