Skip to content

Commit

Permalink
- delphinet update
Browse files Browse the repository at this point in the history
  • Loading branch information
anonymoussprocket authored Nov 18, 2020
1 parent 7ad7816 commit 3d47449
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/containers/Modal/templates/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ const templates: any = {
"tezos/carthagenet/contracts": contract,
"tezos/carthagenet/operations": operation,
"tezos/carthagenet/default": defaultTemplate,
"tezos/delphinet/blocks": block,
"tezos/delphinet/accounts": account,
"tezos/delphinet/bakers": baker,
"tezos/delphinet/contracts": contract,
"tezos/delphinet/operations": operation,
"tezos/delphinet/default": defaultTemplate
};

export default templates;

0 comments on commit 3d47449

Please sign in to comment.