Skip to content

Commit

Permalink
Chore(Near): added to mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
D4mph1r committed Dec 6, 2024
1 parent 4963fad commit 94cf032
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/factory/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<TChainParams>;
}
}

0 comments on commit 94cf032

Please sign in to comment.