generated from scaffold-eth/scaffold-eth
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2196 from jk-labs-inc/staging
patch PR 6 of week ending 8/27/24
- Loading branch information
Showing
18 changed files
with
320 additions
and
140 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
packages/react-app-revamp/config/wagmi/custom-chains/rollux.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
import { Chain } from "@rainbow-me/rainbowkit"; | ||
|
||
export const rollux: Chain = { | ||
id: 570, | ||
name: "rollux", | ||
iconUrl: "/rollux.svg", | ||
nativeCurrency: { | ||
decimals: 18, | ||
name: "SYS", | ||
symbol: "SYS", | ||
}, | ||
rpcUrls: { | ||
public: { | ||
http: ["https://rpc.rollux.com"], | ||
}, | ||
default: { | ||
http: ["https://rpc.rollux.com"], | ||
}, | ||
}, | ||
blockExplorers: { | ||
etherscan: { name: "Rollux Block Explorer", url: "https://explorer.rollux.com/" }, | ||
default: { name: "Rollux Block Explorer", url: "https://explorer.rollux.com/" }, | ||
}, | ||
}; |
Oops, something went wrong.