Skip to content

Commit

Permalink
add play.motoko.org to Candid UI (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyan-dfinity authored Jun 6, 2023
1 parent de8b57a commit e212e09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/ui/src/external.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const allowedExternalOrigins = [
"https://m7sm4-2iaaa-aaaab-qabra-cai.icp0.io", // Motoko Playground (certified)
"https://m7sm4-2iaaa-aaaab-qabra-cai.raw.ic0.app", // Motoko Playground (legacy, mainnet)
"https://m7sm4-2iaaa-aaaab-qabra-cai.ic0.app", // Motoko Playground (legacy, certified)
"https://play.motoko.org", // Motoko Playground (custom domain)
];

const messageListeners: MessageListener[] = [];
Expand Down

0 comments on commit e212e09

Please sign in to comment.