@toon-protocol/core 3.1.0 → 3.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +13 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4559,9 +4559,13 @@ var CHAIN_PRESETS = {
|
|
|
4559
4559
|
name: "base-sepolia",
|
|
4560
4560
|
chainId: 84532,
|
|
4561
4561
|
rpcUrl: "https://sepolia.base.org",
|
|
4562
|
-
|
|
4563
|
-
|
|
4564
|
-
|
|
4562
|
+
// Post-2026-07-19 public-chain cutover addresses (source of truth: toon-meta
|
|
4563
|
+
// docs/deployment.md). USDC is a 6-decimal mock with an ungated mint; the
|
|
4564
|
+
// retired e2e deployment (18-decimal USDC 0xac806…, TokenNetwork 0x47616F4b…,
|
|
4565
|
+
// registry 0xb9516c…) is still on-chain but MUST NOT be used.
|
|
4566
|
+
usdcAddress: "0x49beE1Bca5d15Fb0963117923403F9498119a9Ce",
|
|
4567
|
+
tokenNetworkAddress: "0x1E95493fEF46707E034b4a1945f25a8C76A1823D",
|
|
4568
|
+
registryAddress: "0xcC9079adE929b168B54145f6d25262b64FAB9D5b"
|
|
4565
4569
|
},
|
|
4566
4570
|
// Base mainnet (public). USDC is Circle's native USDC on Base.
|
|
4567
4571
|
// TOON TokenNetwork/registry not deployed yet → settlement relay-only.
|
|
@@ -4716,8 +4720,12 @@ var EVM_TIER = {
|
|
|
4716
4720
|
var SOLANA_DEPLOYED_DEVNET = {
|
|
4717
4721
|
rpcUrl: "https://api.devnet.solana.com",
|
|
4718
4722
|
cluster: "devnet",
|
|
4719
|
-
|
|
4720
|
-
|
|
4723
|
+
// Post-2026-07-19 public-chain cutover (source of truth: toon-meta
|
|
4724
|
+
// docs/deployment.md). USDC mint authority is the faucet treasury
|
|
4725
|
+
// AEPoA5xT…; the pre-cutover self-hosted-validator values (mint
|
|
4726
|
+
// 9FtYCX…, program EdJxYPD…) are retired and MUST NOT be used.
|
|
4727
|
+
usdcMint: "xyc5J8MgKFiEN13PnfftdXxUzYH34FEvw1LCrFwN7in",
|
|
4728
|
+
programId: "2aEVJ8koKD8LTZrLRSGtAtU7LBt4e7QjjCgf1kzQ7Rip"
|
|
4721
4729
|
};
|
|
4722
4730
|
var SOLANA_TIER = {
|
|
4723
4731
|
mainnet: {
|