File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ When you follow the steps above your application will use the already deployed b
54
54
| Name | Address | Explainer |
55
55
| ------------------| --------------------------------------------------| -------------------------------------|
56
56
| BACKEND | https://aa-hc-text2call.onrender.com/hc | |
57
- | FRONTEND | https://aa-hc-example-fe .onrender.com | |
57
+ | FRONTEND | https://aa-hc-text2call-zbk5 .onrender.com | |
58
58
| HC_HELPER_ADDR | 0x1c64EC0A5E2C58295c3208a63209A2A719dF68D8 | HC Helper is system-wide available |
59
59
| TOKEN_PRICE_ADDR | 0xcad49c0381c1B0779A318c2326Db43A6073adC1e |
60
60
| RPC_URL | https://gateway.tenderly.co/public/boba-sepolia | |
Original file line number Diff line number Diff line change 1
1
import { defineConfig } from 'vite'
2
2
import react from '@vitejs/plugin-react'
3
3
import path from 'path'
4
- const inject = require ( '@rollup/plugin-inject' )
5
-
4
+ import inject from "@rollup/plugin-inject" ;
6
5
// https://vitejs.dev/config/
7
6
export default defineConfig ( {
8
7
resolve : {
You can’t perform that action at this time.
0 commit comments