Skip to content

Commit 3239e81

Browse files
committed
add sei
1 parent 6ddbd34 commit 3239e81

File tree

3 files changed

+34
-0
lines changed

3 files changed

+34
-0
lines changed

app/utils/network.ts

+16
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,14 @@ export const supportedEvmChains: SupportedEvmChain[] = [
4949
label: 'Base',
5050
rpcUrl: 'https://base-rpc.publicnode.com'
5151
},
52+
{
53+
network: 'mainnet',
54+
icon: './assets/sei.svg',
55+
id: '0x531',
56+
token: 'SEI',
57+
label: 'Sei',
58+
rpcUrl: 'https://evm-rpc.sei-apis.com'
59+
},
5260
{
5361
network: 'testnet',
5462
icon: './assets/sepolia.svg',
@@ -80,6 +88,14 @@ export const supportedEvmChains: SupportedEvmChain[] = [
8088
token: 'ETH',
8189
label: 'Base Sepolia',
8290
rpcUrl: 'https://base-sepolia-rpc.publicnode.com'
91+
},
92+
{
93+
network: 'testnet',
94+
icon: './assets/sei_testnet.svg',
95+
id: '0xae3f3',
96+
token: 'SEI',
97+
label: 'Sei Devnet',
98+
rpcUrl: 'https://evm-rpc-arctic-1.sei-apis.com'
8399
}
84100
];
85101

public/assets/sei.svg

+9
Loading

public/assets/sei_testnet.svg

+9
Loading

0 commit comments

Comments
 (0)