diff --git a/Makefile b/Makefile
index 6bb1214e5..b933bfa7f 100644
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,10 @@ $(CONTRACTS)/delphioracle.ts:
$(CONTRACTS)/unicove.ts:
bunx @wharfkit/cli generate -u $(CONTRACTS_API) -f $(CONTRACTS)/unicove.ts unicove.gm
-codegen: $(CONTRACTS)/system.ts $(CONTRACTS)/token.ts $(CONTRACTS)/msig.ts $(CONTRACTS)/delphioracle.ts $(CONTRACTS)/unicove.ts
+$(CONTRACTS)/eosntime.ts:
+ bunx @wharfkit/cli generate -u $(CONTRACTS_API) -f $(CONTRACTS)/eosntime.ts time.eosn
+
+codegen: $(CONTRACTS)/system.ts $(CONTRACTS)/token.ts $(CONTRACTS)/msig.ts $(CONTRACTS)/delphioracle.ts $(CONTRACTS)/unicove.ts $(CONTRACTS)/eosntime.ts
mkdir -p $(CONTRACTS)
.PHONY: clean
diff --git a/messages/en.json b/messages/en.json
index d4b830821..9837a4500 100644
--- a/messages/en.json
+++ b/messages/en.json
@@ -20,9 +20,11 @@
"common_about_something": "About {thing}",
"common_account": "Actor",
"common_account_balance": "Account Balance",
+ "common_account_multisig_using_account": "multisig using {account}",
"common_action": "Action",
"common_actions": "Actions",
"common_actor": "Actor",
+ "common_add_account": "Add Account",
"common_add_funds": "Add Funds",
"common_amount": "Amount",
"common_amount_exceeds_balance": "Amount exceeds available balance.",
@@ -41,12 +43,14 @@
"common_breakdown": "Breakdown",
"common_buy": "Buy",
"common_bytes": "Bytes",
+ "common_cancel": "Cancel",
"common_claim": "Claim",
"common_clear": "Clear",
"common_close": "Close",
"common_complete": "Complete",
"common_confirm": "Confirm",
"common_connect_wallet": "Connect Wallet",
+ "common_connect_wallet_login": "Connect your wallet to login",
"common_contract": "Contract",
"common_copied_result": "Copied!",
"common_copy": "Copy",
@@ -73,6 +77,7 @@
"common_labeled_unit_staked": "{unit} Staked",
"common_labeled_unit_value": "{unit} Value",
"common_login": "Login",
+ "common_login_to_unicove": "Login to Unicove",
"common_market_cap": "Market Cap",
"common_memo": "Memo",
"common_must_be_logged_in": "You must be logged in with an account to use this feature.",
diff --git a/scripts/env/default/chains.json b/scripts/env/default/chains.json
index 6456619ff..8a5e13f09 100644
--- a/scripts/env/default/chains.json
+++ b/scripts/env/default/chains.json
@@ -5,6 +5,7 @@
"features": {
"delphioracle": true,
"directfunding": true,
+ "eosntime": true,
"giftedram": false,
"lightapi": true,
"metamask": true,
@@ -42,6 +43,7 @@
"features": {
"delphioracle": false,
"directfunding": false,
+ "eosntime": false,
"giftedram": true,
"lightapi": false,
"metamask": true,
@@ -76,6 +78,7 @@
"features": {
"delphioracle": false,
"directfunding": false,
+ "eosntime": false,
"lightapi": false,
"metamask": false,
"powerup": true,
diff --git a/src/app.html b/src/app.html
index aeb26348d..351b9d2bd 100644
--- a/src/app.html
+++ b/src/app.html
@@ -11,7 +11,7 @@
-
+