Skip to content

Commit

Permalink
Merge branch 'develop' into feat/transport-kukai-wc2
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasGassmann committed Sep 4, 2023
2 parents 0bae761 + 988b6d4 commit 3a7b759
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion packages/beacon-dapp/src/utils/tzkt-blockexplorer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ export class TzktBlockExplorer extends BlockExplorer {
[NetworkType.LIMANET]: 'https://limanet.tzkt.io',
[NetworkType.MUMBAINET]: 'https://mumbainet.tzkt.io',
[NetworkType.NAIROBINET]: 'https://nairobinet.tzkt.io',
[NetworkType.CUSTOM]: 'https://nairobinet.tzkt.io'
[NetworkType.OXFORDNET]: 'https://oxfordnet.tzkt.io',
[NetworkType.CUSTOM]: 'https://oxfordnet.tzkt.io'
}
) {
super(rpcUrls)
Expand Down
1 change: 1 addition & 0 deletions packages/beacon-types/src/types/ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export interface WebApp extends AppBase {
[NetworkType.LIMANET]?: string
[NetworkType.MUMBAINET]?: string
[NetworkType.NAIROBINET]?: string
[NetworkType.OXFORDNET]?: string
[NetworkType.CUSTOM]?: string
}
}
Expand Down
6 changes: 4 additions & 2 deletions scripts/blockchains/tezos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ export const tezosWebList: WebApp[] = [
[NetworkType.KATHMANDUNET]: 'https://metamask.tezos.com/',
[NetworkType.LIMANET]: 'https://metamask.tezos.com/',
[NetworkType.MUMBAINET]: 'https://metamask.tezos.com/',
[NetworkType.NAIROBINET]: 'https://metamask.tezos.com/'
[NetworkType.NAIROBINET]: 'https://metamask.tezos.com/',
[NetworkType.OXFORDNET]: 'https://metamask.tezos.com/'
}
},
{
Expand All @@ -98,7 +99,8 @@ export const tezosWebList: WebApp[] = [
[NetworkType.KATHMANDUNET]: 'https://kathmandunet.kukai.app',
[NetworkType.LIMANET]: 'https://limanet.kukai.app',
[NetworkType.MUMBAINET]: 'https://mumbainet.kukai.app',
[NetworkType.NAIROBINET]: 'https://nairobinet.kukai.app'
[NetworkType.NAIROBINET]: 'https://nairobinet.kukai.app',
[NetworkType.OXFORDNET]: 'https://oxfordnet.kukai.app'
}
}
]
Expand Down

0 comments on commit 3a7b759

Please sign in to comment.