Skip to content

Commit

Permalink
Merge branch 'main' of github.com:PureStake/xcm-sdk into mjm/vmanta-v…
Browse files Browse the repository at this point in the history
…astr-moonbeam
  • Loading branch information
mmaurello committed Feb 19, 2024
2 parents 42c8485 + 169ca78 commit 97be5f2
Show file tree
Hide file tree
Showing 21 changed files with 3,602 additions and 3,314 deletions.
5 changes: 0 additions & 5 deletions .changeset/short-files-compete.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/sdk-simple/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { setTimeout } from 'node:timers/promises';
// Moonbeam Signer ===========================================================

const moonbeamPrivateKey = '';
const provider = new ethers.providers.WebSocketProvider(moonbeam.ws, {
const provider = new ethers.WebSocketProvider(moonbeam.ws, {
chainId: moonbeam.id,
name: moonbeam.name,
});
Expand Down
8 changes: 4 additions & 4 deletions examples/sdk-simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"author": "",
"license": "MIT",
"dependencies": {
"@moonbeam-network/xcm-config": "1.3.27",
"@moonbeam-network/xcm-sdk": "1.4.23",
"@moonbeam-network/xcm-utils": "1.0.4"
"@moonbeam-network/xcm-config": "2.0.0",
"@moonbeam-network/xcm-sdk": "2.0.0",
"@moonbeam-network/xcm-utils": "2.0.0"
},
"devDependencies": {
"bun": "^1.0.20"
"bun": "^1.0.21"
}
}
Loading

0 comments on commit 97be5f2

Please sign in to comment.