Skip to content

Commit

Permalink
update signcribe rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
jiguantong committed Nov 26, 2024
1 parent 5283776 commit 73cb625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/oracle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export default class Oracle extends Command {
const signcribeClient = new RelayEVMClient({
chainId: 46,
chainName: 'darwinia',
endpoint: 'http://c2.darwinia-rpc.itering.io:9944/',
endpoint: 'http://c1.darwinia-rpc.itering.io:9944/',
signer: config.signcribeSigner,
});
const sourceIndex = new OrmpipeIndexer({
Expand Down

0 comments on commit 73cb625

Please sign in to comment.