chore: sync state and push to Gitea
Made-with: Cursor
This commit is contained in:
@@ -18,7 +18,7 @@ export const CHAIN138_TOKENS = {
|
||||
*/
|
||||
export const RPC_CONFIG = {
|
||||
chainId: 138,
|
||||
rpcUrl: process.env.CHAIN138_RPC_URL || 'http://192.168.11.250:8545',
|
||||
rpcUrl: process.env.CHAIN138_RPC_URL || 'http://192.168.11.211:8545',
|
||||
explorerUrl: 'https://explorer.d-bis.org',
|
||||
} as const;
|
||||
|
||||
@@ -71,6 +71,9 @@ export const PROTOCOL_ADDRESSES = {
|
||||
/**
|
||||
* Asset Type Mappings
|
||||
*/
|
||||
/** Tezos mainnet chain ID for USDtz routing */
|
||||
export const TEZOS_CHAIN_ID = 1729;
|
||||
|
||||
export const ASSET_TYPES = {
|
||||
ETH: 'ETH',
|
||||
WETH: 'WETH',
|
||||
|
||||
Reference in New Issue
Block a user