Commit a9fa9d1f authored by vipwzw's avatar vipwzw

auto ci

parent b4c11c19
...@@ -11,32 +11,32 @@ source "./mainPubilcRelayerTest.sh" ...@@ -11,32 +11,32 @@ source "./mainPubilcRelayerTest.sh"
# shellcheck disable=SC2034 # shellcheck disable=SC2034
{ {
chain33BridgeBank="" chain33BridgeBank=""
ethBridgeBank="" ethBridgeBank=""
chain33BtyERC20TokenAddr="1111111111111111111114oLvT2" chain33BtyERC20TokenAddr="1111111111111111111114oLvT2"
ethereumBtyBridgeTokenAddr="" ethereumBtyBridgeTokenAddr=""
chain33EthBridgeTokenAddr="" chain33EthBridgeTokenAddr=""
ethereumBycERC20TokenAddr="" ethereumBycERC20TokenAddr=""
chain33BycBridgeTokenAddr="" chain33BycBridgeTokenAddr=""
ethereumUSDTERC20TokenAddr="" ethereumUSDTERC20TokenAddr=""
chain33USDTBridgeTokenAddr="" chain33USDTBridgeTokenAddr=""
chain33YccERC20TokenAddr="" chain33YccERC20TokenAddr=""
ethereumYccBridgeTokenAddr="" ethereumYccBridgeTokenAddr=""
chain33ZbcERC20TokenAddr="" chain33ZbcERC20TokenAddr=""
ethereumZbcBridgeTokenAddr="" ethereumZbcBridgeTokenAddr=""
BridgeRegistryOnChain33="" BridgeRegistryOnChain33=""
BridgeRegistryOnEth="" BridgeRegistryOnEth=""
multisignChain33Addr="" multisignChain33Addr=""
multisignEthAddr="" multisignEthAddr=""
chain33ID=0 chain33ID=0
maturityDegree=10 maturityDegree=10
# ETH 部署合约者的私钥 用于部署合约时签名使用 # ETH 部署合约者的私钥 用于部署合约时签名使用
ethDeployAddr="0x8AFDADFC88a1087c9A1D6c0F5Dd04634b87F303a" ethDeployAddr="0x8AFDADFC88a1087c9A1D6c0F5Dd04634b87F303a"
...@@ -84,7 +84,6 @@ maturityDegree=10 ...@@ -84,7 +84,6 @@ maturityDegree=10
chain33ReceiverAddrKey="4257d8692ef7fe13c68b65d6a52f03933db2fa5ce8faf210b5b8b80c721ced01" chain33ReceiverAddrKey="4257d8692ef7fe13c68b65d6a52f03933db2fa5ce8faf210b5b8b80c721ced01"
} }
function chain33_offline_send_evm() { function chain33_offline_send_evm() {
# shellcheck disable=SC2154 # shellcheck disable=SC2154
result=$(${EvmxgoBoss4xCLI} chain33 offline send -f "${1}") result=$(${EvmxgoBoss4xCLI} chain33 offline send -f "${1}")
......
...@@ -11,32 +11,32 @@ source "./offlinePublic.sh" ...@@ -11,32 +11,32 @@ source "./offlinePublic.sh"
# shellcheck disable=SC2034 # shellcheck disable=SC2034
{ {
chain33BridgeBank="" chain33BridgeBank=""
ethBridgeBank="" ethBridgeBank=""
chain33BtyERC20TokenAddr="1111111111111111111114oLvT2" chain33BtyERC20TokenAddr="1111111111111111111114oLvT2"
ethereumBtyBridgeTokenAddr="" ethereumBtyBridgeTokenAddr=""
chain33EthBridgeTokenAddr="" chain33EthBridgeTokenAddr=""
ethereumBycERC20TokenAddr="" ethereumBycERC20TokenAddr=""
chain33BycBridgeTokenAddr="" chain33BycBridgeTokenAddr=""
ethereumUSDTERC20TokenAddr="" ethereumUSDTERC20TokenAddr=""
chain33USDTBridgeTokenAddr="" chain33USDTBridgeTokenAddr=""
chain33YccERC20TokenAddr="" chain33YccERC20TokenAddr=""
ethereumYccBridgeTokenAddr="" ethereumYccBridgeTokenAddr=""
chain33ZbcERC20TokenAddr="" chain33ZbcERC20TokenAddr=""
ethereumZbcBridgeTokenAddr="" ethereumZbcBridgeTokenAddr=""
BridgeRegistryOnChain33="" BridgeRegistryOnChain33=""
BridgeRegistryOnEth="" BridgeRegistryOnEth=""
multisignChain33Addr="" multisignChain33Addr=""
multisignEthAddr="" multisignEthAddr=""
chain33ID=0 chain33ID=0
maturityDegree=10 maturityDegree=10
# ETH 部署合约者的私钥 用于部署合约时签名使用 # ETH 部署合约者的私钥 用于部署合约时签名使用
ethDeployAddr="0x8AFDADFC88a1087c9A1D6c0F5Dd04634b87F303a" ethDeployAddr="0x8AFDADFC88a1087c9A1D6c0F5Dd04634b87F303a"
...@@ -931,4 +931,3 @@ function test_all() { ...@@ -931,4 +931,3 @@ function test_all() {
offline_set_offline_token_EthByc 100000000000000 10 offline_set_offline_token_EthByc 100000000000000 10
offline_set_offline_token_EthUSDT 100000000000000 10 offline_set_offline_token_EthUSDT 100000000000000 10
} }
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