mirror of
https://github.com/mito-systems/ranger-app.git
synced 2026-03-06 09:34:08 +00:00
url
This commit is contained in:
parent
1001bdad6d
commit
cfdf17584c
@ -21,8 +21,8 @@ declare global {
|
||||
const NETWORKS = {
|
||||
testnet: {
|
||||
chainId: 'atlantic-1',
|
||||
rpcUrl: 'https://rpc.atlantic-1.sei.io',
|
||||
restUrl: 'https://rest.atlantic-1.sei.io',
|
||||
rpcUrl: 'https://rpc.wallet.atlantic-2.sei.io',
|
||||
restUrl: 'https://rest.atlantic-2.sei.io',
|
||||
// Smart contract addresses
|
||||
tokenFactoryAddress: process.env.NEXT_PUBLIC_SEI_TOKEN_FACTORY_ADDRESS || '',
|
||||
},
|
||||
@ -251,4 +251,4 @@ export const getTokenBalance = async (): Promise<number> => {
|
||||
console.error('Error getting WILD token balance:', error);
|
||||
return 0;
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user