Skip to content

Commit

Permalink
add sei
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarnadas committed Oct 29, 2024
1 parent 6ddbd34 commit 3239e81
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
16 changes: 16 additions & 0 deletions app/utils/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@ export const supportedEvmChains: SupportedEvmChain[] = [
label: 'Base',
rpcUrl: 'https://base-rpc.publicnode.com'
},
{
network: 'mainnet',
icon: './assets/sei.svg',
id: '0x531',
token: 'SEI',
label: 'Sei',
rpcUrl: 'https://evm-rpc.sei-apis.com'
},
{
network: 'testnet',
icon: './assets/sepolia.svg',
Expand Down Expand Up @@ -80,6 +88,14 @@ export const supportedEvmChains: SupportedEvmChain[] = [
token: 'ETH',
label: 'Base Sepolia',
rpcUrl: 'https://base-sepolia-rpc.publicnode.com'
},
{
network: 'testnet',
icon: './assets/sei_testnet.svg',
id: '0xae3f3',
token: 'SEI',
label: 'Sei Devnet',
rpcUrl: 'https://evm-rpc-arctic-1.sei-apis.com'
}
];

Expand Down
9 changes: 9 additions & 0 deletions public/assets/sei.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions public/assets/sei_testnet.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3239e81

Please sign in to comment.