-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change arbitrum stylus v2 testnet to arbitrum sepolia
- Loading branch information
1 parent
5e82efe
commit 730b222
Showing
4 changed files
with
22 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,9 @@ | ||
export const STYLUS_TESTNET_V2_CHAIN_ID = '0xcb6bab'; | ||
export const STYLUS_TESTNET_V2_CHAIN = { | ||
chainId: '0xcb6bab', | ||
chainName: 'Stylus testnet (v2)', | ||
}; | ||
|
||
export const ARBITRUM_SEPOLIA_CHAIN = { | ||
chainId: '0x66eee', | ||
chainName: 'Arbitrum Sepolia (Testnet)', | ||
}; |