chore: sync state and push to Gitea

Made-with: Cursor
This commit is contained in:
DBIS Core Team
2026-03-02 13:17:20 -08:00
parent 2b0404c4d6
commit 73e8d30190
9 changed files with 162 additions and 62 deletions

View File

@@ -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',