Sync workspace: config, docs, scripts, CI, operator rules, and submodule pointers.
- Update dbis_core, cross-chain-pmm-lps, explorer-monorepo, metamask-integration, pr-workspace/chains - Omit embedded publish git dirs and empty placeholders from index Made-with: Cursor
This commit is contained in:
@@ -28,7 +28,7 @@ logging.basicConfig(
|
||||
logger = logging.getLogger('ccip-monitor')
|
||||
|
||||
# Load configuration from environment
|
||||
RPC_URL = os.getenv('RPC_URL_138', 'http://192.168.11.250:8545')
|
||||
RPC_URL = os.getenv('RPC_URL_138', 'http://192.168.11.211:8545')
|
||||
CCIP_ROUTER_ADDRESS = os.getenv('CCIP_ROUTER_ADDRESS', '')
|
||||
CCIP_SENDER_ADDRESS = os.getenv('CCIP_SENDER_ADDRESS', '')
|
||||
LINK_TOKEN_ADDRESS = os.getenv('LINK_TOKEN_ADDRESS', '')
|
||||
@@ -303,4 +303,3 @@ def main():
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user