diff --git a/src/factory/config.ts b/src/factory/config.ts index 889bfa87c..df154e328 100644 --- a/src/factory/config.ts +++ b/src/factory/config.ts @@ -276,6 +276,13 @@ export namespace ChainFactoryConfigs { storage, proxy_url: "https://sheltered-crag-76748.herokuapp.com/", }, + nearParams: { + bridge: "xp-bridge-main.near", + networkId: "mainnet", + nodeUrl: "https://rpc.mainnet.near.org", + identifier: "NEAR", + storage, + }, } satisfies Partial; } }