File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ const FaucetForm = (props: any) => {
9595 async function updateBalance ( ) {
9696 const response = await props . axios . get ( props . config . api . getBalance , { params : { chain : chainConfigs [ chain ! ] ?. ID } } ) ;
9797
98- if ( response ?. data ) {
98+ if ( response ?. data || response ?. data == 0 ) {
9999 setBalance ( response ?. data ) ;
100100 }
101101 }
Original file line number Diff line number Diff line change 22 "GLOBAL_RL" : {
33 "ID" : " GLOBAL" ,
44 "RATELIMIT" : {
5- "REVERSE_PROXIES" : 3 ,
5+ "REVERSE_PROXIES" : 4 ,
66 "MAX_LIMIT" : 40 ,
77 "WINDOW_SIZE" : 1 ,
88 "PATH" : " /" ,
1717 "RPC" : " https://api.avax-test.network/ext/C/rpc" ,
1818 "CHAINID" : 43113 ,
1919 "EXPLORER" : " https://testnet.snowtrace.io" ,
20- "IMAGE" : " https://notify.avax.network/favicon.svg " ,
20+ "IMAGE" : " https://raw.githubusercontent.com/ava-labs/avalanche-faucet/main/client/public/avax.webp " ,
2121 "MAX_PRIORITY_FEE" : " 2000000000" ,
2222 "MAX_FEE" : " 100000000000" ,
2323 "DRIP_AMOUNT" : 10000000000 ,
3434 "RPC" : " https://subnets.avax.network/wagmi/wagmi-chain-testnet/rpc" ,
3535 "CHAINID" : 11111 ,
3636 "EXPLORER" : " https://subnets.avax.network/wagmi/wagmi-chain-testnet/explorer" ,
37- "IMAGE" : " https://raw.githubusercontent.com/ava-labs/subnet-evm/master/imgs /wagmi.png" ,
37+ "IMAGE" : " https://raw.githubusercontent.com/ava-labs/avalanche-faucet/main/client/public /wagmi.png" ,
3838 "MAX_PRIORITY_FEE" : " 2000000000" ,
3939 "MAX_FEE" : " 100000000000" ,
4040 "DRIP_AMOUNT" : 10000000 ,
4444 }
4545 }
4646 ]
47- }
47+ }
You can’t perform that action at this time.
0 commit comments