We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ddbd34 commit 3239e81Copy full SHA for 3239e81
app/utils/network.ts
@@ -49,6 +49,14 @@ export const supportedEvmChains: SupportedEvmChain[] = [
49
label: 'Base',
50
rpcUrl: 'https://base-rpc.publicnode.com'
51
},
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
+ },
60
{
61
network: 'testnet',
62
icon: './assets/sepolia.svg',
@@ -80,6 +88,14 @@ export const supportedEvmChains: SupportedEvmChain[] = [
80
88
token: 'ETH',
81
89
label: 'Base Sepolia',
82
90
rpcUrl: 'https://base-sepolia-rpc.publicnode.com'
91
92
93
+ network: 'testnet',
94
+ icon: './assets/sei_testnet.svg',
95
+ id: '0xae3f3',
96
97
+ label: 'Sei Devnet',
98
+ rpcUrl: 'https://evm-rpc-arctic-1.sei-apis.com'
83
99
}
84
100
];
85
101
public/assets/sei.svg
public/assets/sei_testnet.svg
0 commit comments