Skip to content

Commit

Permalink
Contract has been changed to the new one
Browse files Browse the repository at this point in the history
  • Loading branch information
jtomes123 committed May 1, 2018
1 parent 561df35 commit aeb6aae
Show file tree
Hide file tree
Showing 2 changed files with 200 additions and 175 deletions.
9 changes: 7 additions & 2 deletions FrontendVue/iframe.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
<html>
<head>

<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<canvas id="code" width="150" height="150"></canvas>
Expand Down Expand Up @@ -351,7 +356,7 @@
"type": "constructor"
}
]
contract = eth.contract(tokenABI).at('0x0305c3463f4efd55466a4b09df63a3483da5fd00')
contract = eth.contract(tokenABI).at('0x5e609906562de69e5ab2ef681f71dfbba43ce7fd')
}

window.onload = async () => {
Expand Down
Loading

0 comments on commit aeb6aae

Please sign in to comment.