Skip to content

Commit

Permalink
add imbue rpc endpoint (#9710)
Browse files Browse the repository at this point in the history
  • Loading branch information
samelamin authored Jul 19, 2023
1 parent b43d14c commit d7c5e37
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
19 changes: 18 additions & 1 deletion packages/apps-config/src/api/typesBundle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54553,7 +54553,24 @@ export const typesBundle = {
"LookupSource": "MultiAddress"
}
}
]
],
"rpc": {
"proposals": {
"getProjectKitty": {
"description": "Get the escrow address associated with a project",
"params": [{
"name": "project_id",
"type": "u32"
}],
"type": "AccountId",
"isSubscription": false,
"jsonrpc": "proposals_getProjectKitty",
"method": "getProjectKitty",
"section": "proposals"
}
}

}
},
"integritee-parachain": {
"types": [
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/endpoints/testingRelayRococo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ export const testParasRococo: Omit<EndpointOption, 'teleport'>[] = [
info: 'rococoImbue',
paraId: 2121,
providers: {
// 'Imbue Network': 'wss://rococo.imbue.network' // https://github.com/polkadot-js/apps/issues/9075
'Imbue Network': 'wss://rococo.imbue.network'
},
text: 'Imbue Network',
ui: {
Expand Down

0 comments on commit d7c5e37

Please sign in to comment.