bridge_ui: fix testnet build and tilt

Change-Id: Iee2e07e1d85b0da14826ce280833be15d28b62ca
This commit is contained in:
Evan Gray 2021-11-05 11:14:29 -04:00
parent b860c2b00e
commit 71e6fa7f6f
3 changed files with 5 additions and 5 deletions

View File

@ -250,7 +250,7 @@ if bridge_ui:
"bridge-ui",
resource_deps = ["proto-gen-web", "wasm-gen"],
port_forwards = [
port_forward(5000, name = "Bridge UI [:5000]"),
port_forward(3000, name = "Bridge UI [:3000]"),
],
)

View File

@ -354,7 +354,7 @@ export const WETH_ADDRESS =
CLUSTER === "mainnet"
? "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2"
: CLUSTER === "testnet"
? ""
? "0x0000000000000000000000000000000000000000"
: "0xDDb64fE46a91D46ee29420539FC25FD07c5FEa3E";
export const WETH_DECIMALS = 18;
@ -362,7 +362,7 @@ export const WBNB_ADDRESS =
CLUSTER === "mainnet"
? "0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c"
: CLUSTER === "testnet"
? ""
? "0x0000000000000000000000000000000000000000"
: "0xDDb64fE46a91D46ee29420539FC25FD07c5FEa3E";
export const WBNB_DECIMALS = 18;
@ -370,7 +370,7 @@ export const WMATIC_ADDRESS =
CLUSTER === "mainnet"
? "0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270"
: CLUSTER === "testnet"
? ""
? "0x0000000000000000000000000000000000000000"
: "0xDDb64fE46a91D46ee29420539FC25FD07c5FEa3E";
export const WMATIC_DECIMALS = 18;

View File

@ -40,7 +40,7 @@ spec:
- -n
tty: true
ports:
- containerPort: 5000
- containerPort: 3000
name: npxserver
protocol: TCP
readinessProbe: