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
3 changed files with 2670 additions and 9586 deletions
Showing only changes of commit e4814923f9 - Show all commits
+1 -1
View File
@@ -1,5 +1,5 @@
import ethers from 'ethers';
import Kredits from 'kredits-contracts';
import Kredits from '@kredits/contracts';
import Service from '@ember/service';
import EmberObject from '@ember/object';
+2668 -9584
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -66,7 +66,7 @@
"eslint-plugin-node": "^11.1.0",
"ethers": "^5.4.7",
"fetch-mock": "^9.10.7",
"kredits-contracts": "git+https://gitea.kosmos.org/kredits/contracts#addresses/rsk-testnet-raucao-1",
"@kredits/contracts": "git+https://gitea.kosmos.org/kredits/contracts#deploy-rsk",
"loader.js": "^4.7.0",
"localforage": "^1.7.3",
"ndjson": "github:hugomrdias/ndjson#feat/readable-stream3",