Skip to content

Commit

Permalink
fix: updates agent-js so that the UI works on icp0.io (#159)
Browse files Browse the repository at this point in the history
* chore:
SDK-1121: fix: updates agent-js so that the UI works on icp0.io

* chore:
SDK-1121: reverting gzip logic
  • Loading branch information
krpeacock authored May 24, 2023
1 parent 2dd1eef commit 83f0322
Show file tree
Hide file tree
Showing 4 changed files with 493 additions and 157 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [UNRELEASED]

### Fixed

Upgraded `agent-js` packages so that the wallet can work on icp0.io domain as intended.

Also gzips the wasm so it can be deployed successfully

## [20230308]

### Added

Expand Down
10 changes: 0 additions & 10 deletions dfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,5 @@
"wasm": "target/wasm32-unknown-unknown/release/wallet-opt.wasm"
}
},
"networks": {
"ic": {
"providers": ["https://ic0.app"],
"type": "persistent"
},
"local": {
"bind": "0.0.0.0:8000",
"type": "ephemeral"
}
},
"version": 1
}
Loading

0 comments on commit 83f0322

Please sign in to comment.