mirror of
https://github.com/status-im/js-waku-examples.git
synced 2025-01-20 20:09:07 +00:00
Updates
This commit is contained in:
parent
c17bb41a47
commit
b42356480f
@ -1,7 +1,7 @@
|
||||
{
|
||||
"files": {
|
||||
"main.css": "/eth-pm/static/css/main.dbff2295.css",
|
||||
"main.js": "/eth-pm/static/js/main.3f710af4.js",
|
||||
"main.js": "/eth-pm/static/js/main.68773be6.js",
|
||||
"static/media/roboto-all-400-normal.woff": "/eth-pm/static/media/roboto-all-400-normal.b5a0a0df312d3423493b.woff",
|
||||
"static/media/roboto-latin-400-normal.woff2": "/eth-pm/static/media/roboto-latin-400-normal.176f8f5bd5f02b3abfcf.woff2",
|
||||
"static/media/roboto-cyrillic-ext-400-normal.woff2": "/eth-pm/static/media/roboto-cyrillic-ext-400-normal.dd55ea0a2e90d5d86e15.woff2",
|
||||
@ -14,6 +14,6 @@
|
||||
},
|
||||
"entrypoints": [
|
||||
"static/css/main.dbff2295.css",
|
||||
"static/js/main.3f710af4.js"
|
||||
"static/js/main.68773be6.js"
|
||||
]
|
||||
}
|
@ -1 +1 @@
|
||||
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/eth-pm/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="End-to-end encrypted communication between two Ethereum addresses."/><link rel="apple-touch-icon" href="/eth-pm/favicon.png"/><link rel="manifest" href="/eth-pm/manifest.json"/><title>Ethereum Private Messaging</title><script defer="defer" src="/eth-pm/static/js/main.3f710af4.js"></script><link href="/eth-pm/static/css/main.dbff2295.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="/eth-pm/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="End-to-end encrypted communication between two Ethereum addresses."/><link rel="apple-touch-icon" href="/eth-pm/favicon.png"/><link rel="manifest" href="/eth-pm/manifest.json"/><title>Ethereum Private Messaging</title><script defer="defer" src="/eth-pm/static/js/main.68773be6.js"></script><link href="/eth-pm/static/css/main.dbff2295.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
|
File diff suppressed because one or more lines are too long
@ -4,7 +4,7 @@ import {
|
||||
waitForRemotePeer,
|
||||
createDecoder,
|
||||
createEncoder,
|
||||
} from "https://unpkg.com/@waku/core@0.0.7/bundle/index.js";
|
||||
} from "https://unpkg.com/@waku/core@0.0.10/bundle/index.js";
|
||||
|
||||
const MULTI_ADDR =
|
||||
"/dns4/node-01.ac-cn-hongkong-c.wakuv2.test.statusim.net/tcp/443/wss/p2p/16Uiu2HAkvWiyFsgRhuJEb9JfjYxEkoHLgnUQmr1N5mKWnYjxYRVm";
|
||||
|
Loading…
x
Reference in New Issue
Block a user