Skip to content

Commit

Permalink
switch to new multiversx npm libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
juliancwirko committed Jan 14, 2023
1 parent 9ad2a4b commit 89a1696
Show file tree
Hide file tree
Showing 38 changed files with 794 additions and 1,223 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### [0.9.0](https://github.com/xdevguild/buildo-begins/releases/tag/v0.9.0) (2023-01-14)
- rebrand to multiversx (continuation)
- npm packages are replaced
- public api/explorer endpoints are replaced
- update dependencies

### [0.8.0](https://github.com/xdevguild/buildo-begins/releases/tag/v0.8.0) (2023-01-07)
- added
- `buildo-begins unset-special-roles-esdt`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Internally Buildo uses the config.ts file, but when you use it as a globally ins
```json
{
"chain": "devnet",
"customApi": "https://devnet-api.elrond.com"
"customApi": "https://devnet-api.multiversx.com"
}
```

Expand Down
6 changes: 3 additions & 3 deletions esbuild.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ esbuild
external: [
'cosmiconfig',
'prompts',
'@elrondnetwork/erdjs',
'@elrondnetwork/erdjs-walletcore',
'@elrondnetwork/erdjs-network-providers',
'@multiversx/sdk-core',
'@multiversx/sdk-network-providers',
'@multiversx/sdk-wallet',
'ora',
'axios',
'bignumber.js',
Expand Down
Loading

0 comments on commit 89a1696

Please sign in to comment.