Skip to content

Commit

Permalink
Add Noble testnet support
Browse files Browse the repository at this point in the history
  • Loading branch information
bruce-riley committed Dec 17, 2024
1 parent 0f18834 commit 56cc5b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/base/src/constants/nativeChainIds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ const chainNetworkNativeChainIdEntries = [
["Neutron", "pion-1"],
["Celestia", "mocha-4"],
["Seda", "seda-1-testnet"],
["Noble", "grand-1"],
["Blast", 168587773n], // Sepolia testnet
["Mantle", 5003n], // Sepolia testnet
["Scroll", 534351n],
Expand Down
1 change: 1 addition & 0 deletions core/base/src/constants/rpc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ const rpcConfig = [[
["Worldchain", "https://worldchain-sepolia.g.alchemy.com/public"],
["Ink", "https://rpc-qnd-sepolia.inkonchain.com"],
["MonadDevnet", ""], // TODO: No public rpc is currently available, override with a custom rpc for now.
["Noble", "https://noble-testnet-rpc.polkachu.com/"],
]], [
"Devnet", [
["Ethereum", "http://eth-devnet:8545"],
Expand Down

0 comments on commit 56cc5b2

Please sign in to comment.