Skip to content

Commit

Permalink
Merge pull request #461 from Cryptonomic/anonymoussprocket-patch-1
Browse files Browse the repository at this point in the history
delphinet update
  • Loading branch information
vishakh authored Nov 18, 2020
2 parents 7ad7816 + 3d47449 commit b26f2be
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 b26f2be

Please sign in to comment.