Skip to content

Commit

Permalink
update koi rpc (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiguantong authored Jun 11, 2024
1 parent eb746a9 commit 5587774
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Host: g2.generic.darwinia.network:3378
Host: g2.generic.darwinia.network:3378
{
"fromChainId": 43,
"fromChainId": 701,
"fromAddress": "0x65be094765731f394bc6d9df53bdf3376f1fc8b0",
"toChainId": 2494104990,
"toAddress": "0x65be094765731f394bc6d9df53bdf3376f1fc8b0",
Expand All @@ -41,7 +41,7 @@ Host: g2.generic.darwinia.network:3378
Host: g2.generic.darwinia.network:3378
{
"fromChainId": 43,
"fromChainId": 701,
"fromAddress": "0x65be094765731f394bc6d9df53bdf3376f1fc8b0",
"toChainId": 2494104990,
"toAddress": "0x65be094765731f394bc6d9df53bdf3376f1fc8b0",
Expand Down
2 changes: 1 addition & 1 deletion src/jsonRpcUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const jsonRpcHttpUrls = {
11155111: process.env.ETHEREUM_SEPOLIA_RPC,
421614: process.env.ARBITRUM_SEPOLIA_RPC,
42161: process.env.ARBITRUM_MAINNET_RPC,
43: "http://g2.testnets.darwinia.network:9940",
701: "https://koi-rpc.darwinia.network",
44: "http://38.242.135.236:9944",
45: "https://fraa-flashbox-2871-rpc.a.stagenet.tanssi.network",
46: "http://c1.collator.itering.io:9944",
Expand Down

0 comments on commit 5587774

Please sign in to comment.