Skip to content

Commit

Permalink
done with testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
GNaD13 committed Jan 20, 2025
1 parent 2189b9e commit a56e471
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ server:
chains:
- name: "orai"
chain_id: "Oraichain-testnet"
rpc_endpoint: "http://localhost:26657/"
rpc_endpoint: "https://testnet-v2.rpc.orai.io:443/"
account_prefix: "orai"
key: "fault actress void dress era ecology barrel recycle motor tennis volcano ridge road bone endless tree today cheese brief dawn feature girl resemble must"
gas_adjustment: 2.5
Expand Down
6 changes: 3 additions & 3 deletions frontend/build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"files": {
"main.css": "/static/css/main.925db93b.css",
"main.js": "/static/js/main.1724456a.js",
"main.js": "/static/js/main.b1d82bdf.js",
"static/js/787.cda612ba.chunk.js": "/static/js/787.cda612ba.chunk.js",
"index.html": "/index.html",
"main.925db93b.css.map": "/static/css/main.925db93b.css.map",
"main.1724456a.js.map": "/static/js/main.1724456a.js.map",
"main.b1d82bdf.js.map": "/static/js/main.b1d82bdf.js.map",
"787.cda612ba.chunk.js.map": "/static/js/787.cda612ba.chunk.js.map"
},
"entrypoints": [
"static/css/main.925db93b.css",
"static/js/main.1724456a.js"
"static/js/main.b1d82bdf.js"
]
}
2 changes: 1 addition & 1 deletion frontend/build/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>Faucet | Rivest Network | fhEVM</title><script defer="defer" src="/static/js/main.1724456a.js"></script><link href="/static/css/main.925db93b.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>Faucet | Rivest Network | fhEVM</title><script defer="defer" src="/static/js/main.b1d82bdf.js"></script><link href="/static/css/main.925db93b.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions frontend/src/IncoFaucet.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,12 @@ function FaucetPage({
</form>

<a
href="https://docs.owallet.io/integration#how-to-add-a-chain-into-owallet"
href="https://owallet.io/"
target="_blank"
rel="noopener noreferrer"
className="inline-flex items-center gap-1 text-[#4477FF] text-sm mt-4 hover:underline font-mono"
>
Add Oraichain Network to Wallet
Install Owallet...
<svg
className="w-4 h-4"
fill="none"
Expand Down

0 comments on commit a56e471

Please sign in to comment.