提交 7a4047c6 authored 作者: zhanglian's avatar zhanglian

更改 Tusdt地址

上级 2e1a7f35
...@@ -23,7 +23,7 @@ const tokenListDev = [{ ...@@ -23,7 +23,7 @@ const tokenListDev = [{
url: '', url: '',
balance: '0', balance: '0',
type: 'erc20', type: 'erc20',
contractAddress: '0x630dDb5C384F4cB489E43d74a6722B26635b65bE', contractAddress: '0x50F102b368968F1bf5B8Ce1354AF61FF3c6e89a1',
}, },
{ {
name: 'BTKM', name: 'BTKM',
...@@ -64,7 +64,7 @@ const tokenListDev = [{ ...@@ -64,7 +64,7 @@ const tokenListDev = [{
url: '', url: '',
balance: '0', balance: '0',
type: 'erc20', type: 'erc20',
contractAddress: '0x630dDb5C384F4cB489E43d74a6722B26635b65bE', contractAddress: '0x50F102b368968F1bf5B8Ce1354AF61FF3c6e89a1',
}, },
{ {
name: 'BTKM3', name: 'BTKM3',
......
...@@ -147,7 +147,7 @@ export default { ...@@ -147,7 +147,7 @@ export default {
return; return;
} }
let overrides = { let overrides = {
gasLimit: 30000000, gasLimit: 300000,
from: window.defaultAccount, from: window.defaultAccount,
// gasLimit: 1000000, // gasLimit: 1000000,
value: '0x0' value: '0x0'
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论