Created
March 29, 2022 09:58
-
-
Save e00dan/52235ce6c6b06f32410572c2eaa63801 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ nervos-testing git:(fix/eip155) npx truffle migrate --network ckb_testnet | |
Compiling your contracts... | |
=========================== | |
> Everything is up to date, there is nothing to compile. | |
Starting migrations... | |
====================== | |
> Network name: 'ckb_testnet' | |
> Network id: 868455272153094 | |
> Block gas limit: 1000725 (0xf4515) | |
96_wingnut_nft.js | |
================= | |
Replacing 'OblivionBasicNft' | |
---------------------------- | |
> transaction hash: 0xc1f0150b15fa97ba43cc1818fbbbac1278e087bfb813cbc006388bab40c87e54 | |
> Blocks: 0 Seconds: 0 | |
> contract address: 0x3bdFA5229f14d5c540670B1c2a1963B953AFD748 | |
> block number: 48146 | |
> block timestamp: 1648547039 | |
> account: 0xD173313A51f8fc37BcF67569b463abd89d81844f | |
> balance: 0.000000267986518114 | |
> gas used: 67779 (0x108c3) | |
> gas price: 0.000000001 gwei | |
> value sent: 0 ETH | |
> total cost: 0.000000000000067779 ETH | |
Pausing for 5 confirmations... | |
------------------------------- | |
> confirmation number: 1 (block: 48147) | |
> confirmation number: 2 (block: 48148) | |
> confirmation number: 3 (block: 48149) | |
> confirmation number: 4 (block: 48150) | |
> confirmation number: 5 (block: 48151) | |
NFT1: 0x3bdFA5229f14d5c540670B1c2a1963B953AFD748 | |
> Saving artifacts | |
------------------------------------- | |
> Total cost: 0.000000000000067779 ETH | |
Summary | |
======= | |
> Total deployments: 1 | |
> Final cost: 0.000000000000067779 ETH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment