Skip to content

Commit 0444f57

Browse files
author
Ed Gamble
committed
Merge branch 'feature/CORE-120'
2 parents 08d07dd + 973365c commit 0444f57

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

ethereum/BREthereumToken.c

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,23 @@ static struct BREthereumTokenRecord tokens[] = {
483483
1
484484
},
485485

486+
{
487+
#if defined (BITCOIN_TESTNET) && 1 == BITCOIN_TESTNET
488+
"0x6e67ccd648244b3b8e2f56149b40ba8de9d79b09", // testnet,
489+
#else
490+
"0x9e3359f862b6c7f5c660cfd6d1aa6909b1d9504d", // mainnet
491+
#endif
492+
"CCC",
493+
"Container Crypto Coin",
494+
"",
495+
18,
496+
"#95C121",
497+
"#95C121",
498+
{ TOKEN_BRD_DEFAULT_GAS_LIMIT },
499+
{ { { .u64 = {TOKEN_BRD_DEFAULT_GAS_PRICE_IN_WEI_UINT64, 0, 0, 0}}}},
500+
1
501+
},
502+
486503
{
487504
"0x12FEF5e57bF45873Cd9B62E9DBd7BFb99e32D73e",
488505
"CFI",

0 commit comments

Comments
 (0)