新注册的用户请输入邮箱并保存,随后登录邮箱激活账号。后续可直接使用邮箱登录!

Commit 2c225a34 authored by alanqianghe's avatar alanqianghe

Merge branch 'fix/temp' into 'master' (merge request !13)

fix/temp
registry=https://registry.npm.taobao.org/
registry=https://registry.npmmirror.com/
......@@ -5,7 +5,7 @@
"name": "ChainMaker SmartPlugin",
"description": "长安链插件钱包",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3LZ+MTnUVxY2VlSENfeDd/3Yv2zQLI3cm33jO9/czLfJ3WxxhaynddvBxKoGrmMK/JKzglyhncAopIVA8vMsOuBqpG0f2iE8Twy/bKNv9sxQd7G6XBGMPIzGNBxvF9XUuPzathH7d9I0us7niuAElGayoJ0D0yHTFRm8rBzOw2f5AAoiresIHQPWi6GIQ5ZCeAv9f3vVZrGqJAAfKgXyq1vpCN9l9zSoMNRndcJ0AC3/vYkaO/FszXIuuqFXBcBSum5sUtbQV0UdH+2m6b20P+m8R/803CsuG8ftoSwhpZ1G9cNdBX7OzWpsNUuyCKagz7pNwARmo98AM9XGY4/igwIDAQAB",
"version": "1.0.1",
"version": "1.0.2",
"browser_action": {
"default_icon": "icon16.png",
"default_popup": "popup.html"
......
This diff is collapsed.
{
"name": "chainmaker",
"version": "1.0.1",
"version": "1.0.2",
"description": "长安链钱包插件,支持链版本2.0及以上",
"bugs": {
"url": "https://git.chainmaker.org.cn/chainmaker/issue/-/issues"
......
......@@ -110,6 +110,7 @@ function ChainNewPage() {
navigate('/signature');
}
} catch (e) {
console.error(e);
setLoading(false);
message.error({
content: '添加区块链网络失败',
......
......@@ -163,6 +163,7 @@ export async function createContract(chainId: Chain['chainId'],
eventId,
});
} catch (e) {
console.error(e);
message.error({
content: '创建合约失败',
});
......@@ -213,6 +214,7 @@ export async function invokeContract(chainId: Chain['chainId'],
eventId,
});
} catch (e) {
console.error(e);
message.error({
content: '发起上链失败',
});
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment