Skip to content

Commit

Permalink
fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
jklepatch committed May 1, 2021
1 parent b80dd58 commit 09d26af
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion token/airdrop/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { useState, useEffect } from 'react';
import Head from 'next/head';
import axios from 'axios';
import Web3 from 'web3';
import getBlockchain from './ethereum.js';
import getBlockchain from '../lib/ethereum.js';

export default function Home() {
const [loading, setLoading] = useState(true);
Expand Down
6 changes: 3 additions & 3 deletions token/build-truffle/Airdrop.json
Original file line number Diff line number Diff line change
Expand Up @@ -13390,12 +13390,12 @@
}
},
"links": {},
"address": "0xb6426Af48d0747dfDb975321f5ce75CF9447AA9A",
"transactionHash": "0x387b86595b733a36eea627a80d2925aed5190288b27ee397363486a1256371df"
"address": "0x63569cbe2609D35f8822B6217737922537785C5d",
"transactionHash": "0xef0fbd8954a2f2393707586b408c8e353e57618f296ab8b6a57ec17525b1a78a"
}
},
"schemaVersion": "3.3.3",
"updatedAt": "2021-05-01T13:28:50.549Z",
"updatedAt": "2021-05-01T15:43:54.425Z",
"networkType": "ethereum",
"devdoc": {
"kind": "dev",
Expand Down
6 changes: 3 additions & 3 deletions token/build-truffle/ETBToken.json
Original file line number Diff line number Diff line change
Expand Up @@ -8772,12 +8772,12 @@
}
},
"links": {},
"address": "0x8b2A9A96DFA673174B6283dc5Ec875B64C2A0F0a",
"transactionHash": "0x20bb1864b30458367e8e5c95a0ef8c138cf4cea72f1528379cc0ab05ef246f11"
"address": "0xCB2ebb9cE533EA4c8c409a07C3d7829A65E4dbf7",
"transactionHash": "0x74bd5f6707fbe27dcb591d2ddcb75231a57f6486fa3a054cd97975bc356cb70c"
}
},
"schemaVersion": "3.3.3",
"updatedAt": "2021-05-01T13:28:50.543Z",
"updatedAt": "2021-05-01T15:43:54.420Z",
"networkType": "ethereum",
"devdoc": {
"kind": "dev",
Expand Down
6 changes: 3 additions & 3 deletions token/build-truffle/Migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -2151,12 +2151,12 @@
"5777": {
"events": {},
"links": {},
"address": "0xF5Fd4bC93259953dC00821A3f74aa5bBe6fB32a2",
"transactionHash": "0x713ac643ebef8a4ba6f534d17f69beb41597d2b93fc1f73155ae372d1a45bca6"
"address": "0x132512aB42AdddA602A2ECa1B766eD2e91F46131",
"transactionHash": "0x0b3765675709b8b7e2b3ade7b1419281b7f70a1120fb213fad9aef63f7d7b237"
}
},
"schemaVersion": "3.3.3",
"updatedAt": "2021-05-01T13:28:50.553Z",
"updatedAt": "2021-05-01T15:43:54.429Z",
"networkType": "ethereum",
"devdoc": {
"kind": "dev",
Expand Down

0 comments on commit 09d26af

Please sign in to comment.