Skip to content

Commit

Permalink
Merge pull request #112 from connext/add_rpc_subg_base_goerli
Browse files Browse the repository at this point in the history
fix: add base goerli rpcs and subgraph
  • Loading branch information
preethamr authored Dec 16, 2023
2 parents bbee299 + 7ab0d5c commit e353ecc
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion crossChain.json
Original file line number Diff line number Diff line change
Expand Up @@ -2682,7 +2682,22 @@
"symbol": "TEST",
"decimals": 18
}
}
},
"rpc": [
"https://goerli.base.org",
"https://base-goerli.public.blastapi.io"
],
"subgraph": [
"https://api.studio.thegraph.com/query/51161/connext-rumtime-v0-base-goerli/version/latest"
],
"explorers": [
{
"name": "basegoerli",
"url": "https://base-goerli.blockscout.com",
"icon": "base",
"standard": "EIP3091"
}
]
},
{
"name": "Base Mainnet",
Expand Down

0 comments on commit e353ecc

Please sign in to comment.