From b6b16c01886a281d5dabbf12d5890d92b995eee6 Mon Sep 17 00:00:00 2001 From: konstantin Date: Tue, 11 Nov 2025 17:37:41 +0700 Subject: [PATCH 1/3] added Plasma as origin/destination --- src/components/origins-destinations.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/components/origins-destinations.js b/src/components/origins-destinations.js index 15bd686..cf982cf 100644 --- a/src/components/origins-destinations.js +++ b/src/components/origins-destinations.js @@ -74,6 +74,15 @@ const MainnetChainTable = () => { origin: true, destination: true }, + { + chain: 'Plasma', + chainId: 9745, + link: 'https://plasmascan.to/', + callbackAddress: '0x9299472A6399Fd1027ebF067571Eb3e3D7837FC4', + rpcUrl: 'https://chainlist.org/chain/9745', + origin: true, + destination: true + }, { chain: 'Reactive Mainnet', chainId: 1597, From 1fddfbc4063cb2a6c90ea18575546cbdee8efb8a Mon Sep 17 00:00:00 2001 From: konstantin Date: Tue, 11 Nov 2025 18:00:16 +0700 Subject: [PATCH 2/3] updated proxy format (0x9299472A6399Fd1027ebF067571Eb3e3D7837FC4) --- src/components/origins-destinations.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/origins-destinations.js b/src/components/origins-destinations.js index cf982cf..5af3b0e 100644 --- a/src/components/origins-destinations.js +++ b/src/components/origins-destinations.js @@ -60,7 +60,7 @@ const MainnetChainTable = () => { chain: 'HyperEVM', chainId: 999, link: 'https://hyperevmscan.io/', - callbackAddress: '0x9299472a6399fd1027ebf067571eb3e3d7837fc4', + callbackAddress: '0x9299472A6399Fd1027ebF067571Eb3e3D7837FC4', rpcUrl: 'https://chainlist.org/chain/999', origin: true, destination: true @@ -96,7 +96,7 @@ const MainnetChainTable = () => { chain: 'Sonic', chainId: 146, link: 'https://sonicscan.org/', - callbackAddress: '0x9299472a6399fd1027ebf067571eb3e3d7837fc4', + callbackAddress: '0x9299472A6399Fd1027ebF067571Eb3e3D7837FC4', rpcUrl: 'https://chainlist.org/chain/146', origin: true, destination: true From ac722fe99d74b974ce25388ad940305abafee0f8 Mon Sep 17 00:00:00 2001 From: konstantin Date: Tue, 11 Nov 2025 21:58:19 +0700 Subject: [PATCH 3/3] Geth methods info block added --- docs/docs/rnk-rpc-methods.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/rnk-rpc-methods.md b/docs/docs/rnk-rpc-methods.md index 3589640..30cf3fb 100644 --- a/docs/docs/rnk-rpc-methods.md +++ b/docs/docs/rnk-rpc-methods.md @@ -12,6 +12,10 @@ hide_title: true This page provides an overview of the RPC methods specific to the Reactive Network's Geth version, essential for interacting with nodes and ReactVMs within the Reactive Network (RNK). These methods enable transaction retrieval, log access, callback information, etc. Below, you will find a detailed description of each method, including its parameters, cURLs, and responses. +:::tip[Ethereum RPC Methods] +Reactive Network is fully compatible with [standard Geth RPC methods](https://geth.ethereum.org/docs/interacting-with-geth/rpc). This page covers additional Reactive-specific methods. +::: + ## rnk_getTransactionByHash Returns the details of a transaction for the specified ReactVM ID and transaction hash.