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.
- Loading branch information
Sean McCaffery
authored
Sep 11, 2024
1 parent
907bc14
commit ab788bd
Showing
5 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
packages/react-app-revamp/config/wagmi/custom-chains/lamina.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,20 @@ | ||
import { Chain } from "@rainbow-me/rainbowkit"; | ||
|
||
export const lamina: Chain = { | ||
id: 10849, | ||
name: "lamina", | ||
iconUrl: "/lamina.png", | ||
nativeCurrency: { | ||
decimals: 18, | ||
name: "L1", | ||
symbol: "L1", | ||
}, | ||
rpcUrls: { | ||
public: { http: ["https://subnets.avax.network/lamina1/mainnet/rpc"] }, | ||
default: { http: ["https://subnets.avax.network/lamina1/mainnet/rpc"] }, | ||
}, | ||
blockExplorers: { | ||
etherscan: { name: "Lamina Mainnet Scan", url: "https://explorer.lamina1.com/" }, | ||
default: { name: "Lamina Mainnet Scan", url: "https://explorer.lamina1.com/" }, | ||
}, | ||
}; |
21 changes: 21 additions & 0 deletions
21
packages/react-app-revamp/config/wagmi/custom-chains/laminaTestnet.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,21 @@ | ||
import { Chain } from "@rainbow-me/rainbowkit"; | ||
|
||
export const laminaTestnet: Chain = { | ||
id: 764984, | ||
name: "laminaTestnet", | ||
iconUrl: "/lamina.png", | ||
nativeCurrency: { | ||
decimals: 18, | ||
name: "L1T", | ||
symbol: "L1T", | ||
}, | ||
rpcUrls: { | ||
public: { http: ["https://subnets.avax.network/lamina1tes/testnet/rpc"] }, | ||
default: { http: ["https://subnets.avax.network/lamina1tes/testnet/rpc"] }, | ||
}, | ||
blockExplorers: { | ||
etherscan: { name: "Lamina Testnet Scan", url: "https://subnets-test.avax.network/lamina1tes/" }, | ||
default: { name: "Lamina Testnet Scan", url: "https://subnets-test.avax.network/lamina1tes/" }, | ||
}, | ||
testnet: true, | ||
}; |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.