mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 21:49:15 +00:00
Remove unused ERC20_ENABLED
This is never read since https://github.com/cosmos/cosmjs/pull/701
This commit is contained in:
parent
71fd02bc5f
commit
09c37c5868
@ -152,7 +152,6 @@ jobs:
|
|||||||
name: Run tests
|
name: Run tests
|
||||||
environment:
|
environment:
|
||||||
LAUNCHPAD_ENABLED: 1
|
LAUNCHPAD_ENABLED: 1
|
||||||
ERC20_ENABLED: 1
|
|
||||||
TENDERMINT_ENABLED: 1
|
TENDERMINT_ENABLED: 1
|
||||||
SOCKETSERVER_ENABLED: 1
|
SOCKETSERVER_ENABLED: 1
|
||||||
SKIP_BUILD: 1
|
SKIP_BUILD: 1
|
||||||
@ -273,7 +272,6 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
environment:
|
environment:
|
||||||
LAUNCHPAD_ENABLED: 1
|
LAUNCHPAD_ENABLED: 1
|
||||||
ERC20_ENABLED: 1
|
|
||||||
SIMAPP42_ENABLED: 1
|
SIMAPP42_ENABLED: 1
|
||||||
SLOW_SIMAPP42_ENABLED: 1
|
SLOW_SIMAPP42_ENABLED: 1
|
||||||
TENDERMINT_ENABLED: 1
|
TENDERMINT_ENABLED: 1
|
||||||
@ -389,7 +387,6 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
environment:
|
environment:
|
||||||
LAUNCHPAD_ENABLED: 1
|
LAUNCHPAD_ENABLED: 1
|
||||||
ERC20_ENABLED: 1
|
|
||||||
SIMAPP42_ENABLED: 1
|
SIMAPP42_ENABLED: 1
|
||||||
SLOW_SIMAPP42_ENABLED: 1
|
SLOW_SIMAPP42_ENABLED: 1
|
||||||
TENDERMINT_ENABLED: 1
|
TENDERMINT_ENABLED: 1
|
||||||
@ -491,7 +488,6 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
environment:
|
environment:
|
||||||
LAUNCHPAD_ENABLED: 1
|
LAUNCHPAD_ENABLED: 1
|
||||||
ERC20_ENABLED: 1
|
|
||||||
SIMAPP42_ENABLED: 1
|
SIMAPP42_ENABLED: 1
|
||||||
SLOW_SIMAPP42_ENABLED: 1
|
SLOW_SIMAPP42_ENABLED: 1
|
||||||
TENDERMINT_ENABLED: 1
|
TENDERMINT_ENABLED: 1
|
||||||
|
@ -55,7 +55,6 @@ multiple versions of raw Tendermint and a basic WebSocket server.
|
|||||||
./scripts/launchpad/start.sh
|
./scripts/launchpad/start.sh
|
||||||
./scripts/launchpad/init.sh
|
./scripts/launchpad/init.sh
|
||||||
export LAUNCHPAD_ENABLED=1
|
export LAUNCHPAD_ENABLED=1
|
||||||
export ERC20_ENABLED=1
|
|
||||||
|
|
||||||
# Start Tendermint
|
# Start Tendermint
|
||||||
./scripts/tendermint/all_start.sh
|
./scripts/tendermint/all_start.sh
|
||||||
@ -71,7 +70,6 @@ yarn test
|
|||||||
# And at the end of the day
|
# And at the end of the day
|
||||||
unset SOCKETSERVER_ENABLED
|
unset SOCKETSERVER_ENABLED
|
||||||
unset TENDERMINT_ENABLED
|
unset TENDERMINT_ENABLED
|
||||||
unset ERC20_ENABLED
|
|
||||||
unset LAUNCHPAD_ENABLED
|
unset LAUNCHPAD_ENABLED
|
||||||
./scripts/socketserver/stop.sh
|
./scripts/socketserver/stop.sh
|
||||||
./scripts/tendermint/all_stop.sh
|
./scripts/tendermint/all_stop.sh
|
||||||
|
@ -18,7 +18,6 @@ module.exports = [
|
|||||||
plugins: [
|
plugins: [
|
||||||
new webpack.EnvironmentPlugin({
|
new webpack.EnvironmentPlugin({
|
||||||
WASMD_ENABLED: "",
|
WASMD_ENABLED: "",
|
||||||
ERC20_ENABLED: "",
|
|
||||||
}),
|
}),
|
||||||
new webpack.ProvidePlugin({
|
new webpack.ProvidePlugin({
|
||||||
Buffer: ["buffer", "Buffer"],
|
Buffer: ["buffer", "Buffer"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user