Skip to content

Commit

Permalink
change rpc endpoint back
Browse files Browse the repository at this point in the history
  • Loading branch information
Freddy Li authored and Freddy Li committed Aug 1, 2024
1 parent 3ceb789 commit 5cec9e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/standalone/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const TransferReserveNativeAccount = "5EYCAe5jLbHcAAMKvLFSXgCTbPrLgBJusvPwfKcaKz
const TransferReserveOtherAccount = "5EYCAe5jLbHcAAMKvLFiGhk3htXY8jQncbLTDGJQnpnPMAVp";

async function main() {
const sygmaPalletProvider = new WsProvider(process.env.PALLETWSENDPOINT || 'ws://127.0.0.1:9900');
const sygmaPalletProvider = new WsProvider(process.env.PALLETWSENDPOINT || 'ws://127.0.0.1:9944');
const api = await ApiPromise.create({
provider: sygmaPalletProvider,
});
Expand Down

0 comments on commit 5cec9e9

Please sign in to comment.