SHA256
Синхронизировать изменения проекта
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Тех. инструменты — Shine Payments Devnet</title>
|
||||
<title>Тех. инструменты — Shine Payments Mainnet</title>
|
||||
<style>
|
||||
:root {
|
||||
color-scheme: dark;
|
||||
@@ -43,7 +43,7 @@
|
||||
<body>
|
||||
<div class="wrap">
|
||||
<div class="topbar"><a class="back" href="./index.html">← На главную</a></div>
|
||||
<h1>Техническая страница (Devnet)</h1>
|
||||
<h1>Техническая страница (Mainnet)</h1>
|
||||
<div class="muted">Программа: <code id="programId"></code></div>
|
||||
|
||||
<div class="panel">
|
||||
@@ -112,7 +112,7 @@
|
||||
<script>
|
||||
const PROGRAM_ID = new solanaWeb3.PublicKey("SHiPmXbM9Fs9khzRUW3TGKsS2W84aqaXTxs3ZkajW9v");
|
||||
const USERS_PROGRAM_ID = new solanaWeb3.PublicKey("SHiNEPr1APdAgNBteUyBXcNovaHctpSjUu8oH2ZJdN6");
|
||||
const RPC_URL = "https://api.mainnet-beta.solana.com";
|
||||
const RPC_URL = "https://solana-rpc.publicnode.com";
|
||||
const connection = new solanaWeb3.Connection(RPC_URL, "confirmed");
|
||||
const SEEDS = {
|
||||
config: "shine_payments_config",
|
||||
|
||||
Reference in New Issue
Block a user