Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@

- Implemented Concordium account and identity creation methods

### 1.0.1 (2025-03-19)

##### Concordium account and identity creation

- Updating default environment from Mainnet to vault initalization environment.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@getsafle/vault-concordium-controller",
"version": "1.0.0",
"version": "1.0.1",
"description": "Concordium chain controller for Safle Vault",
"main": "src/index.js",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ class KeyringController extends EventEmitter {
const initialState = initializeState(opts);
this.store = new ObservableStore(initialState);
this._initializeClient();
this.setNetwork("Mainnet");
}

async _initializeClient() {
Expand Down
Loading