Skip to content

Commit

Permalink
fix: Update registry aggregator rpc url
Browse files Browse the repository at this point in the history
  • Loading branch information
duanyytop committed May 4, 2022
1 parent fe242f2 commit 5711cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const secp256k1CellDep = async (ckb: CKB): Promise<CKBComponents.CellDep> => {
const run = async () => {
const service: Service = {
collector: new Collector({ ckbNodeUrl: 'http://localhost:8114', ckbIndexerUrl: 'http://localhost:8116' }),
aggregator: new Aggregator({ registryUrl: 'http:/localhost:3050/', cotaUrl: 'http://localhost:3030' }),
aggregator: new Aggregator({ registryUrl: 'http://localhost:3050', cotaUrl: 'http://localhost:3030' }),
}
const ckb = service.collector.getCkb()
const provideCKBLock = addressToScript(TEST_ADDRESS)
Expand Down

0 comments on commit 5711cc8

Please sign in to comment.