@yodlpay/tokenlists 0.9.0-alpha.4 → 0.9.0-alpha.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,2 +1,2 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,a,t=[{inputs:[{internalType:"address",name:"_feeTreasury",type:"address"},{internalType:"uint256",name:"_baseFeeBps",type:"uint256"},{internalType:"string",name:"_version",type:"string"},{internalType:"address",name:"_uniswapRouter",type:"address"},{internalType:"address",name:"_curveRouter",type:"address"},{internalType:"address",name:"_wrappedNativeToken",type:"address"}],stateMutability:"nonpayable",type:"constructor"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"priceFeed0",type:"address"},{indexed:!0,internalType:"address",name:"priceFeed1",type:"address"},{indexed:!1,internalType:"int256",name:"exchangeRate0",type:"int256"},{indexed:!1,internalType:"int256",name:"exchangeRate1",type:"int256"}],name:"Convert",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"previousOwner",type:"address"},{indexed:!0,internalType:"address",name:"newOwner",type:"address"}],name:"OwnershipTransferred",type:"event"},{inputs:[],name:"renounceOwnership",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[{internalType:"address",name:"token",type:"address"}],name:"sweep",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[{internalType:"address",name:"newOwner",type:"address"}],name:"transferOwnership",outputs:[],stateMutability:"nonpayable",type:"function"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"sender",type:"address"},{indexed:!0,internalType:"address",name:"receiver",type:"address"},{indexed:!1,internalType:"address",name:"token",type:"address"},{indexed:!1,internalType:"uint256",name:"amount",type:"uint256"},{indexed:!1,internalType:"uint256",name:"fees",type:"uint256"},{indexed:!1,internalType:"bytes32",name:"memo",type:"bytes32"}],name:"Yodl",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"sender",type:"address"},{indexed:!0,internalType:"address",name:"receiver",type:"address"},{indexed:!0,internalType:"uint256",name:"amount",type:"uint256"}],name:"YodlNativeTokenTransfer",type:"event"},{inputs:[{components:[{internalType:"address",name:"sender",type:"address"},{internalType:"address",name:"receiver",type:"address"},{internalType:"uint256",name:"amountIn",type:"uint256"},{internalType:"uint256",name:"amountOut",type:"uint256"},{internalType:"bytes32",name:"memo",type:"bytes32"},{internalType:"address[9]",name:"route",type:"address[9]"},{internalType:"uint256[3][4]",name:"swapParams",type:"uint256[3][4]"},{internalType:"address[4]",name:"factoryAddresses",type:"address[4]"},{internalType:"address[2]",name:"priceFeeds",type:"address[2]"},{internalType:"address",name:"extraFeeReceiver",type:"address"},{internalType:"uint256",name:"extraFeeBps",type:"uint256"},{internalType:"bool",name:"returnRemainder",type:"bool"}],internalType:"struct YodlRouterV1.YodlCurveParams",name:"params",type:"tuple"}],name:"yodlWithCurve",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"payable",type:"function"},{inputs:[{internalType:"bytes32",name:"memo",type:"bytes32"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"address[2]",name:"priceFeeds",type:"address[2]"},{internalType:"address",name:"token",type:"address"},{internalType:"address",name:"receiver",type:"address"},{internalType:"address",name:"extraFeeReceiver",type:"address"},{internalType:"uint256",name:"extraFeeBps",type:"uint256"}],name:"yodlWithToken",outputs:[{internalType:"bool",name:"",type:"bool"}],stateMutability:"payable",type:"function"},{inputs:[{components:[{internalType:"address",name:"sender",type:"address"},{internalType:"address",name:"receiver",type:"address"},{internalType:"uint256",name:"amountIn",type:"uint256"},{internalType:"uint256",name:"amountOut",type:"uint256"},{internalType:"bytes32",name:"memo",type:"bytes32"},{internalType:"bytes",name:"path",type:"bytes"},{internalType:"address[2]",name:"priceFeeds",type:"address[2]"},{internalType:"address",name:"extraFeeReceiver",type:"address"},{internalType:"uint256",name:"extraFeeBps",type:"uint256"},{internalType:"bool",name:"returnRemainder",type:"bool"},{internalType:"enum YodlRouterV1.SwapType",name:"swapType",type:"uint8"}],internalType:"struct YodlRouterV1.YodlUniswapParams",name:"params",type:"tuple"}],name:"yodlWithUniswap",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"payable",type:"function"},{stateMutability:"payable",type:"receive"},{inputs:[],name:"baseFeeBps",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"feeBps",type:"uint256"}],name:"calculateFee",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"pure",type:"function"},{inputs:[],name:"curveRouter",outputs:[{internalType:"contract ICurveRouter",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"address[2]",name:"priceFeeds",type:"address[2]"},{internalType:"uint256",name:"amount",type:"uint256"}],name:"exchangeRate",outputs:[{internalType:"uint256",name:"converted",type:"uint256"},{internalType:"address[2]",name:"priceFeedsUsed",type:"address[2]"},{internalType:"int256[2]",name:"prices",type:"int256[2]"}],stateMutability:"view",type:"function"},{inputs:[],name:"feeTreasury",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[],name:"MAX_FEE_BPS",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"view",type:"function"},{inputs:[],name:"NATIVE_TOKEN",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[],name:"owner",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[],name:"uniswapRouter",outputs:[{internalType:"contract ISwapRouter",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[],name:"version",outputs:[{internalType:"string",name:"",type:"string"}],stateMutability:"view",type:"function"},{inputs:[],name:"wrappedNativeToken",outputs:[{internalType:"contract IWETH9",name:"",type:"address"}],stateMutability:"view",type:"function"}],n={test:t,.1:[{inputs:[{internalType:"address",name:"_feeTreasury",type:"address"},{internalType:"uint256",name:"_baseFeeDivisor",type:"uint256"},{internalType:"string",name:"_version",type:"string"}],stateMutability:"nonpayable",type:"constructor"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"priceFeed",type:"address"},{indexed:!1,internalType:"int256",name:"exchangeRate",type:"int256"}],name:"Convert",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"sender",type:"address"},{indexed:!0,internalType:"address",name:"receiver",type:"address"},{indexed:!1,internalType:"address",name:"token",type:"address"},{indexed:!1,internalType:"uint256",name:"amount",type:"uint256"},{indexed:!1,internalType:"uint256",name:"fees",type:"uint256"},{indexed:!1,internalType:"bytes32",name:"memo",type:"bytes32"}],name:"Payment",type:"event"},{inputs:[{internalType:"address[]",name:"_priceFeeds",type:"address[]"},{internalType:"uint256",name:"_amount",type:"uint256"}],name:"exchangeRate",outputs:[{internalType:"uint256",name:"converted",type:"uint256"},{internalType:"address",name:"priceFeed",type:"address"},{internalType:"int256",name:"price",type:"int256"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"bytes32",name:"_memo",type:"bytes32"},{internalType:"uint256",name:"_amount",type:"uint256"},{internalType:"address[]",name:"_priceFeeds",type:"address[]"},{internalType:"address",name:"_token",type:"address"},{internalType:"address",name:"_receiver",type:"address"},{internalType:"address",name:"_extraFeeReceiver",type:"address"},{internalType:"uint256",name:"_extraFeeDivisor",type:"uint256"}],name:"payWithToken",outputs:[{internalType:"bool",name:"",type:"bool"}],stateMutability:"nonpayable",type:"function"}],.2:[{inputs:[{internalType:"address",name:"_feeTreasury",type:"address"},{internalType:"uint256",name:"_baseFeeBps",type:"uint256"},{internalType:"string",name:"_version",type:"string"},{internalType:"address",name:"_uniswapRouter",type:"address"},{internalType:"address",name:"_curveRouter",type:"address"},{internalType:"address",name:"_wrappedNativeToken",type:"address"}],stateMutability:"nonpayable",type:"constructor"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"priceFeed",type:"address"},{indexed:!1,internalType:"int256",name:"exchangeRate",type:"int256"}],name:"Convert",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"previousOwner",type:"address"},{indexed:!0,internalType:"address",name:"newOwner",type:"address"}],name:"OwnershipTransferred",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"sender",type:"address"},{indexed:!0,internalType:"address",name:"receiver",type:"address"},{indexed:!1,internalType:"address",name:"token",type:"address"},{indexed:!1,internalType:"uint256",name:"amount",type:"uint256"},{indexed:!1,internalType:"uint256",name:"fees",type:"uint256"},{indexed:!1,internalType:"bytes32",name:"memo",type:"bytes32"}],name:"Payment",type:"event"},{inputs:[],name:"MAX_FEE_BPS",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"view",type:"function"},{inputs:[],name:"NATIVE_TOKEN",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[],name:"baseFeeBps",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"feeBps",type:"uint256"}],name:"calculateFee",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"pure",type:"function"},{inputs:[],name:"curveRouter",outputs:[{internalType:"contract ICurveRouter",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"address[2]",name:"priceFeeds",type:"address[2]"},{internalType:"uint256",name:"amount",type:"uint256"}],name:"exchangeRate",outputs:[{internalType:"uint256",name:"converted",type:"uint256"},{internalType:"address[2]",name:"priceFeedsUsed",type:"address[2]"},{internalType:"int256[2]",name:"prices",type:"int256[2]"}],stateMutability:"view",type:"function"},{inputs:[],name:"feeTreasury",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[],name:"owner",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{components:[{internalType:"address",name:"sender",type:"address"},{internalType:"address",name:"receiver",type:"address"},{internalType:"uint256",name:"amountIn",type:"uint256"},{internalType:"uint256",name:"amountOut",type:"uint256"},{internalType:"bytes32",name:"memo",type:"bytes32"},{internalType:"address[9]",name:"route",type:"address[9]"},{internalType:"uint256[3][4]",name:"swapParams",type:"uint256[3][4]"},{internalType:"address[4]",name:"factoryAddresses",type:"address[4]"},{internalType:"address[2]",name:"priceFeeds",type:"address[2]"},{internalType:"address",name:"extraFeeReceiver",type:"address"},{internalType:"uint256",name:"extraFeeBps",type:"uint256"},{internalType:"bool",name:"returnRemainder",type:"bool"}],internalType:"struct HiroRouterV1.HiroCurveParams",name:"params",type:"tuple"}],name:"payWithCurve",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"payable",type:"function"},{inputs:[{internalType:"bytes32",name:"memo",type:"bytes32"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"address[2]",name:"priceFeeds",type:"address[2]"},{internalType:"address",name:"token",type:"address"},{internalType:"address",name:"receiver",type:"address"},{internalType:"address",name:"extraFeeReceiver",type:"address"},{internalType:"uint256",name:"extraFeeBps",type:"uint256"}],name:"payWithToken",outputs:[{internalType:"bool",name:"",type:"bool"}],stateMutability:"payable",type:"function"},{inputs:[{components:[{internalType:"address",name:"sender",type:"address"},{internalType:"address",name:"receiver",type:"address"},{internalType:"uint256",name:"amountIn",type:"uint256"},{internalType:"uint256",name:"amountOut",type:"uint256"},{internalType:"bytes32",name:"memo",type:"bytes32"},{internalType:"bytes",name:"path",type:"bytes"},{internalType:"address[2]",name:"priceFeeds",type:"address[2]"},{internalType:"address",name:"extraFeeReceiver",type:"address"},{internalType:"uint256",name:"extraFeeBps",type:"uint256"},{internalType:"bool",name:"returnRemainder",type:"bool"},{internalType:"enum HiroRouterV1.SwapType",name:"swapType",type:"uint8"}],internalType:"struct HiroRouterV1.HiroUniswapParams",name:"params",type:"tuple"}],name:"payWithUniswap",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"payable",type:"function"},{inputs:[],name:"renounceOwnership",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[{internalType:"address",name:"token",type:"address"}],name:"sweep",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[{internalType:"address",name:"newOwner",type:"address"}],name:"transferOwnership",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[],name:"uniswapRouter",outputs:[{internalType:"contract ISwapRouter",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[],name:"version",outputs:[{internalType:"string",name:"",type:"string"}],stateMutability:"view",type:"function"},{inputs:[],name:"wrappedNativeToken",outputs:[{internalType:"contract IWETH9",name:"",type:"address"}],stateMutability:"view",type:"function"},{stateMutability:"payable",type:"receive"}],.3:t,.4:[{inputs:[{internalType:"address",name:"_feeTreasury",type:"address"},{internalType:"uint256",name:"_baseFeeBps",type:"uint256"},{internalType:"string",name:"_version",type:"string"},{internalType:"address",name:"_uniswapRouter",type:"address"},{internalType:"address",name:"_curveRouter",type:"address"},{internalType:"address",name:"_wrappedNativeToken",type:"address"}],stateMutability:"nonpayable",type:"constructor"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"priceFeed0",type:"address"},{indexed:!0,internalType:"address",name:"priceFeed1",type:"address"},{indexed:!1,internalType:"int256",name:"exchangeRate0",type:"int256"},{indexed:!1,internalType:"int256",name:"exchangeRate1",type:"int256"}],name:"Convert",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"previousOwner",type:"address"},{indexed:!0,internalType:"address",name:"newOwner",type:"address"}],name:"OwnershipTransferred",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"sender",type:"address"},{indexed:!0,internalType:"address",name:"receiver",type:"address"},{indexed:!1,internalType:"address",name:"token",type:"address"},{indexed:!1,internalType:"uint256",name:"amount",type:"uint256"},{indexed:!1,internalType:"uint256",name:"fees",type:"uint256"},{indexed:!1,internalType:"bytes32",name:"memo",type:"bytes32"}],name:"Yodl",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"sender",type:"address"},{indexed:!0,internalType:"address",name:"receiver",type:"address"},{indexed:!0,internalType:"uint256",name:"amount",type:"uint256"}],name:"YodlNativeTokenTransfer",type:"event"},{inputs:[],name:"MAX_FEE_BPS",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"view",type:"function"},{inputs:[],name:"NATIVE_TOKEN",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[],name:"baseFeeBps",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"feeBps",type:"uint256"}],name:"calculateFee",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"pure",type:"function"},{inputs:[],name:"curveRouter",outputs:[{internalType:"contract ICurveRouter",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"address[2]",name:"priceFeeds",type:"address[2]"},{internalType:"uint256",name:"amount",type:"uint256"}],name:"exchangeRate",outputs:[{internalType:"uint256",name:"converted",type:"uint256"},{internalType:"address[2]",name:"priceFeedsUsed",type:"address[2]"},{internalType:"int256[2]",name:"prices",type:"int256[2]"}],stateMutability:"view",type:"function"},{inputs:[],name:"feeTreasury",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[],name:"owner",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[],name:"renounceOwnership",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[{internalType:"address",name:"token",type:"address"}],name:"sweep",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[{internalType:"address",name:"newOwner",type:"address"}],name:"transferOwnership",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[],name:"uniswapRouter",outputs:[{internalType:"contract ISwapRouter",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[],name:"version",outputs:[{internalType:"string",name:"",type:"string"}],stateMutability:"view",type:"function"},{inputs:[],name:"wrappedNativeToken",outputs:[{internalType:"contract IWETH9",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{components:[{internalType:"address",name:"sender",type:"address"},{internalType:"address",name:"receiver",type:"address"},{internalType:"uint256",name:"amountIn",type:"uint256"},{internalType:"uint256",name:"amountOut",type:"uint256"},{internalType:"bytes32",name:"memo",type:"bytes32"},{internalType:"address[9]",name:"route",type:"address[9]"},{internalType:"uint256[3][4]",name:"swapParams",type:"uint256[3][4]"},{internalType:"address[4]",name:"factoryAddresses",type:"address[4]"},{internalType:"address[2]",name:"priceFeeds",type:"address[2]"},{internalType:"address",name:"extraFeeReceiver",type:"address"},{internalType:"uint256",name:"extraFeeBps",type:"uint256"},{internalType:"bool",name:"returnRemainder",type:"bool"},{internalType:"uint256",name:"yd",type:"uint256"}],internalType:"struct YodlRouterV1.YodlCurveParams",name:"params",type:"tuple"}],name:"yodlWithCurve",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"payable",type:"function"},{inputs:[{internalType:"bytes32",name:"memo",type:"bytes32"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"address[2]",name:"priceFeeds",type:"address[2]"},{internalType:"address",name:"token",type:"address"},{internalType:"address",name:"receiver",type:"address"},{internalType:"address",name:"extraFeeReceiver",type:"address"},{internalType:"uint256",name:"extraFeeBps",type:"uint256"},{internalType:"uint256",name:"yd",type:"uint256"}],name:"yodlWithToken",outputs:[{internalType:"bool",name:"",type:"bool"}],stateMutability:"payable",type:"function"},{inputs:[{components:[{internalType:"address",name:"sender",type:"address"},{internalType:"address",name:"receiver",type:"address"},{internalType:"uint256",name:"amountIn",type:"uint256"},{internalType:"uint256",name:"amountOut",type:"uint256"},{internalType:"bytes32",name:"memo",type:"bytes32"},{internalType:"bytes",name:"path",type:"bytes"},{internalType:"address[2]",name:"priceFeeds",type:"address[2]"},{internalType:"address",name:"extraFeeReceiver",type:"address"},{internalType:"uint256",name:"extraFeeBps",type:"uint256"},{internalType:"bool",name:"returnRemainder",type:"bool"},{internalType:"enum YodlRouterV1.SwapType",name:"swapType",type:"uint8"},{internalType:"uint256",name:"yd",type:"uint256"}],internalType:"struct YodlRouterV1.YodlUniswapParams",name:"params",type:"tuple"}],name:"yodlWithUniswap",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"payable",type:"function"},{stateMutability:"payable",type:"receive"}],.5:[{inputs:[],stateMutability:"nonpayable",type:"constructor"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"priceFeed0",type:"address"},{indexed:!0,internalType:"address",name:"priceFeed1",type:"address"},{indexed:!1,internalType:"int256",name:"exchangeRate0",type:"int256"},{indexed:!1,internalType:"int256",name:"exchangeRate1",type:"int256"}],name:"Convert",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"sender",type:"address"},{indexed:!0,internalType:"address",name:"receiver",type:"address"},{indexed:!1,internalType:"address",name:"token",type:"address"},{indexed:!1,internalType:"uint256",name:"amount",type:"uint256"},{indexed:!1,internalType:"uint256",name:"fees",type:"uint256"},{indexed:!1,internalType:"bytes32",name:"memo",type:"bytes32"}],name:"Yodl",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"sender",type:"address"},{indexed:!0,internalType:"address",name:"receiver",type:"address"},{indexed:!0,internalType:"uint256",name:"amount",type:"uint256"}],name:"YodlNativeTokenTransfer",type:"event"},{inputs:[],name:"MAX_EXTRA_FEE_BPS",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"view",type:"function"},{inputs:[],name:"NATIVE_TOKEN",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"feeBps",type:"uint256"}],name:"calculateFee",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"pure",type:"function"},{inputs:[{internalType:"address[2]",name:"priceFeeds",type:"address[2]"},{internalType:"uint256",name:"amount",type:"uint256"}],name:"exchangeRate",outputs:[{internalType:"uint256",name:"converted",type:"uint256"},{internalType:"address[2]",name:"priceFeedsUsed",type:"address[2]"},{internalType:"int256[2]",name:"prices",type:"int256[2]"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"address",name:"token",type:"address"}],name:"sweep",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"feeBps",type:"uint256"},{internalType:"address",name:"token",type:"address"},{internalType:"address",name:"from",type:"address"},{internalType:"address",name:"to",type:"address"}],name:"transferFee",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"nonpayable",type:"function"},{inputs:[],name:"uniswapRouter",outputs:[{internalType:"contract ISwapRouter02",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[],name:"version",outputs:[{internalType:"string",name:"",type:"string"}],stateMutability:"view",type:"function"},{inputs:[],name:"wrappedNativeToken",outputs:[{internalType:"contract IWETH9",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[],name:"yodlFeeBps",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"view",type:"function"},{inputs:[],name:"yodlFeeTreasury",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{components:[{internalType:"address",name:"sender",type:"address"},{internalType:"address",name:"receiver",type:"address"},{internalType:"uint256",name:"amountIn",type:"uint256"},{internalType:"uint256",name:"amountOut",type:"uint256"},{internalType:"bytes32",name:"memo",type:"bytes32"},{internalType:"bytes",name:"path",type:"bytes"},{internalType:"address[2]",name:"priceFeeds",type:"address[2]"},{internalType:"address",name:"extraFeeReceiver",type:"address"},{internalType:"uint256",name:"extraFeeBps",type:"uint256"},{internalType:"enum YodlUniswapRouter.SwapType",name:"swapType",type:"uint8"},{internalType:"uint256",name:"yd",type:"uint256"},{components:[{internalType:"address",name:"yApp",type:"address"},{internalType:"uint256",name:"sessionId",type:"uint256"},{internalType:"bytes[]",name:"payload",type:"bytes[]"}],internalType:"struct AbstractYodlRouter.YApp[]",name:"yAppList",type:"tuple[]"}],internalType:"struct YodlUniswapRouter.YodlUniswapParams",name:"params",type:"tuple"}],name:"yodlWithPancake",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"payable",type:"function"},{inputs:[{components:[{internalType:"bytes32",name:"memo",type:"bytes32"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"address[2]",name:"priceFeeds",type:"address[2]"},{internalType:"address",name:"token",type:"address"},{internalType:"address",name:"receiver",type:"address"},{internalType:"address",name:"extraFeeReceiver",type:"address"},{internalType:"uint256",name:"extraFeeBps",type:"uint256"},{internalType:"uint256",name:"yd",type:"uint256"},{components:[{internalType:"address",name:"yApp",type:"address"},{internalType:"uint256",name:"sessionId",type:"uint256"},{internalType:"bytes[]",name:"payload",type:"bytes[]"}],internalType:"struct AbstractYodlRouter.YApp[]",name:"yAppList",type:"tuple[]"}],internalType:"struct YodlTransferRouter.YodlTransferParams",name:"params",type:"tuple"}],name:"yodlWithToken",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"payable",type:"function"},{inputs:[{components:[{internalType:"address",name:"sender",type:"address"},{internalType:"address",name:"receiver",type:"address"},{internalType:"uint256",name:"amountIn",type:"uint256"},{internalType:"uint256",name:"amountOut",type:"uint256"},{internalType:"bytes32",name:"memo",type:"bytes32"},{internalType:"bytes",name:"path",type:"bytes"},{internalType:"address[2]",name:"priceFeeds",type:"address[2]"},{internalType:"address",name:"extraFeeReceiver",type:"address"},{internalType:"uint256",name:"extraFeeBps",type:"uint256"},{internalType:"enum YodlUniswapRouter.SwapType",name:"swapType",type:"uint8"},{internalType:"uint256",name:"yd",type:"uint256"},{components:[{internalType:"address",name:"yApp",type:"address"},{internalType:"uint256",name:"sessionId",type:"uint256"},{internalType:"bytes[]",name:"payload",type:"bytes[]"}],internalType:"struct AbstractYodlRouter.YApp[]",name:"yAppList",type:"tuple[]"}],internalType:"struct YodlUniswapRouter.YodlUniswapParams",name:"params",type:"tuple"}],name:"yodlWithUniswap",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"payable",type:"function"},{stateMutability:"payable",type:"receive"}],.6:[{inputs:[],stateMutability:"nonpayable",type:"constructor"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"priceFeed0",type:"address"},{indexed:!0,internalType:"address",name:"priceFeed1",type:"address"},{indexed:!1,internalType:"int256",name:"exchangeRate0",type:"int256"},{indexed:!1,internalType:"int256",name:"exchangeRate1",type:"int256"}],name:"Convert",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"string",name:"currency0",type:"string"},{indexed:!0,internalType:"address",name:"priceFeed1",type:"address"},{indexed:!1,internalType:"int256",name:"exchangeRate0",type:"int256"},{indexed:!1,internalType:"int256",name:"exchangeRate1",type:"int256"}],name:"ConvertWithExternalRate",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"sender",type:"address"},{indexed:!0,internalType:"address",name:"receiver",type:"address"},{indexed:!1,internalType:"address",name:"token",type:"address"},{indexed:!1,internalType:"uint256",name:"amount",type:"uint256"},{indexed:!1,internalType:"uint256",name:"fees",type:"uint256"},{indexed:!1,internalType:"bytes32",name:"memo",type:"bytes32"}],name:"Yodl",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"sender",type:"address"},{indexed:!0,internalType:"address",name:"receiver",type:"address"},{indexed:!0,internalType:"uint256",name:"amount",type:"uint256"}],name:"YodlNativeTokenTransfer",type:"event"},{inputs:[],name:"CHAINLINK_FEED",outputs:[{internalType:"int8",name:"",type:"int8"}],stateMutability:"view",type:"function"},{inputs:[],name:"EXTERNAL_FEED",outputs:[{internalType:"int8",name:"",type:"int8"}],stateMutability:"view",type:"function"},{inputs:[],name:"MAX_EXTRA_FEE_BPS",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"view",type:"function"},{inputs:[],name:"NATIVE_TOKEN",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[],name:"RATE_VERIFIER",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"feeBps",type:"uint256"}],name:"calculateFee",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"pure",type:"function"},{inputs:[{components:[{internalType:"address",name:"feedAddress",type:"address"},{internalType:"int8",name:"feedType",type:"int8"},{internalType:"string",name:"currency",type:"string"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"bytes",name:"signature",type:"bytes"}],internalType:"struct AbstractYodlRouter.PriceFeed[2]",name:"priceFeeds",type:"tuple[2]"},{internalType:"int256[2]",name:"prices",type:"int256[2]"}],name:"emitConversionEvent",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[{components:[{internalType:"address",name:"feedAddress",type:"address"},{internalType:"int8",name:"feedType",type:"int8"},{internalType:"string",name:"currency",type:"string"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"bytes",name:"signature",type:"bytes"}],internalType:"struct AbstractYodlRouter.PriceFeed[2]",name:"priceFeeds",type:"tuple[2]"},{internalType:"uint256",name:"amount",type:"uint256"}],name:"exchangeRate",outputs:[{internalType:"uint256",name:"converted",type:"uint256"},{internalType:"address[2]",name:"priceFeedsUsed",type:"address[2]"},{internalType:"int256[2]",name:"prices",type:"int256[2]"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"address",name:"token",type:"address"}],name:"sweep",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"feeBps",type:"uint256"},{internalType:"address",name:"token",type:"address"},{internalType:"address",name:"from",type:"address"},{internalType:"address",name:"to",type:"address"}],name:"transferFee",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"nonpayable",type:"function"},{inputs:[],name:"uniswapRouter",outputs:[{internalType:"contract ISwapRouter02",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{components:[{internalType:"address",name:"feedAddress",type:"address"},{internalType:"int8",name:"feedType",type:"int8"},{internalType:"string",name:"currency",type:"string"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"bytes",name:"signature",type:"bytes"}],internalType:"struct AbstractYodlRouter.PriceFeed",name:"priceFeed",type:"tuple"}],name:"verifyRateSignature",outputs:[{internalType:"bool",name:"",type:"bool"}],stateMutability:"view",type:"function"},{inputs:[],name:"version",outputs:[{internalType:"string",name:"",type:"string"}],stateMutability:"view",type:"function"},{inputs:[],name:"wrappedNativeToken",outputs:[{internalType:"contract IWETH9",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[],name:"yodlFeeBps",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"view",type:"function"},{inputs:[],name:"yodlFeeTreasury",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{components:[{internalType:"address",name:"sender",type:"address"},{internalType:"address",name:"receiver",type:"address"},{internalType:"uint256",name:"amountIn",type:"uint256"},{internalType:"uint256",name:"amountOut",type:"uint256"},{internalType:"bytes32",name:"memo",type:"bytes32"},{internalType:"bytes",name:"path",type:"bytes"},{components:[{internalType:"address",name:"feedAddress",type:"address"},{internalType:"int8",name:"feedType",type:"int8"},{internalType:"string",name:"currency",type:"string"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"bytes",name:"signature",type:"bytes"}],internalType:"struct AbstractYodlRouter.PriceFeed[2]",name:"priceFeeds",type:"tuple[2]"},{internalType:"address",name:"extraFeeReceiver",type:"address"},{internalType:"uint256",name:"extraFeeBps",type:"uint256"},{internalType:"enum YodlUniswapRouter.SwapType",name:"swapType",type:"uint8"},{internalType:"uint256",name:"yd",type:"uint256"},{components:[{internalType:"address",name:"yApp",type:"address"},{internalType:"uint256",name:"sessionId",type:"uint256"},{internalType:"bytes[]",name:"payload",type:"bytes[]"}],internalType:"struct AbstractYodlRouter.YApp[]",name:"yAppList",type:"tuple[]"}],internalType:"struct YodlUniswapRouter.YodlUniswapParams",name:"params",type:"tuple"}],name:"yodlWithPancake",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"payable",type:"function"},{inputs:[{components:[{internalType:"bytes32",name:"memo",type:"bytes32"},{internalType:"uint256",name:"amount",type:"uint256"},{components:[{internalType:"address",name:"feedAddress",type:"address"},{internalType:"int8",name:"feedType",type:"int8"},{internalType:"string",name:"currency",type:"string"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"bytes",name:"signature",type:"bytes"}],internalType:"struct AbstractYodlRouter.PriceFeed[2]",name:"priceFeeds",type:"tuple[2]"},{internalType:"address",name:"token",type:"address"},{internalType:"address",name:"receiver",type:"address"},{internalType:"address",name:"extraFeeReceiver",type:"address"},{internalType:"uint256",name:"extraFeeBps",type:"uint256"},{internalType:"uint256",name:"yd",type:"uint256"},{components:[{internalType:"address",name:"yApp",type:"address"},{internalType:"uint256",name:"sessionId",type:"uint256"},{internalType:"bytes[]",name:"payload",type:"bytes[]"}],internalType:"struct AbstractYodlRouter.YApp[]",name:"yAppList",type:"tuple[]"}],internalType:"struct YodlTransferRouter.YodlTransferParams",name:"params",type:"tuple"}],name:"yodlWithToken",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"payable",type:"function"},{inputs:[{components:[{internalType:"address",name:"sender",type:"address"},{internalType:"address",name:"receiver",type:"address"},{internalType:"uint256",name:"amountIn",type:"uint256"},{internalType:"uint256",name:"amountOut",type:"uint256"},{internalType:"bytes32",name:"memo",type:"bytes32"},{internalType:"bytes",name:"path",type:"bytes"},{components:[{internalType:"address",name:"feedAddress",type:"address"},{internalType:"int8",name:"feedType",type:"int8"},{internalType:"string",name:"currency",type:"string"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"bytes",name:"signature",type:"bytes"}],internalType:"struct AbstractYodlRouter.PriceFeed[2]",name:"priceFeeds",type:"tuple[2]"},{internalType:"address",name:"extraFeeReceiver",type:"address"},{internalType:"uint256",name:"extraFeeBps",type:"uint256"},{internalType:"enum YodlUniswapRouter.SwapType",name:"swapType",type:"uint8"},{internalType:"uint256",name:"yd",type:"uint256"},{components:[{internalType:"address",name:"yApp",type:"address"},{internalType:"uint256",name:"sessionId",type:"uint256"},{internalType:"bytes[]",name:"payload",type:"bytes[]"}],internalType:"struct AbstractYodlRouter.YApp[]",name:"yAppList",type:"tuple[]"}],internalType:"struct YodlUniswapRouter.YodlUniswapParams",name:"params",type:"tuple"}],name:"yodlWithUniswap",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"payable",type:"function"},{stateMutability:"payable",type:"receive"},{inputs:[{components:[{internalType:"address",name:"sender",type:"address"},{internalType:"address",name:"receiver",type:"address"},{internalType:"uint256",name:"amountIn",type:"uint256"},{internalType:"uint256",name:"amountOut",type:"uint256"},{internalType:"bytes32",name:"memo",type:"bytes32"},{internalType:"address[9]",name:"route",type:"address[9]"},{internalType:"uint256[3][4]",name:"swapParams",type:"uint256[3][4]"},{internalType:"address[4]",name:"factoryAddresses",type:"address[4]"},{components:[{internalType:"address",name:"feedAddress",type:"address"},{internalType:"int8",name:"feedType",type:"int8"},{internalType:"string",name:"currency",type:"string"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"bytes",name:"signature",type:"bytes"}],internalType:"struct AbstractYodlRouter.PriceFeed[2]",name:"priceFeeds",type:"tuple[2]"},{internalType:"address",name:"extraFeeReceiver",type:"address"},{internalType:"uint256",name:"extraFeeBps",type:"uint256"},{internalType:"uint256",name:"yd",type:"uint256"},{components:[{internalType:"address",name:"yApp",type:"address"},{internalType:"uint256",name:"sessionId",type:"uint256"},{internalType:"bytes[]",name:"payload",type:"bytes[]"}],internalType:"struct AbstractYodlRouter.YApp[]",name:"yAppList",type:"tuple[]"}],internalType:"struct YodlCurveRouter.YodlCurveParams",name:"params",type:"tuple"}],name:"yodlWithCurve",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"payable",type:"function"}],.7:[{type:"constructor",inputs:[],stateMutability:"nonpayable"},{type:"receive",stateMutability:"payable"},{type:"function",name:"CHAINLINK_FEED",inputs:[],outputs:[{name:"",type:"int8",internalType:"int8"}],stateMutability:"view"},{type:"function",name:"EXTERNAL_FEED",inputs:[],outputs:[{name:"",type:"int8",internalType:"int8"}],stateMutability:"view"},{type:"function",name:"MAX_EXTRA_FEE_BPS",inputs:[],outputs:[{name:"",type:"uint256",internalType:"uint256"}],stateMutability:"view"},{type:"function",name:"NATIVE_TOKEN",inputs:[],outputs:[{name:"",type:"address",internalType:"address"}],stateMutability:"view"},{type:"function",name:"NULL_FEED",inputs:[],outputs:[{name:"",type:"int8",internalType:"int8"}],stateMutability:"view"},{type:"function",name:"RATE_VERIFIER",inputs:[],outputs:[{name:"",type:"address",internalType:"address"}],stateMutability:"view"},{type:"function",name:"calculateFee",inputs:[{name:"amount",type:"uint256",internalType:"uint256"},{name:"feeBps",type:"uint256",internalType:"uint256"}],outputs:[{name:"",type:"uint256",internalType:"uint256"}],stateMutability:"pure"},{type:"function",name:"emitConversionEvent",inputs:[{name:"priceFeeds",type:"tuple[2]",internalType:"struct AbstractYodlRouter.PriceFeed[2]",components:[{name:"feedAddress",type:"address",internalType:"address"},{name:"feedType",type:"int8",internalType:"int8"},{name:"currency",type:"string",internalType:"string"},{name:"amount",type:"uint256",internalType:"uint256"},{name:"deadline",type:"uint256",internalType:"uint256"},{name:"signature",type:"bytes",internalType:"bytes"}]},{name:"prices",type:"int256[2]",internalType:"int256[2]"}],outputs:[],stateMutability:"nonpayable"},{type:"function",name:"exchangeRate",inputs:[{name:"priceFeeds",type:"tuple[2]",internalType:"struct AbstractYodlRouter.PriceFeed[2]",components:[{name:"feedAddress",type:"address",internalType:"address"},{name:"feedType",type:"int8",internalType:"int8"},{name:"currency",type:"string",internalType:"string"},{name:"amount",type:"uint256",internalType:"uint256"},{name:"deadline",type:"uint256",internalType:"uint256"},{name:"signature",type:"bytes",internalType:"bytes"}]},{name:"amount",type:"uint256",internalType:"uint256"}],outputs:[{name:"converted",type:"uint256",internalType:"uint256"},{name:"priceFeedsUsed",type:"address[2]",internalType:"address[2]"},{name:"prices",type:"int256[2]",internalType:"int256[2]"}],stateMutability:"view"},{type:"function",name:"sweep",inputs:[{name:"token",type:"address",internalType:"address"}],outputs:[],stateMutability:"nonpayable"},{type:"function",name:"uniswapRouter",inputs:[],outputs:[{name:"",type:"address",internalType:"contract ISwapRouter02"}],stateMutability:"view"},{type:"function",name:"verifyRateSignature",inputs:[{name:"priceFeed",type:"tuple",internalType:"struct AbstractYodlRouter.PriceFeed",components:[{name:"feedAddress",type:"address",internalType:"address"},{name:"feedType",type:"int8",internalType:"int8"},{name:"currency",type:"string",internalType:"string"},{name:"amount",type:"uint256",internalType:"uint256"},{name:"deadline",type:"uint256",internalType:"uint256"},{name:"signature",type:"bytes",internalType:"bytes"}]}],outputs:[{name:"",type:"bool",internalType:"bool"}],stateMutability:"view"},{type:"function",name:"version",inputs:[],outputs:[{name:"",type:"string",internalType:"string"}],stateMutability:"view"},{type:"function",name:"wrappedNativeToken",inputs:[],outputs:[{name:"",type:"address",internalType:"contract IWETH9"}],stateMutability:"view"},{type:"function",name:"yodlFeeBps",inputs:[],outputs:[{name:"",type:"uint256",internalType:"uint256"}],stateMutability:"view"},{type:"function",name:"yodlFeeTreasury",inputs:[],outputs:[{name:"",type:"address",internalType:"address"}],stateMutability:"view"},{type:"function",name:"yodlWithCurve",inputs:[{name:"params",type:"tuple",internalType:"struct YodlCurveRouter.YodlCurveParams",components:[{name:"sender",type:"address",internalType:"address"},{name:"receiver",type:"address",internalType:"address"},{name:"amountIn",type:"uint256",internalType:"uint256"},{name:"amountOut",type:"uint256",internalType:"uint256"},{name:"memo",type:"bytes32",internalType:"bytes32"},{name:"route",type:"address[11]",internalType:"address[11]"},{name:"swapParams",type:"uint256[5][5]",internalType:"uint256[5][5]"},{name:"factoryAddresses",type:"address[5]",internalType:"address[5]"},{name:"priceFeeds",type:"tuple[2]",internalType:"struct AbstractYodlRouter.PriceFeed[2]",components:[{name:"feedAddress",type:"address",internalType:"address"},{name:"feedType",type:"int8",internalType:"int8"},{name:"currency",type:"string",internalType:"string"},{name:"amount",type:"uint256",internalType:"uint256"},{name:"deadline",type:"uint256",internalType:"uint256"},{name:"signature",type:"bytes",internalType:"bytes"}]},{name:"extraFeeReceiver",type:"address",internalType:"address"},{name:"extraFeeBps",type:"uint256",internalType:"uint256"},{name:"yd",type:"uint256",internalType:"uint256"},{name:"yAppList",type:"tuple[]",internalType:"struct AbstractYodlRouter.YApp[]",components:[{name:"yApp",type:"address",internalType:"address"},{name:"sessionId",type:"uint256",internalType:"uint256"},{name:"payload",type:"bytes[]",internalType:"bytes[]"}]}]}],outputs:[{name:"",type:"uint256",internalType:"uint256"}],stateMutability:"payable"},{type:"function",name:"yodlWithToken",inputs:[{name:"params",type:"tuple",internalType:"struct YodlTransferRouter.YodlTransferParams",components:[{name:"memo",type:"bytes32",internalType:"bytes32"},{name:"amount",type:"uint256",internalType:"uint256"},{name:"priceFeeds",type:"tuple[2]",internalType:"struct AbstractYodlRouter.PriceFeed[2]",components:[{name:"feedAddress",type:"address",internalType:"address"},{name:"feedType",type:"int8",internalType:"int8"},{name:"currency",type:"string",internalType:"string"},{name:"amount",type:"uint256",internalType:"uint256"},{name:"deadline",type:"uint256",internalType:"uint256"},{name:"signature",type:"bytes",internalType:"bytes"}]},{name:"token",type:"address",internalType:"address"},{name:"receiver",type:"address",internalType:"address"},{name:"extraFeeReceiver",type:"address",internalType:"address"},{name:"extraFeeBps",type:"uint256",internalType:"uint256"},{name:"yd",type:"uint256",internalType:"uint256"},{name:"yAppList",type:"tuple[]",internalType:"struct AbstractYodlRouter.YApp[]",components:[{name:"yApp",type:"address",internalType:"address"},{name:"sessionId",type:"uint256",internalType:"uint256"},{name:"payload",type:"bytes[]",internalType:"bytes[]"}]}]}],outputs:[{name:"",type:"uint256",internalType:"uint256"}],stateMutability:"payable"},{type:"function",name:"yodlWithUniswap",inputs:[{name:"params",type:"tuple",internalType:"struct YodlUniswapRouter.YodlUniswapParams",components:[{name:"sender",type:"address",internalType:"address"},{name:"receiver",type:"address",internalType:"address"},{name:"amountIn",type:"uint256",internalType:"uint256"},{name:"amountOut",type:"uint256",internalType:"uint256"},{name:"memo",type:"bytes32",internalType:"bytes32"},{name:"path",type:"bytes",internalType:"bytes"},{name:"priceFeeds",type:"tuple[2]",internalType:"struct AbstractYodlRouter.PriceFeed[2]",components:[{name:"feedAddress",type:"address",internalType:"address"},{name:"feedType",type:"int8",internalType:"int8"},{name:"currency",type:"string",internalType:"string"},{name:"amount",type:"uint256",internalType:"uint256"},{name:"deadline",type:"uint256",internalType:"uint256"},{name:"signature",type:"bytes",internalType:"bytes"}]},{name:"extraFeeReceiver",type:"address",internalType:"address"},{name:"extraFeeBps",type:"uint256",internalType:"uint256"},{name:"swapType",type:"uint8",internalType:"enum YodlUniswapRouter.SwapType"},{name:"yd",type:"uint256",internalType:"uint256"},{name:"yAppList",type:"tuple[]",internalType:"struct AbstractYodlRouter.YApp[]",components:[{name:"yApp",type:"address",internalType:"address"},{name:"sessionId",type:"uint256",internalType:"uint256"},{name:"payload",type:"bytes[]",internalType:"bytes[]"}]}]}],outputs:[{name:"",type:"uint256",internalType:"uint256"}],stateMutability:"payable"},{type:"event",name:"Convert",inputs:[{name:"priceFeed0",type:"address",indexed:!0,internalType:"address"},{name:"priceFeed1",type:"address",indexed:!0,internalType:"address"},{name:"exchangeRate0",type:"int256",indexed:!1,internalType:"int256"},{name:"exchangeRate1",type:"int256",indexed:!1,internalType:"int256"}],anonymous:!1},{type:"event",name:"ConvertWithExternalRate",inputs:[{name:"currency0",type:"string",indexed:!0,internalType:"string"},{name:"priceFeed1",type:"address",indexed:!0,internalType:"address"},{name:"exchangeRate0",type:"int256",indexed:!1,internalType:"int256"},{name:"exchangeRate1",type:"int256",indexed:!1,internalType:"int256"}],anonymous:!1},{type:"event",name:"Yodl",inputs:[{name:"sender",type:"address",indexed:!0,internalType:"address"},{name:"receiver",type:"address",indexed:!0,internalType:"address"},{name:"token",type:"address",indexed:!1,internalType:"address"},{name:"amount",type:"uint256",indexed:!1,internalType:"uint256"},{name:"fees",type:"uint256",indexed:!1,internalType:"uint256"},{name:"memo",type:"bytes32",indexed:!1,internalType:"bytes32"}],anonymous:!1},{type:"event",name:"YodlNativeTokenTransfer",inputs:[{name:"sender",type:"address",indexed:!0,internalType:"address"},{name:"receiver",type:"address",indexed:!0,internalType:"address"},{name:"amount",type:"uint256",indexed:!0,internalType:"uint256"}],anonymous:!1},{type:"error",name:"ECDSAInvalidSignature",inputs:[]},{type:"error",name:"ECDSAInvalidSignatureLength",inputs:[{name:"length",type:"uint256",internalType:"uint256"}]},{type:"error",name:"ECDSAInvalidSignatureS",inputs:[{name:"s",type:"bytes32",internalType:"bytes32"}]}],.8:[{inputs:[],stateMutability:"nonpayable",type:"constructor"},{inputs:[],name:"ECDSAInvalidSignature",type:"error"},{inputs:[{internalType:"uint256",name:"length",type:"uint256"}],name:"ECDSAInvalidSignatureLength",type:"error"},{inputs:[{internalType:"bytes32",name:"s",type:"bytes32"}],name:"ECDSAInvalidSignatureS",type:"error"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"priceFeed0",type:"address"},{indexed:!0,internalType:"address",name:"priceFeed1",type:"address"},{indexed:!1,internalType:"int256",name:"exchangeRate0",type:"int256"},{indexed:!1,internalType:"int256",name:"exchangeRate1",type:"int256"}],name:"Convert",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"string",name:"currency0",type:"string"},{indexed:!0,internalType:"address",name:"priceFeed1",type:"address"},{indexed:!1,internalType:"int256",name:"exchangeRate0",type:"int256"},{indexed:!1,internalType:"int256",name:"exchangeRate1",type:"int256"}],name:"ConvertWithExternalRate",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"sender",type:"address"},{indexed:!0,internalType:"address",name:"receiver",type:"address"},{indexed:!1,internalType:"address",name:"token",type:"address"},{indexed:!1,internalType:"uint256",name:"amount",type:"uint256"},{indexed:!1,internalType:"uint256",name:"fees",type:"uint256"},{indexed:!1,internalType:"bytes32",name:"memo",type:"bytes32"}],name:"Yodl",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"sender",type:"address"},{indexed:!0,internalType:"address",name:"receiver",type:"address"},{indexed:!0,internalType:"uint256",name:"amount",type:"uint256"}],name:"YodlNativeTokenTransfer",type:"event"},{inputs:[],name:"CHAINLINK_FEED",outputs:[{internalType:"int8",name:"",type:"int8"}],stateMutability:"view",type:"function"},{inputs:[],name:"EXTERNAL_FEED",outputs:[{internalType:"int8",name:"",type:"int8"}],stateMutability:"view",type:"function"},{inputs:[],name:"MAX_EXTRA_FEE_BPS",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"view",type:"function"},{inputs:[],name:"NATIVE_TOKEN",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[],name:"NULL_FEED",outputs:[{internalType:"int8",name:"",type:"int8"}],stateMutability:"view",type:"function"},{inputs:[],name:"RATE_VERIFIER",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[],name:"acrossSpokePool",outputs:[{internalType:"contract V3SpokePoolInterface",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"feeBps",type:"uint256"}],name:"calculateFee",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"pure",type:"function"},{inputs:[],name:"curveRouter",outputs:[{internalType:"contract ICurveRouterNG",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{components:[{internalType:"address",name:"feedAddress",type:"address"},{internalType:"int8",name:"feedType",type:"int8"},{internalType:"string",name:"currency",type:"string"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"bytes",name:"signature",type:"bytes"}],internalType:"struct AbstractYodlRouter.PriceFeed[2]",name:"priceFeeds",type:"tuple[2]"},{internalType:"int256[2]",name:"prices",type:"int256[2]"}],name:"emitConversionEvent",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[{components:[{internalType:"address",name:"feedAddress",type:"address"},{internalType:"int8",name:"feedType",type:"int8"},{internalType:"string",name:"currency",type:"string"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"bytes",name:"signature",type:"bytes"}],internalType:"struct AbstractYodlRouter.PriceFeed[2]",name:"priceFeeds",type:"tuple[2]"},{internalType:"uint256",name:"amount",type:"uint256"}],name:"exchangeRate",outputs:[{internalType:"uint256",name:"converted",type:"uint256"},{internalType:"address[2]",name:"priceFeedsUsed",type:"address[2]"},{internalType:"int256[2]",name:"prices",type:"int256[2]"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"address",name:"token",type:"address"}],name:"sweep",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[],name:"uniswapRouter",outputs:[{internalType:"contract ISwapRouter02",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{components:[{internalType:"address",name:"feedAddress",type:"address"},{internalType:"int8",name:"feedType",type:"int8"},{internalType:"string",name:"currency",type:"string"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"bytes",name:"signature",type:"bytes"}],internalType:"struct AbstractYodlRouter.PriceFeed",name:"priceFeed",type:"tuple"}],name:"verifyRateSignature",outputs:[{internalType:"bool",name:"",type:"bool"}],stateMutability:"view",type:"function"},{inputs:[],name:"version",outputs:[{internalType:"string",name:"",type:"string"}],stateMutability:"view",type:"function"},{inputs:[],name:"wrappedNativeToken",outputs:[{internalType:"contract IWETH9",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[],name:"yodlFeeBps",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"view",type:"function"},{inputs:[],name:"yodlFeeTreasury",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{components:[{internalType:"bytes32",name:"memo",type:"bytes32"},{internalType:"uint256",name:"amount",type:"uint256"},{components:[{internalType:"address",name:"feedAddress",type:"address"},{internalType:"int8",name:"feedType",type:"int8"},{internalType:"string",name:"currency",type:"string"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"bytes",name:"signature",type:"bytes"}],internalType:"struct AbstractYodlRouter.PriceFeed[2]",name:"priceFeeds",type:"tuple[2]"},{internalType:"address",name:"token",type:"address"},{internalType:"address",name:"receiver",type:"address"},{internalType:"address",name:"extraFeeReceiver",type:"address"},{internalType:"uint256",name:"extraFeeBps",type:"uint256"},{internalType:"uint256",name:"yd",type:"uint256"},{components:[{internalType:"address",name:"guardAddress",type:"address"},{internalType:"bytes[]",name:"payload",type:"bytes[]"}],internalType:"struct AbstractYodlRouter.Guard[]",name:"guards",type:"tuple[]"},{components:[{internalType:"address",name:"webhookAddress",type:"address"},{internalType:"bytes[]",name:"payload",type:"bytes[]"}],internalType:"struct AbstractYodlRouter.Webhook[]",name:"webhooks",type:"tuple[]"},{internalType:"address",name:"outputToken",type:"address"},{internalType:"uint256",name:"outputAmount",type:"uint256"},{internalType:"uint256",name:"destinationChainId",type:"uint256"},{internalType:"address",name:"exclusiveRelayer",type:"address"},{internalType:"uint32",name:"quoteTimestamp",type:"uint32"},{internalType:"uint32",name:"fillDeadline",type:"uint32"},{internalType:"uint32",name:"exclusivityDeadline",type:"uint32"},{internalType:"bytes",name:"message",type:"bytes"}],internalType:"struct YodlAcrossRouter.YodlAcrossParams",name:"params",type:"tuple"}],name:"yodlWithAcross",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"payable",type:"function"},{inputs:[{components:[{internalType:"address",name:"sender",type:"address"},{internalType:"address",name:"receiver",type:"address"},{internalType:"uint256",name:"amountIn",type:"uint256"},{internalType:"uint256",name:"amountOut",type:"uint256"},{internalType:"bytes32",name:"memo",type:"bytes32"},{internalType:"address[11]",name:"route",type:"address[11]"},{internalType:"uint256[5][5]",name:"swapParams",type:"uint256[5][5]"},{internalType:"address[5]",name:"pools",type:"address[5]"},{components:[{internalType:"address",name:"feedAddress",type:"address"},{internalType:"int8",name:"feedType",type:"int8"},{internalType:"string",name:"currency",type:"string"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"bytes",name:"signature",type:"bytes"}],internalType:"struct AbstractYodlRouter.PriceFeed[2]",name:"priceFeeds",type:"tuple[2]"},{internalType:"address",name:"extraFeeReceiver",type:"address"},{internalType:"uint256",name:"extraFeeBps",type:"uint256"},{internalType:"uint256",name:"yd",type:"uint256"},{components:[{internalType:"address",name:"guardAddress",type:"address"},{internalType:"bytes[]",name:"payload",type:"bytes[]"}],internalType:"struct AbstractYodlRouter.Guard[]",name:"guards",type:"tuple[]"},{components:[{internalType:"address",name:"webhookAddress",type:"address"},{internalType:"bytes[]",name:"payload",type:"bytes[]"}],internalType:"struct AbstractYodlRouter.Webhook[]",name:"webhooks",type:"tuple[]"}],internalType:"struct YodlCurveRouter.YodlCurveParams",name:"params",type:"tuple"}],name:"yodlWithCurve",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"payable",type:"function"},{inputs:[{components:[{internalType:"bytes32",name:"memo",type:"bytes32"},{internalType:"uint256",name:"amount",type:"uint256"},{components:[{internalType:"address",name:"feedAddress",type:"address"},{internalType:"int8",name:"feedType",type:"int8"},{internalType:"string",name:"currency",type:"string"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"bytes",name:"signature",type:"bytes"}],internalType:"struct AbstractYodlRouter.PriceFeed[2]",name:"priceFeeds",type:"tuple[2]"},{internalType:"address",name:"token",type:"address"},{internalType:"address",name:"receiver",type:"address"},{internalType:"address",name:"extraFeeReceiver",type:"address"},{internalType:"uint256",name:"extraFeeBps",type:"uint256"},{internalType:"uint256",name:"yd",type:"uint256"},{components:[{internalType:"address",name:"guardAddress",type:"address"},{internalType:"bytes[]",name:"payload",type:"bytes[]"}],internalType:"struct AbstractYodlRouter.Guard[]",name:"guards",type:"tuple[]"},{components:[{internalType:"address",name:"webhookAddress",type:"address"},{internalType:"bytes[]",name:"payload",type:"bytes[]"}],internalType:"struct AbstractYodlRouter.Webhook[]",name:"webhooks",type:"tuple[]"}],internalType:"struct YodlTransferRouter.YodlTransferParams",name:"params",type:"tuple"}],name:"yodlWithToken",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"payable",type:"function"},{inputs:[{components:[{internalType:"address",name:"sender",type:"address"},{internalType:"address",name:"receiver",type:"address"},{internalType:"uint256",name:"amountIn",type:"uint256"},{internalType:"uint256",name:"amountOut",type:"uint256"},{internalType:"bytes32",name:"memo",type:"bytes32"},{internalType:"bytes",name:"path",type:"bytes"},{components:[{internalType:"address",name:"feedAddress",type:"address"},{internalType:"int8",name:"feedType",type:"int8"},{internalType:"string",name:"currency",type:"string"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"bytes",name:"signature",type:"bytes"}],internalType:"struct AbstractYodlRouter.PriceFeed[2]",name:"priceFeeds",type:"tuple[2]"},{internalType:"address",name:"extraFeeReceiver",type:"address"},{internalType:"uint256",name:"extraFeeBps",type:"uint256"},{internalType:"enum YodlUniswapRouter.SwapType",name:"swapType",type:"uint8"},{internalType:"uint256",name:"yd",type:"uint256"},{components:[{internalType:"address",name:"guardAddress",type:"address"},{internalType:"bytes[]",name:"payload",type:"bytes[]"}],internalType:"struct AbstractYodlRouter.Guard[]",name:"guards",type:"tuple[]"},{components:[{internalType:"address",name:"webhookAddress",type:"address"},{internalType:"bytes[]",name:"payload",type:"bytes[]"}],internalType:"struct AbstractYodlRouter.Webhook[]",name:"webhooks",type:"tuple[]"}],internalType:"struct YodlUniswapRouter.YodlUniswapParams",name:"params",type:"tuple"}],name:"yodlWithUniswap",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"payable",type:"function"},{stateMutability:"payable",type:"receive"}],.9:[{inputs:[],stateMutability:"nonpayable",type:"constructor"},{inputs:[],name:"ECDSAInvalidSignature",type:"error"},{inputs:[{internalType:"uint256",name:"length",type:"uint256"}],name:"ECDSAInvalidSignatureLength",type:"error"},{inputs:[{internalType:"bytes32",name:"s",type:"bytes32"}],name:"ECDSAInvalidSignatureS",type:"error"},{inputs:[],name:"ReentrancyGuardReentrantCall",type:"error"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"priceFeed0",type:"address"},{indexed:!0,internalType:"address",name:"priceFeed1",type:"address"},{indexed:!1,internalType:"int256",name:"exchangeRate0",type:"int256"},{indexed:!1,internalType:"int256",name:"exchangeRate1",type:"int256"}],name:"Convert",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"string",name:"currency0",type:"string"},{indexed:!0,internalType:"address",name:"priceFeed1",type:"address"},{indexed:!1,internalType:"int256",name:"exchangeRate0",type:"int256"},{indexed:!1,internalType:"int256",name:"exchangeRate1",type:"int256"}],name:"ConvertWithExternalRate",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"sender",type:"address"},{indexed:!0,internalType:"address",name:"receiver",type:"address"},{indexed:!1,internalType:"address",name:"token",type:"address"},{indexed:!1,internalType:"uint256",name:"amount",type:"uint256"},{indexed:!1,internalType:"uint256",name:"fees",type:"uint256"},{indexed:!1,internalType:"bytes32",name:"memo",type:"bytes32"}],name:"Yodl",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"sender",type:"address"},{indexed:!0,internalType:"address",name:"receiver",type:"address"},{indexed:!0,internalType:"uint256",name:"amount",type:"uint256"}],name:"YodlNativeTokenTransfer",type:"event"},{inputs:[],name:"CHAINLINK_FEED",outputs:[{internalType:"int8",name:"",type:"int8"}],stateMutability:"view",type:"function"},{inputs:[],name:"EXTERNAL_FEED",outputs:[{internalType:"int8",name:"",type:"int8"}],stateMutability:"view",type:"function"},{inputs:[],name:"MAX_CONVENIENCE_FEE_BPS",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"view",type:"function"},{inputs:[],name:"MAX_EXTRA_FEE_BPS",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"view",type:"function"},{inputs:[],name:"NATIVE_TOKEN",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[],name:"NULL_FEED",outputs:[{internalType:"int8",name:"",type:"int8"}],stateMutability:"view",type:"function"},{inputs:[],name:"RATE_VERIFIER",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[],name:"acrossSpokePool",outputs:[{internalType:"contract V3SpokePoolInterface",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"feeBps",type:"uint256"}],name:"calculateFee",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"pure",type:"function"},{inputs:[],name:"curveRouter",outputs:[{internalType:"contract ICurveRouterNG",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{components:[{internalType:"address",name:"feedAddress",type:"address"},{internalType:"int8",name:"feedType",type:"int8"},{internalType:"string",name:"currency",type:"string"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"bytes",name:"signature",type:"bytes"}],internalType:"struct AbstractYodlRouter.PriceFeed[2]",name:"priceFeeds",type:"tuple[2]"},{internalType:"int256[2]",name:"prices",type:"int256[2]"}],name:"emitConversionEvent",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[{components:[{internalType:"address",name:"feedAddress",type:"address"},{internalType:"int8",name:"feedType",type:"int8"},{internalType:"string",name:"currency",type:"string"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"bytes",name:"signature",type:"bytes"}],internalType:"struct AbstractYodlRouter.PriceFeed[2]",name:"priceFeeds",type:"tuple[2]"},{internalType:"uint256",name:"amount",type:"uint256"}],name:"exchangeRate",outputs:[{internalType:"uint256",name:"converted",type:"uint256"},{internalType:"address[2]",name:"priceFeedsUsed",type:"address[2]"},{internalType:"int256[2]",name:"prices",type:"int256[2]"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"address",name:"token",type:"address"}],name:"sweep",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[],name:"uniswapRouter",outputs:[{internalType:"contract ISwapRouter02",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{components:[{internalType:"address",name:"feedAddress",type:"address"},{internalType:"int8",name:"feedType",type:"int8"},{internalType:"string",name:"currency",type:"string"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"bytes",name:"signature",type:"bytes"}],internalType:"struct AbstractYodlRouter.PriceFeed",name:"priceFeed",type:"tuple"}],name:"verifyRateSignature",outputs:[{internalType:"bool",name:"",type:"bool"}],stateMutability:"view",type:"function"},{inputs:[],name:"version",outputs:[{internalType:"string",name:"",type:"string"}],stateMutability:"view",type:"function"},{inputs:[],name:"wrappedNativeToken",outputs:[{internalType:"contract IWETH9",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[],name:"yodlFeeBps",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"view",type:"function"},{inputs:[],name:"yodlFeeTreasury",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{components:[{internalType:"bytes32",name:"memo",type:"bytes32"},{internalType:"uint256",name:"amount",type:"uint256"},{components:[{internalType:"address",name:"feedAddress",type:"address"},{internalType:"int8",name:"feedType",type:"int8"},{internalType:"string",name:"currency",type:"string"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"bytes",name:"signature",type:"bytes"}],internalType:"struct AbstractYodlRouter.PriceFeed[2]",name:"priceFeeds",type:"tuple[2]"},{internalType:"address",name:"token",type:"address"},{internalType:"address",name:"receiver",type:"address"},{internalType:"address",name:"extraFeeReceiver",type:"address"},{internalType:"uint256",name:"extraFeeBps",type:"uint256"},{internalType:"uint256",name:"yd",type:"uint256"},{components:[{internalType:"address",name:"guardAddress",type:"address"},{internalType:"bytes[]",name:"payload",type:"bytes[]"}],internalType:"struct AbstractYodlRouter.Guard[]",name:"guards",type:"tuple[]"},{components:[{internalType:"address",name:"webhookAddress",type:"address"},{internalType:"bytes[]",name:"payload",type:"bytes[]"}],internalType:"struct AbstractYodlRouter.Webhook[]",name:"webhooks",type:"tuple[]"},{internalType:"address",name:"outputToken",type:"address"},{internalType:"uint256",name:"outputAmount",type:"uint256"},{internalType:"uint256",name:"destinationChainId",type:"uint256"},{internalType:"address",name:"exclusiveRelayer",type:"address"},{internalType:"uint32",name:"quoteTimestamp",type:"uint32"},{internalType:"uint32",name:"fillDeadline",type:"uint32"},{internalType:"uint32",name:"exclusivityDeadline",type:"uint32"},{internalType:"bytes",name:"message",type:"bytes"}],internalType:"struct YodlAcrossRouter.YodlAcrossParams",name:"params",type:"tuple"}],name:"yodlWithAcross",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"payable",type:"function"},{inputs:[{components:[{internalType:"address",name:"sender",type:"address"},{internalType:"address",name:"receiver",type:"address"},{internalType:"uint256",name:"amountIn",type:"uint256"},{internalType:"uint256",name:"amountOut",type:"uint256"},{internalType:"bytes32",name:"memo",type:"bytes32"},{internalType:"address[11]",name:"route",type:"address[11]"},{internalType:"uint256[5][5]",name:"swapParams",type:"uint256[5][5]"},{internalType:"address[5]",name:"pools",type:"address[5]"},{components:[{internalType:"address",name:"feedAddress",type:"address"},{internalType:"int8",name:"feedType",type:"int8"},{internalType:"string",name:"currency",type:"string"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"bytes",name:"signature",type:"bytes"}],internalType:"struct AbstractYodlRouter.PriceFeed[2]",name:"priceFeeds",type:"tuple[2]"},{internalType:"address",name:"extraFeeReceiver",type:"address"},{internalType:"uint256",name:"extraFeeBps",type:"uint256"},{internalType:"uint256",name:"yd",type:"uint256"},{components:[{internalType:"address",name:"guardAddress",type:"address"},{internalType:"bytes[]",name:"payload",type:"bytes[]"}],internalType:"struct AbstractYodlRouter.Guard[]",name:"guards",type:"tuple[]"},{components:[{internalType:"address",name:"webhookAddress",type:"address"},{internalType:"bytes[]",name:"payload",type:"bytes[]"}],internalType:"struct AbstractYodlRouter.Webhook[]",name:"webhooks",type:"tuple[]"}],internalType:"struct YodlCurveRouter.YodlCurveParams",name:"params",type:"tuple"}],name:"yodlWithCurve",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"payable",type:"function"},{inputs:[{components:[{internalType:"bytes32",name:"memo",type:"bytes32"},{internalType:"uint256",name:"outAmountGross",type:"uint256"},{internalType:"uint256",name:"invoiceAmount",type:"uint256"},{components:[{internalType:"address",name:"feedAddress",type:"address"},{internalType:"int8",name:"feedType",type:"int8"},{internalType:"string",name:"currency",type:"string"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"bytes",name:"signature",type:"bytes"}],internalType:"struct AbstractYodlRouter.PriceFeed[2]",name:"priceFeeds",type:"tuple[2]"},{internalType:"address",name:"token",type:"address"},{internalType:"address",name:"receiver",type:"address"},{internalType:"address",name:"extraFeeReceiver",type:"address"},{internalType:"uint256",name:"extraFeeBps",type:"uint256"},{internalType:"uint256",name:"yd",type:"uint256"},{components:[{internalType:"address",name:"guardAddress",type:"address"},{internalType:"bytes[]",name:"payload",type:"bytes[]"}],internalType:"struct AbstractYodlRouter.Guard[]",name:"guards",type:"tuple[]"},{components:[{internalType:"address",name:"webhookAddress",type:"address"},{internalType:"bytes[]",name:"payload",type:"bytes[]"}],internalType:"struct AbstractYodlRouter.Webhook[]",name:"webhooks",type:"tuple[]"},{internalType:"uint256",name:"convenienceFeeBps",type:"uint256"}],internalType:"struct YodlExternalFundingRouter.YodlExternalFundingParams",name:"params",type:"tuple"}],name:"yodlWithExternal",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"payable",type:"function"},{inputs:[{components:[{internalType:"bytes32",name:"memo",type:"bytes32"},{internalType:"uint256",name:"amount",type:"uint256"},{components:[{internalType:"address",name:"feedAddress",type:"address"},{internalType:"int8",name:"feedType",type:"int8"},{internalType:"string",name:"currency",type:"string"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"bytes",name:"signature",type:"bytes"}],internalType:"struct AbstractYodlRouter.PriceFeed[2]",name:"priceFeeds",type:"tuple[2]"},{internalType:"address",name:"token",type:"address"},{internalType:"address",name:"receiver",type:"address"},{internalType:"address",name:"extraFeeReceiver",type:"address"},{internalType:"uint256",name:"extraFeeBps",type:"uint256"},{internalType:"uint256",name:"yd",type:"uint256"},{components:[{internalType:"address",name:"guardAddress",type:"address"},{internalType:"bytes[]",name:"payload",type:"bytes[]"}],internalType:"struct AbstractYodlRouter.Guard[]",name:"guards",type:"tuple[]"},{components:[{internalType:"address",name:"webhookAddress",type:"address"},{internalType:"bytes[]",name:"payload",type:"bytes[]"}],internalType:"struct AbstractYodlRouter.Webhook[]",name:"webhooks",type:"tuple[]"}],internalType:"struct YodlTransferRouter.YodlTransferParams",name:"params",type:"tuple"}],name:"yodlWithToken",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"payable",type:"function"},{inputs:[{components:[{internalType:"address",name:"sender",type:"address"},{internalType:"address",name:"receiver",type:"address"},{internalType:"uint256",name:"amountIn",type:"uint256"},{internalType:"uint256",name:"amountOut",type:"uint256"},{internalType:"bytes32",name:"memo",type:"bytes32"},{internalType:"bytes",name:"path",type:"bytes"},{components:[{internalType:"address",name:"feedAddress",type:"address"},{internalType:"int8",name:"feedType",type:"int8"},{internalType:"string",name:"currency",type:"string"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"bytes",name:"signature",type:"bytes"}],internalType:"struct AbstractYodlRouter.PriceFeed[2]",name:"priceFeeds",type:"tuple[2]"},{internalType:"address",name:"extraFeeReceiver",type:"address"},{internalType:"uint256",name:"extraFeeBps",type:"uint256"},{internalType:"enum YodlUniswapRouter.SwapType",name:"swapType",type:"uint8"},{internalType:"uint256",name:"yd",type:"uint256"},{components:[{internalType:"address",name:"guardAddress",type:"address"},{internalType:"bytes[]",name:"payload",type:"bytes[]"}],internalType:"struct AbstractYodlRouter.Guard[]",name:"guards",type:"tuple[]"},{components:[{internalType:"address",name:"webhookAddress",type:"address"},{internalType:"bytes[]",name:"payload",type:"bytes[]"}],internalType:"struct AbstractYodlRouter.Webhook[]",name:"webhooks",type:"tuple[]"}],internalType:"struct YodlUniswapRouter.YodlUniswapParams",name:"params",type:"tuple"}],name:"yodlWithUniswap",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"payable",type:"function"},{stateMutability:"payable",type:"receive"}]},s={name:"Default",logoUri:"",keywords:[],version:{major:0,minor:2,patch:1},chains:[{chainName:"Ethereum",shortName:"eth",testnet:!1,chainId:1,logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/chains/1/logo.svg",rpcUrls:["https://rpc.ankr.com/eth"],wrappedNativeToken:"0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",explorerUrl:"https://etherscan.io",nativeTokenName:"ETH",timestamp:"2024-06-20T08:16:18.193Z",feeTreasury:"0x9C48d180e4eEE0dA2A899EE1E4c533cA5e92db77",curveRouterAddress:"0x16C6521Dff6baB339122a0FE25a9116693265353",dexes:["UNISWAP","CURVE","ODOS","ONE_INCH"]},{chainName:"Arbitrum One",shortName:"arb1",testnet:!1,chainId:42161,logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/chains/42161/logo.svg",rpcUrls:["https://rpc.ankr.com/arbitrum"],wrappedNativeToken:"0x82aF49447D8a07e3bd95BD0d56f35241523fBab1",explorerUrl:"https://arbiscan.io",nativeTokenName:"ETH",timestamp:"2024-06-20T08:16:18.932Z",feeTreasury:"0x5f0947253a8218894af13438ac2e2e0ced30d234",curveRouterAddress:"0x2191718CD32d02B8E60BAdFFeA33E4B5DD9A0A0D",dexes:["UNISWAP","CURVE","ODOS","ONE_INCH"]},{chainName:"Optimism",shortName:"oeth",testnet:!1,chainId:10,logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/chains/10/logo.svg",rpcUrls:["https://mainnet.optimism.io"],wrappedNativeToken:"0x4200000000000000000000000000000000000006",explorerUrl:"https://optimistic.etherscan.io",nativeTokenName:"ETH",timestamp:"2024-06-20T08:16:19.165Z",feeTreasury:"0x5f0947253a8218894af13438ac2e2e0ced30d234",curveRouterAddress:"0x0DCDED3545D565bA3B19E683431381007245d983",dexes:["UNISWAP","CURVE","ODOS","ONE_INCH"]},{chainName:"Gnosis",shortName:"gno",testnet:!1,chainId:100,logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/chains/100/logo.svg",rpcUrls:["https://rpc.gnosis.gateway.fm"],wrappedNativeToken:"0xe91d153e0b41518a2ce8dd3d7944fa863463a97d",explorerUrl:"https://gnosisscan.io",nativeTokenName:"xDAI",timestamp:"2024-06-20T08:16:18.872Z",feeTreasury:"0x775aaf73a50C25eEBd308BBb9C34C73D081B423b",curveRouterAddress:"0x0DCDED3545D565bA3B19E683431381007245d983",dexes:["CURVE","ONE_INCH"]},{chainName:"Base",shortName:"base",testnet:!1,chainId:8453,logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/chains/8453/logo.svg",rpcUrls:["https://mainnet.base.org"],wrappedNativeToken:"0x4200000000000000000000000000000000000006",explorerUrl:"https://basescan.org",nativeTokenName:"ETH",timestamp:"2024-06-20T08:16:19.051Z",feeTreasury:"0x46959a8a332eca1a05Bd4F18115b8F2E1C2F2f05",curveRouterAddress:"0x4f37A9d177470499A2dD084621020b023fcffc1F",dexes:["UNISWAP","CURVE","ODOS","ONE_INCH"]},{chainName:"Polygon",shortName:"pol",testnet:!1,chainId:137,logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/chains/137/logo.svg",rpcUrls:["https://polygon-rpc.com"],wrappedNativeToken:"0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270",explorerUrl:"https://polygonscan.com",nativeTokenName:"POL",timestamp:"2024-06-20T08:16:18.717Z",feeTreasury:"0x5f0947253a8218894af13438ac2e2E0CeD30d234",curveRouterAddress:"0x0DCDED3545D565bA3B19E683431381007245d983",dexes:["UNISWAP","CURVE","ODOS","ONE_INCH"]},{chainName:"BNB Smart Chain",shortName:"bsc",testnet:!1,chainId:56,logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/chains/56/logo.svg",rpcUrls:["https://bsc-dataseed1.binance.org/","https://bsc-dataseed2.binance.org/","https://bsc-dataseed3.binance.org/","https://bsc-dataseed4.binance.org/"],wrappedNativeToken:"0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c",explorerUrl:"https://bscscan.com",nativeTokenName:"BNB",timestamp:"2024-07-24T08:16:18.717Z",feeTreasury:"0x698609f1ae8E0ce7e65d3028d1f00297A6bF21e5",curveRouterAddress:"0xA72C85C258A81761433B4e8da60505Fe3Dd551CC",dexes:["PANCAKE","CURVE","ODOS","ONE_INCH"]}]},d=[{chainId:1,address:"0x16C6521Dff6baB339122a0FE25a9116693265353"},{chainId:10,address:"0x0DCDED3545D565bA3B19E683431381007245d983"},{chainId:56,address:"0xA72C85C258A81761433B4e8da60505Fe3Dd551CC"},{chainId:100,address:"0x0DCDED3545D565bA3B19E683431381007245d983"},{chainId:137,address:"0x0DCDED3545D565bA3B19E683431381007245d983"},{chainId:8453,address:"0x4f37A9d177470499A2dD084621020b023fcffc1F"},{chainId:42161,address:"0x2191718CD32d02B8E60BAdFFeA33E4B5DD9A0A0D"}],i=[{code:"USD",decimals:2,name:"United States Dollar",symbol:"$"},{code:"AUD",decimals:2,name:"Australian Dollar",symbol:"$"},{code:"BRL",decimals:2,name:"Brazilian Real",symbol:"R$"},{code:"CAD",decimals:2,name:"Canadian Dollar",symbol:"$"},{code:"CHF",decimals:2,name:"Swiss Franc",symbol:"Fr"},{code:"CNY",decimals:2,name:"Chinese Yuan",symbol:"¥"},{code:"EUR",decimals:2,name:"Euro",symbol:"€"},{code:"GBP",decimals:2,name:"Pound Sterling",symbol:"£"},{code:"HKD",decimals:2,name:"Hong Kong Dollar",symbol:"$"},{code:"IDR",decimals:0,name:"Indonesian Rupiah",symbol:"Rp"},{code:"ILS",decimals:2,name:"Israeli New Shekel",symbol:"₪"},{code:"INR",decimals:2,name:"Indian Rupee",symbol:"₹"},{code:"JPY",decimals:0,name:"Japanese Yen",symbol:"¥"},{code:"KRW",decimals:0,name:"South Korean Won",symbol:"₩"},{code:"MXN",decimals:2,name:"Mexican Peso",symbol:"$"},{code:"NZD",decimals:2,name:"New Zealand Dollar",symbol:"$"},{code:"PHP",decimals:2,name:"Philippine Peso",symbol:"₱"},{code:"PLN",decimals:2,name:"Polish Złoty",symbol:"zł"},{code:"SEK",decimals:2,name:"Swedish Krona",symbol:"kr"},{code:"SGD",decimals:2,name:"Singapore Dollar",symbol:"S$"},{code:"THB",decimals:2,name:"Thai Baht",symbol:"฿"},{code:"TRY",decimals:2,name:"Turkish Lira",symbol:"₺"},{code:"ZAR",decimals:2,name:"South African Rand",symbol:"R"},{code:"NGN",decimals:2,name:"Nigerian Naira",symbol:"₦"},{code:"COP",decimals:2,name:"Colombian Peso",symbol:"$"}],p=[{decimals:8,chainId:1,name:"AUD / USD",assetName:"AUD",address:"0x77F9710E7d0A19669A13c055F62cd80d313dF022",path:"aud-usd",input:"AUD",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:1,name:"CAD / USD",assetName:"CAD",address:"0xa34317DB73e77d453b1B8d04550c44D10e981C8e",path:"cad-usd",input:"CAD",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:1,name:"CHF / USD",assetName:"CHF",address:"0x449d117117838fFA61263B61dA6301AA2a88B13A",path:"chf-usd",input:"CHF",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:1,name:"CNY / USD",assetName:"CNY",address:"0xeF8A4aF35cd47424672E3C590aBD37FBB7A7759a",path:"cny-usd",input:"CNY",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:1,name:"EUR / USD",assetName:"EUR",address:"0xb49f677943BC038e9857d61E7d053CaA2C1734C1",path:"eur-usd",input:"EUR",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:1,name:"GBP / USD",assetName:"GBP",address:"0x5c0Ab2d9b5a7ed9f470386e82BB36A3613cDd4b5",path:"gbp-usd",input:"GBP",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:1,name:"IDR / USD",assetName:"IDR",address:"0x91b99C9b75aF469a71eE1AB528e8da994A5D7030",path:"idr-usd",input:"IDR",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:1,name:"JPY / USD",assetName:"JPY",address:"0xBcE206caE7f0ec07b545EddE332A47C2F75bbeb3",path:"jpy-usd",input:"JPY",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:1,name:"KRW / USD",assetName:"KRW",address:"0x01435677FB11763550905594A16B645847C1d0F3",path:"krw-usd",input:"KRW",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:1,name:"NZD / USD",assetName:"NZD",address:"0x3977CFc9e4f29C184D4675f4EB8e0013236e5f3e",path:"nzd-usd",input:"NZD",output:"USD",type:"fiat",updateInterval:600},{decimals:18,chainId:1,name:"PHP / USD",assetName:"PHP",address:"0x3C7dB4D25deAb7c89660512C5494Dc9A3FC40f78",path:"php-usd",input:"PHP",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:1,name:"SGD / USD",assetName:"SGD",address:"0xe25277fF4bbF9081C75Ab0EB13B4A13a721f3E13",path:"sgd-usd",input:"SGD",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:1,name:"TRY / USD",assetName:"TRY",address:"0xB09fC5fD3f11Cf9eb5E1C5Dba43114e3C9f477b5",path:"try-usd",input:"TRY",output:"USD",type:"fiat",updateInterval:600},{decimals:18,chainId:1,name:"1INCH / ETH",assetName:"1INCH",address:"0x72AFAECF99C9d9C8215fF44C77B94B99C28741e8",path:"1inch-eth",input:"1INCH",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"1INCH / USD",assetName:"1INCH",address:"0xc929ad75B72593967DE83E7F7Cda0493458261D9",path:"1inch-usd",input:"1INCH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"21BTC Proof of Reserves",assetName:"21BTC",address:"0x43921Ca0eca1EA69722c048A6afbc2CAd0BB80e9",path:"21btc-por",input:"21BTC",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"AAVE / ETH",assetName:"AAVE",address:"0x6Df09E975c830ECae5bd4eD9d90f3A95a4f88012",path:"aave-eth",input:"AAVE",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"AAVE / USD",assetName:"AAVE",address:"0xbd7F896e60B650C01caf2d7279a1148189A68884",path:"aave-usd-svr",input:"AAVE",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"AAVE / USD",assetName:"AAVE",address:"0x547a514d5e3769680Ce22B2361c10Ea13619e8a9",path:"aave-usd",input:"AAVE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"AGEUR / EUR",assetName:"AGEUR",address:"0xb4d5289C58CE36080b0748B47F859D8F50dFAACb",path:"ageur-eur",input:"AGEUR",output:"EUR",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"ALCX / ETH",assetName:"ALCX",address:"0x194a9AaF2e0b67c35915cD01101585A33Fe25CAa",path:"alcx-eth",input:"ALCX",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"AMPL / ETH",assetName:"AMPL",address:"0x492575FDD11a0fCf2C6C719867890a7648d526eB",path:"ampl-eth",input:"AMPL",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"AMPL / USD",assetName:"AMPL",address:"0xe20CA8D7546932360e37E9D72c1a47334af57706",path:"ampl-usd",input:"AMPL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"APE / ETH",assetName:"APE",address:"0xc7de7f4d4C9c991fF62a07D18b3E31e349833A18",path:"ape-eth",input:"APE",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"APE / USD",assetName:"APE",address:"0xD10aBbC76679a20055E167BB80A24ac851b37056",path:"ape-usd",input:"APE",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"ARB / USD",assetName:"ARB",address:"0x31697852a68433DbCc2Ff612c516d69E3D9bd08F",path:"arb-usd",input:"ARB",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"AVAIL / USD",assetName:"AVAIL",address:"0xEBca574f1cE4d17cd02c20F47Ef8210C08Cc4255",path:"avail-usd",input:"AVAIL",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"AVAX / USD",assetName:"AVAX",address:"0xFF3EEb22B5E3dE6e705b44749C2559d704923FD7",path:"avax-usd",input:"AVAX",output:"USD",type:"crypto",updateInterval:600},{decimals:0,chainId:1,name:"Arbitrum Healthcheck",address:"0x32EaFC72772821936BCc9b8A32dC394fEFcDBfD9",path:"arbitrum-hc",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"BADGER / ETH",assetName:"BADGER",address:"0x58921Ac140522867bf50b9E009599Da0CA4A2379",path:"badger-eth",input:"BADGER",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"BAL / ETH",assetName:"BAL",address:"0xC1438AA3823A6Ba0C159CfA8D98dF5A994bA120b",path:"bal-eth",input:"BAL",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"BAL / USD",assetName:"BAL",address:"0xdF2917806E30300537aEB49A7663062F4d1F2b5F",path:"bal-usd",input:"BAL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"BAT / ETH",assetName:"BAT",address:"0x0d16d4528239e9ee52fa531af613AcdB23D88c94",path:"bat-eth",input:"BAT",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"BAT / USD",assetName:"BAT",address:"0x9441D7556e7820B5ca42082cfa99487D56AcA958",path:"bat-usd",input:"BAT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"BNB / USD",assetName:"BNB",address:"0x14e613AC84a31f709eadbdF89C6CC390fDc9540A",path:"bnb-usd",input:"BNB",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"BTC / ETH",assetName:"BTC",address:"0xdeb288F737066589598e9214E782fa5A8eD689e8",path:"btc-eth",input:"BTC",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"BTC / USD",assetName:"BTC",address:"0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c",path:"btc-usd",input:"BTC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"BTC / USD",assetName:"BTC",address:"0x85355da30ee4b35F4B30759Bd49a1EBE3fc41Bdb",path:"btc-usd-svr",input:"BTC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"BUSD / USD",assetName:"BUSD",address:"0x833D8Eb16D306ed1FbB5D7A2E019e106B960965A",path:"busd-usd",input:"BUSD",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"CAKE/USD-RefPrice-DF-stream-EthereumMainnet-001",address:"0xA618f119504455762c9bBbcE4aC9EE7fde457d05",path:"cake-usd-ref-price-df-stream-eth-mainnet-001",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"CBETH / ETH",assetName:"CBETH",address:"0xF017fcB346A1885194689bA23Eff2fE6fA5C483b",path:"cbeth-eth",input:"CBETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"CETH Reserves",assetName:"21Shares_Core_Ethereum_ETF",address:"0xa7d76167900493Acf2650Dc001fb2Bc5256579B0",path:"ceth-por",input:"21Shares_Core_Ethereum_ETF",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"COMP / ETH",assetName:"COMP",address:"0x1B39Ee86Ec5979ba5C322b826B3ECb8C79991699",path:"comp-eth",input:"COMP",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"COMP / USD",assetName:"COMP",address:"0xdbd020CAeF83eFd542f4De03e3cF0C28A4428bd5",path:"comp-usd",input:"COMP",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"CRV / ETH",assetName:"CRV",address:"0x8a12Be339B0cD1829b91Adc01977caa5E9ac121e",path:"crv-eth",input:"CRV",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"CRV / USD",assetName:"CRV",address:"0xCd627aA160A6fA45Eb793D19Ef54f5062F20f33f",path:"crv-usd",input:"CRV",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"CRVUSD / USD",assetName:"CRVUSD",address:"0xEEf0C605546958c1f899b6fB336C20671f9cD49F",path:"crvusd-usd",input:"CRVUSD",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"CVX / ETH",assetName:"CVX",address:"0xC9CbF687f43176B302F03f5e58470b77D07c61c6",path:"cvx-eth",input:"CVX",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"CVX / USD",assetName:"CVX",address:"0xd962fC30A72A84cE50161031391756Bf2876Af5D",path:"cvx-usd",input:"CVX",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"Calculated XSUSHI / ETH",assetName:"XSUSHI",address:"0xF05D9B6C08757EAcb1fbec18e36A1B7566a13DEB",path:"calc-xsushi-eth",input:"XSUSHI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"DAI / ETH",assetName:"DAI",address:"0x773616E4d11A78F511299002da57A0a94577F1f4",path:"dai-eth",input:"DAI",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"DAI / USD",assetName:"DAI",address:"0xAed0c38402a5d19df6E4c03F4E2DceD6e29c1ee9",path:"dai-usd",input:"DAI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"DPI / ETH",assetName:"DPI",address:"0x029849bbc0b1d93b85a8b6190e979fd38F5760E2",path:"dpi-eth",input:"DPI",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"DPI / USD",assetName:"DPI",address:"0xD2A593BF7594aCE1faD597adb697b5645d5edDB2",path:"dpi-usd",input:"DPI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"EIGEN / USD",assetName:"EIGEN",address:"0xf2917e602C2dCa458937fad715bb1E465305A4A1",path:"eigen-usd",input:"EIGEN",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"ENJ / ETH",assetName:"ENJ",address:"0x24D9aB51950F3d62E9144fdC2f3135DAA6Ce8D1B",path:"enj-eth",input:"ENJ",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"ENS / USD",assetName:"ENS",address:"0x5C00128d4d1c2F4f652C267d7bcdD7aC99C16E16",path:"ens-usd",input:"ENS",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"ETH / BTC",assetName:"ETH",address:"0xAc559F25B1619171CbC396a50854A3240b6A4e99",path:"eth-btc",input:"ETH",output:"BTC",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"ETH / USD",assetName:"ETH",address:"0x5147eA642CAEF7BD9c1265AadcA78f997AbB9649",path:"eth-usd-svr",input:"ETH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"ETH / USD",assetName:"ETH",address:"0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419",path:"eth-usd",input:"ETH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"ETHFI / USD",assetName:"ETHFI",address:"0x19678515847d8DE85034dAD0390e09c3048d31cd",path:"ethfi-usd",input:"ETHFI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"ETHx / ETH",assetName:"ETHx",address:"0xC5f8c4aB091Be1A899214c0C3636ca33DcA0C547",path:"ethx-eth",input:"ETHx",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"EURC / USD",assetName:"EURC",address:"0x04F84020Fdf10d9ee64D1dcC2986EDF2F556DA11",path:"eurc-usd",input:"EURC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"FBTC / BTC Exchange Rate",assetName:"FBTC",address:"0xe5346a4Fd329768A99455d969724768a00CA63FB",path:"fbtc-btc-exchange-rate",input:"FBTC",output:"BTC",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"FBTC Proof of Reserves",assetName:"FBTC",address:"0x75A0d3264a949C2C920d7F25Df174af1FaF73399",path:"fbtc-por",input:"FBTC",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"FDUSD / USD",assetName:"FDUSD",address:"0xfAA9147190c2C2cc5B8387B4f49016bDB3380572",path:"fdusd-usd",input:"FDUSD",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"FIL / ETH",assetName:"FIL",address:"0x0606Be69451B1C9861Ac6b3626b99093b713E801",path:"fil-eth",input:"FIL",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"FRAX / ETH",assetName:"FRAX",address:"0x14d04Fff8D21bd62987a5cE9ce543d2F1edF5D3E",path:"frax-eth",input:"FRAX",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"FRAX / USD",assetName:"FRAX",address:"0xB9E1E3A9feFf48998E45Fa90847ed4D467E8BcfD",path:"frax-usd",input:"FRAX",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"FTM / ETH",assetName:"FTM",address:"0x2DE7E4a9488488e0058B95854CC2f7955B35dC9b",path:"ftm-eth",input:"FTM",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"FTT / ETH",assetName:"FTT",address:"0xF0985f7E2CaBFf22CecC5a71282a89582c382EFE",path:"ftt-eth",input:"FTT",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"FXS / USD",assetName:"FXS",address:"0x6Ebc52C8C1089be9eB3945C4350B68B8E4C2233f",path:"fxs-usd",input:"FXS",output:"USD",type:"crypto",updateInterval:600},{decimals:0,chainId:1,name:"Fast Gas / Gwei",address:"0x169E633A2D1E6c10dD91238Ba11c4A708dfEF37C",path:"fast-gas-gwei",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"GHO / USD",assetName:"GHO",address:"0x3f12643D3f6f874d39C2a4c9f2Cd6f2DbAC877FC",path:"gho-usd",input:"GHO",output:"GHO",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"GRT / ETH",assetName:"GRT",address:"0x17D054eCac33D91F7340645341eFB5DE9009F1C1",path:"grt-eth",input:"GRT",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"GRT / USD",assetName:"GRT",address:"0x86cF33a451dE9dc61a2862FD94FF4ad4Bd65A5d2",path:"grt-usd",input:"GRT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"HBTC Proof of Reserves",assetName:"HBTC",address:"0x0A8cD0115B1EE87EbA5b8E06A9a15ED93e230f7a",path:"hbtc-por",input:"HBTC",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"HIGH / USD",assetName:"HIGH",address:"0x5C8D8AaB4ffa4652753Df94f299330Bb4479bF85",path:"high-usd",input:"HIGH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"IMX / USD",assetName:"IMX",address:"0xBAEbEFc1D023c0feCcc047Bff42E75F15Ff213E6",path:"imx-usd",input:"IMX",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"KNC / ETH",assetName:"KNC",address:"0x656c0544eF4C98A6a98491833A89204Abb045d6b",path:"knc-eth",input:"KNC",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"KNC / USD",assetName:"KNC",address:"0xf8fF43E991A81e6eC886a3D281A2C6cC19aE70Fc",path:"knc-usd",input:"KNC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"LBTC / BTC",assetName:"LBTC",address:"0x5c29868C58b6e15e2b962943278969Ab6a7D3212",path:"lbtc-btc",input:"LBTC",output:"BTC",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"LDO / ETH",assetName:"LDO",address:"0x4e844125952D32AcdF339BE976c98E22F6F318dB",path:"ldo-eth",input:"LDO",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"LINK / ETH",assetName:"LINK",address:"0xDC530D9457755926550b59e8ECcdaE7624181557",path:"link-eth",input:"LINK",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"LINK / USD",assetName:"LINK",address:"0x76F8C9E423C228E83DCB11d17F0Bd8aEB0Ca01bb",path:"link-usd-svr",input:"LINK",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"LINK / USD",assetName:"LINK",address:"0x2c1d072e956AFFC0D435Cb7AC38EF18d24d9127c",path:"link-usd",input:"LINK",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"LRC / ETH",assetName:"LRC",address:"0x160AC928A16C93eD4895C2De6f81ECcE9a7eB7b4",path:"lrc-eth",input:"LRC",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"LUSD / USD",assetName:"LUSD",address:"0x3D7aE7E594f2f2091Ad8798313450130d0Aba3a0",path:"lusd-usd",input:"LUSD",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"LsETH / ETH Exchange Rate",assetName:"LSETH",address:"0xE858728eB31a25C4AcCcE17d01B68dCFC3A0ED2C",path:"lseth-eth-exchange-rate",input:"LSETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"MANA / ETH",assetName:"MANA",address:"0x82A44D92D6c329826dc557c5E1Be6ebeC5D5FeB9",path:"mana-eth",input:"MANA",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"MATIC / USD",assetName:"MATIC",address:"0x7bAC85A8a13A4BcD8abb3eB7d6b4d632c5a57676",path:"matic-usd",input:"MATIC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"MAVIA / USD",assetName:"MAVIA",address:"0x29d26C008e8f201eD0D864b1Fd9392D29d0C8e96",path:"mavia-usd",input:"MAVIA",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"MIM / USD",assetName:"MIM",address:"0x7A364e8770418566e3eb2001A96116E6138Eb32F",path:"mim-usd",input:"MIM",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"MKR / ETH",assetName:"MKR",address:"0x24551a8Fb2A7211A25a17B1481f043A8a8adC7f2",path:"mkr-eth",input:"MKR",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"MKR / USD",assetName:"MKR",address:"0xec1D1B3b0443256cc3860e24a46F108e699484Aa",path:"mkr-usd",input:"MKR",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"MLN / ETH",assetName:"MLN",address:"0xDaeA8386611A157B08829ED4997A8A62B557014C",path:"mln-eth",input:"MLN",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"NEIRO / USD",assetName:"NEIRO",address:"0x771cf56aE75bC907193177237b423A9DA831280A",path:"neiro-usd",input:"NEIRO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"Nexus wETH Reserves",assetName:"NXMTY",address:"0xCc72039A141c6e34a779eF93AEF5eB4C82A893c7",path:"nexus-weth-por",input:"NXMTY",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"OETH / ETH",assetName:"OETH",address:"0x703118C4CbccCBF2AB31913e0f8075fbbb15f563",path:"oeth-eth",input:"OETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"OHMv2 / ETH",assetName:"OHMV2",address:"0x9a72298ae3886221820B1c878d12D872087D3a23",path:"ohmv2-eth",input:"OHMV2",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"OUSDT / USD",assetName:"OUSDT",address:"0xE3fd61Cd8935EAE81e1c31AF36D7134e411490Cd",path:"ousdt-usd",input:"OUSDT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"PAXG / USD",assetName:"PAXG",address:"0x9944D86CEB9160aF5C5feB251FD671923323f8C3",path:"paxg-usd",input:"PAXG",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"PERP / ETH",assetName:"PERP",address:"0x3b41D5571468904D4e53b6a8d93A6BaC43f02dC9",path:"perp-eth",input:"PERP",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"PYUSD / USD",assetName:"PYUSD",address:"0x8f1dF6D7F2db73eECE86a18b4381F4707b918FB1",path:"pyusd-usd",input:"PYUSD",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"PumpBTC / BTC Exchange Rate",assetName:"PumpBTC",address:"0x6CE4Ef3689F26edD40ed3ccbE3Cc29dab62C915f",path:"pumpbtc-btc-exchange-rate",input:"PumpBTC",output:"BTC",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"PumpBTC Proof of Reserves",assetName:"PumpBTC",address:"0xe80baC615c38D01c101B0B1b943b05E20C8c2f76",path:"pumpbtc-por",input:"PumpBTC",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"RAI / ETH",assetName:"RAI",address:"0x4ad7B025127e89263242aB68F0f9c4E5C033B489",path:"rai-eth",input:"RAI",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"RDNT / USD",assetName:"RDNT",address:"0x393CC05baD439c9B36489384F11487d9C8410471",path:"rdnt-usd",input:"RDNT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"REN / ETH",assetName:"REN",address:"0x3147D7203354Dc06D9fd350c7a2437bcA92387a4",path:"ren-eth",input:"REN",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"RETH / ETH",assetName:"RETH",address:"0x536218f9E9Eb48863970252233c8F271f554C2d0",path:"reth-eth",input:"RETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"RLUSD / USD",assetName:"RLUSD",address:"0x26C46B7aD0012cA71F2298ada567dC9Af14E7f2A",path:"rlusd-usd",input:"RLUSD",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"RPL / USD",assetName:"RPL",address:"0x4E155eD98aFE9034b7A5962f6C84c86d869daA9d",path:"rpl-usd",input:"RPL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"RSETH / ETH",assetName:"RSETH",address:"0x03c68933f7a3F76875C0bc670a58e69294cDFD01",path:"rseth-eth",input:"RSETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"RSR / USD",assetName:"RSR",address:"0x759bBC1be8F90eE6457C44abc7d443842a976d02",path:"rsr-usd",input:"RSR",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"SAND / USD",assetName:"SAND",address:"0x35E3f7E558C04cE7eEE1629258EcbbA03B36Ec56",path:"sand-usd",input:"SAND",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"SHIB / ETH",assetName:"SHIB",address:"0x8dD1CD88F43aF196ae478e91b9F5E4Ac69A97C61",path:"shib-eth",input:"SHIB",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"SKY / USD",assetName:"SKY",address:"0xee10fE5E7aa92dd7b136597449c3d5813cFC5F18",path:"sky-usd",input:"SKY",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"SNX / ETH",assetName:"SNX",address:"0x79291A9d692Df95334B1a0B3B4AE6bC606782f8c",path:"snx-eth",input:"SNX",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"SNX / USD",assetName:"SNX",address:"0xDC3EA94CD0AC27d9A86C180091e7f78C683d3699",path:"snx-usd",input:"SNX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"SOL / USD",assetName:"SOL",address:"0x4ffC43a60e009B551865A93d232E33Fce9f01507",path:"sol-usd",input:"SOL",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"SPELL / USD",assetName:"SPELL",address:"0x8c110B94C5f1d347fAcF5E1E938AB2db60E3c9a8",path:"spell-usd",input:"SPELL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"STETH / ETH",assetName:"STETH",address:"0x86392dC19c0b719886221c78AB11eb8Cf5c52812",path:"steth-eth",input:"STETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"STETH / USD",assetName:"STETH",address:"0xCfE54B5cD566aB89272946F602D76Ea879CAb4a8",path:"steth-usd",input:"STETH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"STG / USD",assetName:"STG",address:"0x7A9f34a0Aa917D438e9b6E630067062B7F8f6f3d",path:"stg-usd",input:"STG",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"SUSD / ETH",assetName:"SUSD",address:"0x8e0b7e6062272B5eF4524250bFFF8e5Bd3497757",path:"susd-eth",input:"SUSD",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"SUSHI / ETH",assetName:"SUSHI",address:"0xe572CeF69f43c2E488b33924AF04BDacE19079cf",path:"sushi-eth",input:"SUSHI",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"SUSHI / USD",assetName:"SUSHI",address:"0xCc70F09A6CC17553b2E31954cD36E4A2d89501f7",path:"sushi-usd",input:"SUSHI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"SWELL / ETH",assetName:"SWELL",address:"0x2a638b1203a3B62FF003598B7165Fc5cd5b13B00",path:"swell-eth",input:"SWELL",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"SWETH / ETH",assetName:"SWETH",address:"0xec21B3e882CE09928cb397DcfF31B15cBBD1e1C3",path:"sweth-eth",input:"SWETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"SXT / USD",assetName:"SXT",address:"0x2D27d9e1b74936D8E83c4BA118F09A4c4a897f62",path:"sxt-usd",input:"SXT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"SolvBTC Proof of Reserves",assetName:"SolvBTC",address:"0xda9258AFc797Cd64d1b6FC651051224cdAB1B25E",path:"solvbtc-por",input:"SolvBTC",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"SolvBTC.BBN / SolvBTC Exchange Rate",assetName:"SolvBTC.BBN",address:"0x1f34794A16D644b9810477EbF3f0b3870141E2e3",path:"solvbtc.bbn-solvbtc-exchange-rate",input:"SolvBTC.BBN",output:"SolvBTC",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"Swell ETH Proof of Reserves",assetName:"swETH",address:"0x60cbE8D88EF519cF3C62414D76f50818D211fea1",path:"swell-eth-por",input:"swETH",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"Swell Restaked ETH Proof of Reserves",assetName:"rswETH",address:"0x0c89c488e763AC2d69cB058CCAC7A8B283EE3DbA",path:"swell-restaked-eth-por",input:"rswETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"TAO / USD",assetName:"TAO",address:"0x1c88503c9A52aE6aaE1f9bb99b3b7e9b8Ab35459",path:"tao-usd",input:"TAO",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"TBTC / USD",assetName:"tBTC",address:"0x8350b7De6a6a2C1368E7D4Bd968190e13E354297",path:"tbtc-usd",input:"tBTC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"TRUMP / USD",assetName:"TRUMP",address:"0x7f0347903F413a6C4c540f39145E2a2249639931",path:"trump-usd",input:"TRUMP",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"TUSD / ETH",assetName:"TUSD",address:"0x3886BA987236181D98F2401c507Fb8BeA7871dF2",path:"tusd-eth",input:"TUSD",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"TUSD / USD",assetName:"TUSD",address:"0xec746eCF986E2927Abd291a2A1716c940100f8Ba",path:"tusd-usd",input:"TUSD",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"Total Marketcap / USD",assetName:"Total_Marketcap",address:"0xEC8761a0A73c34329CA5B1D3Dc7eD07F30e836e2",path:"mcap-usd",input:"Total_Marketcap",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"UNI / ETH",assetName:"UNI",address:"0xD6aA3D25116d8dA79Ea0246c4826EB951872e02e",path:"uni-eth",input:"UNI",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"UNI / USD",assetName:"UNI",address:"0x553303d460EE0afB37EdFf9bE42922D8FF63220e",path:"uni-usd",input:"UNI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"USD0 / USD",assetName:"USD0",address:"0x7e891DEbD8FA0A4Cf6BE58Ddff5a8ca174FebDCB",path:"usd0-usd",input:"USD0",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"USD0++ / USD",assetName:"USD0++",address:"0xFC9e30Cf89f8A00dba3D34edf8b65BCDAdeCC1cB",path:"usd0++-usd",input:"USD0++",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"USD1 / USD",assetName:"USD1",address:"0xF0d9bb015Cd7BfAb877B7156146dc09Bf461370d",path:"usd1-usd",input:"USD1",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"USD1/USD-RefPrice-DF-stream-EthereumMainnet-001",address:"0xA618f119504455762c9bBbcE4aC9EE7fde457d05",path:"USD1-usd-ref-price-df-stream-eth-production-mainnet-001",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"USDC / ETH",assetName:"USDC",address:"0x986b5E1e1755e3C2440e960477f25201B0a8bbD4",path:"usdc-eth",input:"USDC",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"USDC / USD",assetName:"USDC",address:"0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6",path:"usdc-usd",input:"USDC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"USDC / USD",assetName:"USDC",address:"0xfB6471ACD42c91FF265344Ff73E88353521d099F",path:"usdc-usd-svr",input:"USDC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"USDE/USD-RefPrice-DF-stream-EthereumMainnet-001",address:"0xA618f119504455762c9bBbcE4aC9EE7fde457d05",path:"usde-usd-ref-price-df-stream-eth-production-mainnet-001",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"USDM / USD",assetName:"USDM",address:"0x079674468Fee6ab45aBfE986737A440701c49BdB",path:"usdm-usd",input:"USDM",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"USDP / USD",assetName:"USDP",address:"0x09023c0DA49Aaf8fc3fA3ADF34C6A7016D38D5e3",path:"usdp-usd",input:"USDP",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"USDS / USD",assetName:"USDS",address:"0xfF30586cD0F29eD462364C7e81375FC0C71219b1",path:"usds-usd",input:"USDS",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"USDT / ETH",assetName:"USDT",address:"0xEe9F2375b4bdF6387aa8265dD4FB8F16512A1d46",path:"usdt-eth",input:"USDT",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"USDT / USD",assetName:"USDT",address:"0x3E7d1eAB13ad0104d2750B8863b489D65364e32D",path:"usdt-usd",input:"USDT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"USDT / USD",assetName:"USDT",address:"0x7bB7bF4ca536DbC49545704BFAcaa13633D18718",path:"usdt-usd-svr",input:"USDT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"USDe / USD",assetName:"USDE",address:"0xa569d910839Ae8865Da8F8e70FfFb0cBA869F961",path:"usde-usd",input:"USDE",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"USDf / USD",assetName:"USDf",address:"0xb177857a1799aA5F7fEb5799Fdf12CbE8fdF78B1",path:"usdf-usd",input:"USDf",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"USR / USD",assetName:"USR",address:"0x34ad75691e25A8E9b681AAA85dbeB7ef6561B42c",path:"usr-usd",input:"USR",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"UST / ETH",assetName:"UST",address:"0xa20623070413d42a5C01Db2c8111640DD7A5A03a",path:"ust-eth",input:"UST",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"USTB AUM",assetName:"USTB",address:"0xf3Ab3e54DE3b4BCaEbef6C66Cec0a3a88f262757",path:"ustb-aum",input:"USTB",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"WAMPL / USD",assetName:"wAMPL",address:"0xAcFCF155a0de611414C510D43446c27a4EE6a758",path:"wampl-usd",input:"wAMPL",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"WBTC / BTC",assetName:"WBTC",address:"0xfdFD9C85aD200c506Cf9e21F1FD8dd01932FBB23",path:"wbtc-btc",input:"WBTC",output:"BTC",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"WBTC Proof of Reserves",assetName:"WBTC",address:"0xa81FE04086865e63E12dD3776978E49DEEa2ea4e",path:"wbtc-por",input:"WBTC",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"XCN / USD",assetName:"XCN",address:"0xeb988B77b94C186053282BfcD8B7ED55142D3cAB",path:"xcn-usd",input:"XCN",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"YFI / ETH",assetName:"YFI",address:"0x7c5d4F8345e66f68099581Db340cd65B078C41f4",path:"yfi-eth",input:"YFI",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"YFI / USD",assetName:"YFI",address:"0xA027702dbb89fbd58938e4324ac03B58d812b0E1",path:"yfi-usd",input:"YFI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"ZBU / USD",assetName:"ZBU",address:"0x617689cAB8329d57fEa64f4C086190E6797b8B5e",path:"zbu-usd",input:"ZBU",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"ZRX / ETH",assetName:"ZRX",address:"0x2Da4983a622a8498bb1a21FaE9D8F6C664939962",path:"zrx-eth",input:"ZRX",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"ZRX / USD",assetName:"ZRX",address:"0x2885d15b8Af22648b98B122b22FDF4D2a56c6023",path:"zrx-usd",input:"ZRX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"aBTC PoR Production Mainnet",address:"0xA618f119504455762c9bBbcE4aC9EE7fde457d05",path:"abtc-por-df-stream-eth-production-mainnet-001",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"cbBTC / USD",assetName:"CBBTC",address:"0x2665701293fCbEB223D11A08D826563EDcCE423A",path:"cbbtc-usd",input:"CBBTC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"cbBTC Reserves",assetName:"cbBTC",address:"0xcBe87Dc0Cf9d807848a3E703B01A90B28eCFb2a7",path:"cbbtc-por",input:"cbBTC",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"deUSD / USD",assetName:"DEUSD",address:"0x471a6299C027Bd81ed4D66069dc510Bd0569f4F8",path:"deusd-usd",input:"DEUSD",output:"USD",type:"crypto",updateInterval:600},{decimals:12,chainId:1,name:"eAPT-APT Exchange Rate - Production Mainnet",address:"0xA618f119504455762c9bBbcE4aC9EE7fde457d05",path:"eapt-apt-exchange-rate-df-stream-eth-production-mainnet-001",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"ezETH / ETH",assetName:"EZETH",address:"0x636A000262F6aA9e1F094ABF0aD8f645C44f641C",path:"ezeth-eth",input:"EZETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"frxUSD / USD",assetName:"FRXUSD",address:"0x9B4a96210bc8D9D55b1908B465D8B0de68B7fF83",path:"frxusd-usd",input:"FRXUSD",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"mETH / ETH",assetName:"METH",address:"0x5b563107C8666d2142C216114228443B94152362",path:"meth-eth",input:"METH",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"pufETH / ETH",assetName:"PUFETH",address:"0xDe3f7Dd92C4701BCf59F47235bCb61e727c45f80",path:"pufeth-eth",input:"PUFETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"rsETH / ETH Exchange Rate",assetName:"RSETH",address:"0x9d2F2f96B24C444ee32E57c04F7d944bcb8c8549",path:"rseth-eth-exchange-rate",input:"RSETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"rswETH / ETH",assetName:"rswETH",address:"0xb613CfebD0b6e95abDDe02677d6bC42394FdB857",path:"rsweth-eth",input:"rswETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"sUSDe / USD",assetName:"SUSDE",address:"0xFF3BC18cCBd5999CE63E788A1c250a88626aD099",path:"susde-usd",input:"SUSDE",output:"USD",type:"crypto",updateInterval:600},{decimals:0,chainId:1,name:"sUSDe-USDe Exchange Rate",address:"0xA618f119504455762c9bBbcE4aC9EE7fde457d05",path:"susde-usde-exchange-rate-df-stream-eth-mainnet-001",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"sUSDf / USDf Exchange Rate",assetName:"sUSDf",address:"0xe471bc940AA9831a0AeA21E6F40C1A1236EB4BB3",path:"susdf-usdf-exchange-rate",input:"sUSDf",output:"USDf",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"solvBTC / BTC",assetName:"solvBTC",address:"0x936B31C428C29713343E05D631e69304f5cF5f49",path:"solvbtc-btc",input:"solvBTC",output:"BTC",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"stBTC / BTC Exchange Rate",assetName:"stBTC",address:"0xD93571A6201978976e37c4A0F7bE17806f2Feab2",path:"stbtc-btc-exchange-rate",input:"stBTC",output:"BTC",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"stBTC Proof of Reserves",assetName:"stBTC",address:"0x7Eaa6f116Ab9E57f58d9A9Ce88cc3f1c2476ECfA",path:"stbtc-por",input:"stBTC",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"tETH / wstETH Exchange Rate",assetName:"tETH",address:"0x7B2Fb2c667af80Bccc0B2556378352dFDE2be914",path:"teth-wsteth-exchange-rate",input:"tETH",output:"wstETH",type:"crypto",updateInterval:600},{decimals:10,chainId:1,name:"truAPT-APT Exchange Rate - Production Mainnet",address:"0xA618f119504455762c9bBbcE4aC9EE7fde457d05",path:"truapt-apt-exchange-rate-df-stream-eth-production-mainnet-001",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"uniBTC / BTC Exchange Rate",assetName:"uniBTC",address:"0x861d15F8a4059cb918bD6F3670adAEB1220B298f",path:"unibtc-btc-exchange-rate",input:"uniBTC",output:"BTC",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"uniBTC Proof of Reserves",assetName:"uniBTC",address:"0xc590D9fb8eE78a0909dFF341ccf717000b7b7fF2",path:"unibtc-por",input:"uniBTC",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"weETH / ETH",assetName:"weETH",address:"0x5c9C449BbC9a6075A2c061dF312a35fd1E05fF22",path:"weeth-eth",input:"weETH",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"xSolvBTC Proof of Reserves",assetName:"xSolvBTC",address:"0x461790bDAF5aeD3df6a88cB97Dec42DD0EFA73c0",path:"xsolvbtc-por",input:"xSolvBTC",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"AUD / USD",assetName:"AUD",address:"0x062Df9C4efd2030e243ffCc398b652e8b8F95C6f",path:"aud-usd",input:"AUD",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:137,name:"BRL / USD",assetName:"BRL",address:"0xB90DA3ff54C3ED09115abf6FbA0Ff4645586af2c",path:"brl-usd",input:"BRL",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:137,name:"CAD / USD",assetName:"CAD",address:"0xACA44ABb8B04D07D883202F99FA5E3c53ed57Fb5",path:"cad-usd",input:"CAD",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:137,name:"CHF / USD",assetName:"CHF",address:"0xc76f762CedF0F78a439727861628E0fdfE1e70c2",path:"chf-usd",input:"CHF",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:137,name:"CNY / USD",assetName:"CNY",address:"0x04bB437Aa63E098236FA47365f0268547f6EAB32",path:"cny-usd",input:"CNY",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:137,name:"COP / USD",assetName:"COP",address:"0xfAA9147190c2C2cc5B8387B4f49016bDB3380572",path:"cop-usd",input:"COP",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:137,name:"EUR / USD",assetName:"EUR",address:"0x73366Fe0AA0Ded304479862808e02506FE556a98",path:"eur-usd",input:"EUR",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:137,name:"GBP / USD",assetName:"GBP",address:"0x099a2540848573e94fb1Ca0Fa420b00acbBc845a",path:"gbp-usd",input:"GBP",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:137,name:"IDR / USD",assetName:"IDR",address:"0x80a5cb83ce268Ed11a6EFC4bBF0beC39dF35Db21",path:"idr-usd",input:"IDR",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:137,name:"ILS / USD",assetName:"ILS",address:"0x8d5eB34C509261533235b91350d359EdcB969D33",path:"ils-usd",input:"ILS",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:137,name:"INR / USD",assetName:"INR",address:"0xDA0F8Df6F5dB15b346f4B8D1156722027E194E60",path:"inr-usd",input:"INR",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:137,name:"JPY / USD",assetName:"JPY",address:"0xD647a6fC9BC6402301583C91decC5989d8Bc382D",path:"jpy-usd",input:"JPY",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:137,name:"KRW / USD",assetName:"KRW",address:"0x24B820870F726dA9B0D83B0B28a93885061dbF50",path:"krw-usd",input:"KRW",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:137,name:"MXN / USD",assetName:"MXN",address:"0x171b16562EA3476F5C61d1b8dad031DbA0768545",path:"mxn-usd",input:"MXN",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:137,name:"NZD / USD",assetName:"NZD",address:"0xa302a0B8a499fD0f00449df0a490DedE21105955",path:"nzd-usd",input:"NZD",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:137,name:"PHP / USD",assetName:"PHP",address:"0x218231089Bebb2A31970c3b77E96eCfb3BA006D1",path:"php-usd",input:"PHP",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:137,name:"PLN / USD",assetName:"PLN",address:"0xB34BCE11040702f71c11529D00179B2959BcE6C0",path:"pln-usd",input:"PLN",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:137,name:"SEK / USD",assetName:"SEK",address:"0xbd92B4919ae82be8473859295dEF0e778A626302",path:"sek-usd",input:"SEK",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:137,name:"SGD / USD",assetName:"SGD",address:"0x8CE3cAc0E6635ce04783709ca3CC4F5fc5304299",path:"sgd-usd",input:"SGD",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:137,name:"THB / USD",assetName:"THB",address:"0x5164Ad28fb12a5e55946090Ec3eE1B748AFb3785",path:"thb-usd",input:"THB",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:137,name:"TRY / USD",assetName:"TRY",address:"0xd78325DcA0F90F0FFe53cCeA1B02Bb12E1bf8FdB",path:"try-usd",input:"TRY",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:137,name:"ZAR / USD",assetName:"ZAR",address:"0xd4a120c26d57B910C56c910CdD13EeBFA3135502",path:"zar-usd",input:"ZAR",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:137,name:"1INCH / USD",assetName:"1INCH",address:"0x443C5116CdF663Eb387e72C688D276e702135C87",path:"1inch-usd",input:"1INCH",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:137,name:"AAVE / ETH",assetName:"AAVE",address:"0xbE23a3AA13038CfC28aFd0ECe4FdE379fE7fBfc4",path:"aave-eth",input:"AAVE",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"AAVE / USD",assetName:"AAVE",address:"0x72484B12719E23115761D5DA1646945632979bB6",path:"aave-usd",input:"AAVE",output:"USD",type:"crypto",updateInterval:600},{decimals:0,chainId:137,name:"AAVE Network Emergency Count (Polygon)",address:"0xDAFA1989A504c48Ee20a582f2891eeB25E2fA23F",path:"aave-network-emergency-count-polygon",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"ADA / USD",assetName:"ADA",address:"0x882554df528115a743c4537828DA8D5B58e52544",path:"ada-usd",input:"ADA",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"AGEUR / USD",assetName:"AGEUR",address:"0x9b88d07B2354eF5f4579690356818e07371c7BeD",path:"ageur-usd",input:"AGEUR",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"ALCX / USD",assetName:"ALCX",address:"0x5DB6e61B6159B20F068dc15A47dF2E5931b14f29",path:"alcx-usd",input:"ALCX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"ALGO / USD",assetName:"ALGO",address:"0x03Bc6D9EFed65708D35fDaEfb25E87631a0a3437",path:"algo-usd",input:"ALGO",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"APE / USD",assetName:"APE",address:"0x2Ac3F3Bfac8fC9094BC3f0F9041a51375235B992",path:"ape-usd",input:"APE",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"AVAX / USD",assetName:"AVAX",address:"0xe01eA2fbd8D76ee323FbEd03eB9a8625EC981A10",path:"avax-usd",input:"AVAX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"AXS / USD",assetName:"AXS",address:"0x9c371aE34509590E10aB98205d2dF5936A1aD875",path:"axs-usd",input:"AXS",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:137,name:"BADGER / ETH",assetName:"BADGER",address:"0x82C9d4E88862f194C2bd874a106a90dDD0D35AAB",path:"badger-eth",input:"BADGER",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"BADGER / USD",assetName:"BADGER",address:"0xF626964Ba5e81405f47e8004F0b276Bb974742B5",path:"badger-usd",input:"BADGER",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:137,name:"BAL / ETH",assetName:"BAL",address:"0x03CD157746c61F44597dD54C6f6702105258C722",path:"bal-eth",input:"BAL",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"BAL / USD",assetName:"BAL",address:"0xD106B538F2A868c28Ca1Ec7E298C3325E0251d66",path:"bal-usd",input:"BAL",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"BAT / USD",assetName:"BAT",address:"0x2346Ce62bd732c62618944E51cbFa09D985d86D2",path:"bat-usd",input:"BAT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"BCH / USD",assetName:"BCH",address:"0x327d9822e9932996f55b39F557AEC838313da8b7",path:"bch-usd",input:"BCH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"BNB / USD",assetName:"BNB",address:"0x82a6c4AF830caa6c97bb504425f6A66165C2c26e",path:"bnb-usd",input:"BNB",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:137,name:"BTC / ETH",assetName:"BTC",address:"0x19b0F0833C78c0848109E3842D34d2fDF2cA69BA",path:"btc-eth",input:"BTC",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"BTC / USD",assetName:"BTC",address:"0xc907E116054Ad103354f2D350FD2514433D57F6f",path:"btc-usd",input:"BTC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"BTC-USD Total Marketcap",assetName:"BTC",address:"0x18E4058491C3F58bC2f747A9E64cA256Ed6B318d",path:"btc-usd-marketcap",input:"BTC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:137,name:"CBETH / ETH",assetName:"CBETH",address:"0x0a6a03CdF7d0b48d4e4BA8e362A4FfC3aAC4f3c0",path:"cbeth-eth",input:"CBETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"CGT Proof of Reserves (ETH)",assetName:"CGT",address:"0x4e9fc7480c16F3FE5d956C0759eE6b4808d1F5D7",path:"cgt-por-eth",input:"CGT",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"CHZ / USD",assetName:"CHZ",address:"0x2409987e514Ad8B0973C2b90ee1D95051DF0ECB9",path:"chz-usd",input:"CHZ",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"COMP / USD",assetName:"COMP",address:"0x2A8758b7257102461BC958279054e372C2b1bDE6",path:"comp-usd",input:"COMP",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:137,name:"CRV / ETH",assetName:"CRV",address:"0x1CF68C76803c9A415bE301f50E82e44c64B7F1D4",path:"crv-eth",input:"CRV",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"CRV / USD",assetName:"CRV",address:"0x336584C8E6Dc19637A5b36206B1c79923111b405",path:"crv-usd",input:"CRV",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"CVX / USD",assetName:"CVX",address:"0x5ec151834040B4D453A1eA46aA634C1773b36084",path:"cvx-usd",input:"CVX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"Calculated MaticX / USD",assetName:"MATICX",address:"0x5d37E4b374E6907de8Fc7fb33EE3b0af403C7403",path:"calculated-maticx-usd",input:"MATICX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"Calculated stMATIC / USD",assetName:"STMATIC",address:"0x97371dF4492605486e23Da797fA68e55Fc38a13f",path:"calc-stmatic-usd",input:"STMATIC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:137,name:"DAI / ETH",assetName:"DAI",address:"0xFC539A559e170f848323e19dfD66007520510085",path:"dai-eth",input:"DAI",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"DAI / USD",assetName:"DAI",address:"0x4746DeC9e833A82EC7C2C1356372CcF2cfcD2F3D",path:"dai-usd",input:"DAI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"DASH / USD",assetName:"DASH",address:"0xD94427eDee70E4991b4b8DdCc848f2B58ED01C0b",path:"dash-usd",input:"DASH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"DGB / USD",assetName:"DGB",address:"0x4205eC5fd179A843caa7B0860a8eC7D980013359",path:"dgb-usd",input:"DGB",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"DODO / USD",assetName:"DODO",address:"0x59161117086a4C7A9beDA16C66e40Bdaa1C5a8B6",path:"dodo-usd",input:"DODO",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"DOGE / USD",assetName:"DOGE",address:"0xbaf9327b6564454F4a3364C33eFeEf032b4b4444",path:"doge-usd",input:"DOGE",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"DOGE-USD Total Marketcap",assetName:"DOGE",address:"0xbd238a35Fb47aE22F0cC551f14ffB8E8f04FCA21",path:"doge-usd-marketcap",input:"DOGE",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"DOT / USD",assetName:"DOT",address:"0xacb51F1a83922632ca02B25a8164c10748001BdE",path:"dot-usd",input:"DOT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:137,name:"DPI / ETH",assetName:"DPI",address:"0xC70aAF9092De3a4E5000956E672cDf5E996B4610",path:"dpi-eth",input:"DPI",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"DPI / USD",assetName:"DPI",address:"0x2e48b7924FBe04d575BA229A59b64547d9da16e9",path:"dpi-usd",input:"DPI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"EOS / USD",assetName:"EOS",address:"0xd6285F06203D938ab713Fa6A315e7d23247DDE95",path:"eos-usd",input:"EOS",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"ETC / USD",assetName:"ETC",address:"0xDf3f72Be10d194b58B1BB56f2c4183e661cB2114",path:"etc-usd",input:"ETC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"ETH / USD",assetName:"ETH",address:"0xF9680D99D6C9589e2a93a78A04A279e509205945",path:"eth-usd",input:"ETH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"ETH-USD Total Marketcap",assetName:"ETH",address:"0x67935f65D1577ced9f4929D3679A157E95C1c02c",path:"eth-usd-marketcap",input:"ETH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"FIL / USD",assetName:"FIL",address:"0xa07703E5C2eD1516107c7c72A494493Dcb99C676",path:"fil-usd",input:"FIL",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"FRAX / USD",assetName:"FRAX",address:"0x00DBeB1e45485d53DF7C2F0dF1Aa0b6Dc30311d3",path:"frax-usd",input:"FRAX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"FTM / USD",assetName:"FTM",address:"0x58326c0F831b2Dbf7234A4204F28Bba79AA06d5f",path:"ftm-usd",input:"FTM",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"FTT / USD",assetName:"FTT",address:"0x817A7D43f0277Ca480AE03Ec76Fc63A2EC7114bA",path:"ftt-usd",input:"FTT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"FXS / USD",assetName:"FXS",address:"0x6C0fe985D3cAcbCdE428b84fc9431792694d0f51",path:"fxs-usd",input:"FXS",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:137,name:"GHST / ETH",assetName:"GHST",address:"0xe638249AF9642CdA55A92245525268482eE4C67b",path:"ghst-eth",input:"GHST",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"GHST / USD",assetName:"GHST",address:"0xDD229Ce42f11D8Ee7fFf29bDB71C7b81352e11be",path:"ghst-usd",input:"GHST",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"GNS / USD",assetName:"GNS",address:"0x9cb43aa3D036Cb035a694Ba0AAa91f8875B16cE1",path:"gns-usd",input:"GNS",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"GRT / USD",assetName:"GRT",address:"0x3FabBfb300B1e2D7c9B84512fe9D30aeDF24C410",path:"grt-usd",input:"GRT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"HBAR / USD",assetName:"HBAR",address:"0xC5878bDf8a89FA3bF0DC8389ae8EE6DE601D01bC",path:"hbar-usd",input:"HBAR",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"ICP / USD",assetName:"ICP",address:"0x84227A76a04289473057BEF706646199D7C58c34",path:"icp-usd",input:"ICP",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:137,name:"ILV / ETH",assetName:"ILV",address:"0x3636B780588328dc3F5df075De5627DBc9A6BA10",path:"ilv-eth",input:"ILV",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"KAVA / USD",assetName:"KAVA",address:"0x7899dd75C329eFe63e35b02bC7d60D3739FB23c5",path:"kava-usd",input:"KAVA",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"KNC / USD",assetName:"KNC",address:"0x10e5f3DFc81B3e5Ef4e648C4454D04e79E1E41E2",path:"knc-usd",input:"KNC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:137,name:"LINK / ETH",assetName:"LINK",address:"0xb77fa460604b9C6435A235D057F7D319AC83cb53",path:"link-eth",input:"LINK",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:137,name:"LINK / MATIC",assetName:"LINK",address:"0x5787BefDc0ECd210Dfa948264631CD53E68F7802",path:"link-matic",input:"LINK",output:"POL",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"LINK / USD",assetName:"LINK",address:"0xd9FFdb71EbE7496cC440152d43986Aae0AB76665",path:"link-usd",input:"LINK",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"LTC / USD",assetName:"LTC",address:"0xEB99F173cf7d9a6dC4D889C2Ad7103e8383b6Efa",path:"ltc-usd",input:"LTC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"MANA / USD",assetName:"MANA",address:"0xA1CbF3Fe43BC3501e3Fc4b573e822c70e76A7512",path:"mana-usd",input:"MANA",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:137,name:"MATIC / ETH",assetName:"POL",address:"0x327e23A4855b6F663a28c5161541d69Af8973302",path:"matic-eth",input:"POL",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"MATIC / USD",assetName:"POL",address:"0xAB594600376Ec9fD91F8e885dADF0CE036862dE0",path:"matic-usd",input:"POL",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"MIMATIC / USD",assetName:"MIMATIC",address:"0xd8d483d813547CfB624b8Dc33a00F2fcbCd2D428",path:"mimatic-usd",input:"MIMATIC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:137,name:"MKR / ETH",assetName:"MKR",address:"0x807b59d12520830D1864286FA0271c27baa94197",path:"mkr-eth",input:"MKR",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"MKR / USD",assetName:"MKR",address:"0xa070427bF5bA5709f70e98b94Cb2F435a242C46C",path:"mkr-usd",input:"MKR",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:137,name:"MLN / ETH",assetName:"MLN",address:"0xB89D583B72aBF9C3a7e6e093251C2fCad3365312",path:"mln-eth",input:"MLN",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"OGN / USD",assetName:"OGN",address:"0x8Ec0eC2e0F26D8253ABf39Db4B1793D76B49C6D5",path:"ogn-usd",input:"OGN",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"OM / USD",assetName:"OM",address:"0xc86105DccF9BD629Cea7Fd41f94c6050bF96D57F",path:"om-usd",input:"OM",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"PAXG / USD",assetName:"PAXG",address:"0x0f6914d8e7e1214CDb3A4C6fbf729b75C69DF608",path:"paxg-usd",input:"PAXG",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"QNT / USD",assetName:"QNT",address:"0xF7F291042F6Cbc4deC0Ad75c17786511a530dbe8",path:"qnt-usd",input:"QNT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"QUICK / USD",assetName:"QUICK",address:"0x2251169D32E7538652a9a8c86bf0c43bFcd956f1",path:"quick-usd",input:"QUICK",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"SAND / USD",assetName:"SAND",address:"0x3D49406EDd4D52Fb7FFd25485f32E073b529C924",path:"sand-usd",input:"SAND",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"SHIB / USD",assetName:"SHIB",address:"0x3710abeb1A0Fc7C2EC59C26c8DAA7a448ff6125A",path:"shib-usd",input:"SHIB",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"SLP / USD",assetName:"SLP",address:"0xBB3eF70953fC3766bec4Ab7A9BF05B6E4caf89c6",path:"slp-usd",input:"SLP",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"SNX / USD",assetName:"SNX",address:"0xbF90A5D9B6EE9019028dbFc2a9E50056d5252894",path:"snx-usd",input:"SNX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"SOL / USD",assetName:"SOL",address:"0x10C8264C0935b3B9870013e057f330Ff3e9C56dC",path:"sol-usd",input:"SOL",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"STORJ / USD",assetName:"STORJ",address:"0x0F1d5Bd7be9B30Fc09E110cd6504Bd450e53cb0E",path:"storj-usd",input:"STORJ",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:137,name:"SUSHI / ETH",assetName:"SUSHI",address:"0x17414Eb5159A082e8d41D243C1601c2944401431",path:"sushi-eth",input:"SUSHI",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"SUSHI / USD",assetName:"SUSHI",address:"0x49B0c695039243BBfEb8EcD054EB70061fd54aa0",path:"sushi-usd",input:"SUSHI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"THETA / USD",assetName:"THETA",address:"0x38611b09F8f2D520c14eA973765C225Bf57B9Eac",path:"theta-usd",input:"THETA",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:137,name:"TRUMATIC / MATIC Exchange Rate",assetName:"TRUMATIC",address:"0xed7051d55eeaF85E36053D6b0f2C51E59625B047",path:"trumatic-matic-exchange-rate",input:"TRUMATIC",output:"MATIC",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"TRX / USD",assetName:"TRX",address:"0x307cCF7cBD17b69A487b9C3dbe483931Cf3E1833",path:"trx-usd",input:"TRX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"TUSD / USD",assetName:"TUSD",address:"0x7C5D415B64312D38c56B54358449d0a4058339d2",path:"tusd-usd",input:"TUSD",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"UMA / USD",assetName:"UMA",address:"0x33D9B1BAaDcF4b26ab6F8E83e9cb8a611B2B3956",path:"uma-usd",input:"UMA",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:137,name:"UNI / ETH",assetName:"UNI",address:"0x162d8c5bF15eB6BEe003a1ffc4049C92114bc931",path:"uni-eth",input:"UNI",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"UNI / USD",assetName:"UNI",address:"0xdf0Fb4e4F928d2dCB76f438575fDD8682386e13C",path:"uni-usd",input:"UNI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:137,name:"USDC / ETH",assetName:"USDC",address:"0xefb7e6be8356cCc6827799B6A7348eE674A80EaE",path:"usdc-eth",input:"USDC",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"USDC / USD",assetName:"USDC",address:"0xfE4A8cc5b5B2366C1B58Bea3858e81843581b2F7",path:"usdc-usd",input:"USDC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"USDS / USD",assetName:"USDS",address:"0x3B21a277babcB73b5a2325106FC04Df8AA1aC5b6",path:"usds-usd",input:"USDS",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:137,name:"USDT / ETH",assetName:"USDT",address:"0xf9d5AAC6E5572AEFa6bd64108ff86a222F69B64d",path:"usdt-eth",input:"USDT",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"USDT / USD",assetName:"USDT",address:"0x0A6513e40db6EB1b165753AD52E80663aeA50545",path:"usdt-usd",input:"USDT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"USDe / USD",assetName:"USDE",address:"0x5c3890e86f3E7Ed7F5390532De147953580f1605",path:"usde-usd",input:"USDE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:137,name:"WBTC / ETH",assetName:"WBTC",address:"0xA338e0492B2F944E9F8C0653D3AD1484f2657a37",path:"wbtc-eth",input:"WBTC",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"WBTC / USD",assetName:"WBTC",address:"0xDE31F8bFBD8c84b5360CFACCa3539B938dd78ae6",path:"wbtc-usd",input:"WBTC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"WOO / USD",assetName:"WOO",address:"0x6a99EC84819FB7007dd5D032068742604E755c56",path:"woo-usd",input:"WOO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:137,name:"WSTETH / ETH",assetName:"WSTETH",address:"0x10f964234cae09cB6a9854B56FF7D4F38Cda5E6a",path:"wsteth-eth",input:"WSTETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"XLM / USD",assetName:"XLM",address:"0x692AE5510cA9070095A496dbcFBCDA99D4024Cd9",path:"xlm-usd",input:"XLM",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"XMR / USD",assetName:"XMR",address:"0xBE6FB0AB6302B693368D0E9001fAF77ecc6571db",path:"xmr-usd",input:"XMR",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"XRP / USD",assetName:"XRP",address:"0x785ba89291f676b5386652eB12b30cF361020694",path:"xrp-usd",input:"XRP",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"XTZ / USD",assetName:"XTZ",address:"0x691e26AB58ff05800E028b0876A41B720b26FC65",path:"xtz-usd",input:"XTZ",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:137,name:"YFI / ETH",assetName:"YFI",address:"0x9896A1eA7A00F5f32Ab131eBbeE07487B0af31D0",path:"yfi-eth",input:"YFI",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"YFI / USD",assetName:"YFI",address:"0x9d3A43c111E7b2C6601705D9fcF7a70c95b1dc55",path:"yfi-usd",input:"YFI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"ZEC / USD",assetName:"ZEC",address:"0xBC08c639e579a391C4228F20d0C29d0690092DF0",path:"zec-usd",input:"ZEC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:137,name:"ibBTC PricePerShare",address:"0xc3E676E68dB28c9Fb2199f25B60560723237cc76",path:"ibbtc-pps",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"sUSDe / USD",assetName:"SUSDE",address:"0xe71A04ACe06e2667c7e1c802E998CBf44A6bf53C",path:"susde-usd",input:"SUSDE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:137,name:"sUSDe / USDe Exchange Rate",assetName:"SUSDE",address:"0xd1d85Bf11c28F878EE75BdC39387a2a15E0390b7",path:"susde-usde-exchange-rate",input:"SUSDE",output:"USDE",type:"crypto",updateInterval:600},{decimals:18,chainId:137,name:"wstETH-stETH Exchange Rate",assetName:"wstETH",address:"0x3Ea1eC855fBda8bA0396975eC260AD2e9B2Bc01c",path:"wsteth-steth",input:"wstETH",output:"stETH",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"CHF / USD",assetName:"CHF",address:"0xFb00261Af80ADb1629D3869E377ae1EEC7bE659F",path:"chf-usd",input:"CHF",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:100,name:"EUR / USD",assetName:"EUR",address:"0xab70BCB260073d036d1660201e9d5405F5829b7a",path:"eur-usd",input:"EUR",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:100,name:"JPY / USD",assetName:"JPY",address:"0x2AfB993C670C01e9dA1550c58e8039C1D8b8A317",path:"jpy-usd",input:"JPY",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:100,name:"MXN / USD",assetName:"MXN",address:"0xe9cea51a7b1b9B32E057ff62762a2066dA933cD2",path:"mxn-usd",input:"MXN",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:100,name:"1INCH / USD",assetName:"1INCH",address:"0xFDF9EB5fafc11Efa65f6FD144898da39a7920Ae8",path:"1inch-usd",input:"1INCH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"AAVE / USD",assetName:"AAVE",address:"0x2b481Dc923Aa050E009113Dca8dcb0daB4B68cDF",path:"aave-usd",input:"AAVE",output:"USD",type:"crypto",updateInterval:600},{decimals:0,chainId:100,name:"AAVE Network Emergency Count (Gnosis Chain)",address:"0xF937ffAeA1363e4Fa260760bDFA2aA8Fc911F84D",path:"aave-network-emergency-count-xdai",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"AVAX / USD",assetName:"AVAX",address:"0x911e08A32A6b7671A80387F93147Ab29063DE9A2",path:"avax-usd",input:"AVAX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"BAL / USD",assetName:"BAL",address:"0x1b723C855F7D2c2785F99486973271355e782d77",path:"bal-usd",input:"BAL",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"BNB / USD",assetName:"BNB",address:"0x6D42cc26756C34F26BEcDD9b30a279cE9Ea8296E",path:"bnb-usd",input:"BNB",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"BTC / USD",assetName:"BTC",address:"0x6C1d7e76EF7304a40e8456ce883BC56d3dEA3F7d",path:"btc-usd",input:"BTC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"COMP / USD",assetName:"COMP",address:"0xBa95Bc8418Ebcdf8a690924E1d4aD5292139F2EA",path:"comp-usd",input:"COMP",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"CRV / USD",assetName:"CRV",address:"0xC77B83ac3Dd2a761073bD0f281f7b880B2DDDe18",path:"crv-usd",input:"CRV",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"DAI / USD",assetName:"DAI",address:"0x678df3415fc31947dA4324eC63212874be5a82f8",path:"dai-usd",input:"DAI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"DOGE / USD",assetName:"DOGE",address:"0x824b4A1A0443609A2ADd94a700b770FA5bE31287",path:"doge-usd",input:"DOGE",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"DOT / USD",assetName:"DOT",address:"0x3c30c5c415B2410326297F0f65f5Cbb32f3aefCc",path:"dot-usd",input:"DOT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"ETH / USD",assetName:"ETH",address:"0xa767f745331D267c7751297D982b050c93985627",path:"eth-usd",input:"ETH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"FTT / USD",assetName:"FTT",address:"0x0CaE8f5c10931f0Ce87Ed9BbB71391C6E93C2C26",path:"ftt-usd",input:"FTT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"GHO / USD",assetName:"GHO",address:"0x855193775eF2ABb12CF95DE3086229a14Ab8E0E3",path:"gho-usd",input:"GHO",output:"GHO",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"GNO / USD",assetName:"GNO",address:"0x22441d81416430A54336aB28765abd31a792Ad37",path:"gno-usd",input:"GNO",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"GRT / USD",assetName:"GRT",address:"0xeBbd67a84e33791F1bcFde74CDc22a71e332e2F1",path:"grt-usd",input:"GRT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:100,name:"LINK / DAI",assetName:"LINK",address:"0xc89077976e03d19057eb296215C15afAe4A7464B",path:"link-dai",input:"LINK",output:"DAI",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"LINK / USD",assetName:"LINK",address:"0xed322A5ac55BAE091190dFf9066760b86751947B",path:"link-usd",input:"LINK",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"MKR / USD",assetName:"MKR",address:"0x51e4024255d0cBd1F4C79AEe6BDB6565Df2C5d1b",path:"mkr-usd",input:"MKR",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"PERP / USD",assetName:"PERP",address:"0x76e76F7E73F3BD42E3c2b4282B50b36E78130B4A",path:"perp-usd",input:"PERP",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"REN / USD",assetName:"REN",address:"0x27d4D36968a2BD1Cc3406D99cB1DF50561dBf2a4",path:"ren-usd",input:"REN",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"SNX / USD",assetName:"SNX",address:"0x3b84d6e6976D5826500572600eB44f9f1753827b",path:"snx-usd",input:"SNX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"SOL / USD",assetName:"SOL",address:"0xB7B7d008c49295A0FF6Eed6dF4Ad3052Fd39d5e6",path:"sol-usd",input:"SOL",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"STETH / USD",assetName:"STETH",address:"0x229e486Ee0D35b7A9f668d10a1e6029eEE6B77E0",path:"steth-usd",input:"STETH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"SUSHI / USD",assetName:"SUSHI",address:"0xC0a6Bf8d5D408B091D022C3C0653d4056D4B9c01",path:"sushi-usd",input:"SUSHI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"UMA / USD",assetName:"UMA",address:"0xF826E3ff8c0481D2e58DB9d301936F94Cd4fa916",path:"uma-usd",input:"UMA",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"UNI / USD",assetName:"UNI",address:"0xd98735d78266c62277Bb4dBf3e3bCdd3694782F4",path:"uni-usd",input:"UNI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"USDC / USD",assetName:"USDC",address:"0x26C31ac71010aF62E6B486D1132E266D6298857D",path:"usdc-usd",input:"USDC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"USDT / USD",assetName:"USDT",address:"0x68811D7DF835B1c33e6EEae8E7C141eF48d48cc7",path:"usdt-usd",input:"USDT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"WBTC / USD",assetName:"WBTC",address:"0x00288135bE38B83249F380e9b6b9a04c90EC39eE",path:"wbtc-usd",input:"WBTC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"YFI / USD",assetName:"YFI",address:"0x14030d5a0C9e63D9606C6f2c8771Fc95b34b07e0",path:"yfi-usd",input:"YFI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"ZIL / USD",assetName:"ZIL",address:"0x2997eBa3d9c2447c36107bB0F082b8c33566b49c",path:"zil-usd",input:"ZIL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:100,name:"osETH / ETH Exchange Rate",assetName:"OSETH",address:"0xc5f7665e7FdC5059B93Db8bEAB83F5ffA05Eb18e",path:"oseth-eth-exchange-rate",input:"OSETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:100,name:"wstETH-ETH Exchange Rate",assetName:"WSTETH",address:"0x0064AC007fF665CF8D0D3Af5E0AD1c26a3f853eA",path:"wsteth-eth-exchange-rate",input:"WSTETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"AUD / USD",assetName:"AUD",address:"0x9854e9a850e7C354c1de177eA953a6b1fba8Fc22",path:"aud-usd",input:"AUD",output:"USD",type:"fiat",updateInterval:600},{decimals:18,chainId:42161,name:"AUD/USD-RefPrice-DS-Premium-Global-004",assetName:"AUD",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"aud-usd-rwa-prod-v04",input:"AUD",output:"USD",type:"fiat",updateInterval:600},{decimals:18,chainId:42161,name:"AUD/USD-RefPrice-DSstaging-Premium-Global-004",assetName:"AUD",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"aud-usd-rwa-staging-experimental-v04",input:"AUD",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:42161,name:"BRL / USD",assetName:"BRL",address:"0x04b7384473A2aDF1903E3a98aCAc5D62ba8C2702",path:"brl-usd",input:"BRL",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:42161,name:"CAD / USD",assetName:"CAD",address:"0xf6DA27749484843c4F02f5Ad1378ceE723dD61d4",path:"cad-usd",input:"CAD",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:42161,name:"CHF / USD",assetName:"CHF",address:"0xe32AccC8c4eC03F6E75bd3621BfC9Fbb234E1FC3",path:"chf-usd",input:"CHF",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:42161,name:"CNY / USD",assetName:"CNY",address:"0xcC3370Bde6AFE51e1205a5038947b9836371eCCb",path:"cny-usd",input:"CNY",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:42161,name:"EUR / USD",assetName:"EUR",address:"0xA14d53bC1F1c0F31B4aA3BD109344E5009051a84",path:"eur-usd",input:"EUR",output:"USD",type:"fiat",updateInterval:600},{decimals:18,chainId:42161,name:"EUR/USD-RefPrice-DS-Premium-Global-004",assetName:"EUR",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"eur-usd-rwa-prod-v04",input:"EUR",output:"USD",type:"fiat",updateInterval:600},{decimals:18,chainId:42161,name:"EUR/USD-RefPrice-DSstaging-Premium-Global-004",assetName:"EUR",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"eur-usd-rwa-staging-experimental-v04",input:"EUR",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:42161,name:"GBP / USD",assetName:"GBP",address:"0x9C4424Fd84C6661F97D8d6b3fc3C1aAc2BeDd137",path:"gbp-usd",input:"GBP",output:"USD",type:"fiat",updateInterval:600},{decimals:18,chainId:42161,name:"GBP/USD-RefPrice-DS-Premium-Global-004",assetName:"GBP",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"gbp-usd-rwa-prod-v04",input:"GBP",output:"USD",type:"fiat",updateInterval:600},{decimals:18,chainId:42161,name:"GBP/USD-RefPrice-DSstaging-Premium-Global-004",assetName:"GBP",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"gbp-usd-rwa-staging-experimental-v04",input:"GBP",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:42161,name:"HKD / USD",assetName:"HKD",address:"0x5082d93991DfCc69F57a27CEC63EDEe1B8C22757",path:"hkd-usd",input:"HKD",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:42161,name:"JPY / USD",assetName:"JPY",address:"0x3dD6e51CB9caE717d5a8778CF79A04029f9cFDF8",path:"jpy-usd",input:"JPY",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:42161,name:"KRW / USD",assetName:"KRW",address:"0x85bb02E0Ae286600d1c68Bb6Ce22Cc998d411916",path:"krw-usd",input:"KRW",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:42161,name:"PHP / USD",assetName:"PHP",address:"0xfF82AAF635645fD0bcc7b619C3F28004cDb58574",path:"php-usd",input:"PHP",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:42161,name:"SEK / USD",assetName:"SEK",address:"0xdE89a55d04DEd40A410877ab87d4F567ee66a1f0",path:"sek-usd",input:"SEK",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:42161,name:"SGD / USD",assetName:"SGD",address:"0xF0d38324d1F86a176aC727A4b0c43c9F9d9c5EB1",path:"sgd-usd",input:"SGD",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:42161,name:"TRY / USD",assetName:"TRY",address:"0xE8f8AfE4b56c6C421F691bfAc225cE61b2C7CD05",path:"try-usd",input:"TRY",output:"USD",type:"fiat",updateInterval:600},{decimals:18,chainId:42161,name:"USD/CAD-RefPrice-DS-Premium-Global-004",assetName:"USD",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"usd-cad-rwa-prod-v04",input:"USD",output:"CAD",type:"fiat",updateInterval:600},{decimals:18,chainId:42161,name:"USD/CAD-RefPrice-DSstaging-Premium-Global-004",assetName:"USD",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"usd-cad-rwa-staging-experimental-v04",input:"USD",output:"CAD",type:"fiat",updateInterval:600},{decimals:18,chainId:42161,name:"USD/CHF-RefPrice-DS-Premium-Global-004",assetName:"USD",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"usd-chf-rwa-prod-v04",input:"USD",output:"CHF",type:"fiat",updateInterval:600},{decimals:18,chainId:42161,name:"USD/CHF-RefPrice-DSstaging-Premium-Global-004",assetName:"USD",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"usd-chf-rwa-staging-experimental-v04",input:"USD",output:"CHF",type:"fiat",updateInterval:600},{decimals:18,chainId:42161,name:"USD/CNH-RefPrice-DS-Premium-Global-004",assetName:"USD",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"usd-cnh-rwa-prod-v04",input:"USD",output:"CNH",type:"fiat",updateInterval:600},{decimals:18,chainId:42161,name:"USD/CNH-RefPrice-DSstaging-Premium-Global-004",assetName:"USD",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"usd-cnh-rwa-staging-experimental-v04",input:"USD",output:"CNH",type:"fiat",updateInterval:600},{decimals:18,chainId:42161,name:"USD/JPY-RefPrice-DS-Premium-Global-004",assetName:"USD",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"usd-jpy-rwa-prod-v04",input:"USD",output:"JPY",type:"fiat",updateInterval:600},{decimals:18,chainId:42161,name:"USD/JPY-RefPrice-DSstaging-Premium-Global-004",assetName:"USD",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"usd-jpy-rwa-staging-experimental-v04",input:"USD",output:"JPY",type:"fiat",updateInterval:600},{decimals:18,chainId:42161,name:"XAG/USD-RefPrice-DS-Premium-Global-004",assetName:"XAG",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"xag-usd-rwa-prod-v04",input:"XAG",output:"USD",type:"fiat",updateInterval:600},{decimals:18,chainId:42161,name:"XAG/USD-RefPrice-DSstaging-Premium-Global-004",assetName:"XAG",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"xag-usd-rwa-staging-experimental-v04",input:"XAG",output:"USD",type:"fiat",updateInterval:600},{decimals:18,chainId:42161,name:"XAU/USD-RefPrice-DS-Premium-Global-004",assetName:"XAU",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"xau-usd-rwa-prod-v04",input:"XAU",output:"USD",type:"fiat",updateInterval:600},{decimals:18,chainId:42161,name:"XAU/USD-RefPrice-DSstaging-Premium-Global-004",assetName:"XAU",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"xau-usd-rwa-staging-experimental-v04",input:"XAU",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:42161,name:"ZAR / USD",assetName:"ZAR",address:"0xA9cC9B5Ea2584239365Ea6b985868D121CB7Aea6",path:"zar-usd",input:"ZAR",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:42161,name:"1INCH / USD",assetName:"1INCH",address:"0x4bC735Ef24bf286983024CAd5D03f0738865Aaef",path:"1inch-usd",input:"1INCH",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"1INCH/USD-RefPrice-DS-Premium-Global-003",assetName:"1INCH",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"1inch-usd-premium-prod-v03",input:"1INCH",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"1INCH/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"1INCH",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"1inch-usd-premium-staging-experimental-v03",input:"1INCH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"AAVE / USD",assetName:"AAVE",address:"0xaD1d5344AaDE45F43E596773Bcc4c423EAbdD034",path:"aave-usd",input:"AAVE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"AAVE/USD-RefPrice-DS-Premium-Global-003",assetName:"AAVE",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"aave-usd-premium-prod",input:"AAVE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"AAVE/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"aave-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ACE/USD-RefPrice-DS-Premium-Global-003",assetName:"ACE",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"ace-usd-premium-prod-v03",input:"ACE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ACE/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"ACE",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"ace-usd-premium-staging-experimental-v03",input:"ACE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ACRED/USD-RefPrice-mainnet-production",assetName:"ACRED",address:"0x0000000000000000000000000000000000000000",path:"acred-usd-refprice-mainnet-production",input:"ACRED",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"ADA / USD",assetName:"ADA",address:"0xD9f615A9b820225edbA2d821c4A696a0924051c6",path:"ada-usd",input:"ADA",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ADA/USD-RefPrice-DS-Premium-Global-003",assetName:"ADA",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"ada-usd-premium-prod",input:"ADA",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ADA/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"ada-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"AERGO/USD-RefPrice-mainnet-production",assetName:"AERGO",address:"0x0000000000000000000000000000000000000000",path:"aergo-usd-refprice-mainnet-production",input:"AERGO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"AERGO/USDT-Binance-FundingRate-mainnet-staging",assetName:"AERGO",address:"0x0000000000000000000000000000000000000000",path:"aergo-usdt-binance-fundingrate-mainnet-staging",input:"AERGO",output:"USDT",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"AERO/USD-RefPrice-mainnet-production",assetName:"AERO",address:"0x0000000000000000000000000000000000000000",path:"aero-usd-refprice-mainnet-production",input:"AERO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"AERO/USD-RefPrice-mainnet-staging",assetName:"AERO",address:"0x0000000000000000000000000000000000000000",path:"aero-usd-refprice-mainnet-staging",input:"AERO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"AEVO/USD-RefPrice-DS-Premium-Global-003",assetName:"AEVO",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"aevo-usd-premium-prod-v03",input:"AEVO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"AEVO/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"AEVO",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"aevo-usd-premium-staging-experimental",input:"AEVO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"AI/USD-RefPrice-DS-Premium-Global-003",assetName:"AI",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"ai-usd-premium-prod-v03",input:"AI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"AI/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"AI",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"ai-usd-premium-staging-experimental-v03",input:"AI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"AI16Z/USD-RefPrice-DS-Premium-Global-003",assetName:"AI16Z",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"ai16z-usd-premium-prod-v03",input:"AI16Z",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"AI16Z/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"AI16Z",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"ai16z-usd-premium-staging-experimental-v03",input:"AI16Z",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"AIXBT/USD-RefPrice-mainnet-production",assetName:"AIXBT",address:"0x0000000000000000000000000000000000000000",path:"aixbt-usd-refprice-mainnet-production",input:"AIXBT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"AIXBT/USD-RefPrice-mainnet-staging",assetName:"AIXBT",address:"0x0000000000000000000000000000000000000000",path:"aixbt-usd-refprice-mainnet-staging",input:"AIXBT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ALGO/USD-RefPrice-DS-Premium-Global-003",assetName:"ALGO",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"algo-usd-refprice-ds-premium-global-003-prod",input:"ALGO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ALGO/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"ALGO",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"algo-usd-premium-staging-experimental",input:"ALGO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ALT/USD-RefPrice-DS-Premium-Global-003",assetName:"ALT",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"alt-usd-refprice-ds-premium-global-003-prod",input:"ALT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ANIME/USD-RefPrice-DS-Premium-Global-003",assetName:"ANIME",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"anime-usd-premium-prod-v03",input:"ANIME",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ANIME/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"ANIME",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"anime-usd-premium-staging-experimental-v03",input:"ANIME",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ANKR/USD-RefPrice-mainnet-production",assetName:"ANKR",address:"0x0000000000000000000000000000000000000000",path:"ankr-usd-refprice-mainnet-production",input:"ANKR",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ANKR/USD-RefPrice-mainnet-staging",assetName:"ANKR",address:"0x0000000000000000000000000000000000000000",path:"ankr-usd-refprice-mainnet-staging",input:"ANKR",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"ANON / USD",assetName:"ANON",address:"0x38ACD8CA9612737D2Ba42881b544626A8E18b061",path:"anon-usd",input:"ANON",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"APE / USD",assetName:"APE",address:"0x221912ce795669f628c51c69b7d0873eDA9C03bB",path:"ape-usd",input:"APE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"APE/USD-RefPrice-DS-Premium-Global-003",assetName:"APE",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"ape-usd-premium-prod",input:"APE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"APT/USD-RefPrice-DS-Premium-Global-003",assetName:"APT",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"apt-usd-premium-prod",input:"APT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"APT/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"apt-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"APU/USD-RefPrice-mainnet-production",assetName:"APU",address:"0x0000000000000000000000000000000000000000",path:"apu-usd-refprice-mainnet-production",input:"APU",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"AR/USD-RefPrice-DS-Premium-Global-003",assetName:"AR",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"ar-usd-refprice-ds-premium-global-003-prod",input:"AR",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"ARB / USD",assetName:"ARB",address:"0xb2A824043730FE05F3DA2efaFa1CBbe83fa548D6",path:"arb-usd",input:"ARB",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ARB/USD-RefPrice-DS-Premium-Global-003",assetName:"ARB",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"arb-usd-premium-prod",input:"ARB",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ARB/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"arb-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ARKM/USD-RefPrice-DS-Premium-Global-003",assetName:"ARKM",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"arkm-usd-premium-prod-v03",input:"ARKM",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ARKM/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"ARKM",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"arkm-usd-premium-staging-experimental",input:"ARKM",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"ASTR / USD",assetName:"ASTR",address:"0x70E48a135F76bA31B47FE944e769E052A8FeB849",path:"astr-usd",input:"ASTR",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ASTR/USD-RefPrice-DS-Premium-Global-003",assetName:"ASTR",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"astr-usd-premium-prod",input:"ASTR",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ATH/USD-RefPrice-DS-Premium-Global-003",assetName:"ATH",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"ath-usd-premium-prod-v03",input:"ATH",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ATH/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"ATH",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"ath-usd-premium-staging-experimental-v03",input:"ATH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"ATOM / USD",assetName:"ATOM",address:"0xCDA67618e51762235eacA373894F0C79256768fa",path:"atom-usd",input:"ATOM",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ATOM/USD-RefPrice-DS-Premium-Global-003",assetName:"ATOM",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"atom-usd-premium-prod",input:"ATOM",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ATOM/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"atom-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"AVAX / USD",assetName:"AVAX",address:"0x8bf61728eeDCE2F32c456454d87B5d6eD6150208",path:"avax-usd",input:"AVAX",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"AVAX/USD-RefPrice-DS-Premium-Global-003",assetName:"AVAX",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"avax-usd-premium-prod",input:"AVAX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"AXL / USD",assetName:"AXL",address:"0x84e8237CC1418Ea1B4A1e0C3e7F48c3A5fbC81AF",path:"axl-usd",input:"AXL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"AXL/USD-RefPrice-mainnet-production",assetName:"AXL",address:"0x0000000000000000000000000000000000000000",path:"axl-usd-refprice-mainnet-production",input:"AXL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"AXL/USD-RefPrice-mainnet-staging",assetName:"AXL",address:"0x0000000000000000000000000000000000000000",path:"axl-usd-refprice-mainnet-staging",input:"AXL",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"AXS / USD",assetName:"AXS",address:"0x5B58aA6E0651Ae311864876A55411F481aD86080",path:"axs-usd",input:"AXS",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"AXS/USD-RefPrice-DS-Premium-Global-003",assetName:"AXS",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"axs-usd-premium-prod",input:"AXS",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"AXS/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"AXS",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"axs-usd-premium-staging-experimental",input:"AXS",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"BAL / USD",assetName:"BAL",address:"0xBE5eA816870D11239c543F84b71439511D70B94f",path:"bal-usd",input:"BAL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BAL/USD-RefPrice-mainnet-production",assetName:"BAL",address:"0x0000000000000000000000000000000000000000",path:"bal-usd-refprice-mainnet-production",input:"BAL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BANK/USD-RefPrice-mainnet-production",assetName:"BANK",address:"0x0000000000000000000000000000000000000000",path:"bank-usd-refprice-mainnet-production",input:"BANK",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BAT/USD-RefPrice-mainnet-production",assetName:"BAT",address:"0x0000000000000000000000000000000000000000",path:"bat-usd-refprice-mainnet-production",input:"BAT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BAT/USD-RefPrice-mainnet-staging",assetName:"BAT",address:"0x0000000000000000000000000000000000000000",path:"bat-usd-refprice-mainnet-staging",input:"BAT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BB/USD-RefPrice-DS-Premium-Global-003",assetName:"BB",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"bb-usd-premium-prod-v03",input:"BB",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BB/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"BB",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"bb-usd-premium-staging-experimental",input:"BB",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BBSOL/USD-RefPrice-mainnet-production",assetName:"BBSOL",address:"0x0000000000000000000000000000000000000000",path:"bbsol-usd-refprice-mainnet-production",input:"BBSOL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BCH/USD-RefPrice-DS-Premium-Global-003",assetName:"BCH",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"bch-usd-premium-prod",input:"BCH",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BCH/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"bch-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BEAM/USD-RefPrice-mainnet-production",assetName:"BEAM",address:"0x0000000000000000000000000000000000000000",path:"beam-usd-refprice-mainnet-production",input:"BEAM",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"BERA / USD",assetName:"BERA",address:"0x4f861F14246229530a881D32C8d26D78b8c48BE6",path:"bera-usd",input:"BERA",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BERA/USD-RefPrice-DS-Premium-Global-003",assetName:"BERA",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"bera-usd-premium-prod-v03",input:"BERA",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BERA/USD-RefPrice-mainnet-staging",assetName:"BERA",address:"0x0000000000000000000000000000000000000000",path:"bera-usd-refprice-mainnet-staging",input:"BERA",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BGB/USD-RefPrice-mainnet-production",assetName:"BGB",address:"0x0000000000000000000000000000000000000000",path:"bgb-usd-refprice-mainnet-production",input:"BGB",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BIGTIME/USD-RefPrice-DS-Premium-Global-003",assetName:"BIGTIME",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"bigtime-usd-premium-prod-v03",input:"BIGTIME",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BIGTIME/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"BIGTIME",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"bigtime-usd-premium-staging-experimental",input:"BIGTIME",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BLAST/USD-RefPrice-DS-Premium-Global-003",assetName:"BLAST",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"blast-usd-refprice-ds-premium-global-003-prod",input:"BLAST",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BLAST/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"BLAST",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"blast-usd-refprice-dsstaging-premium-global-003-staging-experimental",input:"BLAST",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BLUE/USD-RefPrice-mainnet-production",assetName:"BLUE",address:"0x0000000000000000000000000000000000000000",path:"blue-usd-refprice-mainnet-production",input:"BLUE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BLUR/USD-RefPrice-DS-Premium-Global-003",assetName:"BLUR",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"blur-usd-premium-prod-v03",input:"BLUR",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BLUR/USD-RefPrice-DSstaging-Premium-Global-003-dead",assetName:"BLUR",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"blur-usd-premium-staging-experimental-dead",input:"BLUR",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"BNB / USD",assetName:"BNB",address:"0x6970460aabF80C5BE983C6b74e5D06dEDCA95D4A",path:"bnb-usd",input:"BNB",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BNB/USD-RefPrice-DS-Premium-Global-003",assetName:"BNB",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"bnb-usd-premium-prod",input:"BNB",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BNB/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"bnb-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BNSOL/USD-RefPrice-mainnet-production",assetName:"BNSOL",address:"0x0000000000000000000000000000000000000000",path:"bnsol-usd-refprice-mainnet-production",input:"BNSOL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BOME/USD-RefPrice-DS-Premium-Global-003",assetName:"BOME",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"bome-usd-refprice-ds-premium-global-003-prod",input:"BOME",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"BONE / USD",assetName:"BONE",address:"0x8b7C8726F93063b88Db512f34b90291AEB1E884B",path:"bone-usd",input:"BONE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BONE/USD-RefPrice-mainnet-production",assetName:"BONE",address:"0x0000000000000000000000000000000000000000",path:"bone-usd-refprice-mainnet-production",input:"BONE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BONK/USD-RefPrice-DS-Premium-Global-003",assetName:"BONK",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"bonk-usd-premium-prod",input:"BONK",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BRETT/USD-RefPrice-DS-Premium-Global-003",assetName:"BRETT",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"brett-usd-premium-prod-v03",input:"BRETT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BRETT/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"BRETT",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"brett-usd-premium-staging-experimental",input:"BRETT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BROCCOLI/USD-RefPrice-mainnet-production",assetName:"BROCCOLI",address:"0x0000000000000000000000000000000000000000",path:"broccoli-usd-refprice-mainnet-production",input:"BROCCOLI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BROCCOLI/USD-RefPrice-mainnet-staging",assetName:"BROCCOLI",address:"0x0000000000000000000000000000000000000000",path:"broccoli-usd-refprice-mainnet-staging",input:"BROCCOLI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BSV/USD-RefPrice-mainnet-production",assetName:"BSV",address:"0x0000000000000000000000000000000000000000",path:"bsv-usd-refprice-mainnet-production",input:"BSV",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BTC / ETH",assetName:"BTC",address:"0xc5a90A6d7e4Af242dA238FFe279e9f2BA0c64B2e",path:"btc-eth",input:"BTC",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"BTC / USD",assetName:"BTC",address:"0x6ce185860a4963106506C203335A2910413708e9",path:"btc-usd",input:"BTC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BTC-ETH-SOL-USDC-USDT/USD-RefPrice-mainnet-production",assetName:"BTC-ETH-SOL-USDC-USDT",address:"0x0000000000000000000000000000000000000000",path:"btc-eth-sol-usdc-usdt-usd-refprice-mainnet-production",input:"BTC-ETH-SOL-USDC-USDT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"BTC-USD Total Marketcap",assetName:"BTC",address:"0x7519bCA20e21725557Bb98d9032124f8885a26C2",path:"btc-usd-marketcap",input:"BTC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BTC/USD-RefPrice-DS-Premium-Global-003",assetName:"BTC",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"btc-usd-premium-prod",input:"BTC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BTC/USDT-Binance-FundingRate-mainnet-staging",assetName:"BTC",address:"0x0000000000000000000000000000000000000000",path:"btc-usdt-binance-fundingrate-mainnet-staging",input:"BTC",output:"USDT",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BTC/USDT-Deribit-FundingRate-mainnet-staging",assetName:"BTC",address:"0x0000000000000000000000000000000000000000",path:"btc-usdt-deribit-fundingrate-mainnet-staging",input:"BTC",output:"USDT",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BTT/USD-RefPrice-mainnet-production",assetName:"BTT",address:"0x0000000000000000000000000000000000000000",path:"btt-usd-refprice-mainnet-production",input:"BTT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"C98/USD-RefPrice-DS-Premium-Global-003",assetName:"C98",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"c98-usd-premium-prod-v03",input:"C98",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"C98/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"C98",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"c98-usd-premium-staging-experimental",input:"C98",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"CAKE / USD",assetName:"CAKE",address:"0x256654437f1ADA8057684b18d742eFD14034C400",path:"cake-usd",input:"CAKE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"CAKE/USD-RefPrice-mainnet-production",assetName:"CAKE",address:"0x0000000000000000000000000000000000000000",path:"cake-usd-refprice-mainnet-production",input:"CAKE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"CAKE/USD-RefPrice-mainnet-staging",assetName:"CAKE",address:"0x0000000000000000000000000000000000000000",path:"cake-usd-refprice-mainnet-staging",input:"CAKE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"CAT/USD-RefPrice-DSstaging-Premium-Global-003-dead",assetName:"CAT",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"cat-usd-premium-staging-experimental-v03-dead",input:"CAT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"CATI/USD-RefPrice-mainnet-production",assetName:"CATI",address:"0x0000000000000000000000000000000000000000",path:"cati-usd-refprice-mainnet-production",input:"CATI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"CATI/USD-RefPrice-mainnet-staging",assetName:"CATI",address:"0x0000000000000000000000000000000000000000",path:"cati-usd-refprice-mainnet-staging",input:"CATI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"CBETH / ETH",assetName:"CBETH",address:"0xa668682974E3f121185a3cD94f00322beC674275",path:"cbeth-eth",input:"CBETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"CELO/USD-RefPrice-mainnet-production",assetName:"CELO",address:"0x0000000000000000000000000000000000000000",path:"celo-usd-refprice-mainnet-production",input:"CELO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"CELO/USD-RefPrice-mainnet-staging",assetName:"CELO",address:"0x0000000000000000000000000000000000000000",path:"celo-usd-refprice-mainnet-staging",input:"CELO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"CFG/USD-RefPrice-mainnet-production",assetName:"CFG",address:"0x0000000000000000000000000000000000000000",path:"cfg-usd-refprice-mainnet-production",input:"CFG",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"CFX/USD-RefPrice-mainnet-production",assetName:"CFX",address:"0x0000000000000000000000000000000000000000",path:"cfx-usd-refprice-mainnet-production",input:"CFX",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"CHR/USD-RefPrice-DS-Premium-Global-003",assetName:"CHR",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"chr-usd-premium-prod-v03",input:"CHR",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"CHR/USD-RefPrice-DSstaging-Premium-Global-003-dead",assetName:"CHR",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"chr-usd-premium-staging-experimental-v03-dead",input:"CHR",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"CHZ/USD-RefPrice-DS-Premium-Global-003",assetName:"CHZ",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"chz-usd-refprice-ds-premium-global-003-prod",input:"CHZ",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"COMP / USD",assetName:"COMP",address:"0xe7C53FFd03Eb6ceF7d208bC4C13446c76d1E5884",path:"comp-usd",input:"COMP",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"COMP/USD-RefPrice-DS-Premium-Global-003",assetName:"COMP",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"comp-usd-premium-prod",input:"COMP",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"COMP/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"COMP",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"comp-usd-premium-staging-experimental",input:"COMP",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"COQ/USD-RefPrice-DS-Premium-Global-003",assetName:"COQ",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"coq-usd-premium-prod-v03",input:"COQ",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"COQ/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"COQ",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"coq-usd-premium-staging-experimental-v03",input:"COQ",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"CORE / USD",assetName:"CORE",address:"0x037100C673E8A63fBF8F6f78A8FBeEbb683593a8",path:"core-usd",input:"CORE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"CORE/USD-RefPrice-mainnet-production",assetName:"CORE",address:"0x0000000000000000000000000000000000000000",path:"core-usd-refprice-mainnet-production",input:"CORE",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"CRO / USD",assetName:"CRO",address:"0xea320E4d688B143A3bFBF1b4a5cc4B986fCa086c",path:"cro-usd",input:"CRO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"CRO/USD-RefPrice-mainnet-production",assetName:"CRO",address:"0x0000000000000000000000000000000000000000",path:"cro-usd-refprice-mainnet-production",input:"CRO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"CROAK/USD-RefPrice-mainnet-production",assetName:"CROAK",address:"0x0000000000000000000000000000000000000000",path:"croak-usd-refprice-mainnet-production",input:"CROAK",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"CROAK/USD-RefPrice-mainnet-staging",assetName:"CROAK",address:"0x0000000000000000000000000000000000000000",path:"croak-usd-refprice-mainnet-staging",input:"CROAK",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"CRV / USD",assetName:"CRV",address:"0xaebDA2c976cfd1eE1977Eac079B4382acb849325",path:"crv-usd",input:"CRV",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"CRV/USD-RefPrice-DS-Premium-Global-003",assetName:"CRV",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"crv-usd-premium-prod",input:"CRV",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"CRV/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"CRV",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"crv-usd-premium-staging-experimental",input:"CRV",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"CRVUSD / USD",assetName:"CRVUSD",address:"0x0a32255dd4BB6177C994bAAc73E0606fDD568f66",path:"crvusd-usd",input:"CRVUSD",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"CTC/USD-RefPrice-mainnet-production",assetName:"CTC",address:"0x0000000000000000000000000000000000000000",path:"ctc-usd-refprice-mainnet-production",input:"CTC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"CV Index",address:"0xbcD8bEA7831f392bb019ef3a672CC15866004536",path:"cv-index",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"CVX / USD",assetName:"CVX",address:"0x851175a919f36c8e30197c09a9A49dA932c2CC00",path:"cvx-usd",input:"CVX",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"CYBER/USD-RefPrice-DS-Premium-Global-003",assetName:"CYBER",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"cyber-usd-premium-prod-v03",input:"CYBER",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"CYBER/USD-RefPrice-DSstaging-Premium-Global-003-dead",assetName:"CYBER",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"cyber-usd-premium-staging-experimental-v03-dead",input:"CYBER",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"DAI / USD",assetName:"DAI",address:"0xc5C8E77B397E531B8EC06BFb0048328B30E9eCfB",path:"dai-usd",input:"DAI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"DAI/USD-RefPrice-DS-Premium-Global-003",assetName:"DAI",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"dai-usd-premium-prod",input:"DAI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"DAI/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"dai-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"DARK/USD-RefPrice-mainnet-production",assetName:"DARK",address:"0x0000000000000000000000000000000000000000",path:"dark-usd-refprice-mainnet-production",input:"DARK",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"DASH/USD-RefPrice-mainnet-production",assetName:"DASH",address:"0x0000000000000000000000000000000000000000",path:"dash-usd-refprice-mainnet-production",input:"DASH",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"DASH/USD-RefPrice-mainnet-staging",assetName:"DASH",address:"0x0000000000000000000000000000000000000000",path:"dash-usd-refprice-mainnet-staging",input:"DASH",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"DEEP/USD-RefPrice-mainnet-production",assetName:"DEEP",address:"0x0000000000000000000000000000000000000000",path:"deep-usd-refprice-mainnet-production",input:"DEEP",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"DEUSD/USD-RefPrice-mainnet-production",assetName:"DEUSD",address:"0x0000000000000000000000000000000000000000",path:"deusd-usd-refprice-mainnet-production",input:"DEUSD",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"DODO / USD",assetName:"DODO",address:"0xA33a06c119EC08F92735F9ccA37e07Af08C4f281",path:"dodo-usd",input:"DODO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"DODO/USD-RefPrice-mainnet-production",assetName:"DODO",address:"0x0000000000000000000000000000000000000000",path:"dodo-usd-refprice-mainnet-production",input:"DODO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"DODO/USD-RefPrice-mainnet-staging",assetName:"DODO",address:"0x0000000000000000000000000000000000000000",path:"dodo-usd-refprice-mainnet-staging",input:"DODO",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"DOGE / USD",assetName:"DOGE",address:"0x9A7FB1b3950837a8D9b40517626E11D4127C098C",path:"doge-usd",input:"DOGE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"DOGE/USD-RefPrice-DS-Premium-Global-003",assetName:"DOGE",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"doge-usd-premium-prod",input:"DOGE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"DOGE/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"doge-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"DOGS/USD-RefPrice-DS-Premium-Global-003",assetName:"DOGS",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"dogs-usd-premium-prod-v03",input:"DOGS",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"DOGS/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"DOGS",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"dogs-usd-premium-staging-experimental",input:"DOGS",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"DOLO / USD",assetName:"DOLO",address:"0x17d8D87dF3E279c737568aB0C5cC3fF750aB763e",path:"dolo-usd",input:"DOLO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"DOLO/USD-RefPrice-mainnet-production",assetName:"DOLO",address:"0x0000000000000000000000000000000000000000",path:"dolo-usd-refprice-mainnet-production",input:"DOLO",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"DOT / USD",assetName:"DOT",address:"0xa6bC5bAF2000424e90434bA7104ee399dEe80DEc",path:"dot-usd",input:"DOT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"DOT/USD-RefPrice-DS-Premium-Global-003",assetName:"DOT",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"dot-usd-premium-prod",input:"DOT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"DPI / USD",assetName:"DPI",address:"0x1e431E56118bE414bD91f6392414ad3833d21B0D",path:"dpi-usd",input:"DPI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"DRIFT/USD-RefPrice-mainnet-production",assetName:"DRIFT",address:"0x0000000000000000000000000000000000000000",path:"drift-usd-refprice-mainnet-production",input:"DRIFT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"DUSK/USD-RefPrice-mainnet-production",assetName:"DUSK",address:"0x0000000000000000000000000000000000000000",path:"dusk-usd-refprice-mainnet-production",input:"DUSK",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"DUSK/USD-RefPrice-mainnet-staging",assetName:"DUSK",address:"0x0000000000000000000000000000000000000000",path:"dusk-usd-refprice-mainnet-staging",input:"DUSK",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"DYDX/USD-RefPrice-DS-Premium-Global-003",assetName:"DYDX",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"dydx-usd-refprice-ds-premium-global-003-prod",input:"DYDX",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"DYM/USD-RefPrice-mainnet-production",assetName:"DYM",address:"0x0000000000000000000000000000000000000000",path:"dym-usd-refprice-mainnet-production",input:"DYM",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"DYM/USD-RefPrice-mainnet-staging",assetName:"DYM",address:"0x0000000000000000000000000000000000000000",path:"dym-usd-refprice-mainnet-staging",input:"DYM",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"EDU/USD-RefPrice-DS-Premium-Global-003",assetName:"EDU",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"edu-usd-premium-prod-v03",input:"EDU",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"EDU/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"EDU",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"edu-usd-premium-staging-experimental-v03",input:"EDU",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"EGLD/USD-RefPrice-DS-Premium-Global-003",assetName:"EGLD",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"egld-usd-premium-prod",input:"EGLD",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"EIGEN/USD-RefPrice-DS-Premium-Global-003",assetName:"EIGEN",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"eigen-usd-refprice-ds-premium-global-003-prod",input:"EIGEN",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"ENA / USD",assetName:"ENA",address:"0x9eE96caa9972c801058CAA8E23419fc6516FbF7e",path:"ena-usd",input:"ENA",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ENA/USD-RefPrice-DS-Premium-Global-003",assetName:"ENA",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"ena-usd-premium-prod",input:"ENA",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ENS/USD-RefPrice-DS-Premium-Global-003",assetName:"Ethereum Name Service",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"ens-usd-premium-prod-v03",input:"Ethereum Name Service",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ENS/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"ENS",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"ens-usd-premium-staging-experimental",input:"ENS",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"EOS/USD-RefPrice-mainnet-production",assetName:"EOS",address:"0x0000000000000000000000000000000000000000",path:"eos-usd-refprice-mainnet-production",input:"EOS",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"EOS/USD-RefPrice-mainnet-staging",assetName:"EOS",address:"0x0000000000000000000000000000000000000000",path:"eos-usd-refprice-mainnet-staging",input:"EOS",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ETC/USD-RefPrice-mainnet-production",assetName:"ETC",address:"0x0000000000000000000000000000000000000000",path:"etc-usd-refprice-mainnet-production",input:"ETC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ETC/USD-RefPrice-mainnet-staging",assetName:"ETC",address:"0x0000000000000000000000000000000000000000",path:"etc-usd-refprice-mainnet-staging",input:"ETC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"ETH / USD",assetName:"ETH",address:"0x639Fe6ab55C921f74e7fac1ee960C0B6293ba612",path:"eth-usd",input:"ETH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"ETH-USD Total Marketcap",assetName:"ETH",address:"0xB1f70A229FE7cceD0428245db8B1f6C48c7Ea82a",path:"eth-usd-marketcap",input:"ETH",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ETH/USD-RefPrice-DS-Premium-Global-003",assetName:"ETH",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"eth-usd-premium-prod",input:"ETH",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ETH/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"eth-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ETH/USDT-Binance-FundingRate-mainnet-staging",assetName:"ETH",address:"0x0000000000000000000000000000000000000000",path:"eth-usdt-binance-fundingrate-mainnet-staging",input:"ETH",output:"USDT",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ETH/USDT-Deribit-FundingRate-mainnet-staging",assetName:"ETH",address:"0x0000000000000000000000000000000000000000",path:"eth-usdt-deribit-fundingrate-mainnet-staging",input:"ETH",output:"USDT",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ETHFI/USD-RefPrice-DS-Premium-Global-003",assetName:"ETHFI",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"ethfi-usd-premium-prod",input:"ETHFI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ETHx / ETH",assetName:"ETHx",address:"0xB4AC4078DDA43d0eB6Bb9e08b8C12A73f9FEAA7d",path:"ethx-eth",input:"ETHx",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ETHx / ETH Exchange Rate",assetName:"ETHx",address:"0x1f5C0C2CD2e9Ad1eE475660AF0bBa27aE7d87f5e",path:"ethx-eth-exchange-rate",input:"ETHx",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"EURC / USD",assetName:"EURC",address:"0xCF9752295D0ac9215461fA095faFEC1B854b849B",path:"eurc-usd",input:"EURC",output:"USD",type:"crypto",updateInterval:600},{decimals:0,chainId:42161,name:"EZETH/ETH-ExRate-mainnet-production",assetName:"EZETH",address:"0x0000000000000000000000000000000000000000",path:"ezeth-eth-exrate-mainnet-production",input:"EZETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:0,chainId:42161,name:"EZETH/ETH-ExRate-mainnet-staging",assetName:"EZETH",address:"0x0000000000000000000000000000000000000000",path:"ezeth-eth-exrate-mainnet-staging",input:"EZETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"FARTCOIN/USD-RefPrice-DS-Premium-Global-003",assetName:"FARTCOIN",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"fartcoin-usd-premium-prod-v03",input:"FARTCOIN",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"FARTCOIN/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"FARTCOIN",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"fartcoin-usd-premium-staging-experimental-v03",input:"FARTCOIN",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"FBTC / BTC Exchange Rate",assetName:"FBTC",address:"0x84ad1Cb9FDE786c00a77b7539344ad3C66A616f5",path:"fbtc-btc-exchange-rate",input:"FBTC",output:"BTC",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"FBTC Proof of Reserves",assetName:"FBTC",address:"0xfb010c715Ff2B85DB9c896f0C030bF9329638905",path:"fbtc-por",input:"FBTC",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"FDUSD/USD-RefPrice-mainnet-production",assetName:"FDUSD",address:"0x0000000000000000000000000000000000000000",path:"fdusd-usd-refprice-mainnet-production",input:"FDUSD",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"FET/USD-RefPrice-DS-Premium-Global-003",assetName:"FET",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"fet-usd-refprice-ds-premium-global-003-prod",input:"FET",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"FIL/USD-RefPrice-DS-Premium-Global-003",assetName:"FIL",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"fil-usd-premium-prod",input:"FIL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"FLOKI/USD-RefPrice-DS-Premium-Global-003",assetName:"FLOKI",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"floki-usd-premium-prod",input:"FLOKI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"FLOW/USD-RefPrice-DS-Premium-Global-003",assetName:"FLOW",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"flow-usd-premium-prod",input:"FLOW",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"FLOW/USD-RefPrice-DSstaging-Premium-Global-003-dead",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"flow-usd-premium-staging-experimental-dead",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"FLR/USD-RefPrice-mainnet-production",assetName:"FLR",address:"0x0000000000000000000000000000000000000000",path:"flr-usd-refprice-mainnet-production",input:"FLR",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"FRAX / USD",assetName:"FRAX",address:"0x0809E3d38d1B4214958faf06D8b1B1a2b73f2ab8",path:"frax-usd",input:"FRAX",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"FRXETH/USD-RefPrice-mainnet-production",assetName:"FRXETH",address:"0x0000000000000000000000000000000000000000",path:"frxeth-usd-refprice-mainnet-production",input:"FRXETH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"FTM / USD",assetName:"FTM",address:"0xFeaC1A3936514746e70170c0f539e70b23d36F19",path:"ftm-usd",input:"FTM",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"FXS / USD",assetName:"FXS",address:"0x36a121448D74Fa81450c992A1a44B9b7377CD3a5",path:"fxs-usd",input:"FXS",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"FXS/USD-RefPrice-DS-Premium-Global-003",assetName:"FXS",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"fxs-usd-premium-prod-v03",input:"FXS",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"FXS/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"FXS",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"fxs-usd-premium-staging-experimental-v03",input:"FXS",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"GALA/USD-RefPrice-DS-Premium-Global-003",assetName:"GALA",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"gala-usd-premium-prod-v03",input:"GALA",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"GALA/USD-RefPrice-DSstaging-Premium-Global-003-dead-dead",assetName:"GALA",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"gala-usd-premium-staging-experimental-dead-dead",input:"GALA",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"GAS / USD",assetName:"GAS",address:"0xCF7a7A1Fb746E926Bbe5C88a702a89167a94C51C",path:"gas-usd",input:"GAS",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"GHO / USD",assetName:"GHO",address:"0x3c786e934F23375Ca345C9b8D5aD54838796E8e7",path:"gho-usd",input:"GHO",output:"GHO",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"GM BTC/USD [WBTC-WBTC]",assetName:"gmWBTC",address:"0x19eCDd6DDc12597ec4A522fB1E25b1A580B605B7",path:"gm-btc-usd-wbtc-wbtc",input:"gmWBTC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"GM ETH/USD [wETH-wETH]",assetName:"gmWETH",address:"0xEAeFFF521cb36dFb414E8580f8635BFB44d96255",path:"gm-eth-usd-weth-weth",input:"gmWETH",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"GMT/USD-RefPrice-mainnet-production",assetName:"GMT",address:"0x0000000000000000000000000000000000000000",path:"gmt-usd-refprice-mainnet-production",input:"GMT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"GMX / USD",assetName:"GMX",address:"0xDB98056FecFff59D032aB628337A4887110df3dB",path:"gmx-usd",input:"GMX",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"GMX/USD-RefPrice-DS-Premium-Global-003",assetName:"GMX",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"gmx-usd-premium-prod",input:"GMX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"GNS / USD",assetName:"GNS",address:"0xE89E98CE4E19071E59Ed4780E0598b541CE76486",path:"gns-usd",input:"GNS",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"GNS/USD-RefPrice-mainnet-production",assetName:"GNS",address:"0x0000000000000000000000000000000000000000",path:"gns-usd-refprice-mainnet-production",input:"GNS",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"GOAT/USD-RefPrice-DS-Premium-Global-003",assetName:"GOAT",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"goat-usd-premium-prod-v03",input:"GOAT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"GOAT/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"GOAT",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"goat-usd-premium-staging-experimental-v03",input:"GOAT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"GRASS / USD",assetName:"GRASS",address:"0x3791D5eFF50Ab65fD82BBb16BCba42BEA556E7aA",path:"grass-usd",input:"GRASS",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"GRASS/USD-RefPrice-mainnet-production",assetName:"GRASS",address:"0x0000000000000000000000000000000000000000",path:"grass-usd-refprice-mainnet-production",input:"GRASS",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"GRIFFAIN/USD-RefPrice-mainnet-production",assetName:"GRIFFAIN",address:"0x0000000000000000000000000000000000000000",path:"griffain-usd-refprice-mainnet-production",input:"GRIFFAIN",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"GRIFFAIN/USD-RefPrice-mainnet-staging",assetName:"GRIFFAIN",address:"0x0000000000000000000000000000000000000000",path:"griffain-usd-refprice-mainnet-staging",input:"GRIFFAIN",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"GRT / USD",assetName:"GRT",address:"0x0F38D86FceF4955B705F35c9e41d1A16e0637c73",path:"grt-usd",input:"GRT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"GRT/USD-RefPrice-DS-Premium-Global-003",assetName:"GRT",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"grt-usd-premium-prod",input:"GRT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"GRT/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"grt-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"GT/USD-RefPrice-mainnet-production",assetName:"GT",address:"0x0000000000000000000000000000000000000000",path:"gt-usd-refprice-mainnet-production",input:"GT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"HBAR/USD-RefPrice-mainnet-production",assetName:"HBAR",address:"0x0000000000000000000000000000000000000000",path:"hbar-usd-refprice-mainnet-production",input:"HBAR",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"HBAR/USD-RefPrice-mainnet-staging",assetName:"HBAR",address:"0x0000000000000000000000000000000000000000",path:"hbar-usd-refprice-mainnet-staging",input:"HBAR",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"HMSTR/USD-RefPrice-DS-Premium-Global-003",assetName:"HMSTR",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"hmstr-usd-premium-prod-v03",input:"HMSTR",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"HMSTR/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"HMSTR",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"hmstr-usd-premium-staging-experimental-v03",input:"HMSTR",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"HNT/USD-RefPrice-mainnet-production",assetName:"HNT",address:"0x0000000000000000000000000000000000000000",path:"hnt-usd-refprice-mainnet-production",input:"HNT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"HNT/USD-RefPrice-mainnet-staging",assetName:"HNT",address:"0x0000000000000000000000000000000000000000",path:"hnt-usd-refprice-mainnet-staging",input:"HNT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"HOOK/USD-RefPrice-DS-Premium-Global-003",assetName:"HOOK",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"hook-usd-premium-prod-v03",input:"HOOK",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"HOOK/USD-RefPrice-DSstaging-Premium-Global-003-dead",assetName:"HOOK",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"hook-usd-premium-staging-experimental-v03-dead",input:"HOOK",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"HOT/USD-RefPrice-DS-Premium-Global-003",assetName:"HOT",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"hot-usd-premium-prod-v03",input:"HOT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"HOT/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"HOT",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"hot-usd-premium-staging-experimental-v03",input:"HOT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"HOUSE/USD-RefPrice-mainnet-production",assetName:"HOUSE",address:"0x0000000000000000000000000000000000000000",path:"house-usd-refprice-mainnet-production",input:"HOUSE",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"HSK / USD",assetName:"HSK",address:"0x866fa212dfc5AAf321379874eCe95631F6d12e00",path:"hsk-usd",input:"HSK",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"HUBSOL/USD-RefPrice-mainnet-production",assetName:"HUBSOL",address:"0x0000000000000000000000000000000000000000",path:"hubsol-usd-refprice-mainnet-production",input:"HUBSOL",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"HYPE / USD",assetName:"HYPE",address:"0xf9ce4fE2F0EcE0362cb416844AE179a49591D567",path:"hype-usd",input:"HYPE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"HYPE/USD-RefPrice-mainnet-production",assetName:"HYPE",address:"0x0000000000000000000000000000000000000000",path:"hype-usd-refprice-mainnet-production",input:"HYPE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"HYPE/USD-RefPrice-mainnet-staging",assetName:"HYPE",address:"0x0000000000000000000000000000000000000000",path:"hype-usd-refprice-mainnet-staging",input:"HYPE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ICP/USD-RefPrice-DS-Premium-Global-003",assetName:"ICP",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"icp-usd-premium-prod",input:"ICP",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ICP/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"icp-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ID/USD-RefPrice-DS-Premium-Global-003",assetName:"ID",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"id-usd-premium-prod-v03",input:"ID",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ID/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"ID",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"id-usd-premium-staging-experimental-v03",input:"ID",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ILV/USD-RefPrice-DS-Premium-Global-003",assetName:"ILV",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"ilv-usd-premium-prod",input:"ILV",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ILV/USD-RefPrice-DSstaging-Premium-Global-003-dead",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"ilv-usd-premium-staging-experimental-dead",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"IMX/USD-RefPrice-DS-Premium-Global-003",assetName:"IMX",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"imx-usd-refprice-ds-premium-global-003-prod",input:"IMX",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"IMX/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"imx-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"INJ/USD-RefPrice-DS-Premium-Global-003",assetName:"INJ",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"inj-usd-premium-prod",input:"INJ",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"INJ/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"inj-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"IO/USD-RefPrice-DS-Premium-Global-003",assetName:"IO",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"io-usd-premium-prod-v03",input:"IO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"IO/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"IO",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"io-usd-premium-staging-experimental",input:"IO",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"IOTX / USD",assetName:"IOTX",address:"0x484A1b29ED1Ea038dBd75D7c7293714343363122",path:"iotx-usd",input:"IOTX",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"IOTX/USD-RefPrice-mainnet-production",assetName:"IOTX",address:"0x0000000000000000000000000000000000000000",path:"iotx-usd-refprice-mainnet-production",input:"IOTX",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"IOTX/USD-RefPrice-mainnet-staging",assetName:"IOTX",address:"0x0000000000000000000000000000000000000000",path:"iotx-usd-refprice-mainnet-staging",input:"IOTX",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"IP/USD-RefPrice-mainnet-production",assetName:"IP",address:"0x0000000000000000000000000000000000000000",path:"ip-usd-refprice-mainnet-production",input:"IP",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"IP/USD-RefPrice-mainnet-staging",assetName:"IP",address:"0x0000000000000000000000000000000000000000",path:"ip-usd-refprice-mainnet-staging",input:"IP",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"IQ/USD-RefPrice-DS-Premium-Global-003",assetName:"IQ",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"iq-usd-premium-prod-v03",input:"IQ",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"IQ/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"IQ",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"iq-usd-premium-staging-experimental",input:"IQ",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"JASMY/USD-RefPrice-mainnet-production",assetName:"JASMY",address:"0x0000000000000000000000000000000000000000",path:"jasmy-usd-refprice-mainnet-production",input:"JASMY",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"JOE / USD",assetName:"JOE",address:"0x04180965a782E487d0632013ABa488A472243542",path:"joe-usd",input:"JOE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"JOE/USD-RefPrice-mainnet-production",assetName:"JOE",address:"0x0000000000000000000000000000000000000000",path:"joe-usd-refprice-mainnet-production",input:"JOE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"JTO/USD-RefPrice-DS-Premium-Global-003",assetName:"JTO",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"jto-usd-premium-prod",input:"JTO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"JTO/USD-RefPrice-DSstaging-Premium-Global-003-dead",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"jto-usd-premium-staging-experimental-dead",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"JUP/USD-RefPrice-DS-Premium-Global-003",assetName:"JUP",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"jup-usd-premium-prod",input:"JUP",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"KAITO/USD-RefPrice-mainnet-production",assetName:"KAITO",address:"0x0000000000000000000000000000000000000000",path:"kaito-usd-refprice-mainnet-production",input:"KAITO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"KAS/USD-RefPrice-mainnet-production",assetName:"KAS",address:"0x0000000000000000000000000000000000000000",path:"kas-usd-refprice-mainnet-production",input:"KAS",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"KAVA/USD-RefPrice-mainnet-production",assetName:"KAVA",address:"0x0000000000000000000000000000000000000000",path:"kava-usd-refprice-mainnet-production",input:"KAVA",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"KAVA/USD-RefPrice-mainnet-staging",assetName:"KAVA",address:"0x0000000000000000000000000000000000000000",path:"kava-usd-refprice-mainnet-staging",input:"KAVA",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"KCS/USD-RefPrice-mainnet-production",assetName:"KCS",address:"0x0000000000000000000000000000000000000000",path:"kcs-usd-refprice-mainnet-production",input:"KCS",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"KMNO/USD-RefPrice-mainnet-production",assetName:"KMNO",address:"0x0000000000000000000000000000000000000000",path:"kmno-usd-refprice-mainnet-production",input:"KMNO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"KMNO/USD-RefPrice-mainnet-staging",assetName:"KMNO",address:"0x0000000000000000000000000000000000000000",path:"kmno-usd-refprice-mainnet-staging",input:"KMNO",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"KNC / USD",assetName:"KNC",address:"0xbF539d4c2106dd4D9AB6D56aed3d9023529Db145",path:"knc-usd",input:"KNC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"KNC/USD-RefPrice-DSstaging-Premium-Global-003-dead",assetName:"KNC",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"knc-usd-premium-staging-experimental-v03-dead",input:"KNC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"KSM/USD-RefPrice-mainnet-production",assetName:"KSM",address:"0x0000000000000000000000000000000000000000",path:"ksm-usd-refprice-mainnet-production",input:"KSM",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"LBTC / BTC",assetName:"LBTC",address:"0x9fa74925F21ad6C86d8f402EF490cFbA2Fa5e9bE",path:"lbtc-btc",input:"LBTC",output:"BTC",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"LDO / USD",assetName:"LDO",address:"0xA43A34030088E6510FecCFb77E88ee5e7ed0fE64",path:"ldo-usd",input:"LDO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"LDO/USD-RefPrice-DS-Premium-Global-003",assetName:"LDO",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"ldo-usd-premium-prod",input:"LDO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"LDO/USD-RefPrice-DSstaging-Premium-Global-003-dead",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"ldo-usd-premium-staging-experimental-dead",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"LINK / ETH",assetName:"LINK",address:"0xb7c8Fb1dB45007F98A68Da0588e1AA524C317f27",path:"link-eth",input:"LINK",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"LINK / USD",assetName:"LINK",address:"0x86E53CF1B870786351Da77A57575e79CB55812CB",path:"link-usd",input:"LINK",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"LINK/USD-RefPrice-DS-Premium-Global-003",assetName:"LINK",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"link-usd-premium-prod",input:"LINK",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"LINK/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"link-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"LISTA/USD-RefPrice-DS-Premium-Global-003",assetName:"LISTA",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"lista-usd-premium-prod-v03",input:"LISTA",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"LISTA/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"LISTA",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"lista-usd-premium-staging-experimental-v03",input:"LISTA",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"LPT/USD-RefPrice-DSstaging-Premium-Global-003-dead",assetName:"LPT",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"lpt-usd-premium-staging-experimental-v03-dead",input:"LPT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"LPT/USD-RefPrice-mainnet-production",assetName:"LPT",address:"0x0000000000000000000000000000000000000000",path:"lpt-usd-refprice-mainnet-production",input:"LPT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"LQTY/USD-RefPrice-mainnet-production",assetName:"LQTY",address:"0x0000000000000000000000000000000000000000",path:"lqty-usd-refprice-mainnet-production",input:"LQTY",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"LQTY/USD-RefPrice-mainnet-staging",assetName:"LQTY",address:"0x0000000000000000000000000000000000000000",path:"lqty-usd-refprice-mainnet-staging",input:"LQTY",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"LRC/USD-RefPrice-mainnet-production",assetName:"LRC",address:"0x0000000000000000000000000000000000000000",path:"lrc-usd-refprice-mainnet-production",input:"LRC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"LST/USD-RefPrice-mainnet-production",assetName:"LST",address:"0x0000000000000000000000000000000000000000",path:"lst-usd-refprice-mainnet-production",input:"LST",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"LTC / USD",assetName:"LTC",address:"0x5698690a7B7B84F6aa985ef7690A8A7288FBc9c8",path:"ltc-usd",input:"LTC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"LTC/USD-RefPrice-DS-Premium-Global-003",assetName:"LTC",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"ltc-usd-premium-prod",input:"LTC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"LTC/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"ltc-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"LUSD / USD",assetName:"LUSD",address:"0x0411D28c94d85A36bC72Cb0f875dfA8371D8fFfF",path:"lusd-usd",input:"LUSD",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"MAGIC / USD",assetName:"MAGIC",address:"0x47E55cCec6582838E173f252D08Afd8116c2202d",path:"magic-usd",input:"MAGIC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"MAGIC/USD-RefPrice-mainnet-production",assetName:"MAGIC",address:"0x0000000000000000000000000000000000000000",path:"magic-usd-refprice-mainnet-production",input:"MAGIC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"MANA/USD-RefPrice-DS-Premium-Global-003",assetName:"MANA",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"mana-usd-premium-prod",input:"MANA",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"MANA/USD-RefPrice-DSstaging-Premium-Global-003-dead",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"mana-usd-premium-staging-experimental-dead",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"MANTA/USD-RefPrice-DS-Premium-Global-003",assetName:"MANTA",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"manta-usd-premium-prod-v03",input:"MANTA",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"MANTA/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"MANTA",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"manta-usd-premium-staging-experimental-v03",input:"MANTA",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"MASK/USD-RefPrice-mainnet-production",assetName:"MASK",address:"0x0000000000000000000000000000000000000000",path:"mask-usd-refprice-mainnet-production",input:"MASK",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"MATIC / USD",assetName:"MATIC",address:"0x52099D4523531f678Dfc568a7B1e5038aadcE1d6",path:"matic-usd",input:"MATIC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"MAV/USD-RefPrice-DS-Premium-Global-003",assetName:"MAV",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"mav-usd-premium-prod-v03",input:"MAV",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"MAV/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"MAV",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"mav-usd-premium-staging-experimental-v03",input:"MAV",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"MELANIA / USD",assetName:"MELANIA",address:"0xE2CB592D636c500a6e469628054F09d58e4d91BB",path:"melania-usd",input:"MELANIA",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"MELANIA/USD-RefPrice-DS-Premium-Global-003",assetName:"MELANIA",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"melania-usd-premium-prod-v03",input:"MELANIA",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"MELANIA/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"MELANIA",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"melania-usd-premium-staging-experimental-v03",input:"MELANIA",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"MEME/USD-RefPrice-DS-Premium-Global-003",assetName:"MEME",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"meme-usd-premium-prod",input:"MEME",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"MERL/USD-RefPrice-DS-Premium-Global-003",assetName:"MERL",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"merl-usd-premium-prod-v03",input:"MERL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"MERL/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"MERL",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"merl-usd-premium-staging-experimental",input:"MERL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"METH/USD-RefPrice-mainnet-production",assetName:"METH",address:"0x0000000000000000000000000000000000000000",path:"meth-usd-refprice-mainnet-production",input:"METH",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"METIS/USD-RefPrice-mainnet-production",assetName:"METIS",address:"0x0000000000000000000000000000000000000000",path:"metis-usd-refprice-mainnet-production",input:"METIS",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"MEW/USD-RefPrice-DS-Premium-Global-003",assetName:"MEW",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"mew-usd-refprice-ds-premium-global-003-prod",input:"MEW",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"MICHI/USD-RefPrice-DS-Premium-Global-003",assetName:"MICHI",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"michi-usd-premium-prod-v03",input:"MICHI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"MICHI/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"MICHI",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"michi-usd-premium-staging-experimental-v03",input:"MICHI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"MIM / USD",assetName:"MIM",address:"0x87121F6c9A9F6E90E59591E4Cf4804873f54A95b",path:"mim-usd",input:"MIM",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"MIMATIC / USD",assetName:"MIMATIC",address:"0x59644ec622243878d1464A9504F9e9a31294128a",path:"mimatic-usd",input:"MIMATIC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"MINA/USD-RefPrice-mainnet-production",assetName:"MINA",address:"0x0000000000000000000000000000000000000000",path:"mina-usd-refprice-mainnet-production",input:"MINA",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"MKR / USD",assetName:"MKR",address:"0xdE9f0894670c4EFcacF370426F10C3AD2Cdf147e",path:"mkr-usd",input:"MKR",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"MKR/USD-RefPrice-DS-Premium-Global-003",assetName:"MKR",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"mkr-usd-premium-prod",input:"MKR",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"MKR/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"mkr-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"MLN / USD",assetName:"MLN",address:"0xD07de6e37A011CCAfD375d7eb130205E0fa24d69",path:"mln-usd",input:"MLN",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"MNT / USD",assetName:"MNT",address:"0x37DDEE84dE03d039e1Bf809b7a01EDd2c4665771",path:"mnt-usd",input:"MNT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"MNT/USD-RefPrice-mainnet-production",assetName:"MNT",address:"0x0000000000000000000000000000000000000000",path:"mnt-usd-refprice-mainnet-production",input:"MNT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"MOG/USD-RefPrice-DS-Premium-Global-003",assetName:"MOG",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"mog-usd-premium-prod-v03",input:"MOG",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"MOG/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"MOG",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"mog-usd-premium-staging-experimental-v03",input:"MOG",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"MOODENG/USD-RefPrice-DS-Premium-Global-003",assetName:"MOODENG",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"moodeng-usd-premium-prod-v03",input:"MOODENG",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"MOODENG/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"MOODENG",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"moodeng-usd-premium-staging-experimental-v03",input:"MOODENG",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"MORPHO/USD-RefPrice-mainnet-production",assetName:"MORPHO",address:"0x0000000000000000000000000000000000000000",path:"morpho-usd-refprice-mainnet-production",input:"MORPHO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"MORPHO/USD-RefPrice-mainnet-staging",assetName:"MORPHO",address:"0x0000000000000000000000000000000000000000",path:"morpho-usd-refprice-mainnet-staging",input:"MORPHO",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"MVI-USD",assetName:"MVI",address:"0x87B679C03e9672Af516a9E08085e1F4FA1722A3D",path:"mvi-usd",input:"MVI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"MYX/USD-RefPrice-mainnet-production",assetName:"MYX",address:"0x0000000000000000000000000000000000000000",path:"myx-usd-refprice-mainnet-production",input:"MYX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"NEAR / USD",assetName:"NEAR",address:"0xBF5C3fB2633e924598A46B9D07a174a9DBcF57C0",path:"near-usd",input:"NEAR",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"NEAR/USD-RefPrice-DS-Premium-Global-003",assetName:"NEAR",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"near-usd-premium-prod",input:"NEAR",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"NEAR/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"near-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"NEET/USD-RefPrice-mainnet-production",assetName:"NEET",address:"0x0000000000000000000000000000000000000000",path:"neet-usd-refprice-mainnet-production",input:"NEET",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"NEIRO/USD-RefPrice-DSstaging-Premium-Global-003-dead",assetName:"NEIRO",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"neiro-usd-premium-staging-experimental-v03-dead",input:"NEIRO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"NEIROETH/USD-RefPrice-mainnet-production",assetName:"NEIROETH",address:"0x0000000000000000000000000000000000000000",path:"neiroeth-usd-refprice-mainnet-production",input:"NEIROETH",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"NEIROETH/USD-RefPrice-mainnet-staging",assetName:"NEIROETH",address:"0x0000000000000000000000000000000000000000",path:"neiroeth-usd-refprice-mainnet-staging",input:"NEIROETH",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"NEO/USD-RefPrice-mainnet-production",assetName:"NEO",address:"0x0000000000000000000000000000000000000000",path:"neo-usd-refprice-mainnet-production",input:"NEO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"NILE/USD-RefPrice-mainnet-production",assetName:"NILE",address:"0x0000000000000000000000000000000000000000",path:"nile-usd-refprice-mainnet-production",input:"NILE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"NOT/USD-RefPrice-DS-Premium-Global-003",assetName:"NOT",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"not-usd-refprice-ds-premium-global-003-prod",input:"NOT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"OHMv2 / USD",assetName:"OHMv2",address:"0x761aaeBf021F19F198D325D7979965D0c7C9e53b",path:"ohmv2-usd",input:"OHMv2",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"OM/USD-RefPrice-mainnet-production",assetName:"OM",address:"0x0000000000000000000000000000000000000000",path:"om-usd-refprice-mainnet-production",input:"OM",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"OM/USD-RefPrice-mainnet-staging",assetName:"OM",address:"0x0000000000000000000000000000000000000000",path:"om-usd-refprice-mainnet-staging",input:"OM",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"OMG/USD-RefPrice-mainnet-production",assetName:"OMG",address:"0x0000000000000000000000000000000000000000",path:"omg-usd-refprice-mainnet-production",input:"OMG",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"OMNI/USD-RefPrice-DS-Premium-Global-003",assetName:"OMNI",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"omni-usd-premium-prod-v03",input:"OMNI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"OMNI/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"OMNI",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"omni-usd-premium-staging-experimental",input:"OMNI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ONDO/USD-RefPrice-DS-Premium-Global-003",assetName:"ONDO",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"ondo-usd-premium-prod",input:"ONDO",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"OP / USD",assetName:"OP",address:"0x205aaD468a11fd5D34fA7211bC6Bad5b3deB9b98",path:"op-usd",input:"OP",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"OP/USD-RefPrice-DS-Premium-Global-003",assetName:"OP",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"op-usd-premium-prod",input:"OP",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"OP/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"op-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ORCA/USD-RefPrice-mainnet-production",assetName:"ORCA",address:"0x0000000000000000000000000000000000000000",path:"orca-usd-refprice-mainnet-production",input:"ORCA",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"ORDER / USD",assetName:"ORDER",address:"0xE2A3216D8e4BdFA2Ee78F2e55B995e787e6Ce500",path:"order-usd",input:"ORDER",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ORDER/USD-RefPrice-DS-Premium-Global-003",assetName:"ORDER",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"order-usd-premium-prod-v03",input:"ORDER",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ORDER/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"ORDER",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"order-usd-premium-staging-experimental-v03",input:"ORDER",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"ORDI / USD",assetName:"ORDI",address:"0x76998C22eEa325A11dc6971Cedcf533E9740F854",path:"ordi-usd",input:"ORDI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ORDI/USD-RefPrice-DS-Premium-Global-003",assetName:"ORDI",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"ordi-usd-premium-prod",input:"ORDI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"PAIN/USD-RefPrice-mainnet-production",assetName:"PAIN",address:"0x0000000000000000000000000000000000000000",path:"pain-usd-refprice-mainnet-production",input:"PAIN",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"PAIN/USD-RefPrice-mainnet-staging",assetName:"PAIN",address:"0x0000000000000000000000000000000000000000",path:"pain-usd-refprice-mainnet-staging",input:"PAIN",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"PAXG / USD",assetName:"PAXG",address:"0x2BA975D4D7922cD264267Af16F3bD177F206FE3c",path:"paxg-usd",input:"PAXG",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"PAXG/USD-RefPrice-DS-Premium-Global-003",assetName:"PAXG",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"paxg-usd-refprice-ds-premium-global-003-prod",input:"PAXG",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"PENDLE / USD",assetName:"PENDLE",address:"0x66853E19d73c0F9301fe099c324A1E9726953433",path:"pendle-usd",input:"PENDLE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"PENDLE/USD-RefPrice-DS-Premium-Global-003",assetName:"PENDLE",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"pendle-usd-premium-prod",input:"PENDLE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"PENDLE/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"pendle-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"PENGU/USD-RefPrice-DS-Premium-Global-003",assetName:"PENGU",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"pengu-usd-premium-prod-v03",input:"PENGU",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"PENGU/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"PENGU",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"pengu-usd-premium-staging-experimental-v03",input:"PENGU",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"PEOPLE/USD-RefPrice-DS-Premium-Global-003",assetName:"PEOPLE",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"people-usd-premium-prod-v03",input:"PEOPLE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"PEOPLE/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"PEOPLE",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"people-usd-premium-staging-experimental",input:"PEOPLE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"PEPE / USD",assetName:"PEPE",address:"0x02DEd5a7EDDA750E3Eb240b54437a54d57b74dBE",path:"pepe-usd",input:"PEPE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"PEPE/USD-RefPrice-DS-Premium-Global-003",assetName:"PEPE",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"pepe-usd-premium-prod",input:"PEPE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"PI/USD-RefPrice-mainnet-production",assetName:"PI",address:"0x0000000000000000000000000000000000000000",path:"pi-usd-refprice-mainnet-production",input:"PI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"PIXEL/USD-RefPrice-DS-Premium-Global-003",assetName:"PIXEL",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"pixel-usd-premium-prod-v03",input:"PIXEL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"PIXEL/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"PIXEL",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"pixel-usd-premium-staging-experimental-v03",input:"PIXEL",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"PLUME / USD",assetName:"PLUME",address:"0x004f214586CaFE0F1321Ad13A93bca77C385b196",path:"plume-usd",input:"PLUME",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"PNUT/USD-RefPrice-mainnet-production",assetName:"PNUT",address:"0x0000000000000000000000000000000000000000",path:"pnut-usd-refprice-mainnet-production",input:"PNUT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"PNUT/USD-RefPrice-mainnet-staging",assetName:"PNUT",address:"0x0000000000000000000000000000000000000000",path:"pnut-usd-refprice-mainnet-staging",input:"PNUT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"POL / USD",assetName:"POL",address:"0x82BA56a2fADF9C14f17D08bc51bDA0bDB83A8934",path:"pol-usd",input:"POL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"POL/USD-RefPrice-DS-Premium-Global-003",assetName:"POL",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"pol-usd-premium-prod",input:"POL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"POL/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"pol-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"POLYX/USD-RefPrice-DS-Premium-Global-003",assetName:"POLYX",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"polyx-usd-premium-prod-v03",input:"POLYX",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"POLYX/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"POLYX",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"polyx-usd-premium-staging-experimental-v03",input:"POLYX",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"PONKE/USD-RefPrice-mainnet-production",assetName:"PONKE",address:"0x0000000000000000000000000000000000000000",path:"ponke-usd-refprice-mainnet-production",input:"PONKE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"POPCAT/USD-RefPrice-DSstaging-Premium-Global-003-dead",assetName:"POPCAT",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"popcat-usd-premium-staging-experimental-v03-dead",input:"POPCAT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"POPCAT/USD-RefPrice-mainnet-production",assetName:"POPCAT",address:"0x0000000000000000000000000000000000000000",path:"popcat-usd-refprice-mainnet-production",input:"POPCAT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"PYTH/USD-RefPrice-DS-Premium-Global-003",assetName:"PYTH",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"pyth-usd-premium-prod-v03",input:"PYTH",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"PYTH/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"PYTH",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"pyth-usd-premium-staging-experimental",input:"PYTH",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"PYUSD/USD-RefPrice-mainnet-production",assetName:"PYUSD",address:"0x0000000000000000000000000000000000000000",path:"pyusd-usd-refprice-mainnet-production",input:"PYUSD",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"QNT/USD-RefPrice-DS-Premium-Global-003",assetName:"QNT",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"qnt-usd-refprice-ds-premium-global-003-prod",input:"QNT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"QNT/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"QNT",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"qnt-usd-premium-staging-experimental",input:"QNT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"QTUM/USD-RefPrice-mainnet-production",assetName:"QTUM",address:"0x0000000000000000000000000000000000000000",path:"qtum-usd-refprice-mainnet-production",input:"QTUM",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"RAY/USD-RefPrice-mainnet-production",assetName:"RAY",address:"0x0000000000000000000000000000000000000000",path:"ray-usd-refprice-mainnet-production",input:"RAY",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"RDNT / USD",assetName:"RDNT",address:"0x20d0Fcab0ECFD078B036b6CAf1FaC69A6453b352",path:"rdnt-usd",input:"RDNT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"RDNT/USD-RefPrice-DS-Premium-Global-003",assetName:"RDNT",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"rdnt-usd-premium-prod",input:"RDNT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"RDNT/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"rdnt-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"RENDER/USD-RefPrice-DS-Premium-Global-003",assetName:"RENDER",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"render-usd-refprice-ds-premium-global-003-prod",input:"RENDER",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"RETH / ETH",assetName:"RETH",address:"0xD6aB2298946840262FcC278fF31516D39fF611eF",path:"reth-eth",input:"RETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"REZ/USD-RefPrice-DS-Premium-Global-003",assetName:"REZ",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"rez-usd-premium-prod-v03",input:"REZ",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"REZ/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"REZ",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"rez-usd-premium-staging-experimental",input:"REZ",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"RFC/USD-RefPrice-mainnet-production",assetName:"RFC",address:"0x0000000000000000000000000000000000000000",path:"rfc-usd-refprice-mainnet-production",input:"RFC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"RON / USD",assetName:"RON",address:"0x29D57534598BF8Adda2CC2FbDe4B7502387B8177",path:"ron-usd",input:"RON",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ROSE/USD-RefPrice-mainnet-production",assetName:"ROSE",address:"0x0000000000000000000000000000000000000000",path:"rose-usd-refprice-mainnet-production",input:"ROSE",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"RPL / USD",assetName:"RPL",address:"0xF0b7159BbFc341Cc41E7Cb182216F62c6d40533D",path:"rpl-usd",input:"RPL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"RSETH / ETH",assetName:"RSETH",address:"0xb0EA543f9F8d4B818550365d13F66Da747e1476A",path:"rseth-eth",input:"RSETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"RSR / USD",assetName:"RSR",address:"0xcfF9349ec6d027f20fC9360117fef4a1Ad38B488",path:"rsr-usd",input:"RSR",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"RSWETH/USD-RefPrice-mainnet-production",assetName:"RSWETH",address:"0x0000000000000000000000000000000000000000",path:"rsweth-usd-refprice-mainnet-production",input:"RSWETH",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"RUNE/USD-RefPrice-mainnet-production",assetName:"RUNE",address:"0x0000000000000000000000000000000000000000",path:"rune-usd-refprice-mainnet-production",input:"RUNE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"RVN/USD-RefPrice-mainnet-production",assetName:"RVN",address:"0x0000000000000000000000000000000000000000",path:"rvn-usd-refprice-mainnet-production",input:"RVN",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"S/USD-RefPrice-mainnet-production",assetName:"S",address:"0x0000000000000000000000000000000000000000",path:"s-usd-refprice-mainnet-production",input:"S",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"S/USD-RefPrice-mainnet-staging",assetName:"S",address:"0x0000000000000000000000000000000000000000",path:"s-usd-refprice-mainnet-staging",input:"S",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SAFE/USD-RefPrice-mainnet-production",assetName:"SAFE",address:"0x0000000000000000000000000000000000000000",path:"safe-usd-refprice-mainnet-production",input:"SAFE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SAND/USD-RefPrice-DS-Premium-Global-003",assetName:"SAND",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"sand-usd-premium-prod",input:"SAND",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SAND/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"sand-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SATS/USD-RefPrice-DS-Premium-Global-003",assetName:"SATS",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"sats-usd-premium-prod",input:"SATS",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SCR/USD-RefPrice-DS-Premium-Global-003",assetName:"SCR",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"scr-usd-premium-prod-v03",input:"SCR",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SCR/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"SCR",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"scr-usd-premium-staging-experimental-v03",input:"SCR",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"SEI / USD",assetName:"SEI",address:"0xCc9742d77622eE9abBF1Df03530594f9097bDcB3",path:"sei-usd",input:"SEI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SEI/USD-RefPrice-DS-Premium-Global-003",assetName:"SEI",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"sei-usd-premium-prod",input:"SEI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SEI/USD-RefPrice-DSstaging-Premium-Global-003-dead",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"sei-usd-premium-staging-experimental-dead",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SEIYAN/USD-RefPrice-mainnet-production",assetName:"SEIYAN",address:"0x0000000000000000000000000000000000000000",path:"seiyan-usd-refprice-mainnet-production",input:"SEIYAN",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SEND/USD-RefPrice-mainnet-production",assetName:"SEND",address:"0x0000000000000000000000000000000000000000",path:"send-usd-refprice-mainnet-production",input:"SEND",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SHIB / ETH",assetName:"SHIB",address:"0x639b7cD102A1c5BaB71c54f88D41E894215c54E2",path:"shib-eth",input:"SHIB",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SHIB / USD",assetName:"SHIB",address:"0x0E278D14B4bf6429dDB0a1B353e2Ae8A4e128C93",path:"shib-usd",input:"SHIB",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SHIB/USD-RefPrice-DS-Premium-Global-003",assetName:"SHIB",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"shib-usd-premium-prod",input:"SHIB",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SKL/USD-RefPrice-mainnet-production",assetName:"SKL",address:"0x0000000000000000000000000000000000000000",path:"skl-usd-refprice-mainnet-production",input:"SKL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SKYAI/USD-RefPrice-mainnet-production",assetName:"SKYAI",address:"0x0000000000000000000000000000000000000000",path:"skyai-usd-refprice-mainnet-production",input:"SKYAI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"SNX / USD",assetName:"SNX",address:"0x054296f0D036b95531B4E14aFB578B80CFb41252",path:"snx-usd",input:"SNX",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SNX/USD-RefPrice-DS-Premium-Global-003",assetName:"SNX",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"snx-usd-premium-prod",input:"SNX",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SNX/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"snx-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"SOL / USD",assetName:"SOL",address:"0x24ceA4b8ce57cdA5058b924B9B9987992450590c",path:"sol-usd",input:"SOL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SOL/USD-RefPrice-DS-Premium-Global-003",assetName:"SOL",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"sol-usd-premium-prod",input:"SOL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SOL/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"sol-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SOL/USDT-Binance-FundingRate-mainnet-staging",assetName:"SOL",address:"0x0000000000000000000000000000000000000000",path:"sol-usdt-binance-fundingrate-mainnet-staging",input:"SOL",output:"USDT",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"SPELL / USD",assetName:"SPELL",address:"0x383b3624478124697BEF675F07cA37570b73992f",path:"spell-usd",input:"SPELL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SPX/USD-RefPrice-mainnet-production",assetName:"SPX",address:"0x0000000000000000000000000000000000000000",path:"spx-usd-refprice-mainnet-production",input:"SPX",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SPX/USD-RefPrice-mainnet-staging",assetName:"SPX",address:"0x0000000000000000000000000000000000000000",path:"spx-usd-refprice-mainnet-staging",input:"SPX",output:"USD",type:"crypto",updateInterval:600},{decimals:0,chainId:42161,name:"STBTC/USD-DexCross-mainnet-production",assetName:"STBTC",address:"0x0000000000000000000000000000000000000000",path:"stbtc-usd-dexcross-mainnet-production",input:"STBTC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"STETH / ETH",assetName:"STETH",address:"0xded2c52b75B24732e9107377B7Ba93eC1fFa4BAf",path:"steth-eth",input:"STETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"STETH / USD",assetName:"STETH",address:"0x07C5b924399cc23c24a95c8743DE4006a32b7f2a",path:"steth-usd",input:"STETH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"STG / USD",assetName:"STG",address:"0xe74d69E233faB0d8F48921f2D93aDfDe44cEb3B7",path:"stg-usd",input:"STG",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"STG/USD-RefPrice-DS-Premium-Global-003",assetName:"STG",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"stg-usd-premium-prod-v03",input:"STG",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"STG/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"STG",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"stg-usd-premium-staging-experimental",input:"STG",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"STORJ/USD-RefPrice-mainnet-production",assetName:"STORJ",address:"0x0000000000000000000000000000000000000000",path:"storj-usd-refprice-mainnet-production",input:"STORJ",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"STRK/USD-RefPrice-DS-Premium-Global-003",assetName:"STRK",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"strk-usd-refprice-ds-premium-global-003-prod",input:"STRK",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"STRK/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"STRK",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"strk-usd-premium-staging-experimental",input:"STRK",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"STX / USD",assetName:"STX",address:"0x3a9659C071dD3C37a8b1A2363409A8D41B2Feae3",path:"stx-usd",input:"STX",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"STX/USD-RefPrice-DS-Premium-Global-003",assetName:"STX",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"stx-usd-premium-prod",input:"STX",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SUI/USD-RefPrice-DS-Premium-Global-003",assetName:"SUI",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"sui-usd-premium-prod",input:"SUI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SUPER/USD-RefPrice-mainnet-production",assetName:"SUPER",address:"0x0000000000000000000000000000000000000000",path:"super-usd-refprice-mainnet-production",input:"SUPER",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SUSDS/USD-RefPrice-mainnet-production",assetName:"SUSDS",address:"0x0000000000000000000000000000000000000000",path:"susds-usd-refprice-mainnet-production",input:"SUSDS",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"SUSHI / USD",assetName:"SUSHI",address:"0xb2A8BA74cbca38508BA1632761b56C897060147C",path:"sushi-usd",input:"SUSHI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SUSHI/USD-RefPrice-mainnet-production",assetName:"SUSHI",address:"0x0000000000000000000000000000000000000000",path:"sushi-usd-refprice-mainnet-production",input:"SUSHI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SWETH / ETH",assetName:"SWETH",address:"0x05Bc6e5Fb110589bb366A3Cd7CdBe143EeBA2168",path:"sweth-eth",input:"SWETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SWETH/USD-RefPrice-mainnet-production",assetName:"SWETH",address:"0x0000000000000000000000000000000000000000",path:"sweth-usd-refprice-mainnet-production",input:"SWETH",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SYN/USD-RefPrice-mainnet-production",assetName:"SYN",address:"0x0000000000000000000000000000000000000000",path:"syn-usd-refprice-mainnet-production",input:"SYN",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SYN/USD-RefPrice-mainnet-staging",assetName:"SYN",address:"0x0000000000000000000000000000000000000000",path:"syn-usd-refprice-mainnet-staging",input:"SYN",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SYRUP/USD-RefPrice-mainnet-production",assetName:"SYRUP",address:"0x0000000000000000000000000000000000000000",path:"syrup-usd-refprice-mainnet-production",input:"SYRUP",output:"USD",type:"crypto",updateInterval:600},{decimals:0,chainId:42161,name:"SYRUPUSDC/USDC-ExRate-mainnet-production",assetName:"SyrupUSDC",address:"0x0000000000000000000000000000000000000000",path:"syrupusdc-usdc-exrate-mainnet-production",input:"SyrupUSDC",output:"USDC",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"StaFi Staked ETH rETH-ETH Exchange Rate",assetName:"rETH",address:"0x052d4200b624b07262F574af26C71A6553996Ab5",path:"stafi-staked-eth-reth-eth-exchange-rate",input:"rETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SyrupUSDC/USDC-ExRate-Deprecated-mainnet-production",assetName:"SyrupUSDC",address:"0x0000000000000000000000000000000000000000",path:"syrupusdc-usdc-exrate-deprecated-mainnet-production",input:"SyrupUSDC",output:"USDC",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"TAO / USD",assetName:"TAO",address:"0x6aCcBB82aF71B8a576B4C05D4aF92A83A035B991",path:"tao-usd",input:"TAO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"TAO/USD-RefPrice-DS-Premium-Global-003",assetName:"TAO",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"tao-usd-premium-prod-v03",input:"TAO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"TAO/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"TAO",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"tao-usd-premium-staging-experimental",input:"TAO",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"TBTC / BTC",assetName:"tBTC",address:"0xe4c31C5B118d8aA92433eD1c7EC70afb430cd730",path:"tbtc-btc",input:"tBTC",output:"BTC",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"TBTC / USD",assetName:"tBTC",address:"0xE808488e8627F6531bA79a13A9E0271B39abEb1C",path:"tbtc-usd",input:"tBTC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"THETA/USD-RefPrice-mainnet-production",assetName:"THETA",address:"0x0000000000000000000000000000000000000000",path:"theta-usd-refprice-mainnet-production",input:"THETA",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"TIA / USD",assetName:"TIA",address:"0x4096b9bfB4c34497B7a3939D4f629cf65EBf5634",path:"tia-usd",input:"TIA",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"TIA/USD-RefPrice-DS-Premium-Global-003",assetName:"TIA",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"tia-usd-premium-prod",input:"TIA",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"TIA/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"tia-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"TITCOIN/USD-RefPrice-mainnet-production",assetName:"TITCOIN",address:"0x0000000000000000000000000000000000000000",path:"titcoin-usd-refprice-mainnet-production",input:"TITCOIN",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"TNSR/USD-RefPrice-mainnet-production",assetName:"TNSR",address:"0x0000000000000000000000000000000000000000",path:"tnsr-usd-refprice-mainnet-production",input:"TNSR",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"TNSR/USD-RefPrice-mainnet-staging",assetName:"TNSR",address:"0x0000000000000000000000000000000000000000",path:"tnsr-usd-refprice-mainnet-staging",input:"TNSR",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"TOKEN/USD-RefPrice-DS-Premium-Global-003",assetName:"TOKEN",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"token-usd-premium-prod-v03",input:"TOKEN",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"TOKEN/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"TOKEN",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"token-usd-premium-staging-experimental-v03",input:"TOKEN",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"TON/USD-RefPrice-DS-Premium-Global-003",assetName:"TON",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"ton-usd-premium-prod",input:"TON",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"TOSHI/USD-RefPrice-mainnet-production",assetName:"TOSHI",address:"0x0000000000000000000000000000000000000000",path:"toshi-usd-refprice-mainnet-production",input:"TOSHI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"TRB/USD-RefPrice-mainnet-production",assetName:"TRB",address:"0x0000000000000000000000000000000000000000",path:"trb-usd-refprice-mainnet-production",input:"TRB",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"TRB/USD-RefPrice-mainnet-staging",assetName:"TRB",address:"0x0000000000000000000000000000000000000000",path:"trb-usd-refprice-mainnet-staging",input:"TRB",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"TRENCHER/USD-RefPrice-mainnet-production",assetName:"TRENCHER",address:"0x0000000000000000000000000000000000000000",path:"trencher-usd-refprice-mainnet-production",input:"TRENCHER",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"TROLL/USD-RefPrice-mainnet-production",assetName:"TROLL",address:"0x0000000000000000000000000000000000000000",path:"troll-usd-refprice-mainnet-production",input:"TROLL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"TRU/USD-RefPrice-mainnet-production",assetName:"TRU",address:"0x0000000000000000000000000000000000000000",path:"tru-usd-refprice-mainnet-production",input:"TRU",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"TRU/USD-RefPrice-mainnet-staging",assetName:"TRU",address:"0x0000000000000000000000000000000000000000",path:"tru-usd-refprice-mainnet-staging",input:"TRU",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"TRUMP / USD",assetName:"TRUMP",address:"0x373510BDa1ab7e873c731968f4D81B685f520E4B",path:"trump-usd",input:"TRUMP",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"TRUMP/USD-RefPrice-DS-Premium-Global-003",assetName:"TRUMP",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"trump-usd-premium-prod-v03",input:"TRUMP",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"TRUMP/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"TRUMP",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"trump-usd-premium-staging-experimental-v03",input:"TRUMP",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"TRX/USD-RefPrice-DS-Premium-Global-003",assetName:"TRX",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"trx-usd-premium-prod",input:"TRX",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"TURBO/USD-RefPrice-DS-Premium-Global-003",assetName:"TURBO",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"turbo-usd-premium-prod-v03",input:"TURBO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"TURBO/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"TURBO",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"turbo-usd-premium-staging-experimental-v03",input:"TURBO",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"TUSD / USD",assetName:"TUSD",address:"0x6fAbee62266Da6686EE2744C6f15bb8352d2f28D",path:"tusd-usd",input:"TUSD",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"TWT/USD-RefPrice-mainnet-production",assetName:"TWT",address:"0x0000000000000000000000000000000000000000",path:"twt-usd-refprice-mainnet-production",input:"TWT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ULTI / USD",assetName:"ULTI",address:"0x8883045300Eaf3b1Bb1b3b17F9B4d70EfF50212a",path:"ulti-usd",input:"ULTI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"UNI / USD",assetName:"UNI",address:"0x9C917083fDb403ab5ADbEC26Ee294f6EcAda2720",path:"uni-usd",input:"UNI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"UNI/USD-RefPrice-DS-Premium-Global-003",assetName:"UNI",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"uni-usd-premium-prod",input:"UNI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"UNI/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"uni-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"UNIBTC/BTC-ExRate-Deprecated-mainnet-production",assetName:"uniBTC",address:"0x0000000000000000000000000000000000000000",path:"unibtc-btc-exrate-deprecated-mainnet-production",input:"uniBTC",output:"BTC",type:"crypto",updateInterval:600},{decimals:0,chainId:42161,name:"UNIBTC/BTC-ExRate-mainnet-production",assetName:"uniBTC",address:"0x0000000000000000000000000000000000000000",path:"unibtc-btc-exrate-mainnet-production",input:"uniBTC",output:"BTC",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"USD+ / USD",assetName:"USD+",address:"0x6548a81E640C000150e06AB413fB3F772682e9c5",path:"usd+-usd",input:"USD+",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"USD1 / USD",assetName:"USD1",address:"0xcAc0138592090762385CCB7bb94C9401F734Eb30",path:"usd1-usd",input:"USD1",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"USD1/USD-RefPrice-mainnet-production",assetName:"USD1",address:"0x0000000000000000000000000000000000000000",path:"usd-usd-refprice-mainnet-production",input:"USD1",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"USDC / USD",assetName:"USDC",address:"0x50834F3163758fcC1Df9973b6e91f0F0F0434aD3",path:"usdc-usd",input:"USDC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"USDC/USD-RefPrice-DS-Premium-Global-003",assetName:"USDC",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"usdc-usd-premium-prod",input:"USDC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"USDC/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"usdc-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"USDD / USD",assetName:"USDD",address:"0x4Ee1f9ec1048979930aC832a3C1d18a0b4955a02",path:"usdd-usd",input:"USDD",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"USDM / USD",assetName:"USDM",address:"0x24EA2671671c33D66e9854eC06e42E5D3ac1f764",path:"usdm-usd",input:"USDM",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"USDS / USD",assetName:"USDS",address:"0x37833E5b3fbbEd4D613a3e0C354eF91A42B81eeB",path:"usds-usd",input:"USDS",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"USDT / USD",assetName:"USDT",address:"0x3f3f5dF88dC9F13eac63DF89EC16ef6e7E25DdE7",path:"usdt-usd",input:"USDT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"USDT/USD-RefPrice-DS-Premium-Global-003",assetName:"USDT",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"usdt-usd-premium-prod",input:"USDT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"USDT/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"usdt-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"USDV / USD",assetName:"USDV",address:"0x7Fa028B87e73deb66DcFf9Fa40f4C7C6Dd2Fd254",path:"usdv-usd",input:"USDV",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"USDe / USD",assetName:"USDE",address:"0x88AC7Bca36567525A866138F03a6F6844868E0Bc",path:"usde-usd",input:"USDE",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"USR / USD",assetName:"USR",address:"0xBafDf5307EaEF8dCd18c4b7b3977BEEB73b4AFE4",path:"usr-usd",input:"USR",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"USUAL/USD-RefPrice-mainnet-production",assetName:"USUAL",address:"0x0000000000000000000000000000000000000000",path:"usual-usd-refprice-mainnet-production",input:"USUAL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"USUAL/USD-RefPrice-mainnet-staging",assetName:"USUAL",address:"0x0000000000000000000000000000000000000000",path:"usual-usd-refprice-mainnet-staging",input:"USUAL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"VET/USD-RefPrice-DS-Premium-Global-003",assetName:"VET",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"vet-usd-premium-prod",input:"VET",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"VET/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"VET",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"vet-usd-premium-staging-experimental",input:"VET",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"VIRTUAL/USD-RefPrice-DS-Premium-Global-003",assetName:"VIRTUAL",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"virtual-usd-premium-prod-v03",input:"VIRTUAL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"VIRTUAL/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"VIRTUAL",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"virtual-usd-premium-staging-experimental-v03",input:"VIRTUAL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"VVV/USD-RefPrice-mainnet-production",assetName:"VVV",address:"0x0000000000000000000000000000000000000000",path:"vvv-usd-refprice-mainnet-production",input:"VVV",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"VVV/USD-RefPrice-mainnet-staging",assetName:"VVV",address:"0x0000000000000000000000000000000000000000",path:"vvv-usd-refprice-mainnet-staging",input:"VVV",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"WAL/USD-RefPrice-mainnet-production",assetName:"WAL",address:"0x0000000000000000000000000000000000000000",path:"wal-usd-refprice-mainnet-production",input:"WAL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"WAVES/USD-RefPrice-DSstaging-Premium-Global-003-dead",assetName:"WAVES",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"waves-usd-premium-staging-experimental-v03-dead",input:"WAVES",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"WBCOIN/USD-RefPrice-mainnet-production",assetName:"WBCOIN",address:"0x0000000000000000000000000000000000000000",path:"wbcoin-usd-refprice-mainnet-production",input:"WBCOIN",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"WBTC / BTC",assetName:"WBTC",address:"0x0017abAc5b6f291F9164e35B1234CA1D697f9CF4",path:"wbtc-btc",input:"WBTC",output:"BTC",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"WBTC / USD",assetName:"WBTC",address:"0xd0C7101eACbB49F3deCcCc166d238410D6D46d57",path:"wbtc-usd",input:"WBTC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"WELL/USD-RefPrice-mainnet-production",assetName:"WELL",address:"0x0000000000000000000000000000000000000000",path:"well-usd-refprice-mainnet-production",input:"WELL",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"WEMIX / USD",assetName:"WEMIX",address:"0x6FfBc6339DD46a7e0513D4887106349214C05505",path:"wemix-usd",input:"WEMIX",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"WEN/USD-RefPrice-mainnet-production",assetName:"WEN",address:"0x0000000000000000000000000000000000000000",path:"wen-usd-refprice-mainnet-production",input:"WEN",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"WEN/USD-RefPrice-mainnet-staging",assetName:"WEN",address:"0x0000000000000000000000000000000000000000",path:"wen-usd-refprice-mainnet-staging",input:"WEN",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"WIF / USD",assetName:"WIF",address:"0xF7Ee427318d2Bd0EEd3c63382D0d52Ad8A68f90D",path:"wif-usd",input:"WIF",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"WIF/USD-RefPrice-DS-Premium-Global-003",assetName:"WIF",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"wif-usd-premium-prod",input:"WIF",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"WLD/USD-RefPrice-DS-Premium-Global-003",assetName:"WLD",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"wld-usd-refprice-ds-premium-global-003-prod",input:"WLD",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"WOO / USD",assetName:"WOO",address:"0x5e2b5C5C07cCA3437c4D724225Bb42c7E55d1597",path:"woo-usd",input:"WOO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"WOO/USD-RefPrice-DS-Premium-Global-003",assetName:"WOO",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"woo-usd-premium-prod-v03",input:"WOO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"WOO/USD-RefPrice-DSstaging-Premium-Global-003-dead",assetName:"WOO",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"woo-usd-premium-staging-experimental-dead",input:"WOO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"WSTETH / ETH",assetName:"WSTETH",address:"0xb523AE262D20A936BC152e6023996e46FDC2A95D",path:"wsteth-eth",input:"WSTETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"XAI / USD",assetName:"XAI",address:"0x806c532D543352e7C344ba6C7F3F00Bfbd309Af1",path:"xai-usd",input:"XAI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"XAI/USD-RefPrice-DS-Premium-Global-003",assetName:"XAI",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"xai-usd-refprice-ds-premium-global-003-prod",input:"XAI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"XAUT/USD-RefPrice-mainnet-production",assetName:"XAUT",address:"0x0000000000000000000000000000000000000000",path:"xaut-usd-refprice-mainnet-production",input:"XAUT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"XDC/USD-RefPrice-mainnet-production",assetName:"XDC",address:"0x0000000000000000000000000000000000000000",path:"xdc-usd-refprice-mainnet-production",input:"XDC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"XDC/USD-RefPrice-mainnet-staging",assetName:"XDC",address:"0x0000000000000000000000000000000000000000",path:"xdc-usd-refprice-mainnet-staging",input:"XDC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"XLM/USD-RefPrice-DS-Premium-Global-003",assetName:"XLM",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"xlm-usd-premium-prod",input:"XLM",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"XLM/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"xlm-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"XMR/USD-RefPrice-mainnet-production",assetName:"XMR",address:"0x0000000000000000000000000000000000000000",path:"xmr-usd-refprice-mainnet-production",input:"XMR",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"XPR/USD-RefPrice-mainnet-production",assetName:"XPR",address:"0x0000000000000000000000000000000000000000",path:"xpr-usd-refprice-mainnet-production",input:"XPR",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"XRP / USD",assetName:"XRP",address:"0xB4AD57B52aB9141de9926a3e0C8dc6264c2ef205",path:"xrp-usd",input:"XRP",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"XRP/USD-RefPrice-DS-Premium-Global-003",assetName:"XRP",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"xrp-usd-premium-prod",input:"XRP",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"XRP/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"xrp-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"XTZ / USD",assetName:"XTZ",address:"0xf3451Fd5eddE08cDAE95A6233BaD69DE95552a61",path:"xtz-usd",input:"XTZ",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"XTZ/USD-RefPrice-DS-Premium-Global-003",assetName:"XTZ",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"xtz-usd-premium-prod",input:"XTZ",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"XTZ/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"xtz-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"XVS / USD",assetName:"XVS",address:"0x300b0990Ba191a1AeBef6e5Ed8B5B308C0B2d0c9",path:"xvs-usd",input:"XVS",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"YFI / USD",assetName:"YFI",address:"0x745Ab5b69E01E2BE1104Ca84937Bb71f96f5fB21",path:"yfi-usd",input:"YFI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"YFI/USD-RefPrice-mainnet-production",assetName:"YFI",address:"0x0000000000000000000000000000000000000000",path:"yfi-usd-refprice-mainnet-production",input:"YFI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ZBCN/USD-RefPrice-mainnet-production",assetName:"ZBCN",address:"0x0000000000000000000000000000000000000000",path:"zbcn-usd-refprice-mainnet-production",input:"ZBCN",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ZBTC/USD-RefPrice-mainnet-production",assetName:"ZBTC",address:"0x0000000000000000000000000000000000000000",path:"zbtc-usd-refprice-mainnet-production",input:"ZBTC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ZBTC/USD-RefPrice-mainnet-production-dead",assetName:"ZBTC",address:"0x0000000000000000000000000000000000000000",path:"zbtc-usd-refprice-mainnet-production-dead",input:"ZBTC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ZEC/USD-RefPrice-DS-Premium-Global-003",assetName:"ZEC",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"zec-usd-refprice-ds-premium-global-003-prod",input:"ZEC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ZEC/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"ZEC",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"zec-usd-premium-staging-experimental",input:"ZEC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ZEREBRO/USD-RefPrice-DS-Premium-Global-003",assetName:"ZEREBRO",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"zerebro-usd-premium-prod-v03",input:"ZEREBRO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ZEREBRO/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"ZEREBRO",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"zerebro-usd-premium-staging-experimental-v03",input:"ZEREBRO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ZETA/USD-RefPrice-mainnet-production",assetName:"ZETA",address:"0x0000000000000000000000000000000000000000",path:"zeta-usd-refprice-mainnet-production",input:"ZETA",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ZIL/USD-RefPrice-mainnet-production",assetName:"ZIL",address:"0x0000000000000000000000000000000000000000",path:"zil-usd-refprice-mainnet-production",input:"ZIL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ZK/USD-RefPrice-DS-Premium-Global-003",assetName:"ZK",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"zk-usd-premium-prod",input:"ZK",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ZK/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"zk-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ZKL/USD-RefPrice-mainnet-production",assetName:"ZKL",address:"0x0000000000000000000000000000000000000000",path:"zkl-usd-refprice-mainnet-production",input:"ZKL",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"ZRO / USD",assetName:"ZRO",address:"0x1940fEd49cDBC397941f2D336eb4994D599e568B",path:"zro-usd",input:"ZRO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ZRO/USD-RefPrice-DS-Premium-Global-003",assetName:"ZRO",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"zro-usd-premium-prod",input:"ZRO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ZRO/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"zro-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"agETH / ETH Exchange Rate",assetName:"agETH",address:"0x6303C35D49B13016A6acef5414893Fa7519E6da0",path:"ageth-eth-exchange-rate",input:"agETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ankrETH / ETH Exchange Rate",assetName:"ANKRETH",address:"0x5Fb73f7Af8a29297953d3611422826039338E5b4",path:"ankreth-eth-exchange-rate",input:"ANKRETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"apxETH / pxETH Exchange Rate",assetName:"APXETH",address:"0x41f8459f911658e9C627c5D1d2Fb18c7dbc8ceBe",path:"apxeth-pxeth-exchange-rate",input:"APXETH",output:"PXETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"cbETH-ETH Exchange Rate",assetName:"cbETH",address:"0x0518673439245BB95A58688Bc31cd513F3D5bDd6",path:"cbeth-eth-exchange",input:"cbETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"deUSD / USD",assetName:"DEUSD",address:"0xa2b9BFb5CE1c7ABBC6609de17e5968eA2c20a5f1",path:"deusd-usd",input:"DEUSD",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"dlcBTC Proof of Reserves",assetName:"dlcBTC",address:"0x47A2fBEb46553F01E7133686Fb1b5349d4823a0C",path:"dlcbtc-por",input:"dlcBTC",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"egETH / ETH Exchange Rate",assetName:"EGETH",address:"0xD3631AC9D81eD560D61957a55E9c992cdE497eb6",path:"egeth-eth-exchange-rate",input:"EGETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ezETH / ETH",assetName:"EZETH",address:"0x11E1836bFF2ce9d6A5bec9cA79dc998210f3886d",path:"ezeth-eth",input:"EZETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ezETH / ETH Exchange Rate",assetName:"EZETH",address:"0x989a480b6054389075CBCdC385C18CfB6FC08186",path:"ezeth-eth-exchange-rate",input:"EZETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"frxETH-ETH Exchange Rate High",assetName:"frxETH",address:"0x5C3e80763862CB777Aa07BDDBcCE0123104e1c34",path:"frxeth-eth-high",input:"frxETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"frxETH-ETH Exchange Rate Low",assetName:"frxETH",address:"0x1bD872f3A606471787B1a304cE0356e4e87Af930",path:"frxeth-eth-low",input:"frxETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"frxUSD / USD",assetName:"FRXUSD",address:"0xF6a5c5480A9aC736ea567454e2E570889E0DB4Bc",path:"frxusd-usd",input:"FRXUSD",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"gmARB / USD",assetName:"gmARB",address:"0x5d046567b97B0d7322F2402e3b34Bf789cE329f5",path:"gmarb-usd",input:"gmARB",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"gmBTC / USD",assetName:"gmBTC",address:"0x395D5c5D552Df670dc4B2B1cef0c4EABfFba492f",path:"gmbtc-usd",input:"gmBTC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"gmETH / USD",assetName:"gmETH",address:"0xfB3264D1129824933a52374c2C1696F4470D041e",path:"gmeth-usd",input:"gmETH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"iBTC Proof of Reserves",assetName:"iBTC",address:"0x0543Bb6b5A57E3e7569237b67321eAB773e41401",path:"ibtc-por",input:"iBTC",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ibBTC PricePerShare",address:"0x80dd57c45B73f3c70feAF1BFe1bcdF384703E558",path:"ibbtc-pps",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"inETH / ETH Exchange Rate",assetName:"INETH",address:"0x3C5C5329b028E674F7a124b18527B94BE74A66cF",path:"ineth-eth-exchange-rate",input:"INETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"instETH / ETH Exchange Rate",assetName:"INSTETH",address:"0x4050bD8263771f8BBded08C299BD944488a91AaD",path:"insteth-eth-exchange-rate",input:"INSTETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"osETH / ETH Exchange Rate",assetName:"OSETH",address:"0xB4102D5E72c402D537C9f024F4bd9c3709FE200d",path:"oseth-eth-exchange-rate",input:"OSETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"rETH-ETH Exchange Rate",assetName:"rETH",address:"0xF3272CAfe65b190e76caAF483db13424a3e23dD2",path:"reth-eth-exchange-rate",input:"rETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"rsETH / ETH Exchange Rate",assetName:"RSETH",address:"0x3A917e6B5732dFCc4A45257e3930979fAE6a3737",path:"rseth-eth-exchange-rate",input:"RSETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"rswETH / ETH",assetName:"rswETH",address:"0xC3534C27E3DE2ae861EB38889a1c8dCfEa4Cb39d",path:"rsweth-eth",input:"rswETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"rswETH / ETH Exchange Rate",assetName:"RSWETH",address:"0x683989a7A6424122678164Ad26736bA484055B35",path:"rsweth-eth-exchange-rate",input:"RSWETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"sFRAX / FRAX Exchange Rate",assetName:"sFRAX",address:"0x03e4054B11ad01915257bE53Af03A32Abf7837b9",path:"sfrax-frax exchange rate",input:"sFRAX",output:"FRAX",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"sUSDS / USDS Exchange Rate",assetName:"sUSDS",address:"0x2483326d19f780Fb082f333Fe124e4C075B207ba",path:"susds-usds-exchange-rate",input:"sUSDS",output:"sUSDS",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"sUSDe / USD",assetName:"SUSDE",address:"0xf2215b9c35b1697B5f47e407c917a40D055E68d7",path:"susde-usd",input:"SUSDE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"sUSDe / USDe Exchange Rate",assetName:"SUSDE",address:"0x605EA726F0259a30db5b7c9ef39Df9fE78665C44",path:"susde-usde-exchange-rate",input:"SUSDE",output:"USDE",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"sfrxETH-frxETH Exchange Rate",assetName:"sfrxETH",address:"0x98E5a52fB741347199C08a7a3fcF017364284431",path:"sfrxETH-frxETH",input:"sfrxETH",output:"frxETH",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"solvBTC / BTC",assetName:"solvBTC",address:"0x9ca3D04Bdf90Ddc0074Ea57d3e2D331CD4b2d5a2",path:"solvbtc-btc",input:"solvBTC",output:"BTC",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"stBTC / BTC Exchange Rate",assetName:"stBTC",address:"0x7A58648CAeA88e042767823723aF266DC6c4c4D9",path:"stbtc-btc-exchange-rate",input:"stBTC",output:"BTC",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"stBTC Proof of Reserves",assetName:"stBTC",address:"0xA0118D8948FA85624608d94eC6B52973578082fA",path:"stbtc-por",input:"stBTC",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"stETH/USD-RefPrice-DS-Premium-Global-003",assetName:"STETH",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"steth-usd-premium-prod",input:"STETH",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"swETH / ETH Exchange Rate",assetName:"SWETH",address:"0xEcD471ef663eCEFFC7D731a0C7e51007433e6d6e",path:"sweth-eth exchange rate",input:"SWETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"tETH / wstETH Exchange Rate",assetName:"tETH",address:"0x98a977Ba31C72aeF2e15B950Eb5Ae3158863D856",path:"teth-wsteth-exchange-rate",input:"tETH",output:"wstETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ultraETHs / ETH Exchange Rate",assetName:"ultraETHs",address:"0x20b0159404886F4BFE51A1ad9c14cFc3Cde5995c",path:"ultraeths-eth-exchange-rate",input:"ultraETHs",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"uniBTC / BTC Exchange Rate",assetName:"uniBTC",address:"0xa677622735c38001fd1183c92dc5b889128EC234",path:"unibtc-btc-exchange-rate",input:"uniBTC",output:"BTC",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"uniETH / ETH Exchange Rate",assetName:"UNIETH",address:"0xF18BE32dB91591A7256d738C166FA195a17457DA",path:"unieth-eth-exchange-rate",input:"UNIETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"wOETH / OETH Exchange Rate",assetName:"wOETH",address:"0x03a1f4b19aaeA6e68f0f104dc4346dA3E942cC45",path:"woeth-oeth-exchange-rate",input:"wOETH",output:"OETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"weETH / ETH",assetName:"weETH",address:"0xE141425bc1594b8039De6390db1cDaf4397EA22b",path:"weeth-eth",input:"weETH",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"weETH / eETH Exchange Rate",assetName:"weETH",address:"0x20bAe7e1De9c596f5F7615aeaa1342Ba99294e12",path:"weeth-eeth-exchange-rate",input:"weETH",output:"eETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"wrsETH / rsETH Exchange Rate",assetName:"wrsETH",address:"0x8f1dF6D7F2db73eECE86a18b4381F4707b918FB1",path:"wrseth-rseth-exchange-rate",input:"wrsETH",output:"rsETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"wstETH-stETH Exchange Rate",assetName:"wstETH",address:"0xB1552C5e96B312d0Bf8b554186F846C40614a540",path:"wsteth-steth exchangerate",input:"wstETH",output:"stETH",type:"crypto",updateInterval:600},{decimals:0,chainId:42161,name:"wstETH/USD-RefPrice-DS-Premium-Global-003",assetName:"WSTETH",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"wsteth-usd-refprice-ds-premium-global-003-prod",input:"WSTETH",output:"USD",type:"crypto",updateInterval:600},{decimals:0,chainId:42161,name:"wstETH/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"WSTETH",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"wsteth-usd-premium-staging-experimental",input:"WSTETH",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"wstUSR / stUSR Exchange Rate",assetName:"wstUSR",address:"0x9BC7E5a6f1EED1C3217d2c63ad680DF83D84a906",path:"wstusr-stusr-exchange-rate",input:"wstUSR",output:"stUSR",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"yUSD / USD Exchange Rate",assetName:"yUSD",address:"0x875C69Da7AE092E4Dc277171e9c373718DDB25E2",path:"yusd-usd-exchange-rate",input:"yUSD",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ynETH / ETH Exchange Rate",assetName:"ynETH",address:"0xc2430cD1214F8452f4040473b7587195f9c565bD",path:"yneth-eth-exchange-rate",input:"ynETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ynETHx / ETH Exchange Rate",assetName:"ynETHx",address:"0xF6897122530ca89beB919f5990FDd3F7Cc9837C4",path:"ynethx-eth-exchange-rate",input:"ynETHx",output:"ynETHx",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"zBTC Proof of Reserves",assetName:"zBTC",address:"0xd9344493d99153Ad4353D604A1d80d4089004c5D",path:"zbtc-por",input:"zBTC",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"BRL / USD",assetName:"BRL",address:"0x0b0E64c05083FdF9ED7C5D3d8262c4216eFc9394",path:"brl-usd",input:"BRL",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:8453,name:"CAD / USD",assetName:"CAD",address:"0xA840145F87572E82519d578b1F36340368a25D5d",path:"cad-usd",input:"CAD",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:8453,name:"CHF / USD",assetName:"CHF",address:"0x3A1d6444fb6a402470098E23DaD0B7E86E14252F",path:"chf-usd",input:"CHF",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:8453,name:"EUR / USD",assetName:"EUR",address:"0xc91D87E81faB8f93699ECf7Ee9B44D11e1D53F0F",path:"eur-usd",input:"EUR",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:8453,name:"GBP / USD",assetName:"GBP",address:"0xCceA6576904C118037695eB71195a5425E69Fa15",path:"gbp-usd",input:"GBP",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:8453,name:"IDR / USD",assetName:"IDR",address:"0x05A6cF213EcC5501A11a08EBefA4A8a60313ef97",path:"idr-usd",input:"IDR",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:8453,name:"MXN / USD",assetName:"MXN",address:"0x9e8Ee77c76d4fa41306056D1C3196AF5da1600bd",path:"mxn-usd",input:"MXN",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:8453,name:"NGN / USD",assetName:"NGN",address:"0xdfbb5Cbc88E382de007bfe6CE99C388176ED80aD",path:"ngn-usd",input:"NGN",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:8453,name:"NZD / USD",assetName:"NZD",address:"0x06bdFe07E71C476157FC025d3cCD4BBe08e83EF9",path:"nzd-usd",input:"NZD",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:8453,name:"TRY / USD",assetName:"TRY",address:"0x29413773e7CD4Dfd6Ad89a50887877b88a6C592C",path:"try-usd",input:"TRY",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:8453,name:"ZAR / USD",assetName:"ZAR",address:"0x2ecc8A8B370fC6a217166b2782a35339bEBEe98B",path:"zar-usd",input:"ZAR",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:8453,name:"AAVE / USD",assetName:"AAVE",address:"0x3d6774EF702A10b20FCa8Ed40FC022f7E4938e07",path:"aave-usd",input:"AAVE",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"ADA / USD",assetName:"ADA",address:"0x34cD971a092d5411bD69C10a5F0A7EEF72C69041",path:"ada-usd",input:"ADA",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"AERO / USD",assetName:"AERO",address:"0x4EC5970fC728C5f65ba413992CD5fF6FD70fcfF0",path:"aero-usd",input:"AERO",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"AMP / USD",assetName:"AMP",address:"0x1688e4B274a4CC9fD398EbA6Ae4dfb6528A9D2bc",path:"amp-usd",input:"AMP",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"ANON / USD",assetName:"ANON",address:"0x674e028B95330E77F5cF89834254a6Bfa806f3a2",path:"anon-usd",input:"ANON",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"APT / USD",assetName:"APT",address:"0x88a98431C25329AA422B21D147c1518b34dD36F4",path:"apt-usd",input:"APT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"ARKB Reserves",assetName:"ARK_21Shares_BTC_ETF",address:"0xB366E8Efb9661323ff477CedF70f55F897D6cFeA",path:"arkb-reserves",input:"ARK_21Shares_BTC_ETF",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"AVAIL / USD",assetName:"AVAIL",address:"0x947eD6A3664fCE27a365b720286c01074d3782E0",path:"avail-usd",input:"AVAIL",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"AVAX / USD",assetName:"AVAX",address:"0xE70f2D34Fd04046aaEC26a198A35dD8F2dF5cd92",path:"avax-usd",input:"AVAX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"AXL / USD",assetName:"AXL",address:"0x676C4C6C31D97A5581D3204C04A8125B350E2F9D",path:"axl-usd",input:"AXL",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"BNB / USD",assetName:"BNB",address:"0x4b7836916781CAAfbb7Bd1E5FDd20ED544B453b1",path:"bnb-usd",input:"BNB",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"BTC / USD",assetName:"BTC",address:"0x64c911996D3c6aC71f9b455B1E8E7266BcbD848F",path:"btc-usd",input:"BTC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"CBETH / ETH",assetName:"CBETH",address:"0x806b4Ac04501c29769051e42783cF04dCE41440b",path:"cbeth-eth",input:"CBETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"CBETH / USD",assetName:"CBETH",address:"0xd7818272B9e248357d13057AAb0B417aF31E817d",path:"cbeth-usd",input:"CBETH",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"CETH Reserves",assetName:"21Shares_Core_Ethereum_ETF",address:"0x0b68ac37a1668DAaab1882543368E076C38C40e9",path:"ceth-reserves",input:"21Shares_Core_Ethereum_ETF",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"COMP / USD",assetName:"COMP",address:"0x9DDa783DE64A9d1A60c49ca761EbE528C35BA428",path:"comp-usd",input:"COMP",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"CTX / USD",assetName:"CTX",address:"0x90F3676B40F6dc2C1E074985D0544Bb8e1815B00",path:"ctx-usd",input:"CTX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"CUSDO / USD",assetName:"CUSDO",address:"0xBbdA526258856c06f167399097e13D79E8f88ba8",path:"cusdo-usd",input:"CUSDO",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"DAI / USD",assetName:"DAI",address:"0x591e79239a7d679378eC8c847e5038150364C78F",path:"dai-usd",input:"DAI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"DEGEN / USD",assetName:"DEGEN",address:"0xE62BcE5D7CB9d16AB8b4D622538bc0A50A5799c2",path:"degen-usd",input:"DEGEN",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"DOGE / USD",assetName:"DOGE",address:"0x8422f3d3CAFf15Ca682939310d6A5e619AE08e57",path:"doge-usd",input:"DOGE",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"ETH / USD",assetName:"ETH",address:"0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70",path:"eth-usd",input:"ETH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"EURC / USD",assetName:"EURC",address:"0xDAe398520e2B67cd3f27aeF9Cf14D93D927f8250",path:"eurc-usd",input:"EURC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"GHO / USD",assetName:"GHO",address:"0x42868EFcee13C0E71af89c04fF7d96f5bec479b0",path:"gho-usd",input:"GHO",output:"GHO",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"LBTC / BTC",assetName:"LBTC",address:"0x1E6c22AAA11F507af12034A5Dc4126A6A25DC8d2",path:"lbtc-btc",input:"LBTC",output:"BTC",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"LBTC / USD",assetName:"LBTC",address:"0x9e07546c9Fe8868855CD04B26051a26D1599E270",path:"lbtc-usd",input:"LBTC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"LINK / ETH",assetName:"LINK",address:"0xc5E65227fe3385B88468F9A01600017cDC9F3A12",path:"link-eth",input:"LINK",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"LINK / USD",assetName:"LINK",address:"0x17CAb8FE31E32f08326e5E27412894e49B0f9D65",path:"link-usd",input:"LINK",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"LTC / USD",assetName:"LTC",address:"0x206a34e47093125fbf4C75b7c7E88b84c6A77a69",path:"ltc-usd",input:"LTC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"MAG7.SSI / USD",assetName:"MAG7.SSI",address:"0x2B1de6AD89847C11aF2ede14edB013AA79E94aC9",path:"mag7.ssi-usd",input:"MAG7.SSI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"MATIC / USD",assetName:"MATIC",address:"0x12129aAC52D6B0f0125677D4E1435633E61fD25f",path:"matic-usd",input:"MATIC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"MAVIA / USD",assetName:"MAVIA",address:"0x979447581b39caCA33EF0CA8208592393D16cc13",path:"mavia-usd",input:"MAVIA",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"MELANIA / USD",assetName:"MELANIA",address:"0xFAf372CaBc765b63f6fabD436c845D965eDA1CA5",path:"melania-usd",input:"MELANIA",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"MEW / USD",assetName:"MEW",address:"0x9FB8b5A4b3FE655564f0c76616ae79DE90Cc7382",path:"mew-usd",input:"MEW",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"MLN / USD",assetName:"MLN",address:"0x122b5334A8b55861dBc6729c294451471FbF318D",path:"mln-usd",input:"MLN",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"MOG / USD",assetName:"MOG",address:"0x4aeb6D15769EaD32D0c5Be2940F40c7CFf53801d",path:"mog-usd",input:"MOG",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"MORPHO / USD",assetName:"MORPHO",address:"0xe95e258bb6615d47515Fc849f8542dA651f12bF6",path:"morpho-usd",input:"MORPHO",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"OGN / USD",assetName:"OGN",address:"0x91D7AEd72bF772A0DA30199B925aCB866ACD3D9e",path:"ogn-usd",input:"OGN",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"OP / USD",assetName:"OP",address:"0x3E3A6bD129A63564FE7abde85FA67c3950569060",path:"op-usd",input:"OP",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"OUSDT / USD",assetName:"OUSDT",address:"0x0E230b1077c663f8Fb5e68d84A8e3e33D97d7436",path:"ousdt-usd",input:"OUSDT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"PEPE / USD",assetName:"PEPE",address:"0xB48ac6409C0c3718b956089b0fFE295A10ACDdad",path:"pepe-usd",input:"PEPE",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"POL / USD",assetName:"POL",address:"0x5E988c11a4f92155C30D9fb69Ed75597f712B113",path:"pol-usd",input:"POL",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"RDNT / USD",assetName:"RDNT",address:"0xEf2E24ba6def99B5e0b71F6CDeaF294b02163094",path:"rdnt-usd",input:"RDNT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"RETH / ETH",assetName:"RETH",address:"0xf397bF97280B488cA19ee3093E81C0a77F02e9a5",path:"reth-eth",input:"RETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"RSETH / ETH",assetName:"RSETH",address:"0xd7221b10FBBC1e1ba95Fd0B4D031C15f7F365296",path:"rseth-eth",input:"RSETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"RSR / USD",assetName:"RSR",address:"0xAa98aE504658766Dfe11F31c5D95a0bdcABDe0b1",path:"rsr-usd",input:"RSR",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"SHIB / USD",assetName:"SHIB",address:"0xC8D5D660bb585b68fa0263EeD7B4224a5FC99669",path:"shib-usd",input:"SHIB",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"SNX / USD",assetName:"SNX",address:"0xe3971Ed6F1A5903321479Ef3148B5950c0612075",path:"snx-usd",input:"SNX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"SOL / USD",assetName:"SOL",address:"0x975043adBb80fc32276CbF9Bbcfd4A601a12462D",path:"sol-usd",input:"SOL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"STETH / ETH",assetName:"STETH",address:"0xf586d0728a47229e747d824a939000Cf21dEF5A0",path:"steth-eth",input:"STETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"STG / USD",assetName:"STG",address:"0x63Af8341b62E683B87bB540896bF283D96B4D385",path:"stg-usd",input:"STG",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"SUPEROETHB / ETH",assetName:"SUPEROETHB",address:"0x39C6E14CdE46D4FFD9F04Ff159e7ce8eC20E10B4",path:"superoethb-eth",input:"SUPEROETHB",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"SolvBTC.BBN / SolvBTC Exchange Rate",assetName:"SolvBTC.BBN",address:"0x67283A47E470afbCcc4aC74ccC32401a81027691",path:"solvbtc.bbn-solvbtc-exchange-rate",input:"SolvBTC.BBN",output:"SolvBTC",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"TBTC / USD",assetName:"tBTC",address:"0x6D75BFB5A5885f841b132198C9f0bE8c872057BF",path:"tbtc-usd",input:"tBTC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"TRUMP / USD",assetName:"TRUMP",address:"0x7bAfa1Af54f17cC0775a1Cf813B9fF5dED2C51E5",path:"trump-usd",input:"TRUMP",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"USD+ / USD",assetName:"USD+",address:"0xd5Ec94430eF4170D819E0996BC53ed40d31638d8",path:"usd+-usd",input:"USD+",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"USDC / USD",assetName:"USDC",address:"0x7e860098F58bBFC8648a4311b374B1D669a2bc6B",path:"usdc-usd",input:"USDC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"USDM / USD",assetName:"USDM",address:"0xF7742A6f36e9936CeA0E976bF6CD3930C1178775",path:"usdm-usd",input:"USDM",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"USDS / USD",assetName:"USDS",address:"0x2330aaE3bca5F05169d5f4597964D44522F62930",path:"usds-usd",input:"USDS",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"USDT / USD",assetName:"USDT",address:"0xf19d560eB8d2ADf07BD6D13ed03e1D11215721F9",path:"usdt-usd",input:"USDT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"USDe / USD",assetName:"USDE",address:"0x790181e93e9F4Eedb5b864860C12e4d2CffFe73B",path:"usde-usd",input:"USDE",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"USDz / USD",assetName:"USDz",address:"0xe25969e2Fa633a0C027fAB8F30Fc9C6A90D60B48",path:"usdz-usd",input:"USDz",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"USR / USD",assetName:"USR",address:"0x4a595E0a62E50A2E5eC95A70c8E612F9746af006",path:"usr-usd",input:"USR",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"VIRTUAL / USD",assetName:"VIRTUAL",address:"0xEaf310161c9eF7c813A14f8FEF6Fb271434019F7",path:"virtual-usd",input:"VIRTUAL",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"VVV / USD",assetName:"VVV",address:"0x8eC6a128a430f7A850165bcF18facc9520a9873F",path:"vvv-usd",input:"VVV",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"WBTC / USD",assetName:"WBTC",address:"0xCCADC697c55bbB68dc5bCdf8d3CBe83CdD4E071E",path:"wbtc-usd",input:"WBTC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"WELL / USD",assetName:"WELL",address:"0xc15d9944dAefE2dB03e53bef8DDA25a56832C5fe",path:"well-usd",input:"WELL",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"WIF / USD",assetName:"WIF",address:"0x674940e1dBf7FD841b33156DA9A88afbD95AaFBa",path:"wif-usd",input:"WIF",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"WMTx / USD",assetName:"WMTx",address:"0x311681f6E0b34670Fb03e066cc08C6D09149a44c",path:"wmtx-usd",input:"WMTx",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"WSTETH / ETH",assetName:"WSTETH",address:"0x43a5C292A453A3bF3606fa856197f09D7B74251a",path:"wsteth-eth",input:"WSTETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"XRP / USD",assetName:"XRP",address:"0x9f0C1dD78C4CBdF5b9cf923a549A201EdC676D34",path:"xrp-usd",input:"XRP",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"YFI / USD",assetName:"YFI",address:"0xD40e758b5eC80820B68DFC302fc5Ce1239083548",path:"yfi-usd",input:"YFI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"ZBU / USD",assetName:"ZBU",address:"0x19c6501ee6FF5Faf36346031A92C46AF128807d3",path:"zbu-usd",input:"ZBU",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"ZRO / USD",assetName:"ZRO",address:"0xdc31a4CCfCA039BeC6222e20BE7770E12581bfEB",path:"zro-usd",input:"ZRO",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"cbBTC / USD",assetName:"CBBTC",address:"0x07DA0E54543a844a80ABE69c8A12F22B3aA59f9D",path:"cbbtc-usd",input:"CBBTC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"cbBTC Reserves",assetName:"cbBTC",address:"0x0F8E057D1D7b282EF968D26E9cB432617dF52519",path:"cbbtc-por",input:"cbBTC",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"cbETH-ETH Exchange Rate",assetName:"cbETH",address:"0x868a501e68F3D1E89CfC0D22F6b22E8dabce5F04",path:"cbeth-eth-exchange",input:"cbETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"dlcBTC Proof of Reserves",assetName:"dlcBTC",address:"0x30A76F4E688Cf52f4A06D7AAd987A7037f3Ae6f7",path:"dlcbtc-por",input:"dlcBTC",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"ezETH / ETH",assetName:"EZETH",address:"0x960BDD1dFD20d7c98fa482D793C3dedD73A113a3",path:"ezeth-eth",input:"EZETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"ezETH / ETH Exchange Rate",assetName:"EZETH",address:"0xC4300B7CF0646F0Fe4C5B2ACFCCC4dCA1346f5d8",path:"ezeth-eth-exchange-rate",input:"EZETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"iBTC Proof of Reserves",assetName:"iBTC",address:"0x7FCED5198e43ec93Ef2179DFC70a8dcf494DcB80",path:"ibtc-por",input:"iBTC",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"inETH / ETH Exchange Rate",assetName:"INETH",address:"0x83ac12dBb5Bd7Fa597ab2FFEc9F2F13DeDdFe163",path:"ineth-eth-exchange-rate",input:"INETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"instETH / ETH Exchange Rate",assetName:"INSTETH",address:"0x9C6BF4884Ff0c7873652F7d5142FA3b9859a526D",path:"insteth-eth-exchange-rate",input:"INSTETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"pufETH / ETH",assetName:"PUFETH",address:"0x9452Ca03474C6B704B4e102339B451D640f57f07",path:"pufeth-eth",input:"PUFETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"pufETH / ETH Exchange Rate",assetName:"PUFETH",address:"0x69a1d14a4e58e97EDE8337DE61eEB2e4a55886E0",path:"pufeth-eth-exchange-rate",input:"PUFETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"rETH / ETH Exchange Rate",assetName:"rETH",address:"0x1E6A29666288a310326B37d823Fe4Ea3937424D2",path:"reth-eth-exchange-rate",input:"rETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"rsETH / ETH Exchange Rate",assetName:"RSETH",address:"0x99DAf760d2CFB770cc17e883dF45454FE421616b",path:"rseth-eth-exchange-rate",input:"RSETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"rswETH / ETH",assetName:"rswETH",address:"0xcCBb30DA24b5195D2Ee94C2B29cfA7108b4DFB1F",path:"rsweth-eth",input:"rswETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"rswETH / ETH Exchange Rate",assetName:"RSWETH",address:"0x97b770B0200CCe161907a9cbe0C6B177679f8F7C",path:"rsweth-eth-exchange-rate",input:"RSWETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"sUSDS / USDS Exchange Rate",assetName:"sUSDS",address:"0x906B24a339b848369B24Dc9Ed368b947fB9693bf",path:"susds-usds-exchange-rate",input:"sUSDS",output:"sUSDS",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"sUSDe / USD",assetName:"SUSDE",address:"0x79cf4a31B29D69191f0b6E97916eB93FEB81E533",path:"susde-usd",input:"SUSDE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"sUSDe / USDe Exchange Rate",assetName:"SUSDE",address:"0xdEd37FC1400B8022968441356f771639ad1B23aA",path:"susde-usde-exchange-rate",input:"SUSDE",output:"USDE",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"sUSDz / USDz Exchange Rate",assetName:"sUSDz",address:"0xD89c7fFB39C44b17EAecd8717a75A36c19C07582",path:"susdz-usdz-exchange-rate",input:"sUSDz",output:"USDz",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"sfrxETH-frxETH Exchange Rate",assetName:"sfrxETH",address:"0x1Eba1d6941088c8FCE2CbcaC80754C77871aD093",path:"sfrxETH-frxETH",input:"sfrxETH",output:"frxETH",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"solvBTC / BTC",assetName:"solvBTC",address:"0xB4a1a7f260C9FF7fEd6A6fbb9fe5a9acFa725DBf",path:"solvbtc-btc",input:"solvBTC",output:"BTC",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"swBTC / WBTC Exchange Rate",assetName:"swBTC",address:"0xBD867487712ADeC5A59b9Ae475Ee942f652B4C91",path:"swbtc-wbtc-exchange-rate",input:"swBTC",output:"WBTC",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"tETH / wstETH Exchange Rate",assetName:"tETH",address:"0x8004571d9f54dE016fc3D448e7AEe2d70947727A",path:"teth-wsteth-exchange-rate",input:"tETH",output:"wstETH",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"ultraETHs / ETH Exchange Rate",assetName:"ultraETHs",address:"0xbb9786e37D54251477EbC1325b04ACdCA18C2254",path:"ultraeths-eth-exchange-rate",input:"ultraETHs",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"uniBTC / BTC Exchange Rate",assetName:"uniBTC",address:"0xbC7c5023eE571e4D9C4890C90a16be05c1EEf410",path:"unibtc-btc-exchange-rate",input:"uniBTC",output:"BTC",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"wOETH / OETH Exchange Rate",assetName:"wOETH",address:"0xe96EB1EDa83d18cbac224233319FA5071464e1b9",path:"woeth-oeth-exchange-rate",input:"wOETH",output:"OETH",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"weETH / ETH",assetName:"weETH",address:"0xFC1415403EbB0c693f9a7844b92aD2Ff24775C65",path:"weeth-eth",input:"weETH",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"weETH / eETH Exchange Rate",assetName:"weETH",address:"0x35e9D7001819Ea3B39Da906aE6b06A62cfe2c181",path:"weeth-eeth-exchange-rate",input:"weETH",output:"eETH",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"wrsETH-ETH Exchange Rate",assetName:"wrsETH",address:"0xe8dD07CCf5BC4922424140E44Eb970F5950725ef",path:"wrseth-eth-exchange-rate",input:"wrsETH",output:"rsETH",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"wstETH-ETH Exchange Rate",assetName:"WSTETH",address:"0xa669E5272E60f78299F4824495cE01a3923f4380",path:"weth-eth",input:"WSTETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"wstETH-stETH Exchange Rate",assetName:"wstETH",address:"0xB88BAc61a4Ca37C43a3725912B1f472c9A5bc061",path:"wsteth-steth exchangerate",input:"wstETH",output:"stETH",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"wstUSR / stUSR Exchange Rate",assetName:"wstUSR",address:"0x0594c1a01375c1151c2ca78BE4870836EbFA9846",path:"wstusr-stusr-exchange-rate",input:"wstUSR",output:"stUSR",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"ynETH / ETH Exchange Rate",assetName:"ynETH",address:"0xb4482096e3cdE116C15fC0D700a73a58FEdeB8c0",path:"yneth-eth-exchange-rate",input:"ynETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"ynETHx / ETH Exchange Rate",assetName:"ynETHx",address:"0x4e7dB2f9a28348AB48a968dd4217D565D1F15Ba4",path:"ynethx-eth-exchange-rate",input:"ynETHx",output:"ynETHx",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"AUD / USD",assetName:"AUD",address:"0x39be70E93D2D285C9E71be7f70FC5a45A7777B14",path:"aud-usd",input:"AUD",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:10,name:"BRL / USD",assetName:"BRL",address:"0xB22900D4D0CEa5DB0B3bb08565a9f0f4a831D32C",path:"brl-usd",input:"BRL",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:10,name:"EUR / USD",assetName:"EUR",address:"0x3626369857A10CcC6cc3A6e4f5C2f5984a519F20",path:"eur-usd",input:"EUR",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:10,name:"INR / USD",assetName:"INR",address:"0x5535e67d8f99c8ebe961E1Fc1F6DDAE96FEC82C9",path:"inr-usd",input:"INR",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:10,name:"JPY / USD",assetName:"JPY",address:"0x536944c3A71FEb7c1E5C66Ee37d1a148d8D8f619",path:"jpy-usd",input:"JPY",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:10,name:"1INCH / USD",assetName:"1INCH",address:"0x9fCe737834500045FB07AD158991BCAC3b05D5A6",path:"1inch-usd",input:"1INCH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"AAVE / USD",assetName:"AAVE",address:"0x338ed6787f463394D24813b297401B9F05a8C9d1",path:"aave-usd",input:"AAVE",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"ADA / USD",assetName:"ADA",address:"0x43dEa17DeE1ca50c6266acb59b32659E44D3ee5D",path:"ada-usd",input:"ADA",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"ALETH / USD",assetName:"ALETH",address:"0x0805fAA94F056C06c2a69e115Aa7633EfD3efDca",path:"aleth-usd",input:"ALETH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"ALGO / USD",assetName:"ALGO",address:"0xBf5384854988939729E8B76b8AeCe7d8D930F9f3",path:"algo-usd",input:"ALGO",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"ANKR / USD",assetName:"ANKR",address:"0xaE2f8ca8d89c3E4521B918D9D5F5bB30e937d68a",path:"ankr-usd",input:"ANKR",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"ANON / USD",assetName:"ANON",address:"0x59F075967F0abB7E9FA623CbaAb7560704D67D15",path:"anon-usd",input:"ANON",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"APE / USD",assetName:"APE",address:"0x89178957E9bD07934d7792fFc0CF39f11c8C2B1F",path:"ape-usd",input:"APE",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"APT / USD",assetName:"APT",address:"0x48f2EcF0Bd180239AEF474a9da945F2e2d41daA3",path:"apt-usd",input:"APT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"ARB / USD",assetName:"ARB",address:"0x8f14546d0B960793180ee355B73fA55041a4a356",path:"arb-usd",input:"ARB",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"ATOM / USD",assetName:"ATOM",address:"0xEF89db2eA46B4aD4E333466B6A486b809e613F39",path:"atom-usd",input:"ATOM",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"AVAX / USD",assetName:"AVAX",address:"0x5087Dc69Fd3907a016BD42B38022F7f024140727",path:"avax-usd",input:"AVAX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"AXS / USD",assetName:"AXS",address:"0x805a61D54bb686e57F02D1EC96A1491C7aF40893",path:"axs-usd",input:"AXS",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"BAL / USD",assetName:"BAL",address:"0x30D9d31C1ac29Bc2c2c312c1bCa9F8b3D60e2376",path:"bal-usd",input:"BAL",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"BCH / USD",assetName:"BCH",address:"0x33E047119359161288bcB143e0C15467C7151d4c",path:"bch-usd",input:"BCH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"BLUR / USD",assetName:"BLUR",address:"0x517C2557c29F7c53Aa5F97a1DAE465E0d5C174AA",path:"blur-usd",input:"BLUR",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"BNB / USD",assetName:"BNB",address:"0xD38579f7cBD14c22cF1997575eA8eF7bfe62ca2c",path:"bnb-usd",input:"BNB",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"BONK / USD",assetName:"BONK",address:"0xec236454209A76a6deCdf5C1183aE2Eb5e82a829",path:"bonk-usd",input:"BONK",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"BTC / USD",assetName:"BTC",address:"0xD702DD976Fb76Fffc2D3963D037dfDae5b04E593",path:"btc-usd",input:"BTC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"CBETH / ETH",assetName:"CBETH",address:"0x138b809B8472fF09Cd3E075E6EcbB2e42D41d870",path:"cbeth-eth",input:"CBETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"CELO / USD",assetName:"CELO",address:"0x5A9072a995E072fD06D8f1EB95933955FDa53C0a",path:"celo-usd",input:"CELO",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"COMP / USD",assetName:"COMP",address:"0xe1011160d78a80E2eEBD60C228EEf7af4Dfcd4d7",path:"comp-usd",input:"COMP",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"CRV / USD",assetName:"CRV",address:"0xbD92C6c284271c227a1e0bF1786F468b539f51D9",path:"crv-usd",input:"CRV",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"CVX / USD",assetName:"CVX",address:"0x955b05dD4573dDFAfB47cb78db16B1Fa127E6e71",path:"cvx-usd",input:"CVX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"DAI / USD",assetName:"DAI",address:"0x8dBa75e83DA73cc766A7e5a0ee71F656BAb470d6",path:"dai-usd",input:"DAI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"DOGE / USD",assetName:"DOGE",address:"0xC6066533917f034Cf610c08e1fe5e9c7eADe0f54",path:"doge-usd",input:"DOGE",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"DOT / USD",assetName:"DOT",address:"0x28e67BAeEB5dE7A788f3Dde6CF6ee491369Bb3Fa",path:"dot-usd",input:"DOT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"DYDX / USD",assetName:"DYDX",address:"0xee35A95c9a064491531493D8b380bC40A4CCd0Da",path:"dydx-usd",input:"DYDX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"ENJ / USD",assetName:"ENJ",address:"0x0cD83cC474e69E611d240f0d35D5794361F5e5C2",path:"enj-usd",input:"ENJ",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"EOS / USD",assetName:"EOS",address:"0x8E8E6C8c4942e4963C682fF54A0d058458393DCC",path:"eos-usd",input:"EOS",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"ETC / USD",assetName:"ETC",address:"0xb7B9A39CC63f856b90B364911CC324dC46aC1770",path:"etc-usd",input:"ETC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"ETH / BTC",assetName:"ETH",address:"0xe4b9bcD7d0AA917f19019165EB89BdbbF36d2cBe",path:"eth-btc",input:"ETH",output:"BTC",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"ETH / USD",assetName:"ETH",address:"0x13e3Ee699D1909E989722E753853AE30b17e08c5",path:"eth-usd",input:"ETH",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"ETHx / ETH",assetName:"ETHx",address:"0x4Fe3caF5752AD3EEE3BfC0Bb4D07069E569bc66C",path:"ethx-eth",input:"ETHx",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"FET / USD",assetName:"FET",address:"0xf37c76163b2918bB4533579D449524F8542E64AD",path:"fet-usd",input:"FET",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"FIL / USD",assetName:"FIL",address:"0x66F61FEe824c1dF059BccCC5F21ca39e083EefDf",path:"fil-usd",input:"FIL",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"FLOKI / USD",assetName:"FLOKI",address:"0x34E0E85CeEc6be6146c4f0115769a29a9539222e",path:"floki-usd",input:"FLOKI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"FLOW / USD",assetName:"FLOW",address:"0x2fF1EB7D0ceC35959F0248E9354c3248c6683D9b",path:"flow-usd",input:"FLOW",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"FRAX / USD",assetName:"FRAX",address:"0xc7D132BeCAbE7Dcc4204841F33bae45841e41D9C",path:"frax-usd",input:"FRAX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"FTM / USD",assetName:"FTM",address:"0xc19d58652d6BfC6Db6FB3691eDA6Aa7f3379E4E9",path:"ftm-usd",input:"FTM",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"FXS / USD",assetName:"FXS",address:"0xB9B16330671067B1b062B9aC2eFd2dB75F03436E",path:"fxs-usd",input:"FXS",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"GMX / USD",assetName:"GMX",address:"0x62f42f70ba85De1086476bB6BADE926d0E0b8a4C",path:"gmx-usd",input:"GMX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"GRT / USD",assetName:"GRT",address:"0xfa042d5F474d7A39454C594CCfE014Ea011495f2",path:"grt-usd",input:"GRT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"ICP / USD",assetName:"ICP",address:"0xe98290265E4aE3758503a03e937F381A2A7aFB57",path:"icp-usd",input:"ICP",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"IMX / USD",assetName:"IMX",address:"0x26Fce884555FAe5F0E4701cc976FE8D8bB111A38",path:"imx-usd",input:"IMX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"INJ / USD",assetName:"INJ",address:"0x90CC16F5493894eff84a5Fedd1dcE297d174fEEf",path:"inj-usd",input:"INJ",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"JTO / USD",assetName:"JTO",address:"0xFC3b7bd4368b2919f67E437f8c6Ca42C7FD55dd5",path:"jto-usd",input:"JTO",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"JUP / USD",assetName:"JUP",address:"0x5eb9F7baCd59C886fBD9aa2C0a891223482a1ed4",path:"jup-usd",input:"JUP",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"KNC / USD",assetName:"KNC",address:"0xCB24d22aF35986aC1feb8874AdBbDF68f6dC2e96",path:"knc-usd",input:"KNC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"LDO / USD",assetName:"LDO",address:"0x221618871470f78D8a3391d35B77dFb3C0fbc383",path:"ldo-usd",input:"LDO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"LINK / ETH",assetName:"LINK",address:"0x464A1515ADc20de946f8d0DEB99cead8CEAE310d",path:"link-eth",input:"LINK",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"LINK / USD",assetName:"LINK",address:"0xCc232dcFAAE6354cE191Bd574108c1aD03f86450",path:"link-usd",input:"LINK",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"LTC / USD",assetName:"LTC",address:"0x45954efBD01f5A12428A09E4C38b8434C3dD4Ac3",path:"ltc-usd",input:"LTC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"LUSD / USD",assetName:"LUSD",address:"0x9dfc79Aaeb5bb0f96C6e9402671981CdFc424052",path:"lusd-usd",input:"LUSD",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"MATIC / USD",assetName:"MATIC",address:"0x0ded608AFc23724f614B76955bbd9dFe7dDdc828",path:"matic-usd",input:"MATIC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"MAV / USD",assetName:"MAV",address:"0x51E06250C8E46c8E5DE41ac8B917a47D706128C2",path:"mav-usd",input:"MAV",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"MEME / USD",assetName:"MEME",address:"0xC6884869673a6960486FE0f6B0E775A53521e433",path:"meme-usd",input:"MEME",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"MIMATIC / USD",assetName:"MIMATIC",address:"0x73A3919a69eFCd5b19df8348c6740bB1446F5ed0",path:"mimatic-usd",input:"MIMATIC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"MKR / USD",assetName:"MKR",address:"0x607b417DF51e0E1ed3A12fDb7FC0e8307ED250F3",path:"mkr-usd",input:"MKR",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"NEAR / USD",assetName:"NEAR",address:"0xca6fa4b8CB365C02cd3Ba70544EFffe78f63ac82",path:"near-usd",input:"NEAR",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"ONE / USD",assetName:"ONE",address:"0x7CFB4fac1a2FDB1267F8bc17FADc12804AC13CFE",path:"one-usd",input:"ONE",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"OP / USD",assetName:"OP",address:"0x0D276FC14719f9292D5C1eA2198673d1f4269246",path:"op-usd",input:"OP",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"ORDI / USD",assetName:"ORDI",address:"0x30795BeACc0f43920EF1288dB6676B5e205AE288",path:"ordi-usd",input:"ORDI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"OUSDT / USD",assetName:"OUSDT",address:"0x60025324DAB37DB3A623ea59Cc567937821EeA12",path:"ousdt-usd",input:"OUSDT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"PENDLE / USD",assetName:"PENDLE",address:"0x58F23F80bF389DB1af9e3aA8c59679806749A8a4",path:"pendle-usd",input:"PENDLE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"PEPE / USD",assetName:"PEPE",address:"0x64Ecf089a6594Be781908D5a26FC8fA6CB08A2C7",path:"pepe-usd",input:"PEPE",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"PERP / USD",assetName:"PERP",address:"0xA12CDDd8e986AF9288ab31E58C60e65F2987fB13",path:"perp-usd",input:"PERP",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"POL / USD",assetName:"POL",address:"0x22Ba046769b584c3B05530F7c50d0E8638bd71F1",path:"pol-usd",input:"POL",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"PYTH / USD",assetName:"PYTH",address:"0x0838cFe6A97C9CE1611a6Ed17252477a3c71eBEb",path:"pyth-usd",input:"PYTH",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"RETH / ETH",assetName:"RETH",address:"0xb429DE60943a8e6DeD356dca2F93Cd31201D9ed0",path:"reth-eth",input:"RETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"RNDR / USD",assetName:"RNDR",address:"0x53623FD50C5Fd8788746af00F088FD7f06fD4116",path:"rndr-usd",input:"RNDR",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"RPL / USD",assetName:"RPL",address:"0xADE082c91A6AeCC86fC11704a830e933e1b382eA",path:"rpl-usd",input:"RPL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"RSETH / ETH",assetName:"RSETH",address:"0x03fe94a215E3842deD931769F913d93FF33d0051",path:"rseth-eth",input:"RSETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"RUNE / USD",assetName:"RUNE",address:"0x372cc5e685115A56F14fa7e4716F1294e04c278A",path:"rune-usd",input:"RUNE",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"SAND / USD",assetName:"SAND",address:"0xAE33e077a02071E62d342E449Afd9895b016d541",path:"sand-usd",input:"SAND",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"SATS / USD",assetName:"SATS",address:"0x50f8cf458E7334Be143f3c9F1f1577EE37A45653",path:"sats-usd",input:"SATS",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"SEI / USD",assetName:"SEI",address:"0x6f6cED6B096708C1276056fdBdb7BbDe07Ca462C",path:"sei-usd",input:"SEI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"SHIB / USD",assetName:"SHIB",address:"0xd1e56e7657C0E0d20c0e11C2B6ae0D90932d5665",path:"shib-usd",input:"SHIB",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"SNX / USD",assetName:"SNX",address:"0x2FCF37343e916eAEd1f1DdaaF84458a359b53877",path:"snx-usd",input:"SNX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"SOL / USD",assetName:"SOL",address:"0xC663315f7aF904fbbB0F785c32046dFA03e85270",path:"sol-usd",input:"SOL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"STETH / ETH",assetName:"STETH",address:"0x14d2d3a82AeD4019FddDfe07E8bdc485fb0d2249",path:"steth-eth",input:"STETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"STETH / USD",assetName:"STETH",address:"0x41878779a388585509657CE5Fb95a80050502186",path:"steth-usd",input:"STETH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"STRK / USD",assetName:"STRK",address:"0x8814dEC83E2862A3792A0D6aDFC48CF76Add1890",path:"strk-usd",input:"STRK",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"STX / USD",assetName:"STX",address:"0x602eB777BE29Fbe63349A33306bD73Ff333D02bB",path:"stx-usd",input:"STX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"SUI / USD",assetName:"SUI",address:"0xEaf1a9fe242aa9928faedc6CE7e09aD4875f7133",path:"sui-usd",input:"SUI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"SUSD / USD",assetName:"SUSD",address:"0x7f99817d87baD03ea21E05112Ca799d715730efe",path:"susd-usd",input:"SUSD",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"SUSHI / USD",assetName:"SUSHI",address:"0x72155D46FD9f03AF1739637F9E7Db8A87C40A730",path:"sushi-usd",input:"SUSHI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"TBTC / USD",assetName:"tBTC",address:"0x5a61374950D4BFa5a3D4f2CA36FC1d23A92b6f21",path:"tbtc-usd",input:"tBTC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"TIA / USD",assetName:"TIA",address:"0xD7bC56BBF8D555936cb5121f38d1d362c586776A",path:"tia-usd",input:"TIA",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"TRB / USD",assetName:"TRB",address:"0x3FF5BDB2bB6E3f946d9485De6c591c93B4179ae7",path:"trb-usd",input:"TRB",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"TRX / USD",assetName:"TRX",address:"0x0E09921cf7801A5aD47B892C8727593275625a9f",path:"trx-usd",input:"TRX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"UMA / USD",assetName:"UMA",address:"0xeEC819b2e155CC8FEae194F5129f767409e2327c",path:"uma-usd",input:"UMA",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"UNI / USD",assetName:"UNI",address:"0x11429eE838cC01071402f21C219870cbAc0a59A0",path:"uni-usd",input:"UNI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"USD1 / USD",assetName:"USD1",address:"0x30F6ffb911ac7B9aDF471f28366ce1826C05776e",path:"usd1-usd",input:"USD1",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"USDC / USD",assetName:"USDC",address:"0x16a9FA2FDa030272Ce99B29CF780dFA30361E0f3",path:"usdc-usd",input:"USDC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"USDM / USD",assetName:"USDM",address:"0xA45881b63ff9BE3F9a3439CA0c002686e65a8ED5",path:"usdm-usd",input:"USDM",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"USDT / USD",assetName:"USDT",address:"0xECef79E109e997bCA29c1c0897ec9d7b03647F5E",path:"usdt-usd",input:"USDT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"USDe / USD",assetName:"USDE",address:"0xEEDF0B095B5dfe75F3881Cb26c19DA209A27463a",path:"usde-usd",input:"USDE",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"USR / USD",assetName:"USR",address:"0x8281Af165B4380c7aa2445F1c93C150EaD336022",path:"usr-usd",input:"USR",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"VELO / USD",assetName:"VELO",address:"0x0f2Ed59657e391746C1a097BDa98F2aBb94b1120",path:"velo-usd",input:"VELO",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"WBTC / USD",assetName:"WBTC",address:"0x718A5788b89454aAE3A028AE9c111A29Be6c2a6F",path:"wbtc-usd",input:"WBTC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"WELL / USD",assetName:"WELL",address:"0x7F102e5b4C32e0861293E97DE85e6E0dB3530605",path:"well-usd",input:"WELL",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"WIF / USD",assetName:"WIF",address:"0x75c3bF05EeF2c1966D6d5890Def3DbE640627642",path:"wif-usd",input:"WIF",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"WLD / USD",assetName:"WLD",address:"0x4e1C6B168DCFD7758bC2Ab9d2865f1895813D236",path:"wld-usd",input:"WLD",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"WSTETH / ETH",assetName:"WSTETH",address:"0x524299Ab0987a7c4B3c8022a35669DdcdC715a10",path:"wsteth-eth",input:"WSTETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"WSTETH / USD",assetName:"WSTETH",address:"0x698B585CbC4407e2D54aa898B2600B53C68958f7",path:"wsteth-usd",input:"WSTETH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"XLM / USD",assetName:"XLM",address:"0x799A346e7dBfa0f66Ad0961259366F93A1ee34C4",path:"xlm-usd",input:"XLM",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"XMR / USD",assetName:"XMR",address:"0x2a8D91686A048E98e6CCF1A89E82f40D14312672",path:"xmr-usd",input:"XMR",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"XRP / USD",assetName:"XRP",address:"0x8788F0DBDa7678244Ac7FF09d963d7696D56A8a0",path:"xrp-usd",input:"XRP",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"XTZ / USD",assetName:"XTZ",address:"0xeA2aeD0087A620995Bf609D1bCD76Ea099905138",path:"xtz-usd",input:"XTZ",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"YFI / USD",assetName:"YFI",address:"0x5cdC797acCBf57EE2363Fed9701262Abc87a232e",path:"yfi-usd",input:"YFI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"ZEC / USD",assetName:"ZEC",address:"0x2FF8822F371b283604369700d6F06da3fBb31064",path:"zec-usd",input:"ZEC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"ZIL / USD",assetName:"ZIL",address:"0x1520874FC216f5F07E03607303Df2Fda6C3Fc203",path:"zil-usd",input:"ZIL",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"ZRX / USD",assetName:"ZRX",address:"0xBfbb4fE2fB71022DbFE0D4232c8C528bddf9c57f",path:"zrx-usd",input:"ZRX",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"agETH-ETH Exchange Rate",assetName:"agETH",address:"0x37677A136CD3ff2767107D34cfC9213aa474f2BA",path:"ageth-eth-exchange-rate",input:"agETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"ankrETH / ETH Exchange Rate",assetName:"ANKRETH",address:"0x98FB6366E71E9A71C247052d447E928303e17bB6",path:"ankreth-eth-exchange-rate",input:"ANKRETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"apxETH / pxETH Exchange Rate",assetName:"APXETH",address:"0x21515B1Da412ecdCa071a84f32193eD90D4ddb59",path:"apxeth-pxeth-exchange-rate",input:"APXETH",output:"PXETH",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"deUSD / USD",assetName:"DEUSD",address:"0x04e6b67c9875c15C26E2672dF11E1A34161E7B93",path:"deusd-usd",input:"DEUSD",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"ezETH / ETH Exchange Rate",assetName:"EZETH",address:"0xFAD40C0e2BeF93c6a822015863045CAAeAAde4d3",path:"ezeth-eth-exchange-rate",input:"EZETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"inETH / ETH Exchange Rate",assetName:"INETH",address:"0x5CC26e6798A3b05525076913840aa07b1d65eE00",path:"ineth-eth-exchange-rate",input:"INETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"instETH / ETH Exchange Rate",assetName:"INSTETH",address:"0x028F7347Df25220DA7D63eB7c29fa10448231489",path:"insteth-eth-exchange-rate",input:"INSTETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"rETH-ETH Exchange Rate",assetName:"rETH",address:"0x22F3727be377781d1579B7C9222382b21c9d1a8f",path:"reth-eth-exchange-rate",input:"rETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"rswETH / ETH Exchange Rate",assetName:"rswETH",address:"0x90da1D1DB26c0A84164Ff03090e0B31Ad08A137A",path:"rsweth-eth-exchange-rate",input:"rswETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"sFRAX / FRAX Exchange Rate",assetName:"sFRAX",address:"0x8f096bFFe37313Ad6bD5B9fF48F9FF6E4E5Cd065",path:"sfrax-frax exchange rate",input:"sFRAX",output:"FRAX",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"sUSDe / USD",assetName:"SUSDE",address:"0x05950959B6d876ae0fed1BBe5Caa2d74d8659D59",path:"susde-usd",input:"SUSDE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"sUSDe / USDe Exchange Rate",assetName:"SUSDE",address:"0x85342bC62aadef58f029ab6d17D643949e6F073e",path:"susde-usde-exchange-rate",input:"SUSDE",output:"USDE",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"sfrxETH / frxETH-Exchange-Rate",assetName:"sfrxETH",address:"0xd2AdD08d9Cd83720c9296A991ce066BB08265eAc",path:"sfrxeth-frxeth-exchange-rate",input:"sfrxETH",output:"frxETH",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"tETH / wstETH Exchange Rate",assetName:"tETH",address:"0x4e8e8F5b3d0f49e00F3DFb9CF827d1A0FBe33B21",path:"teth-wsteth-exchange-rate",input:"tETH",output:"wstETH",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"uniBTC / BTC Exchange Rate",assetName:"uniBTC",address:"0x089730f866C6D478398ce1632C7C38677c475EC1",path:"unibtc-btc-exchange-rate",input:"uniBTC",output:"BTC",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"wOETH / OETH Exchange Rate",assetName:"wOETH",address:"0x70843CE8E54d2b87Ee02B1911c06EA5632cd07d3",path:"woeth-oeth-exchange-rate",input:"wOETH",output:"OETH",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"weETH / ETH",assetName:"weETH",address:"0xb4479d436DDa5c1A79bD88D282725615202406E3",path:"weeth-eth",input:"weETH",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"weETH / eETH Exchange Rate",assetName:"weETH",address:"0x72EC6bF88effEd88290C66DCF1bE2321d80502f5",path:"weeth-eeth-exchange-rate",input:"weETH",output:"eETH",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"wrsETH-ETH Exchange Rate",assetName:"wrsETH",address:"0x73b8BE3b653c5896BC34fC87cEBC8AcF4Fb7A545",path:"wrseth-eth-exchange-rate",input:"wrsETH",output:"rsETH",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"wstETH-stETH Exchange Rate",assetName:"wstETH",address:"0xe59EBa0D492cA53C6f46015EEa00517F2707dc77",path:"wsteth-steth exchangerate",input:"wstETH",output:"stETH",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"wstUSR / stUSR Exchange Rate",assetName:"wstUSR",address:"0xe3Ec83f2EE37f7AF2B2711e8aF7554D01B963550",path:"wstusr-stusr-exchange-rate",input:"wstUSR",output:"stUSR",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"ynETH / ETH Exchange Rate",assetName:"ynETH",address:"0x4D4f9BF097DfE85C513E29D770e7CaceD9C07801",path:"yneth-eth-exchange-rate",input:"ynETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"ynETHx / ETH Exchange Rate",assetName:"ynETHx",address:"0xCb93226806156b03c8896bbD1cd5e4174cdb0806",path:"ynethx-eth-exchange-rate",input:"ynETHx",output:"ynETHx",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"AUD / USD",assetName:"AUD",address:"0x498F912B09B5dF618c77fcC9E8DA503304Df92bF",path:"aud-usd",input:"AUD",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:56,name:"BRL / USD",assetName:"BRL",address:"0x5cb1Cb3eA5FB46de1CE1D0F3BaDB3212e8d8eF48",path:"brl-usd",input:"BRL",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:56,name:"CHF / USD",assetName:"CHF",address:"0x964261740356cB4aaD0C3D2003Ce808A4176a46d",path:"chf-usd",input:"CHF",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:56,name:"EUR / USD",assetName:"EUR",address:"0x0bf79F617988C472DcA68ff41eFe1338955b9A80",path:"eur-usd",input:"EUR",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:56,name:"GBP / USD",assetName:"GBP",address:"0x8FAf16F710003E538189334541F5D4a391Da46a0",path:"gbp-usd",input:"GBP",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:56,name:"INR / USD",assetName:"INR",address:"0xeF0a3109ce97e0B58557F0e3Ba95eA16Bfa4A89d",path:"inr-usd",input:"INR",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:56,name:"JPY / USD",assetName:"JPY",address:"0x22Db8397a6E77E41471dE256a7803829fDC8bC57",path:"jpy-usd",input:"JPY",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:56,name:"MXN / USD",assetName:"MXN",address:"0x16c0C1f971b1780F952572670A9d5ce4123582a1",path:"mxn-usd",input:"MXN",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:56,name:"PHP / USD",assetName:"PHP",address:"0x1CcaD765D39Aa2060eB4f6dD94e5874db786C16f",path:"php-usd",input:"PHP",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:56,name:"SGD / USD",assetName:"SGD",address:"0x3065b2369820f76C829b9BBCAF4B90F9f47d6314",path:"sgd-usd",input:"SGD",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:56,name:"THB / USD",assetName:"THB",address:"0x00EdEa5d03E6Cb155662dBF1B00dea5693Be874A",path:"thb-usd",input:"THB",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:56,name:"ZAR / USD",assetName:"ZAR",address:"0xDE1952A1bF53f8E558cc761ad2564884E55B2c6F",path:"zar-usd",input:"ZAR",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:56,name:"1INCH / USD",assetName:"1INCH",address:"0x9a177Bb9f5b6083E962f9e62bD21d4b5660Aeb03",path:"1inch-usd",input:"1INCH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"AAVE / USD",assetName:"AAVE",address:"0xA8357BF572460fC40f4B0aCacbB2a6A61c89f475",path:"aave-usd",input:"AAVE",output:"USD",type:"crypto",updateInterval:600},{decimals:0,chainId:56,name:"AAVE Network Emergency Count (BNB Chain)",address:"0xcabb46FfB38c93348Df16558DF156e9f68F9F7F1",path:"aave-network-emergency-count-bnb",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"ADA / BNB",assetName:"ADA",address:"0x2d5Fc41d1365fFe13d03d91E82e04Ca878D69f4B",path:"ada-bnb",input:"ADA",output:"BNB",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"ADA / USD",assetName:"ADA",address:"0xa767f745331D267c7751297D982b050c93985627",path:"ada-usd",input:"ADA",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"ALPACA / USD",assetName:"ALPACA",address:"0xe0073b60833249ffd1bb2af809112c2fbf221DF6",path:"alpaca-usd",input:"ALPACA",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"ATOM / USD",assetName:"ATOM",address:"0xb056B7C804297279A9a673289264c17E6Dc6055d",path:"atom-usd",input:"ATOM",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"AVAX / USD",assetName:"AVAX",address:"0x5974855ce31EE8E1fff2e76591CbF83D7110F151",path:"avax-usd",input:"AVAX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"AXS / USD",assetName:"AXS",address:"0x7B49524ee5740c99435f52d731dFC94082fE61Ab",path:"axs-usd",input:"AXS",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"BAND / BNB",assetName:"BAND",address:"0x3334bF7ec892Ca03D1378B51769b7782EAF318C4",path:"band-bnb",input:"BAND",output:"BNB",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"BAND / USD",assetName:"BAND",address:"0xC78b99Ae87fF43535b0C782128DB3cB49c74A4d3",path:"band-usd",input:"BAND",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"BCH / BNB",assetName:"BCH",address:"0x2a548935a323Bb7329a5E3F1667B979f16Bc890b",path:"bch-bnb",input:"BCH",output:"BNB",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"BCH / USD",assetName:"BCH",address:"0x43d80f616DAf0b0B42a928EeD32147dC59027D41",path:"bch-usd",input:"BCH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"BETH / USD",assetName:"BETH",address:"0x2A3796273d47c4eD363b361D3AEFb7F7E2A13782",path:"beth-usd",input:"BETH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"BNB / USD",assetName:"BNB",address:"0x0567F2323251f0Aab15c8dFb1967E4e8A7D42aeE",path:"bnb-usd",input:"BNB",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"BSW / USD",assetName:"BSW",address:"0x08E70777b982a58D23D05E3D7714f44837c06A21",path:"bsw-usd",input:"BSW",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"BTC / BNB",assetName:"BTC",address:"0x116EeB23384451C78ed366D4f67D5AD44eE771A0",path:"btc-bnb",input:"BTC",output:"BNB",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"BTC / ETH",assetName:"BTC",address:"0xf1769eB4D1943AF02ab1096D7893759F6177D6B8",path:"btc-eth",input:"BTC",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"BTC / USD",assetName:"BTC",address:"0x264990fbd0A4796A3E3d8E37C4d5F87a3aCa5Ebf",path:"btc-usd",input:"BTC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"BUSD / BNB",assetName:"BUSD",address:"0x87Ea38c9F24264Ec1Fff41B04ec94a97Caf99941",path:"busd-bnb",input:"BUSD",output:"BNB",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"BUSD / USD",assetName:"BUSD",address:"0xcBb98864Ef56E9042e7d2efef76141f15731B82f",path:"busd-usd",input:"BUSD",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"C98 / USD",assetName:"C98",address:"0x889158E39628C0397DC54B84F6b1cbe0AaEb7FFc",path:"c98-usd",input:"C98",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"CAKE / BNB",assetName:"CAKE",address:"0xcB23da9EA243f53194CBc2380A6d4d9bC046161f",path:"cake-bnb",input:"CAKE",output:"BNB",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"CAKE / USD",assetName:"CAKE",address:"0xB6064eD41d4f67e353768aA239cA86f4F73665a1",path:"cake-usd",input:"CAKE",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"CFX / USD",assetName:"CFX",address:"0xe3cA2f3Bad1D8327820f648C759f17162b5383ae",path:"cfx-usd",input:"CFX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"CHR / USD",assetName:"CHR",address:"0x1f771B2b1F3c3Db6C7A1d5F38961a49CEcD116dA",path:"chr-usd",input:"CHR",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"COMP / USD",assetName:"COMP",address:"0x0Db8945f9aEf5651fa5bd52314C5aAe78DfDe540",path:"comp-usd",input:"COMP",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"CRV / USD",assetName:"CRV",address:"0x2e1C3b6Fcae47b20Dd343D9354F7B1140a1E6B27",path:"crv-usd",input:"CRV",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"Calculated BNBx / USD",assetName:"BNBX",address:"0xc4429B539397a3166eF3ef132c29e34715a3ABb4",path:"calculated-bnbx-usd",input:"BNBX",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"Calculated SAVAX / USD",assetName:"SAVAX",address:"0x3b37C6f1e3207DE5a4664E837072Bd9A25269B39",path:"calculated-savax-usd",input:"SAVAX",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"DAI / BNB",assetName:"DAI",address:"0x8EC213E7191488C7873cEC6daC8e97cdbAdb7B35",path:"dai-bnb",input:"DAI",output:"BNB",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"DAI / USD",assetName:"DAI",address:"0x132d3C0B1D2cEa0BC552588063bdBb210FDeecfA",path:"dai-usd",input:"DAI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"DODO / USD",assetName:"DODO",address:"0x87701B15C08687341c2a847ca44eCfBc8d7873E1",path:"dodo-usd",input:"DODO",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"DOGE / USD",assetName:"DOGE",address:"0x3AB0A0d137D4F946fBB19eecc6e92E64660231C8",path:"doge-usd",input:"DOGE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"DOT / BNB",assetName:"DOT",address:"0xBA8683E9c3B1455bE6e18E7768e8cAD95Eb5eD49",path:"dot-bnb",input:"DOT",output:"BNB",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"DOT / USD",assetName:"DOT",address:"0xC333eb0086309a16aa7c8308DfD32c8BBA0a2592",path:"dot-usd",input:"DOT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"EOS / BNB",assetName:"EOS",address:"0xed93F3764334788f2f6628b30e505fe1fc5d1D7b",path:"eos-bnb",input:"EOS",output:"BNB",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"EOS / USD",assetName:"EOS",address:"0xd5508c8Ffdb8F15cE336e629fD4ca9AdB48f50F0",path:"eos-usd",input:"EOS",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"ETH / BNB",assetName:"ETH",address:"0x63D407F32Aa72E63C7209ce1c2F5dA40b3AaE726",path:"eth-bnb",input:"ETH",output:"BNB",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"ETH / USD",assetName:"ETH",address:"0x9ef1B8c0E4F7dc8bF5719Ea496883DC6401d5b2e",path:"eth-usd",input:"ETH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"FDUSD / USD",assetName:"FDUSD",address:"0x390180e80058A8499930F0c13963AD3E0d86Bfc9",path:"fdusd-usd",input:"FDUSD",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"FET / USD",assetName:"FET",address:"0x657e700c66C48c135c4A29c4292908DbdA7aa280",path:"fet-usd",input:"FET",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"FIL / USD",assetName:"FIL",address:"0xE5dbFD9003bFf9dF5feB2f4F445Ca00fb121fb83",path:"fil-usd",input:"FIL",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"FRAX / USD",assetName:"FRAX",address:"0x13A9c98b07F098c5319f4FF786eB16E22DC738e1",path:"frax-usd",input:"FRAX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"FTM / USD",assetName:"FTM",address:"0xe2A47e87C0f4134c8D06A41975F6860468b2F925",path:"ftm-usd",input:"FTM",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"FXS / USD",assetName:"FXS",address:"0x0E9D55932893Fb1308882C7857285B2B0bcc4f4a",path:"fxs-usd",input:"FXS",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"GMT / USD",assetName:"GMT",address:"0x8b0D36ae4CF8e277773A7ba5F35c09Edb144241b",path:"gmt-usd",input:"GMT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"HIGH / USD",assetName:"HIGH",address:"0xdF4Dd957a84F798acFADd448badd2D8b9bC99047",path:"high-usd",input:"HIGH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"ICP / USD",assetName:"ICP",address:"0x84210d9013A30C6ab169e28840A6CC54B60fa042",path:"icp-usd",input:"ICP",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"INJ / USD",assetName:"INJ",address:"0x63A9133cd7c611d6049761038C16f238FddA71d7",path:"inj-usd",input:"INJ",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"KAVA / USD",assetName:"KAVA",address:"0x12bf0C3f7D5aca9E711930d704dA2774358d9210",path:"kava-usd",input:"KAVA",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"KLAY / USD",assetName:"KLAY",address:"0xfD07b211044572898cDbcb1435f0a1369Fd15726",path:"klay-usd",input:"KLAY",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"KNC / USD",assetName:"KNC",address:"0xF2f8273F6b9Fc22C90891DC802cAf60eeF805cDF",path:"knc-usd",input:"KNC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"LBTC / BTC",assetName:"LBTC",address:"0x41A292Dced910690b86b99A6cbC2e181dc56De57",path:"lbtc-btc",input:"LBTC",output:"BTC",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"LINA / USD",assetName:"LINA",address:"0x38393201952f2764E04B290af9df427217D56B41",path:"lina-usd",input:"LINA",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"LINK / BNB",assetName:"LINK",address:"0xB38722F6A608646a538E882Ee9972D15c86Fc597",path:"link-bnb",input:"LINK",output:"BNB",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"LINK / USD",assetName:"LINK",address:"0xca236E327F629f9Fc2c30A4E95775EbF0B89fac8",path:"link-usd",input:"LINK",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"LISTA / USD",assetName:"LISTA",address:"0x801A72542E6F2c1A022eC6865600D6872b191308",path:"lista-usd",input:"LISTA",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"LTC / BNB",assetName:"LTC",address:"0x4e5a43A79f53c0a8e83489648Ea7e429278f8b2D",path:"ltc-bnb",input:"LTC",output:"BNB",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"LTC / USD",assetName:"LTC",address:"0x74E72F37A8c415c8f1a98Ed42E78Ff997435791D",path:"ltc-usd",input:"LTC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"MASK / USD",assetName:"MASK",address:"0x4978c0abE6899178c1A74838Ee0062280888E2Cf",path:"mask-usd",input:"MASK",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"MATIC / USD",assetName:"MATIC",address:"0x7CA57b0cA6367191c94C8914d7Df09A57655905f",path:"matic-usd",input:"MATIC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"NEAR / USD",assetName:"NEAR",address:"0x0Fe4D87883005fCAFaF56B81d09473D9A29dCDC3",path:"near-usd",input:"NEAR",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"NULS / USD",assetName:"NULS",address:"0xaCFBE73231d312AC6954496b3f786E892bF0f7e5",path:"nuls-usd",input:"NULS",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"ONG / USD",assetName:"ONG",address:"0xcF95796f3016801A1dA5C518Fc7A59C51dcEf793",path:"ong-usd",input:"ONG",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"ONT / USD",assetName:"ONT",address:"0x887f177CBED2cf555a64e7bF125E1825EB69dB82",path:"ont-usd",input:"ONT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"PAXG / USD",assetName:"PAXG",address:"0x7F8caD4690A38aC28BDA3D132eF83DB1C17557Df",path:"paxg-usd",input:"PAXG",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"POL / USD",assetName:"POL",address:"0x081195B56674bb87b2B92F6D58F7c5f449aCE19d",path:"pol-usd",input:"POL",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"RDNT / USD",assetName:"RDNT",address:"0x20123C6ebd45c6496102BeEA86e1a6616Ca547c6",path:"rdnt-usd",input:"RDNT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"SHIB / USD",assetName:"SHIB",address:"0xA615Be6cb0f3F36A641858dB6F30B9242d0ABeD8",path:"shib-usd",input:"SHIB",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"SOL / USD",assetName:"SOL",address:"0x0E8a53DD9c13589df6382F13dA6B3Ec8F919B323",path:"sol-usd",input:"SOL",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"SPELL / USD",assetName:"SPELL",address:"0x47e01580C537Cd47dA339eA3a4aFb5998CCf037C",path:"spell-usd",input:"SPELL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"STONE / ETH Exchange Rate",assetName:"STONE",address:"0xC6A1314E89d01517a90AE4b0d9d5e499A324B283",path:"stone-eth-exchange-rate",input:"STONE",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"SUSDE / USDE Exchange Rate",assetName:"SUSDE",address:"0x1a269eA1b209DA2c12bDCDab22635C9e6C5028B2",path:"susde-usde-exchange-rate",input:"SUSDE",output:"USDE",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"SUSHI / USD",assetName:"SUSHI",address:"0xa679C72a97B654CFfF58aB704de3BA15Cde89B07",path:"sushi-usd",input:"SUSHI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"SXP / USD",assetName:"SXP",address:"0xE188A9875af525d25334d75F3327863B2b8cd0F1",path:"sxp-usd",input:"SXP",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"Solv Proof of Reserves",assetName:"SolvBTC",address:"0x81ca991cEf14e7bFB3fa8cc70303a2DEaEb09A42",path:"solv-por",input:"SolvBTC",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"SolvBTC Proof of Reserves",assetName:"SolvBTC",address:"0x657b128a4936542A48a40C320BFfa3F44043583a",path:"solvbtc-por",input:"SolvBTC",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"SolvBTC.BBN / SolvBTC Exchange Rate",assetName:"SolvBTC.BBN",address:"0x601CaA447C59Dc4E25992f4057BbE828F66193C0",path:"solvbtc.bbn-solvbtc-exchange-rate",input:"SolvBTC.BBN",output:"SolvBTC",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"TRX / USD",assetName:"TRX",address:"0xF4C5e535756D11994fCBB12Ba8adD0192D9b88be",path:"trx-usd",input:"TRX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"TUSD / USD",assetName:"TUSD",address:"0xa3334A9762090E827413A7495AfeCE76F41dFc06",path:"tusd-usd",input:"TUSD",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"TWT / BNB",assetName:"TWT",address:"0x7E728dFA6bCa9023d9aBeE759fDF56BEAb8aC7aD",path:"twt-bnb",input:"TWT",output:"BNB",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"UNI / BNB",assetName:"UNI",address:"0x25298F020c3CA1392da76Eb7Ac844813b218ccf7",path:"uni-bnb",input:"UNI",output:"BNB",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"UNI / USD",assetName:"UNI",address:"0xb57f259E7C24e56a1dA00F66b55A5640d9f9E7e4",path:"uni-usd",input:"UNI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"USD1 / USD",assetName:"USD1",address:"0xaD8b4e59A7f25B68945fAf0f3a3EAF027832FFB0",path:"usd1-usd",input:"USD1",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"USDC / BNB",assetName:"USDC",address:"0x45f86CA2A8BC9EBD757225B19a1A0D7051bE46Db",path:"usdc-bnb",input:"USDC",output:"BNB",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"USDC / USD",assetName:"USDC",address:"0x51597f405303C4377E36123cBc172b13269EA163",path:"usdc-usd",input:"USDC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"USDE / USD",assetName:"USDE",address:"0x10402B01cD2E6A9ed6DBe683CbC68f78Ff02f8FC",path:"usde-usd",input:"USDE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"USDT / BNB",assetName:"USDT",address:"0xD5c40f5144848Bd4EF08a9605d860e727b991513",path:"usdt-bnb",input:"USDT",output:"BNB",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"USDT / USD",assetName:"USDT",address:"0xB97Ad0E74fa7d920791E90258A6E2085088b4320",path:"usdt-usd",input:"USDT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"USR / USD",assetName:"USR",address:"0xE8ed18E29402CD223bC5B73D30e40CCdf7b72986",path:"usr-usd",input:"USR",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"VAI / USD",assetName:"VAI",address:"0x058316f8Bb13aCD442ee7A216C7b60CFB4Ea1B53",path:"vai-usd",input:"VAI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"VET / USD",assetName:"VET",address:"0x9f1fD2cEf7b226D555A747DA0411F93c5fe74e13",path:"vet-usd",input:"VET",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"WIN / USD",assetName:"WIN",address:"0x9e7377E194E41d63795907c92c3EB351a2eb0233",path:"win-usd",input:"WIN",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"WING / USD",assetName:"WING",address:"0xf7E7c0ffCB11dAC6eCA1434C67faB9aE000e10a7",path:"wing-usd",input:"WING",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"WOO / USD",assetName:"WOO",address:"0x02Bfe714e78E2Ad1bb1C2beE93eC8dc5423B66d4",path:"woo-usd",input:"WOO",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"WSTETH / USD",assetName:"WSTETH",address:"0xd97aB9e5bD461eBcD55009791C410294f7B42Cdb",path:"wsteth-usd",input:"WSTETH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"XLM / USD",assetName:"XLM",address:"0x27Cc356A5891A3Fe6f84D0457dE4d108C6078888",path:"xlm-usd",input:"XLM",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"XRP / BNB",assetName:"XRP",address:"0x798A65D349B2B5E6645695912880b54dfFd79074",path:"xrp-bnb",input:"XRP",output:"BNB",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"XRP / USD",assetName:"XRP",address:"0x93A67D414896A280bF8FFB3b389fE3686E014fda",path:"xrp-usd",input:"XRP",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"XTZ / BNB",assetName:"XTZ",address:"0x8264d6983B219be65C4D62f1c82B3A2999944cF2",path:"xtz-bnb",input:"XTZ",output:"BNB",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"XTZ / USD",assetName:"XTZ",address:"0x9A18137ADCF7b05f033ad26968Ed5a9cf0Bf8E6b",path:"xtz-usd",input:"XTZ",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"XVS / BNB",assetName:"XVS",address:"0xf369A13E7f2449E58DdE8302F008eE9131f8d859",path:"xvs-bnb",input:"XVS",output:"BNB",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"XVS / USD",assetName:"XVS",address:"0xBF63F430A79D4036A5900C19818aFf1fa710f206",path:"xvs-usd",input:"XVS",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"YFI / BNB",assetName:"YFI",address:"0xF841761481DF19831cCC851A54D8350aE6022583",path:"yfi-bnb",input:"YFI",output:"BNB",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"YFI / USD",assetName:"YFI",address:"0xD7eAa5Bf3013A96e3d515c055Dbd98DbdC8c620D",path:"yfi-usd",input:"YFI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"ZBU / USD",assetName:"ZBU",address:"0x4F3CF381c58Bf69b798167Cb537103d2c8ef1A71",path:"zbu-usd",input:"ZBU",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"ezETH / ETH",assetName:"EZETH",address:"0xD164a1559e78B9e6eacb12B2E627F31d2f603C0f",path:"ezeth-eth",input:"EZETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"ezETH / ETH Exchange Rate",assetName:"EZETH",address:"0x06F34EdD61Be3b2Ff3F630B500dF81eeA8312350",path:"ezeth-eth-exchange-rate",input:"EZETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"solvBTC / BTC",assetName:"solvBTC",address:"0xf93b9B23c46331704EC550c24CB4110975057863",path:"solvbtc-btc",input:"solvBTC",output:"BTC",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"stBTC Proof of Reserves",assetName:"stBTC",address:"0x696B7eA5827548cd35C743A0a05c1f3130196e5e",path:"stbtc-por",input:"stBTC",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"uniBTC / BTC Exchange Rate",assetName:"uniBTC",address:"0x921Fa3C67286385b22dE244e51E5925D98B03130",path:"unibtc-btc-exchange-rate",input:"uniBTC",output:"BTC",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"weETH / eETH Exchange Rate",assetName:"weETH",address:"0xF37Be32598E9851f785acA86c2162e7C1A8466dd",path:"weeth-eeth-exchange-rate",input:"weETH",output:"eETH",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"wstETH / stETH Exchange Rate",assetName:"wstETH",address:"0x4c75d01cfa4D998770b399246400a6dc40FB9645",path:"wsteth-steth-exchange-rate",input:"wstETH",output:"stETH",type:"crypto",updateInterval:600}],c={name:"Default",logoUri:"",keywords:[],version:{major:0,minor:0,patch:1},routers:[{chainId:1,address:"0x0487C9fE08dB1c21a9c3Cf373a4d93623B8169Ee",timestamp:"2025-02-26T00:00:00+00:00",version:"0.8",fee:"0.002"},{chainId:10,address:"0x1F7c4f45c8A398381616C74269f9fB8060E3DdC9",timestamp:"2025-01-15T00:00:00+00:00",version:"0.8",fee:"0.002"},{chainId:42161,address:"0x1F7c4f45c8A398381616C74269f9fB8060E3DdC9",timestamp:"2025-01-15T00:00:00+00:00",version:"0.8",fee:"0.002"},{chainId:42161,address:"0x28F688cF9251529A044d7bBCD7cd0D7d951f77e5",timestamp:"2025-01-15T00:00:00+00:00",version:"0.9",fee:"0.002"},{chainId:100,address:"0x3160aE35D64c03182cAe1d64626894b563123E94",timestamp:"2025-01-15T00:00:00+00:00",version:"0.8",fee:"0.002"},{chainId:137,address:"0x1F7c4f45c8A398381616C74269f9fB8060E3DdC9",timestamp:"2025-01-15T00:00:00+00:00",version:"0.8",fee:"0.002"},{chainId:8453,address:"0x1F7c4f45c8A398381616C74269f9fB8060E3DdC9",timestamp:"2025-01-15T00:00:00+00:00",version:"0.8",fee:"0.002"},{chainId:8453,address:"0xAC8BE0DA26F2e27fb17946645bb225Bf58fe361c",timestamp:"2025-05-28T00:00:00+00:00",version:"0.9",fee:"0.002"},{chainId:56,address:"0x1F7c4f45c8A398381616C74269f9fB8060E3DdC9",timestamp:"2025-01-15T00:00:00+00:00",version:"0.8",fee:"0.002"}]},r={timestamp:"2024-06-27T00:00:00+00:00",tokens:[{chainId:1,coinGeckoId:"ethereum",name:"Ether",symbol:"ETH",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/ETH.svg",decimals:18,tags:["Mainnet","Native Token","Top10","featured"],address:"0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE"},{chainId:10,coinGeckoId:"ethereum",name:"Ether",symbol:"ETH",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/ETH.svg",decimals:18,tags:["Optimism","Native Token","Top10","featured"],address:"0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE"},{chainId:42161,coinGeckoId:"ethereum",name:"Ether",symbol:"ETH",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/ETH.svg",decimals:18,tags:["Arbitrum","Native Token","Top10","featured"],address:"0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE"},{chainId:42161,coinGeckoId:"monerium-eur-money",name:"EURe",symbol:"EURe",currency:"EUR",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/EURe.svg",decimals:18,tags:["Arbitrum","Stablecoin","EUR"],address:"0x0c06cCF38114ddfc35e07427B9424adcca9F44F8"},{chainId:8453,coinGeckoId:"ethereum",name:"Ether",symbol:"ETH",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/ETH.svg",decimals:18,tags:["Base","Native Token","Top10","featured"],address:"0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE"},{chainId:1,coinGeckoId:"weth",name:"Wrapped Ether",symbol:"WETH",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/WETH.svg",decimals:18,tags:["Mainnet","Native Token","featured","wrapped"],address:"0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2"},{chainId:10,coinGeckoId:"weth",name:"Wrapped Ether",symbol:"WETH",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/WETH.svg",decimals:18,tags:["Optimism","Native Token","featured","wrapped"],address:"0x4200000000000000000000000000000000000006"},{chainId:42161,coinGeckoId:"weth",name:"Wrapped Ether",symbol:"WETH",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/WETH.svg",decimals:18,tags:["Arbitrum","Native Token","featured","wrapped"],address:"0x82aF49447D8a07e3bd95BD0d56f35241523fBab1"},{chainId:8453,coinGeckoId:"weth",name:"Wrapped Ether",symbol:"WETH",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/WETH.svg",decimals:18,tags:["Base","Native Token","featured","wrapped"],address:"0x4200000000000000000000000000000000000006"},{chainId:1,coinGeckoId:"tether",name:"Tether",symbol:"USDT",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDT.svg",decimals:6,tags:["Mainnet","Stablecoin","Top10","USD","featured"],address:"0xdac17f958d2ee523a2206206994597c13d831ec7"},{chainId:10,coinGeckoId:"tether",name:"Tether",symbol:"USDT",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDT.svg",decimals:6,tags:["Optimism","Stablecoin","Top10","USD","featured"],address:"0x94b008aa00579c1307b0ef2c499ad98a8ce58e58"},{chainId:42161,coinGeckoId:"tether",name:"Tether",symbol:"USDT",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDT.svg",decimals:6,tags:["Arbitrum","Stablecoin","Top10","USD","featured"],address:"0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9"},{chainId:1,coinGeckoId:"usd-coin",name:"USD Coin",symbol:"USDC",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg",decimals:6,tags:["Mainnet","Stablecoin","Top10","USD","featured"],address:"0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48"},{chainId:1,coinGeckoId:"glo-dollar",name:"Glo Dollar",symbol:"USDGLO",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDGLO.svg",decimals:18,tags:["Mainnet","Stablecoin","USD","featured"],address:"0x4F604735c1cF31399C6E711D5962b2B3E0225AD3"},{chainId:10,coinGeckoId:"usd-coin",name:"USD Coin - Bridged",symbol:"USDC.e",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg",decimals:6,tags:["Optimism","Stablecoin","Top10","USD","featured"],address:"0x7f5c764cbc14f9669b88837ca1490cca17c31607"},{chainId:10,coinGeckoId:"usd-coin",name:"USD Coin",symbol:"USDC",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg",decimals:6,tags:["Optimism","Stablecoin","Top10","USD","featured"],address:"0x0b2c639c533813f4aa9d7837caf62653d097ff85"},{chainId:10,coinGeckoId:"glo-dollar",name:"Glo Dollar",symbol:"USDGLO",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDGLO.svg",decimals:18,tags:["Optimism","Stablecoin","USD","featured"],address:"0x4f604735c1cf31399c6e711d5962b2b3e0225ad3"},{chainId:8453,coinGeckoId:"usd-coin",name:"USD Coin",symbol:"USDC",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg",decimals:6,tags:["Base","Stablecoin","Top10","USD","featured"],address:"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"},{chainId:8453,coinGeckoId:"glo-dollar",name:"Glo Dollar",symbol:"USDGLO",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDGLO.svg",decimals:18,tags:["Base","Stablecoin","USD","featured"],address:"0x4f604735c1cf31399c6e711d5962b2b3e0225ad3"},{chainId:42161,coinGeckoId:"usd-coin",name:"USD Coin",symbol:"USDC",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg",decimals:6,tags:["Arbitrum","Stablecoin","Top10","USD","featured"],address:"0xaf88d065e77c8cC2239327C5EDb3A432268e5831"},{chainId:42161,coinGeckoId:"usd-coin",name:"USD Coin - Bridged",symbol:"USDC.e",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg",decimals:6,tags:["Arbitrum","Stablecoin","Top10","USD","featured"],address:"0xff970a61a04b1ca14834a43f5de4533ebddb5cc8"},{chainId:42161,coinGeckoId:"glo-dollar",name:"Glo Dollar",symbol:"USDGLO",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDGLO.svg",decimals:18,tags:["Arbitrum","Stablecoin","USD","featured"],address:"0x4f604735c1cf31399c6e711d5962b2b3e0225ad3"},{chainId:1,coinGeckoId:"dai",name:"DAI",symbol:"DAI",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/DAI.svg",decimals:18,tags:["Mainnet","Stablecoin","Top10","USD","featured"],address:"0x6b175474e89094c44da98b954eedeac495271d0f"},{chainId:10,coinGeckoId:"dai",name:"DAI",symbol:"DAI",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/DAI.svg",decimals:18,tags:["Optimism","Stablecoin","Top10","USD","featured"],address:"0xda10009cbd5d07dd0cecc66161fc93d7c9000da1"},{chainId:42161,coinGeckoId:"dai",name:"DAI",symbol:"DAI",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/DAI.svg",decimals:18,tags:["Arbitrum","Stablecoin","Top10","USD","featured"],address:"0xda10009cbd5d07dd0cecc66161fc93d7c9000da1"},{chainId:8453,coinGeckoId:"dai",name:"DAI",symbol:"DAI",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/DAI.svg",decimals:18,tags:["Base","Stablecoin","Top10","USD","featured"],address:"0x50c5725949a6f0c72e6c4a641f24049a917db0cb"},{chainId:1,coinGeckoId:"crvusd",name:"crvUSD",symbol:"crvUSD",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/crvUSD.svg",decimals:18,tags:["Mainnet","Stablecoin","USD","featured"],address:"0xf939e0a03fb07f59a73314e73794be0e57ac1b4e"},{chainId:10,coinGeckoId:"crvusd",name:"crvUSD",symbol:"crvUSD",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/crvUSD.svg",decimals:18,tags:["Stablecoin","USD","featured"],address:"0xc52d7f23a2e460248db6ee192cb23dd12bddcbf6"},{chainId:100,coinGeckoId:"crvusd",name:"crvUSD",symbol:"crvUSD",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/crvUSD.svg",decimals:18,tags:["Stablecoin","USD","featured"],address:"0xaBEf652195F98A91E490f047A5006B71c85f058d"},{chainId:137,coinGeckoId:"crvusd",name:"crvUSD",symbol:"crvUSD",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/crvUSD.svg",decimals:18,tags:["Stablecoin","USD","featured"],address:"0xc4Ce1D6F5D98D65eE25Cf85e9F2E9DcFEe6Cb5d6"},{chainId:8453,coinGeckoId:"crvusd",name:"crvUSD",symbol:"crvUSD",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/crvUSD.svg",decimals:18,tags:["Stablecoin","USD","featured"],address:"0x417Ac0e078398C154EdFadD9Ef675d30Be60Af93"},{chainId:42161,coinGeckoId:"crvusd",name:"crvUSD",symbol:"crvUSD",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/crvUSD.svg",decimals:18,tags:["Stablecoin","USD","featured"],address:"0x498Bf2B1e120FeD3ad3D42EA2165E9b73f99C1e5"},{chainId:1,coinGeckoId:"monerium-eur-money",name:"EURe",symbol:"EURe",currency:"EUR",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/EURe.svg",decimals:18,tags:["Mainnet","Stablecoin","EUR"],address:"0x3231Cb76718CDeF2155FC47b5286d82e6eDA273f"},{chainId:5,name:"XUSD",symbol:"XUSD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg",decimals:18,tags:["TESTNET"],address:"0x33ca3889bb0032e9c3794b608a242d27e7293353"},{chainId:5,name:"USDC.test",symbol:"USDC",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg",decimals:18,tags:["TESTNET"],address:"0xe5768E2dDEc1E50Ac2672a2d75D63d36A8Ec88d9"},{chainId:5,name:"USDT.test",symbol:"USDT",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDT.svg",decimals:18,tags:["TESTNET"],address:"0xeB87E5d9c773d3E802989295147564985B5B358C"},{chainId:43114,coinGeckoId:"dai",address:"0xd586E7F844cEa2F87f50152665BCbc2C279D8d70",decimals:18,name:"Dai Stablecoin",symbol:"DAI.e",currency:"USD",tags:["Avalanche","Stablecoins"],logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/DAI.svg"},{chainId:43114,coinGeckoId:"tether",address:"0xc7198437980c041c805A1EDcbA50c1Ce5db95118",decimals:6,name:"Tether - Bridged",symbol:"USDT.e",currency:"USD",tags:["Avalanche","Stablecoins"],logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDT.svg"},{chainId:43114,coinGeckoId:"usd-coin",address:"0xA7D7079b0FEaD91F3e65f86E8915Cb59c1a4C664",decimals:6,name:"USD Coin - Bridged",symbol:"USDC.e",currency:"USD",tags:["Avalanche","Stablecoins","USD","featured"],logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg"},{chainId:43114,coinGeckoId:"magic-internet-money",address:"0x130966628846BFd36ff31a822705796e8cb8C18D",decimals:18,name:"Magic Internet Money",symbol:"MIM",tags:["Avalanche","Stablecoins","featured"],logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/MIM.svg"},{chainId:43114,coinGeckoId:"usd-coin",address:"0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E",decimals:6,name:"USD Coin",symbol:"USDC",currency:"USD",tags:["Avalanche","Stablecoin","Top10","USD","featured"],logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg"},{chainId:43114,coinGeckoId:"tether",address:"0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7",decimals:6,name:"Tether",symbol:"USDT",currency:"USD",tags:["Avalanche","Stablecoin","Top10","USD","featured"],logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDT.svg"},{chainId:100,coinGeckoId:"tether",address:"0x4ECaBa5870353805a9F068101A40E0f32ed605C6",decimals:6,name:"Tether",symbol:"USDT",currency:"USD",tags:["Gnosis","Stablecoin","Top10","USD","featured"],logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDT.svg"},{chainId:100,coinGeckoId:"usd-coin",address:"0xddafbb505ad214d7b80b1f830fccc89b60fb7a83",decimals:6,name:"USD Coin",symbol:"USDC",currency:"USD",tags:["Gnosis","Stablecoin","Top10","USD","featured"],logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg"},{chainId:100,coinGeckoId:"xdai",address:"0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",decimals:18,name:"xDAI",symbol:"xDAI",currency:"USD",tags:["Gnosis","Stablecoin","Native Token","USD","featured"],logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/xDAI.svg"},{chainId:100,coinGeckoId:"wrapped-xdai",address:"0xe91d153e0b41518a2ce8dd3d7944fa863463a97d",decimals:18,name:"wxDAI",symbol:"wxDAI",currency:"USD",tags:["Gnosis","Stablecoin","Native Token","USD","featured","wrapped"],logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/wxDAI.svg"},{chainId:100,coinGeckoId:"monerium-eur-money",address:"0xcB444e90D8198415266c6a2724b7900fb12FC56E",decimals:18,name:"EURe",symbol:"EURe",currency:"EUR",tags:["Gnosis","Stablecoin","featured"],logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/EURe.svg"},{chainId:137,coinGeckoId:"matic-network",name:"POL",symbol:"POL",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/chains/137/logo.svg",decimals:18,tags:["Polygon","Native Token","featured"],address:"0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE"},{chainId:137,coinGeckoId:"matic-network",name:"Wrapped POL",symbol:"WPOL",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/chains/137/logo.svg",decimals:18,tags:["Polygon","Native Token","featured","wrapped"],address:"0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270"},{chainId:137,coinGeckoId:"tether",name:"Tether",symbol:"USDT",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDT.svg",decimals:6,tags:["Polygon","Stablecoin","Top10","USD","featured"],address:"0xc2132D05D31c914a87C6611C10748AEb04B58e8F"},{chainId:137,coinGeckoId:"usd-coin",name:"USD Coin",symbol:"USDC",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg",decimals:6,tags:["Polygon","Stablecoin","Top10","USD","featured"],address:"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359"},{chainId:137,coinGeckoId:"usd-coin",name:"USD Coin bridged",symbol:"USDC.e",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg",decimals:6,tags:["Polygon","Stablecoin","Top10","USD","featured"],address:"0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174"},{chainId:137,coinGeckoId:"dai",name:"DAI",symbol:"DAI",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/DAI.svg",decimals:18,tags:["Polygon","Stablecoin","Top10","USD","featured"],address:"0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063"},{chainId:137,coinGeckoId:"monerium-eur-money",address:"0x18ec0A6E18E5bc3784fDd3a3634b31245ab704F6",decimals:18,name:"EURe",symbol:"EURe",currency:"EUR",tags:["Polygon","Stablecoin","featured"],logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/EURe.svg"},{chainId:137,coinGeckoId:"glo-dollar",name:"Glo Dollar",symbol:"USDGLO",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDGLO.svg",decimals:18,tags:["Polygon","Stablecoin","USD","featured"],address:"0x4f604735c1cf31399c6e711d5962b2b3e0225ad3"},{chainId:56,coinGeckoId:"bnb",name:"BNB",symbol:"BNB",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/chains/56/logo.svg",decimals:18,tags:["BNB Smart Chain","Native Token","featured"],address:"0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE"},{chainId:56,coinGeckoId:"bnb",name:"WBNB",symbol:"WBNB",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/chains/56/logo.svg",decimals:18,tags:["BNB Smart Chain","Native Token","featured","wrapped"],address:"0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c"},{chainId:56,coinGeckoId:"usd-coin",address:"0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d",name:"USDC",symbol:"USDC",decimals:18,currency:"USD",tags:["BNB Smart Chain","Stablecoin","Top10","USD","featured"],logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg"},{chainId:56,coinGeckoId:"tether",address:"0x55d398326f99059fF775485246999027B3197955",name:"USDT",symbol:"USDT",decimals:18,currency:"USD",tags:["BNB Smart Chain","Stablecoin","Top10","USD","featured"],logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDT.svg"},{chainId:56,address:"0x1af3f329e8be154074d8769d1ffa4ee058b1dbc3",coinGeckoId:"dai",name:"Dai",symbol:"DAI",currency:"USD",decimals:18,tags:["BNB Smart Chain","Stablecoin","USD","featured"],logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/DAI.svg"},{chainId:1,coinGeckoId:"usdm",name:"Mountain Protocol USD",symbol:"USDM",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDM.svg",decimals:18,currency:"USD",tags:["Mainnet","Stablecoin","featured","USD"],address:"0x59d9356e565ab3a36dd77763fc0d87feaf85508c"},{chainId:1,coinGeckoId:"wusdm",name:"Wrapped Mountain Protocol USD",symbol:"WUSDM",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDM.svg",decimals:18,currency:"USD",tags:["Mainnet","Stablecoin","featured","USD","Wrapped"],address:"0x57F5E098CaD7A3D1Eed53991D4d66C45C9AF7812"},{chainId:10,coinGeckoId:"usdm",name:"Mountain Protocol USD",symbol:"USDM",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDM.svg",decimals:18,currency:"USD",tags:["Stablecoin","featured","USD"],address:"0x59d9356e565ab3a36dd77763fc0d87feaf85508c"},{chainId:10,coinGeckoId:"wusdm",name:"Wrapped Mountain Protocol USD",symbol:"WUSDM",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDM.svg",decimals:18,currency:"USD",tags:["Stablecoin","featured","USD","Wrapped"],address:"0x57F5E098CaD7A3D1Eed53991D4d66C45C9AF7812"},{chainId:137,coinGeckoId:"usdm",name:"Mountain Protocol USD",symbol:"USDM",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDM.svg",decimals:18,currency:"USD",tags:["Stablecoin","featured","USD"],address:"0x59d9356e565ab3a36dd77763fc0d87feaf85508c"},{chainId:137,coinGeckoId:"wusdm",name:"Wrapped Mountain Protocol USD",symbol:"WUSDM",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDM.svg",decimals:18,currency:"USD",tags:["Stablecoin","featured","USD","Wrapped"],address:"0x57F5E098CaD7A3D1Eed53991D4d66C45C9AF7812"},{chainId:8453,coinGeckoId:"usdm",name:"Mountain Protocol USD",symbol:"USDM",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDM.svg",decimals:18,currency:"USD",tags:["Stablecoin","featured","USD"],address:"0x59d9356e565ab3a36dd77763fc0d87feaf85508c"},{chainId:8453,coinGeckoId:"wusdm",name:"Wrapped Mountain Protocol USD",symbol:"WUSDM",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDM.svg",decimals:18,currency:"USD",tags:["Stablecoin","featured","USD","Wrapped"],address:"0x57F5E098CaD7A3D1Eed53991D4d66C45C9AF7812"},{chainId:42161,coinGeckoId:"usdm",name:"Mountain Protocol USD",symbol:"USDM",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDM.svg",decimals:18,currency:"USD",tags:["Stablecoin","featured","USD"],address:"0x59d9356e565ab3a36dd77763fc0d87feaf85508c"},{chainId:42161,coinGeckoId:"wusdm",name:"Wrapped Mountain Protocol USD",symbol:"WUSDM",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDM.svg",decimals:18,currency:"USD",tags:["Stablecoin","featured","USD","Wrapped"],address:"0x57F5E098CaD7A3D1Eed53991D4d66C45C9AF7812"},{chainId:137,coinGeckoId:"idrx",name:"Indonesian Rupiah Stablecoin",symbol:"IDRX",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/IDRX.svg",decimals:0,currency:"IDR",tags:["Stablecoin","featured","IDR"],address:"0x649a2DA7B28E0D54c13D5eFf95d3A660652742cC"},{chainId:56,coinGeckoId:"idrx",name:"Indonesian Rupiah Stablecoin",symbol:"IDRX",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/IDRX.svg",decimals:0,currency:"IDR",tags:["Stablecoin","featured","IDR"],address:"0x649a2DA7B28E0D54c13D5eFf95d3A660652742cC"},{chainId:8453,coinGeckoId:"idrx",name:"Indonesian Rupiah Stablecoin",symbol:"IDRX",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/IDRX.svg",decimals:2,currency:"IDR",tags:["Stablecoin","featured","IDR"],address:"0x18Bc5bcC660cf2B9cE3cd51a404aFe1a0cBD3C22"},{chainId:1,coinGeckoId:"frankencoin",name:"Frankencoin",symbol:"ZCHF",currency:"CHF",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/ZCHF.svg",decimals:18,tags:["Mainnet","Featured","CHF"],address:"0xB58E61C3098d85632Df34EecfB899A1Ed80921cB"},{chainId:137,coinGeckoId:"frankencoin",name:"Frankencoin",symbol:"ZCHF",currency:"CHF",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/ZCHF.svg",decimals:18,tags:["Polygon","Featured","CHF"],address:"0x02567e4b14b25549331fCEe2B56c647A8bAB16FD"},{chainId:42161,coinGeckoId:"frankencoin",name:"Frankencoin",symbol:"ZCHF",currency:"CHF",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/ZCHF.svg",decimals:18,tags:["Arbitrum","Featured","CHF"],address:"0xB33c4255938de7A6ec1200d397B2b2F329397F9B"},{chainId:10,coinGeckoId:"frankencoin",name:"Frankencoin",symbol:"ZCHF",currency:"CHF",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/ZCHF.svg",decimals:18,tags:["Optimism","Featured","CHF"],address:"0x4F8a84C442F9675610c680990EdDb2CCDDB8aB6f"},{chainId:8453,coinGeckoId:"frankencoin",name:"Frankencoin",symbol:"ZCHF",currency:"CHF",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/ZCHF.svg",decimals:18,tags:["Base","Featured","CHF"],address:"0x4F8a84C442F9675610c680990EdDb2CCDDB8aB6f"},{chainId:100,coinGeckoId:"savings-xdai",address:"0xaf204776c7245bf4147c2612bf6e5972ee483701",decimals:18,name:"Savings xDAI",symbol:"sxDAI",currency:"USD",tags:["Gnosis","Stablecoin","Native Token","USD","featured"],logoUri:"https://raw.githubusercontent.com/yodlpay/logos/main/logos/tokens/sxDAI.png"},{chainId:100,coinGeckoId:"curve-dao-token",address:"0x712b3d230f3c1c19db860d80619288b1f0bdd0bd",decimals:18,name:"Curve DAO",symbol:"CRV",tags:["Gnosis","featured"],logoUri:"https://raw.githubusercontent.com/yodlpay/logos/main/logos/tokens/CRV.png"},{chainId:100,coinGeckoId:"gnosis",address:"0x9c58bacc331c9aa871afd802db6379a98e80cedb",decimals:18,name:"Gnosis",symbol:"GNO",tags:["Gnosis","featured"],logoUri:"https://raw.githubusercontent.com/yodlpay/logos/main/logos/tokens/GNO.png"},{chainId:100,address:"0xa4ef9da5ba71cc0d2e5e877a910a37ec43420445",decimals:18,name:"Staked Gnosis",symbol:"sGNO",tags:["Gnosis","featured"],logoUri:"https://raw.githubusercontent.com/yodlpay/logos/main/logos/tokens/sGNO.png"},{chainId:100,coinGeckoId:"bread",address:"0xa555d5344f6fb6c65da19e403cb4c1ec4a1a5ee3",decimals:18,name:"Bread",symbol:"BRD",tags:["Gnosis","featured"],logoUri:"https://raw.githubusercontent.com/yodlpay/logos/main/logos/tokens/BRD.png"},{chainId:100,coinGeckoId:"euro-coin",address:"0x54e4cb2a4fa0ee46e3d9a98d13bea119666e09f6",decimals:6,name:"Bridged EURC",symbol:"EURC.e",tags:["Gnosis","featured","Stablecoin"],logoUri:"https://raw.githubusercontent.com/yodlpay/logos/main/logos/tokens/EURC.png"},{chainId:100,address:"0xc6ed4f520f6a4e4dc27273509239b7f8a68d2068",decimals:18,name:"Ubiquity Dollar",symbol:"UUSD",tags:["Gnosis","featured","Stablecoin"],logoUri:"https://raw.githubusercontent.com/yodlpay/logos/main/logos/tokens/UUSD.png"},{chainId:137,coinGeckoId:"brz",name:"Brazilian Digital Token",symbol:"BRZ",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/BRZ.svg",decimals:18,currency:"BRL",tags:["Stablecoin","Polygon","Featured","BRL"],address:"0x4eD141110F6EeeAbA9A1df36d8c26f684d2475Dc"},{chainId:137,coinGeckoId:"brla-digital-brla",name:"BRLA Digital BRLA",symbol:"BRLA",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/BRLA.svg",decimals:18,currency:"BRL",tags:["Stablecoin","Polygon","Featured","BRL"],address:"0xe6a537a407488807f0bbeb0038b79004f19dddfb"},{chainId:8453,coinGeckoId:"brz",name:"Brazilian Digital Token",symbol:"BRZ",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/BRZ.svg",decimals:18,currency:"BRL",tags:["Stablecoin","Base","Featured","BRL"],address:"0xE9185Ee218cae427aF7B9764A011bb89FeA761B4"},{chainId:8453,coinGeckoId:"euro-coin",name:"EURC",symbol:"EURC",currency:"EUR",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/EURC.svg",decimals:6,tags:["Base","Stablecoin","EUR","Featured"],address:"0x60a3E35Cc302bFA44Cb288Bc5a4F316Fdb1adb42"},{chainId:1,coinGeckoId:"euro-coin",name:"EURC",symbol:"EURC",currency:"EUR",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/EURC.svg",decimals:6,tags:["Mainnet","Stablecoin","EUR","Featured"],address:"0x1aBaEA1f7C830bD89Acc67eC4af516284b1bC33c"},{chainId:1,coinGeckoId:"tether-gold",name:"Tether Gold",symbol:"XAUt",currency:"XAU",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/XAUt.svg",decimals:6,tags:["Mainnet","Featured","XAU"],address:"0x68749665ff8d2d112fa859aa293f07a622782f38"},{chainId:42161,coinGeckoId:"pepe",name:"Pepe",symbol:"PEPE",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/PEPE.png",decimals:18,tags:["Arbitrum","Featured"],address:"0x25d887Ce7a35172C62FeBFD67a1856F20FaEbB00"},{chainId:1,coinGeckoId:"liquity-bold-2",name:"Liquity Bold",symbol:"BOLD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/BOLD.svg",decimals:18,tags:["Mainnet","Featured","Stablecoin","USD"],address:"0x6440f144b7e50d6a8439336510312d2f54beb01d"},{chainId:1,coinGeckoId:"usd1-wlfi",name:"World Liberty Financial USD",symbol:"USD1",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USD1.png",decimals:18,tags:["Mainnet","Featured","Stablecoin","USD"],address:"0x8d0d000ee44948fc98c9b98a4fa4921476f08b0d"},{chainId:56,coinGeckoId:"usd1-wlfi",name:"World Liberty Financial USD",symbol:"USD1",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USD1.png",decimals:18,tags:["BNB Smart Chain","Featured","Stablecoin","USD"],address:"0x8d0d000ee44948fc98c9b98a4fa4921476f08b0d"},{chainId:137,coinGeckoId:"schuman-europ",name:"Schuman Euro",symbol:"EUROP",currency:"EUR",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/EUROP.png",decimals:6,tags:["Polygon","Featured","Stablecoin","EUR"],address:"0x888883b5f5d21fb10dfeb70e8f9722b9fb0e5e51"},{chainId:1,coinGeckoId:"schuman-europ",name:"Schuman Euro",symbol:"EUROP",currency:"EUR",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/EUROP.png",decimals:6,tags:["Mainnet","Featured","Stablecoin","EUR"],address:"0x888883b5f5d21fb10dfeb70e8f9722b9fb0e5e51"}]},o=[{chainId:1,address:"0xe41d2489571d322189246dafa5ebde1f4699f498",name:"0x Protocol",symbol:"ZRX",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/863/original/0x.png?1696501996",coinGeckoId:"0x"},{chainId:1,address:"0x111111111117dc0aa78b770fa6a738034120c302",name:"1inch",symbol:"1INCH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/13469/original/1inch-token.png?1696513230",coinGeckoId:"1inch"},{chainId:1,address:"0x3f67093dffd4f0af4f2918703c92b60acb7ad78b",name:"21 co Wrapped BTC",symbol:"21BTC",decimals:8,logoUri:"https://assets.coingecko.com/coins/images/34616/original/64ffa735ee23dbcd35498914_21co_W_Token_v2_21BTC-4.png?1705503435",coinGeckoId:"wrapped-btc-21-co"},{chainId:1,address:"0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9",name:"Aave",symbol:"AAVE",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12645/original/aave-token-round.png?1720472354",coinGeckoId:"aave"},{chainId:1,address:"0xdbdb4d16eda451d0503b854cf79d55697f90c8df",name:"Alchemix",symbol:"ALCX",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/14113/original/Alchemix.png?1696513834",coinGeckoId:"alchemix"},{chainId:1,address:"0xd46ba6d942050d489dbd938a2c909a5d5039a161",name:"Ampleforth",symbol:"AMPL",decimals:9,logoUri:"https://assets.coingecko.com/coins/images/4708/original/Ampleforth.png?1696505273",coinGeckoId:"ampleforth"},{chainId:1,address:"0x4d224452801aced8b2f0aebe155379bb5d594381",name:"ApeCoin",symbol:"APE",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/24383/original/apecoin.jpg?1696523566",coinGeckoId:"apecoin"},{chainId:1,address:"0xb50721bcf8d664c30412cfbc6cf7a15145234ad1",name:"Arbitrum",symbol:"ARB",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/16547/original/arb.jpg?1721358242",coinGeckoId:"arbitrum"},{chainId:1,address:"0xeeb4d8400aeefafc1b2953e0094134a887c76bd8",name:"Avail",symbol:"AVAIL",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/37372/original/avail-logo.png?1714145201",coinGeckoId:"avail"},{chainId:1,address:"0x85f138bfee4ef8e540890cfb48f620571d67eda3",name:"Avalanche Wormhole ",symbol:"AVAX",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/22943/original/AVAX_wh_small.png?1696522240",coinGeckoId:"avalanche-wormhole"},{chainId:1,address:"0xb8c77482e45f1f44de1745f52c74426c631bdd52",name:"BNB",symbol:"BNB",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/825/original/bnb-icon2_2x.png?1696501970",coinGeckoId:"binancecoin"},{chainId:1,address:"0x4fabb145d64652a948d72533023f6e7a623c7c53",name:"BUSD",symbol:"BUSD",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/9576/original/BUSDLOGO.jpg?1696509654",coinGeckoId:"binance-usd"},{chainId:1,address:"0x3472a5a71965499acd81997a54bba8d852c6e53d",name:"Badger",symbol:"BADGER",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/13287/original/badger_dao_logo.jpg?1696513059",coinGeckoId:"badger-dao"},{chainId:1,address:"0xba100000625a3754423978a60c9317c58a424e3d",name:"Balancer",symbol:"BAL",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/11683/original/Balancer.png?1696511572",coinGeckoId:"balancer"},{chainId:1,address:"0x0d8775f648430679a709e98d2b0cb6250d2887ef",name:"Basic Attention",symbol:"BAT",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/677/original/basic-attention-token.png?1696501867",coinGeckoId:"basic-attention-token"},{chainId:1,address:"0xbd6323a83b613f668687014e8a5852079494fb68",name:"BlackrockTradingCurrency",symbol:"BTC",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/34656/original/imresizer-%282%29.png?1705632165",coinGeckoId:"blackrocktradingcurrency"},{chainId:1,address:"0x514910771af9ca656af840dff83e8264ecf986ca",name:"Chainlink",symbol:"LINK",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/877/original/chainlink-new-logo.png?1696502009",coinGeckoId:"chainlink"},{chainId:1,address:"0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf",name:"Coinbase Wrapped BTC",symbol:"CBBTC",decimals:8,logoUri:"https://assets.coingecko.com/coins/images/40143/original/cbbtc.webp?1726136727",coinGeckoId:"coinbase-wrapped-btc"},{chainId:1,address:"0xbe9895146f7af43049ca1c1ae358b0541ea49704",name:"Coinbase Wrapped Staked ETH",symbol:"CBETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/27008/original/cbeth.png?1709186989",coinGeckoId:"coinbase-wrapped-staked-eth"},{chainId:1,address:"0xc00e94cb662c3520282e6f5717214004a7f26888",name:"Compound",symbol:"COMP",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/10775/original/COMP.png?1696510737",coinGeckoId:"compound-governance-token"},{chainId:1,address:"0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b",name:"Convex Finance",symbol:"CVX",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/15585/original/convex.png?1696515221",coinGeckoId:"convex-finance"},{chainId:1,address:"0xd533a949740bb3306d119cc777fa900ba034cd52",name:"Curve DAO",symbol:"CRV",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12124/original/Curve.png?1696511967",coinGeckoId:"curve-dao-token"},{chainId:1,address:"0x1494ca1f11d487c2bbe4543e90080aeba4ba3c2b",name:"DeFi Pulse Index",symbol:"DPI",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12465/original/defi_pulse_index_set.png?1696512284",coinGeckoId:"defipulse-index"},{chainId:1,address:"0x0f5d2fb29fb7d3cfee444a200298f468908cc942",name:"Decentraland",symbol:"MANA",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/878/original/decentraland-mana.png?1696502010",coinGeckoId:"decentraland"},{chainId:1,address:"0xec53bf9167f50cdeb3ae105f56099aaab9061f83",name:"Eigenlayer",symbol:"EIGEN",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/37441/original/eigen.jpg?1728023974",coinGeckoId:"eigenlayer"},{chainId:1,address:"0x15700b564ca08d9439c58ca5053166e8317aa138",name:"Elixir deUSD",symbol:"DEUSD",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/39494/original/deUSD_Logo_%281%29.png?1723689002",coinGeckoId:"elixir-deusd"},{chainId:1,address:"0xf629cbd94d3791c9250152bd8dfbdf380e2a3b9c",name:"Enjin Coin",symbol:"ENJ",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/1102/original/Symbol_Only_-_Purple.png?1709725966",coinGeckoId:"enjincoin"},{chainId:1,address:"0xec67005c4e498ec7f55e092bd1d35cbc47c91892",name:"Enzyme",symbol:"MLN",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/605/original/Enzyme_LinkedIn_Profile_Picture.png?1747249623",coinGeckoId:"melon"},{chainId:1,address:"0x9d39a5de30e57443bff2a8307a4256c8797a3497",name:"Ethena Staked USDe",symbol:"SUSDE",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/33669/original/sUSDe-Symbol-Color.png?1716307680",coinGeckoId:"ethena-staked-usde"},{chainId:1,address:"0x4c9edd5852cd905f086c759e8383e09bff1e68b3",name:"Ethena USDe",symbol:"USDE",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/33613/original/usde.png?1733810059",coinGeckoId:"ethena-usde"},{chainId:1,address:"0xfe0c30065b384f05761f15d0cc899d4f9f9cc0eb",name:"Ether fi",symbol:"ETHFI",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/35958/original/etherfi.jpeg?1710254562",coinGeckoId:"ether-fi"},{chainId:1,address:"0xc18360217d8f7ab5e7c516566761ea12ce7f9d72",name:"Ethereum Name Service",symbol:"ENS",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/19785/original/ENS.jpg?1727872989",coinGeckoId:"ethereum-name-service"},{chainId:1,address:"0x50d1c9771902476076ecfc8b2a83ad6b9355a4c9",name:"FTX",symbol:"FTT",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/9026/original/F.png?1696509161",coinGeckoId:"ftx-token"},{chainId:1,address:"0xc5f0f7b66764f6ec8c8dff7ba683102295e16409",name:"First Digital USD",symbol:"FDUSD",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/31079/original/FDUSD_icon_black.png?1731097953",coinGeckoId:"first-digital-usd"},{chainId:1,address:"0x3432b6a60d23ca0dfca7761b7ab56459d9c964d0",name:"Frax prev FXS ",symbol:"FRAX",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/13423/original/frax.png?1745921071",coinGeckoId:"frax-share"},{chainId:1,address:"0xcacd6fd266af91b8aed52accc382b4e165586e29",name:"Frax USD",symbol:"FRXUSD",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/53963/original/frxUSD.png?1737792154",coinGeckoId:"frax-usd"},{chainId:1,address:"0xd015422879a1308ba557510345e944b912b9ab73",name:"FreeTrump",symbol:"TRUMP",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/34699/original/photo_2024-01-19_11-00-46.jpg?1705859328",coinGeckoId:"freetrump"},{chainId:1,address:"0xc96de26018a54d51c097160568752c4e3bd6c364",name:"Function BTC",symbol:"FBTC",decimals:8,logoUri:"https://assets.coingecko.com/coins/images/39182/original/fbtc.png?1740123952",coinGeckoId:"ignition-fbtc"},{chainId:1,address:"0x40d16fc0246ad3160ccc09b8d0d3a2cd28ae6c2f",name:"GHO",symbol:"GHO",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/30663/original/gho-token-logo.png?1720517092",coinGeckoId:"gho"},{chainId:1,address:"0x24fcfc492c1393274b6bcd568ac9e225bec93584",name:"Heroes of Mavia",symbol:"MAVIA",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/33895/original/2023-12-20_21.21.41_%281%29.jpg?1703230771",coinGeckoId:"heroes-of-mavia"},{chainId:1,address:"0x71ab77b7dbb4fa7e017bc15090b2163221420282",name:"Highstreet",symbol:"HIGH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/18973/original/logosq200200Coingecko.png?1696518427",coinGeckoId:"highstreet"},{chainId:1,address:"0x0316eb71485b0ab14103307bf65a021042c6d380",name:"Huobi BTC",symbol:"HBTC",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12407/original/hbtc.png?1696512229",coinGeckoId:"huobi-btc"},{chainId:1,address:"0xf57e7e7c23978c3caec3c3548e3d615c346e79ff",name:"Immutable",symbol:"IMX",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/17233/original/immutableX-symbol-BLK-RGB.png?1696516787",coinGeckoId:"immutable-x"},{chainId:1,address:"0xa1290d69c65a6fe4df752f95823fae25cb99e5a7",name:"Kelp DAO Restaked ETH",symbol:"RSETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/33800/original/Icon___Dark.png?1702991855",coinGeckoId:"kelp-dao-restaked-eth"},{chainId:1,address:"0xdefa4e8a7bcba345f687a2f1456f5edd9ce97202",name:"Kyber Network Crystal",symbol:"KNC",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/14899/original/RwdVsGcw_400x400.jpg?1696514562",coinGeckoId:"kyber-network-crystal"},{chainId:1,address:"0x5a98fcbea516cf06857215779fd812ca3bef1b32",name:"Lido DAO",symbol:"LDO",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/13573/original/Lido_DAO.png?1696513326",coinGeckoId:"lido-dao"},{chainId:1,address:"0xae7ab96520de3a18e5e111b5eaab095312d7fe84",name:"Lido Staked Ether",symbol:"STETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/13442/original/steth_logo.png?1696513206",coinGeckoId:"staked-ether"},{chainId:1,address:"0x8c1bed5b9a0928467c9b1341da1d7bd5e10b6549",name:"Liquid Staked ETH",symbol:"LSETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/28848/original/LsETH-receipt-token-circle.png?1696527824",coinGeckoId:"liquid-staked-ethereum"},{chainId:1,address:"0x5f98805a4e8be255a32880fdec7f6728c6568ba0",name:"Liquity USD",symbol:"LUSD",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/14666/original/Group_3.png?1696514341",coinGeckoId:"liquity-usd"},{chainId:1,address:"0x8236a87084f8b84306f72007f36f2618a5634494",name:"Lombard Staked BTC",symbol:"LBTC",decimals:8,logoUri:"https://assets.coingecko.com/coins/images/39969/original/LBTC_Logo.png?1724959872",coinGeckoId:"lombard-staked-btc"},{chainId:1,address:"0xbbbbca6a901c926f240b89eacb641d8aec7aeafd",name:"Loopring",symbol:"LRC",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/913/original/LRC.png?1696502034",coinGeckoId:"loopring"},{chainId:1,address:"0x99d8a9c45b2eca8864373a26d1459e3dff1e17f3",name:"Magic Internet Money Ethereum ",symbol:"MIM",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/16786/original/mimlogopng.png?1696516358",coinGeckoId:"magic-internet-money"},{chainId:1,address:"0x9f8f72aa9304c8b593d555f12ef6589cc3a579a2",name:"Maker",symbol:"MKR",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/1364/original/Mark_Maker.png?1696502423",coinGeckoId:"maker"},{chainId:1,address:"0xd5f7838f5c461feff7fe49ea5ebaf7728bb0adfa",name:"Mantle Staked Ether",symbol:"METH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/33345/original/symbol_transparent_bg.png?1701697066",coinGeckoId:"mantle-staked-ether"},{chainId:1,address:"0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee",name:"Neiro",symbol:"NEIRO",decimals:9,logoUri:"https://assets.coingecko.com/coins/images/39488/original/neiro.jpg?1731449567",coinGeckoId:"neiro-3"},{chainId:1,address:"0xa2cd3d43c775978a96bdbf12d733d5a1ed94fb18",name:"Onyxcoin",symbol:"XCN",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/24210/original/onyxlogo.jpg?1696523397",coinGeckoId:"chain-2"},{chainId:1,address:"0x856c4efb76c1d1ae02e20ceb03a2a6a08b0b8dc3",name:"Origin Ether",symbol:"OETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/29733/original/OETH.png?1696528663",coinGeckoId:"origin-ether"},{chainId:1,address:"0x45804880de22913dafe09f4980848ece6ecbaf78",name:"PAX Gold",symbol:"PAXG",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/9519/original/paxgold.png?1696509604",coinGeckoId:"pax-gold"},{chainId:1,address:"0x8e870d67f660d95d5be530380d0ec0bd388289e1",name:"Pax Dollar",symbol:"USDP",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/6013/original/Pax_Dollar.png?1696506427",coinGeckoId:"paxos-standard"},{chainId:1,address:"0x6c3ea9036406852006290770bedfcaba0e23a0e8",name:"PayPal USD",symbol:"PYUSD",decimals:6,logoUri:"https://assets.coingecko.com/coins/images/31212/original/PYUSD_Logo_%282%29.png?1696530039",coinGeckoId:"paypal-usd"},{chainId:1,address:"0xbc396689893d065f41bc2c6ecbee5e0085233447",name:"Perpetual Protocol",symbol:"PERP",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12381/original/60d18e06844a844ad75901a9_mark_only_03.png?1696512205",coinGeckoId:"perpetual-protocol"},{chainId:1,address:"0x7d1afa7b718fb893db30a3abc0cfc608aacfebb0",name:"Polygon",symbol:"MATIC",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/4713/original/polygon.png?1698233745",coinGeckoId:"matic-network"},{chainId:1,address:"0x137ddb47ee24eaa998a535ab00378d6bfa84f893",name:"Radiant Capital",symbol:"RDNT",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/26536/original/Radiant-Logo-200x200.png?1696525610",coinGeckoId:"radiant-capital"},{chainId:1,address:"0x03ab458634910aad20ef5f1c8ee96f1d6ac54919",name:"Rai Reflex Index",symbol:"RAI",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/14004/original/RAI-logo-coin.png?1696513733",coinGeckoId:"rai"},{chainId:1,address:"0x408e41876cccdc0f92210600ef50372656052a38",name:"Ren",symbol:"REN",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/3139/original/REN.png?1696503862",coinGeckoId:"republic-protocol"},{chainId:1,address:"0xbf5495efe5db9ce00f80364c8b423567e58d2110",name:"Renzo Restaked ETH",symbol:"EZETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/34753/original/Ezeth_logo_circle.png?1713496404",coinGeckoId:"renzo-restaked-eth"},{chainId:1,address:"0x320623b8e4ff03373931769a31fc52a4e78b5d70",name:"Reserve Rights",symbol:"RSR",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/8365/original/RSR_Blue_Circle_1000.png?1721777856",coinGeckoId:"reserve-rights-token"},{chainId:1,address:"0x66a1e37c9b0eaddca17d3662d6c05f4decf3e110",name:"Resolv USR",symbol:"USR",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/40008/original/USR_LOGO.png?1725222638",coinGeckoId:"resolv-usr"},{chainId:1,address:"0x8292bb45bf1ee4d140127049757c2e0ff06317ed",name:"Ripple USD",symbol:"RLUSD",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/39651/original/RLUSD_200x200_%281%29.png?1727376633",coinGeckoId:"ripple-usd"},{chainId:1,address:"0xd33526068d116ce69f19a9ee46f0bd304f21a51f",name:"Rocket Pool",symbol:"RPL",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/2090/original/rocket_pool_%28RPL%29.png?1696503058",coinGeckoId:"rocket-pool"},{chainId:1,address:"0xae78736cd615f374d3085123a210448e74fc6393",name:"Rocket Pool ETH",symbol:"RETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/20764/original/reth.png?1696520159",coinGeckoId:"rocket-pool-eth"},{chainId:1,address:"0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce",name:"Shiba Inu",symbol:"SHIB",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/11939/original/shiba.png?1696511800",coinGeckoId:"shiba-inu"},{chainId:1,address:"0x56072c95faa701256059aa122697b133aded9279",name:"Sky",symbol:"SKY",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/39925/original/sky.jpg?1724827980",coinGeckoId:"sky"},{chainId:1,address:"0xe6bfd33f52d82ccb5b37e16d3dd81f9ffdabb195",name:"Space and Time",symbol:"SXT",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/55424/original/sxt-token_circle.jpg?1745935919",coinGeckoId:"space-and-time"},{chainId:1,address:"0x090185f2135308bad17527004364ebcc2d37e5f6",name:"Spell",symbol:"SPELL",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/15861/original/abracadabra-3.png?1696515477",coinGeckoId:"spell-token"},{chainId:1,address:"0x35d8949372d46b7a3d5a56006ae77b215fc69bc0",name:"Staked USD0",symbol:"USD0++",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/39169/original/0x35d8949372d46b7a3d5a56006ae77b215fc69bc0.png?1720798057",coinGeckoId:"usd0-liquid-bond"},{chainId:1,address:"0xaf5191b0de278c7286d6c7cc6ab6bb8a73ba2cd6",name:"Stargate Finance",symbol:"STG",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/24413/original/STG_LOGO.png?1696523595",coinGeckoId:"stargate-finance"},{chainId:1,address:"0x43415eb6ff9db7e26a15b704e7a3edce97d31c4e",name:"Superstate Short Duration U S Governme",symbol:"USTB",decimals:6,logoUri:"https://assets.coingecko.com/coins/images/35012/original/ustb.jpeg?1707102680",coinGeckoId:"superstate-short-duration-us-government-securities-fund-ustb"},{chainId:1,address:"0x6b3595068778dd592e39a122f4f5a5cf09c90fe2",name:"Sushi",symbol:"SUSHI",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12271/original/512x512_Logo_no_chop.png?1696512101",coinGeckoId:"sushi"},{chainId:1,address:"0x0a6e7ba5042b38349e437ec6db6214aec7b35676",name:"Swell",symbol:"SWELL",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/28777/original/swell1.png?1727899715",coinGeckoId:"swell-network"},{chainId:1,address:"0xf951e335afb289353dc249e82926178eac7ded78",name:"Swell Ethereum",symbol:"SWETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/30326/original/_lB7zEtS_400x400.jpg?1696529227",coinGeckoId:"sweth"},{chainId:1,address:"0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f",name:"Synthetix Network",symbol:"SNX",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/3406/original/SNX.png?1696504103",coinGeckoId:"havven"},{chainId:1,address:"0xa693b19d2931d498c5b318df961919bb4aee87a5",name:"TerraUSD Wormhole ",symbol:"UST",decimals:6,logoUri:"https://assets.coingecko.com/coins/images/21150/original/UST_wh_small.png?1696520528",coinGeckoId:"terrausd-wormhole"},{chainId:1,address:"0xc944e90c64b2c07662a292be6244bdf05cda44a7",name:"The Graph",symbol:"GRT",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/13397/original/Graph_Token.png?1696513159",coinGeckoId:"the-graph"},{chainId:1,address:"0x3845badade8e6dff049820680d1f14bd3903a5d0",name:"The Sandbox",symbol:"SAND",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12129/original/sandbox_logo.jpg?1696511971",coinGeckoId:"the-sandbox"},{chainId:1,address:"0x0000000000085d4780b73119b644ae5ecd22b376",name:"TrueUSD",symbol:"TUSD",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/3449/original/tusd.png?1696504140",coinGeckoId:"true-usd"},{chainId:1,address:"0xdc035d45d973e3ec169d2276ddab16f1e407384f",name:"USDS",symbol:"USDS",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/39926/original/usds.webp?1726666683",coinGeckoId:"usds"},{chainId:1,address:"0x1f9840a85d5af5bf1d1762f925bdaddc4201f984",name:"Uniswap",symbol:"UNI",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12504/original/uniswap-logo.png?1720676669",coinGeckoId:"uniswap"},{chainId:1,address:"0x73a15fed60bf67631dc6cd7bc5b6e8da8190acf5",name:"Usual USD",symbol:"USD0",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/38272/original/USD0LOGO.png?1716962811",coinGeckoId:"usual-usd"},{chainId:1,address:"0xd31a59c85ae9d8edefec411d448f90841571b89c",name:"Wormhole Bridged SOL",symbol:"SOL",decimals:9,logoUri:"https://assets.coingecko.com/coins/images/22876/original/SOL_wh_small.png?1696522175",coinGeckoId:"sol-wormhole"},{chainId:1,address:"0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",name:"Wrapped Bitcoin",symbol:"WBTC",decimals:8,logoUri:"https://assets.coingecko.com/coins/images/7598/original/wrapped_bitcoin_wbtc.png?1696507857",coinGeckoId:"wrapped-bitcoin"},{chainId:1,address:"0xe77f6acd24185e149e329c1c0f479201b9ec2f4b",name:"Zeebu",symbol:"ZBU",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/31145/original/200x200_Front_token.png?1696529974",coinGeckoId:"zeebu"},{chainId:1,address:"0xd9a442856c234a39a81a089c06451ebaa4306a72",name:"pufETH",symbol:"PUFETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/35176/original/pufETH-200-200-resolution.png?1707753174",coinGeckoId:"pufeth"},{chainId:1,address:"0x57ab1ec28d129707052df4df418d58a2d46d5f51",name:"sUSD",symbol:"SUSD",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/5013/original/sUSD.png?1696505546",coinGeckoId:"nusd"},{chainId:1,address:"0x8798249c2e607446efb7ad49ec89dd1865ff4272",name:"xSUSHI",symbol:"XSUSHI",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/13725/original/xsushi.png?1696513469",coinGeckoId:"xsushi"},{chainId:1,address:"0x0bc529c00c6401aef6d220be8c6ea1667f6ad93e",name:"yearn finance",symbol:"YFI",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/11849/original/yearn.jpg?1696511720",coinGeckoId:"yearn-finance"},{chainId:137,address:"0x9c2c5fd7b07e95ee044ddeba0e97a665f142394f",name:"1inch",symbol:"1INCH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/13469/original/1inch-token.png?1696513230",coinGeckoId:"1inch"},{chainId:137,address:"0xd6df932a45c0f255f85145f286ea0b292b21c90b",name:"Aave",symbol:"AAVE",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12645/original/aave-token-round.png?1720472354",coinGeckoId:"aave"},{chainId:137,address:"0x385eeac5cb85a38a9a07a70c73e0a3271cfb54a7",name:"Aavegotchi",symbol:"GHST",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12467/original/GHST.png?1696512286",coinGeckoId:"aavegotchi"},{chainId:137,address:"0xb7b31a6bc18e48888545ce79e83e06003be70930",name:"ApeCoin",symbol:"APE",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/24383/original/apecoin.jpg?1696523566",coinGeckoId:"apecoin"},{chainId:137,address:"0x7bb11e7f8b10e9e571e5d8eace04735fdfb2358a",name:"Avalanche Wormhole ",symbol:"AVAX",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/22943/original/AVAX_wh_small.png?1696522240",coinGeckoId:"avalanche-wormhole"},{chainId:137,address:"0x9a71012b13ca4d3d0cdc72a177df3ef03b0e76a3",name:"Balancer",symbol:"BAL",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/11683/original/Balancer.png?1696511572",coinGeckoId:"balancer"},{chainId:137,address:"0x3cef98bb43d732e2f285ee605a8158cde967d219",name:"Basic Attention",symbol:"BAT",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/677/original/basic-attention-token.png?1696501867",coinGeckoId:"basic-attention-token"},{chainId:137,address:"0xecdcb5b88f8e3c15f95c720c51c71c9e2080525d",name:"Binance Coin Wormhole ",symbol:"BNB",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/22884/original/BNB_wh_small.png?1696522182",coinGeckoId:"binance-coin-wormhole"},{chainId:137,address:"0x2e1ad108ff1d8c782fcbbb89aad783ac49586756",name:"Bridged TrueUSD",symbol:"TUSD",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/30837/original/tusd.jpeg?1696529695",coinGeckoId:"bridged-trueusd"},{chainId:137,address:"0x53e0bca35ec356bd5dddfebbd1fc0fd03fabad39",name:"Chainlink",symbol:"LINK",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/877/original/chainlink-new-logo.png?1696502009",coinGeckoId:"chainlink"},{chainId:137,address:"0x4b4327db1600b8b1440163f667e199cef35385f5",name:"Coinbase Wrapped Staked ETH",symbol:"CBETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/27008/original/cbeth.png?1709186989",coinGeckoId:"coinbase-wrapped-staked-eth"},{chainId:137,address:"0x8505b9d2254a7ae468c0e9dd10ccea3a837aef5c",name:"Compound",symbol:"COMP",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/10775/original/COMP.png?1696510737",coinGeckoId:"compound-governance-token"},{chainId:137,address:"0x172370d5cd63279efa6d502dab29171933a610af",name:"Curve DAO",symbol:"CRV",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12124/original/Curve.png?1696511967",coinGeckoId:"curve-dao-token"},{chainId:137,address:"0xe4bf2864ebec7b7fdf6eeca9bacae7cdfdaffe78",name:"DODO",symbol:"DODO",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12651/original/dodo_logo.png?1696512458",coinGeckoId:"dodo"},{chainId:137,address:"0x85955046df4668e1dd369d2de9f3aeb98dd2a369",name:"DeFi Pulse Index",symbol:"DPI",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12465/original/defi_pulse_index_set.png?1696512284",coinGeckoId:"defipulse-index"},{chainId:137,address:"0xa1c57f48f0deb89f569dfbe6e2b7f46d33606fd4",name:"Decentraland",symbol:"MANA",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/878/original/decentraland-mana.png?1696502010",coinGeckoId:"decentraland"},{chainId:137,address:"0xa9f37d84c856fda3812ad0519dad44fa0a3fe207",name:"Enzyme",symbol:"MLN",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/605/original/Enzyme_LinkedIn_Profile_Picture.png?1747249623",coinGeckoId:"melon"},{chainId:137,address:"0x11cd37bb86f65419713f30673a480ea33c826872",name:"Ethereum Wormhole ",symbol:"ETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/22990/original/ETH_wh_small.png?1696522286",coinGeckoId:"ethereum-wormhole"},{chainId:137,address:"0x1a3acf6d19267e2d3e7f898f42803e90c9219062",name:"Frax prev FXS ",symbol:"FRAX",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/13423/original/frax.png?1745921071",coinGeckoId:"frax-share"},{chainId:137,address:"0xe5417af564e4bfda1c483642db72007871397896",name:"Gains Network",symbol:"GNS",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/19737/original/logo.png?1696519161",coinGeckoId:"gains-network"},{chainId:137,address:"0x1c954e8fe737f99f68fa1ccda3e51ebdb291948c",name:"Kyber Network Crystal",symbol:"KNC",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/14899/original/RwdVsGcw_400x400.jpg?1696514562",coinGeckoId:"kyber-network-crystal"},{chainId:137,address:"0x3a58a54c066fdc0f2d55fc9c89f0415c92ebf3c4",name:"Lido Staked Matic",symbol:"STMATIC",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/24185/original/stMATIC.png?1696523373",coinGeckoId:"lido-staked-matic"},{chainId:137,address:"0xa3fa99a148fa48d14ed51d610c367c61876997f1",name:"MAI",symbol:"MIMATIC",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/15264/original/mimatic-red.png?1696514916",coinGeckoId:"mimatic"},{chainId:137,address:"0xc3ec80343d2bae2f8e680fdadde7c17e71e114ea",name:"MANTRA",symbol:"OM",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12151/original/OM_Token.png?1696511991",coinGeckoId:"mantra-dao"},{chainId:137,address:"0x6f7c932e7684666c9fd1d44527765433e01ff61d",name:"Maker",symbol:"MKR",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/1364/original/Mark_Maker.png?1696502423",coinGeckoId:"maker"},{chainId:137,address:"0x1bfd67037b42cf73acf2047067bd4f2c47d9bfd6",name:"Polygon Bridged WBTC Polygon POS ",symbol:"WBTC",decimals:8,logoUri:"https://assets.coingecko.com/coins/images/39530/original/wbtc.png?1722809402",coinGeckoId:"polygon-bridged-wbtc-polygon-pos"},{chainId:137,address:"0x03b54a6e9a984069379fae1a4fc4dbae93b3bccd",name:"Polygon Bridged wstETH Polygon ",symbol:"WSTETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/53018/original/steth.png?1734997931",coinGeckoId:"polygon-bridged-wsteth-polygon"},{chainId:137,address:"0xb424f20a80117472175f03853e2901f6fb0c0016",name:"Quick Drop",symbol:"QUICK",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/55758/original/quick.jpg?1747302573",coinGeckoId:"quick-drop"},{chainId:137,address:"0xfa68fb4628dff1028cfec22b4162fccd0d45efb6",name:"Stader MaticX",symbol:"MATICX",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/25383/original/maticx.png?1696524516",coinGeckoId:"stader-maticx"},{chainId:137,address:"0x0b3f868e0be5597d5db7feb59e1cadbb0fdda50a",name:"Sushi",symbol:"SUSHI",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12271/original/512x512_Logo_no_chop.png?1696512101",coinGeckoId:"sushi"},{chainId:137,address:"0x50b728d8d964fd00c2d0aad81718b71311fef68a",name:"Synthetix Network",symbol:"SNX",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/3406/original/SNX.png?1696504103",coinGeckoId:"havven"},{chainId:137,address:"0x5fe2b58c013d7601147dcdd68c143a77499f5531",name:"The Graph",symbol:"GRT",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/13397/original/Graph_Token.png?1696513159",coinGeckoId:"the-graph"},{chainId:137,address:"0xbbba073c31bf03b8acf7c28ef0738decf3695683",name:"The Sandbox",symbol:"SAND",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12129/original/sandbox_logo.jpg?1696511971",coinGeckoId:"the-sandbox"},{chainId:137,address:"0xf33687811f3ad0cd6b48dd4b39f9f977bd7165a2",name:"TruFin Staked MATIC",symbol:"TRUMATIC",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/32416/original/TruMATIC_logo_250px_%281%29.png?1698114190",coinGeckoId:"trufin-staked-matic"},{chainId:137,address:"0xb33eaad8d922b1083446dc23f610c2567fb5180f",name:"Uniswap",symbol:"UNI",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12504/original/uniswap-logo.png?1720676669",coinGeckoId:"uniswap"},{chainId:137,address:"0x1b815d120b3ef02039ee11dc2d33de7aa4a8c603",name:"WOO",symbol:"WOO",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12921/original/WOO_Logos_2023_Profile_Pic_WOO.png?1696512709",coinGeckoId:"woo-network"},{chainId:137,address:"0xd93f7e271cb87c23aaa73edc008a79646d1f9912",name:"Wormhole Bridged SOL",symbol:"SOL",decimals:9,logoUri:"https://assets.coingecko.com/coins/images/22876/original/SOL_wh_small.png?1696522175",coinGeckoId:"sol-wormhole"},{chainId:137,address:"0xda537104d6a5edd53c6fbba9a898708e465260b6",name:"yearn finance",symbol:"YFI",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/11849/original/yearn.jpg?1696511720",coinGeckoId:"yearn-finance"},{chainId:42161,address:"0xba5ddd1f9d7f570dc94a51479a000e3bce967196",name:"Aave",symbol:"AAVE",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12645/original/aave-token-round.png?1720472354",coinGeckoId:"aave"},{chainId:42161,address:"0xc87b37a581ec3257b734886d9d3a581f5a9d056c",name:"Aethir",symbol:"ATH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/36179/original/logogram_circle_dark_green_vb_green_%281%29.png?1718232706",coinGeckoId:"aethir"},{chainId:42161,address:"0x37a645648df29205c6261289983fb04ecd70b4b3",name:"Animecoin",symbol:"ANIME",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/53575/original/anime.jpg?1736748703",coinGeckoId:"anime"},{chainId:42161,address:"0xaeaeed23478c3a4b798e4ed40d8b7f41366ae861",name:"Ankr Network",symbol:"ANKR",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/4324/original/U85xTl2.png?1696504928",coinGeckoId:"ankr"},{chainId:42161,address:"0xe05a08226c49b636acf99c40da8dc6af83ce5bb3",name:"Ankr Staked ETH",symbol:"ANKRETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/13403/original/aETHc.png?1696513165",coinGeckoId:"ankreth"},{chainId:42161,address:"0x2598c30330d5771ae9f983979209486ae26de875",name:"Any Inu",symbol:"AI",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/34126/original/anyinulogo200.png?1704174269",coinGeckoId:"any-inu"},{chainId:42161,address:"0x912ce59144191c1204e64559fe8253a0e49e6548",name:"Arbitrum",symbol:"ARB",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/16547/original/arb.jpg?1721358242",coinGeckoId:"arbitrum"},{chainId:42161,address:"0x2f2a2543b76a4166549f7aab2e75bef0aefc5b0f",name:"Arbitrum Bridged WBTC Arbitrum One ",symbol:"WBTC",decimals:8,logoUri:"https://assets.coingecko.com/coins/images/39532/original/wbtc.png?1722810336",coinGeckoId:"arbitrum-bridged-wbtc-arbitrum-one"},{chainId:42161,address:"0x5979d7b546e38e414f7e9822514be443a4800529",name:"Arbitrum Bridged wstETH Arbitrum ",symbol:"WSTETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/53102/original/arbitrum-bridged-wsteth-arbitrum.webp?1735227527",coinGeckoId:"arbitrum-bridged-wsteth-arbitrum"},{chainId:42161,address:"0x23ee2343b892b1bb63503a4fabc840e0e2c6810f",name:"Axelar",symbol:"AXL",decimals:6,logoUri:"https://assets.coingecko.com/coins/images/27277/original/V-65_xQ1_400x400.jpeg?1696526329",coinGeckoId:"axelar"},{chainId:42161,address:"0x040d1edc9569d4bab2d15287dc5a4f10f56a56b8",name:"Balancer",symbol:"BAL",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/11683/original/Balancer.png?1696511572",coinGeckoId:"balancer"},{chainId:42161,address:"0x09199d9a5f4448d0848e4395d065e1ad9c4a1f74",name:"Bonk",symbol:"BONK",decimals:5,logoUri:"https://assets.coingecko.com/coins/images/28600/original/bonk.jpg?1696527587",coinGeckoId:"bonk"},{chainId:42161,address:"0x4d15a3a2286d883af0aa1b3f21367843fac63e07",name:"Bridged TrueUSD",symbol:"TUSD",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/30837/original/tusd.jpeg?1696529695",coinGeckoId:"bridged-trueusd"},{chainId:42161,address:"0x5d3a1ff2b6bab83b63cd9ad0787074081a52ef34",name:"Bridged USDe",symbol:"USDE",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/39962/original/usde.png?1724952425",coinGeckoId:"bridged-usde"},{chainId:42161,address:"0x4e51ac49bc5e2d87e0ef713e9e5ab2d71ef4f336",name:"Celo Wormhole ",symbol:"CELO",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/32400/original/celo_wh.png?1698055352",coinGeckoId:"celo-wormhole"},{chainId:42161,address:"0xf97f4df75117a78c1a5a0dbb814af92458539fb4",name:"Chainlink",symbol:"LINK",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/877/original/chainlink-new-logo.png?1696502009",coinGeckoId:"chainlink"},{chainId:42161,address:"0x15b2fb8f08e4ac1ce019eadae02ee92aedf06851",name:"Chronos Finance",symbol:"CHR",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/29622/original/chronos_icono-01.png?1696528558",coinGeckoId:"chronos-finance"},{chainId:42161,address:"0x1debd73e752beaf79865fd6446b0c970eae7732f",name:"Coinbase Wrapped Staked ETH",symbol:"CBETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/27008/original/cbeth.png?1709186989",coinGeckoId:"coinbase-wrapped-staked-eth"},{chainId:42161,address:"0x354a6da3fcde098f8389cad84b0182725c6c91de",name:"Compound",symbol:"COMP",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/10775/original/COMP.png?1696510737",coinGeckoId:"compound-governance-token"},{chainId:42161,address:"0x11cdb42b0eb46d95f990bedd4695a6e3fa034978",name:"Curve DAO",symbol:"CRV",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12124/original/Curve.png?1696511967",coinGeckoId:"curve-dao-token"},{chainId:42161,address:"0x69eb4fa4a2fbd498c257c57ea8b7655a2559a581",name:"DODO",symbol:"DODO",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12651/original/dodo_logo.png?1696512458",coinGeckoId:"dodo"},{chainId:42161,address:"0xfc90518d5136585ba45e34ed5e1d108bd3950cfa",name:"Dinari USD ",symbol:"USD+",decimals:6,logoUri:"https://assets.coingecko.com/coins/images/38879/original/USDplus-200.png?1719374938",coinGeckoId:"dinari-usd"},{chainId:42161,address:"0x8f5c1a99b1df736ad685006cb6adca7b7ae4b514",name:"Enzyme",symbol:"MLN",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/605/original/Enzyme_LinkedIn_Profile_Picture.png?1747249623",coinGeckoId:"melon"},{chainId:42161,address:"0x7189fb5b6504bbff6a852b13b7b82a3c118fdc27",name:"Ether fi",symbol:"ETHFI",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/35958/original/etherfi.jpeg?1710254562",coinGeckoId:"ether-fi"},{chainId:42161,address:"0x93c9932e4afa59201f0b5e63f7d816516f1669fe",name:"First Digital USD",symbol:"FDUSD",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/31079/original/FDUSD_icon_black.png?1731097953",coinGeckoId:"first-digital-usd"},{chainId:42161,address:"0x9d2f299715d94d8a7e6f5eaa8e654e8c74a988a7",name:"Frax prev FXS ",symbol:"FRAX",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/13423/original/frax.png?1745921071",coinGeckoId:"frax-share"},{chainId:42161,address:"0x178412e79c25968a32e89b11f63b33f733770c2a",name:"Frax Ether",symbol:"FRXETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/28284/original/frxETH_icon.png?1696527284",coinGeckoId:"frax-ether"},{chainId:42161,address:"0xc96de26018a54d51c097160568752c4e3bd6c364",name:"Function BTC",symbol:"FBTC",decimals:8,logoUri:"https://assets.coingecko.com/coins/images/39182/original/fbtc.png?1740123952",coinGeckoId:"ignition-fbtc"},{chainId:42161,address:"0x7dff72693f6a4149b17e7c6314655f6a9f7c8b33",name:"GHO",symbol:"GHO",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/30663/original/gho-token-logo.png?1720517092",coinGeckoId:"gho"},{chainId:42161,address:"0xfc5a1a6eb076a2c7ad06ed22c90d7e710e35ad0a",name:"GMX",symbol:"GMX",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/18323/original/arbit.png?1696517814",coinGeckoId:"gmx"},{chainId:42161,address:"0x18c11fd286c5ec11c3b683caa813b77f5163a122",name:"Gains Network",symbol:"GNS",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/19737/original/logo.png?1696519161",coinGeckoId:"gains-network"},{chainId:42161,address:"0x79bbf4508b1391af3a0f4b30bb5fc4aa9ab0e07c",name:"Hey Anon",symbol:"ANON",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/52961/original/AAI__ANON_SQ_Wb_250x250.png?1740500195",coinGeckoId:"heyanon"},{chainId:42161,address:"0x17e1e5c6bc9ebb11647c94e1c5e3ba619f2781ea",name:"Holo",symbol:"HOT",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/3348/original/hot-mark-med.png?1747766692",coinGeckoId:"holotoken"},{chainId:42161,address:"0x5a7a183b6b44dc4ec2e3d2ef43f98c5152b1d76d",name:"Inception Restaked ETH",symbol:"INETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/34127/original/inETH.png?1715036464",coinGeckoId:"genesislrt-restaked-eth"},{chainId:42161,address:"0xd08c3f25862077056cb1b710937576af899a4959",name:"Inception stETH",symbol:"INSTETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/34954/original/Group_14.png?1706773546",coinGeckoId:"inception-restaked-steth"},{chainId:42161,address:"0x371c7ec6d8039ff7933a2aa28eb827ffe1f52f07",name:"JOE",symbol:"JOE",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/17569/original/LFJ_JOE_Logo.png?1727200941",coinGeckoId:"joe"},{chainId:42161,address:"0x4186bfc76e2e237523cbc30fd220fe055156b41f",name:"KelpDAO Bridged rsETH Arbitrum ",symbol:"RSETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/39543/original/rseth.png?1722849891",coinGeckoId:"kelpdao-bridged-rseth-arbitrum"},{chainId:42161,address:"0xe4dddfe67e7164b0fe14e218d80dc4c08edc01cb",name:"Kyber Network Crystal",symbol:"KNC",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/14899/original/RwdVsGcw_400x400.jpg?1696514562",coinGeckoId:"kyber-network-crystal"},{chainId:42161,address:"0x6985884c4392d348587b19cb9eaaf157f13271cd",name:"LayerZero",symbol:"ZRO",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/28206/original/ftxG9_TJ_400x400.jpeg?1696527208",coinGeckoId:"layerzero"},{chainId:42161,address:"0x13ad51ed4f1b7e9dc168d8a00cb3f4ddd85efa60",name:"Lido DAO",symbol:"LDO",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/13573/original/Lido_DAO.png?1696513326",coinGeckoId:"lido-dao"},{chainId:42161,address:"0xfb9e5d956d889d91a82737b9bfcdac1dce3e1449",name:"Liquity",symbol:"LQTY",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/14665/original/logo_V2.png?1725437146",coinGeckoId:"liquity"},{chainId:42161,address:"0x93b346b6bc2548da6a1e7d98e9a421b42541425b",name:"Liquity USD",symbol:"LUSD",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/14666/original/Group_3.png?1696514341",coinGeckoId:"liquity-usd"},{chainId:42161,address:"0x289ba1701c2f088cf0faf8b3705246331cb8a839",name:"Livepeer",symbol:"LPT",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/7137/original/badge-logo-circuit-green.png?1719357686",coinGeckoId:"livepeer"},{chainId:42161,address:"0x46d0ce7de6247b0a95f67b43b589b4041bae7fbe",name:"Loopring",symbol:"LRC",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/913/original/LRC.png?1696502034",coinGeckoId:"loopring"},{chainId:42161,address:"0x3f56e0c36d275367b8c502090edf38289b3dea0d",name:"MAI Arbitrum ",symbol:"MIMATIC",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/35517/original/mimatic-red.png?1709005586",coinGeckoId:"mai-arbitrum"},{chainId:42161,address:"0xfea7a6a0b346362bf88a9e4a88416b77a57d6c2a",name:"Magic Internet Money Arbitrum ",symbol:"MIM",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/37324/original/mim.png?1714016666",coinGeckoId:"magic-internet-money-arbitrum"},{chainId:42161,address:"0x2c852d3334188be136bfc540ef2bb8c37b590bad",name:"MagicLand",symbol:"MAGIC",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/18844/original/logo_-_2021-10-07T141625.399.png?1696518305",coinGeckoId:"magic-token"},{chainId:42161,address:"0x26d3c0d9f4cc4c130097b6afdebe4f5e497e6bdf",name:"Mynth",symbol:"MNT",decimals:6,logoUri:"https://assets.coingecko.com/coins/images/50513/original/mynth-token.png?1728031157",coinGeckoId:"mynth"},{chainId:42161,address:"0x9e20461bc2c4c980f62f1b279d71734207a6a356",name:"OmniCat",symbol:"OMNI",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/33917/original/omnicatlogo.png?1717544778",coinGeckoId:"omnicat"},{chainId:42161,address:"0x4e200fe2f3efb977d5fd9c430a41531fb04d97b8",name:"Orderly Network",symbol:"ORDER",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/38501/original/Orderly_Network_Coingecko_200*200.png?1717751359",coinGeckoId:"orderly-network"},{chainId:42161,address:"0x1b896893dfc86bb67cf57767298b9073d2c1ba2c",name:"PancakeSwap",symbol:"CAKE",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12632/original/pancakeswap-cake-logo_%281%29.png?1696512440",coinGeckoId:"pancakeswap-token"},{chainId:42161,address:"0x0c880f6761f1af8d9aa9c466984b80dab9a8c9e8",name:"Pendle",symbol:"PENDLE",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/15069/original/Pendle_Logo_Normal-03.png?1696514728",coinGeckoId:"pendle"},{chainId:42161,address:"0x3082cc23568ea640225c2467653db90e9250aaa0",name:"Radiant Capital",symbol:"RDNT",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/26536/original/Radiant-Logo-200x200.png?1696525610",coinGeckoId:"radiant-capital"},{chainId:42161,address:"0x2416092f143378750bb29b79ed961ab195cceea5",name:"Renzo Restaked ETH",symbol:"EZETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/34753/original/Ezeth_logo_circle.png?1713496404",coinGeckoId:"renzo-restaked-eth"},{chainId:42161,address:"0xca5ca9083702c56b481d1eec86f1776fdbd2e594",name:"Reserve Rights",symbol:"RSR",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/8365/original/RSR_Blue_Circle_1000.png?1721777856",coinGeckoId:"reserve-rights-token"},{chainId:42161,address:"0xb766039cc6db368759c1e56b79affe831d0cc507",name:"Rocket Pool",symbol:"RPL",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/2090/original/rocket_pool_%28RPL%29.png?1696503058",coinGeckoId:"rocket-pool"},{chainId:42161,address:"0xec70dcb4a1efa46b8f2d97c310c9c4790ba5ffa8",name:"Rocket Pool ETH",symbol:"RETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/20764/original/reth.png?1696520159",coinGeckoId:"rocket-pool-eth"},{chainId:42161,address:"0x3e6648c5a70a150a88bce65f4ad4d506fe15d2af",name:"Spell",symbol:"SPELL",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/15861/original/abracadabra-3.png?1696515477",coinGeckoId:"spell-token"},{chainId:42161,address:"0xd74f5255d557944cf7dd0e45ff521520002d5748",name:"Sperax USD",symbol:"USDS",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/21973/original/USDs_logo_1000X1000.png?1696521321",coinGeckoId:"sperax-usd"},{chainId:42161,address:"0x6694340fc020c5e6b96567843da2df01b2ce1eb6",name:"Stargate Finance",symbol:"STG",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/24413/original/STG_LOGO.png?1696523595",coinGeckoId:"stargate-finance"},{chainId:42161,address:"0xd4d42f0b6def4ce0383636770ef773390d85c61a",name:"Sushi",symbol:"SUSHI",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12271/original/512x512_Logo_no_chop.png?1696512101",coinGeckoId:"sushi"},{chainId:42161,address:"0xbc011a12da28e8f0f528d9ee5e7039e22f91cf18",name:"Swell Ethereum",symbol:"SWETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/30326/original/_lB7zEtS_400x400.jpg?1696529227",coinGeckoId:"sweth"},{chainId:42161,address:"0x080f6aed32fc474dd5717105dba5ea57268f46eb",name:"Synapse",symbol:"SYN",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/18024/original/synapse_social_icon.png?1696517540",coinGeckoId:"synapse-2"},{chainId:42161,address:"0xd58d345fd9c82262e087d2d0607624b410d88242",name:"Tellor Tributes",symbol:"TRB",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/9644/original/TRB-New_Logo.png?1737722143",coinGeckoId:"tellor"},{chainId:42161,address:"0x9623063377ad1b27544c965ccd7342f7ea7e88c7",name:"The Graph",symbol:"GRT",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/13397/original/Graph_Token.png?1696513159",coinGeckoId:"the-graph"},{chainId:42161,address:"0x680447595e8b7b3aa1b43beb9f6098c79ac2ab3f",name:"USDD",symbol:"USDD",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/25380/original/UUSD.jpg?1696524513",coinGeckoId:"usdd"},{chainId:42161,address:"0xfa7f8980b0f1e64a2062791cc3b0871572f1f7f0",name:"Uniswap",symbol:"UNI",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12504/original/uniswap-logo.png?1720676669",coinGeckoId:"uniswap"},{chainId:42161,address:"0x3d15fd46ce9e551498328b1c83071d9509e2c3a0",name:"Universal ETH",symbol:"UNIETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/28477/original/uniETH_200.png?1696527471",coinGeckoId:"universal-eth"},{chainId:42161,address:"0xc1eb7689147c81ac840d4ff0d298489fc7986d52",name:"Venus",symbol:"XVS",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12677/original/XVS_Token.jpg?1727454303",coinGeckoId:"venus"},{chainId:42161,address:"0x323665443cef804a3b5206103304bd4872ea4253",name:"Verified USD",symbol:"USDV",decimals:6,logoUri:"https://assets.coingecko.com/coins/images/32948/original/usdv_%281%29.png?1699933314",coinGeckoId:"verified-usd-foundation-usdv"},{chainId:42161,address:"0xcafcd85d8ca7ad1e1c6f82f651fa15e33aefd07b",name:"WOO",symbol:"WOO",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12921/original/WOO_Logos_2023_Profile_Pic_WOO.png?1696512709",coinGeckoId:"woo-network"},{chainId:42161,address:"0x4cb9a7ae498cedcbb5eae9f25736ae7d428c9d66",name:"Xai",symbol:"XAI",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/34258/original/round_icon_2048_px.png?1719523838",coinGeckoId:"xai-blockchain"},{chainId:42161,address:"0xddb46999f8891663a8f2828d25298f70416d7610",name:"sUSDS",symbol:"SUSDS",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/52721/original/sUSDS_Coin.png?1734086971",coinGeckoId:"susds"},{chainId:42161,address:"0x82e3a8f066a6989666b031d916c43672085b1582",name:"yearn finance",symbol:"YFI",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/11849/original/yearn.jpg?1696511720",coinGeckoId:"yearn-finance"},{chainId:8453,address:"0x63706e401c06ac8513145b7687a14804d17f814b",name:"Aave",symbol:"AAVE",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12645/original/aave-token-round.png?1720472354",coinGeckoId:"aave"},{chainId:8453,address:"0x940181a94a35a4569e4529a3cdfb74e38fd98631",name:"Aerodrome Finance",symbol:"AERO",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/31745/original/token.png?1696530564",coinGeckoId:"aerodrome-finance"},{chainId:8453,address:"0xac611438ae5f3953dedb47c2ea8d6650d601c1b4",name:"Amped Finance",symbol:"AMP",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/37421/original/AmpedLogoTrans-200.png?1714377313",coinGeckoId:"amped-finance"},{chainId:8453,address:"0x0db510e79909666d6dec7f5e49370838c16d950f",name:"Anon",symbol:"ANON",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/51871/original/_.png?1732095727",coinGeckoId:"super-anon"},{chainId:8453,address:"0xd89d90d26b48940fa8f58385fe84625d468e057a",name:"Avail",symbol:"AVAIL",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/37372/original/avail-logo.png?1714145201",coinGeckoId:"avail"},{chainId:8453,address:"0x23ee2343b892b1bb63503a4fabc840e0e2c6810f",name:"Axelar",symbol:"AXL",decimals:6,logoUri:"https://assets.coingecko.com/coins/images/27277/original/V-65_xQ1_400x400.jpeg?1696526329",coinGeckoId:"axelar"},{chainId:8453,address:"0x88fb150bdc53a65fe94dea0c9ba0a6daf8c6e196",name:"Chainlink",symbol:"LINK",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/877/original/chainlink-new-logo.png?1696502009",coinGeckoId:"chainlink"},{chainId:8453,address:"0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf",name:"Coinbase Wrapped BTC",symbol:"CBBTC",decimals:8,logoUri:"https://assets.coingecko.com/coins/images/40143/original/cbbtc.webp?1726136727",coinGeckoId:"coinbase-wrapped-btc"},{chainId:8453,address:"0x2ae3f1ec7f1f5012cfeab0185bfc7aa3cf0dec22",name:"Coinbase Wrapped Staked ETH",symbol:"CBETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/27008/original/cbeth.png?1709186989",coinGeckoId:"coinbase-wrapped-staked-eth"},{chainId:8453,address:"0x9e1028f5f1d5ede59748ffcee5532509976840e0",name:"Compound",symbol:"COMP",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/10775/original/COMP.png?1696510737",coinGeckoId:"compound-governance-token"},{chainId:8453,address:"0x83db73ef5192de4b6a4c92bd0141ba1a0dc87c65",name:"Compounding OpenDollar",symbol:"CUSDO",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/53751/original/cUSDO_logo_white.png?1737182014",coinGeckoId:"compounding-open-dollar"},{chainId:8453,address:"0xbb22ff867f8ca3d5f2251b4084f6ec86d4666e14",name:"Cryptex Finance",symbol:"CTX",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/14932/original/CTX_Logo_200px.png?1723514786",coinGeckoId:"cryptex-finance"},{chainId:8453,address:"0x4ed4e862860bed51a9570b96d89af5e1b0efefed",name:"Degen",symbol:"DEGEN",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/34515/original/android-chrome-512x512.png?1706198225",coinGeckoId:"degen-base"},{chainId:8453,address:"0x599f07567656e6961e20fa6a90685d393808c192",name:"Department Of Government Efficiency",symbol:"DOGE",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/51896/original/coingecko_%282%29.png?1732124666",coinGeckoId:"department-of-government-efficiency-5"},{chainId:8453,address:"0x7f6f6720a73c0f54f95ab343d7efeb1fa991f4f7",name:"DogWifHat",symbol:"WIF",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/37353/original/Picsart_24-04-24_05-46-35-547.png?1714097002",coinGeckoId:"dogwifhat-base"},{chainId:8453,address:"0x6bb7a212910682dcfdbd5bcbb3e28fb4e8da10ee",name:"GHO",symbol:"GHO",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/30663/original/gho-token-logo.png?1720517092",coinGeckoId:"gho"},{chainId:8453,address:"0x24fcfc492c1393274b6bcd568ac9e225bec93584",name:"Heroes of Mavia",symbol:"MAVIA",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/33895/original/2023-12-20_21.21.41_%281%29.jpg?1703230771",coinGeckoId:"heroes-of-mavia"},{chainId:8453,address:"0x1bc71130a0e39942a7658878169764bbd8a45993",name:"KelpDAO Bridged rsETH Base ",symbol:"RSETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/39547/original/rseth.png?1722850260",coinGeckoId:"kelpdao-bridged-rseth-base"},{chainId:8453,address:"0xfde4c96c8593536e31f229ea8f37b2ada2699bb2",name:"L2 Standard Bridged USDT Base ",symbol:"USDT",decimals:6,logoUri:"https://assets.coingecko.com/coins/images/39963/original/usdt.png?1724952731",coinGeckoId:"l2-standard-bridged-usdt-base"},{chainId:8453,address:"0x6985884c4392d348587b19cb9eaaf157f13271cd",name:"LayerZero",symbol:"ZRO",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/28206/original/ftxG9_TJ_400x400.jpeg?1696527208",coinGeckoId:"layerzero"},{chainId:8453,address:"0x0555e30da8f98308edb960aa94c0db47230d2b9c",name:"LayerZero Bridged WBTC Base ",symbol:"WBTC",decimals:8,logoUri:"https://assets.coingecko.com/coins/images/66849/original/btc.png?1750793694",coinGeckoId:"layerzero-bridged-wbtc-base"},{chainId:8453,address:"0xecac9c5f704e954931349da37f60e39f515c11c1",name:"Lombard Staked BTC",symbol:"LBTC",decimals:8,logoUri:"https://assets.coingecko.com/coins/images/39969/original/LBTC_Logo.png?1724959872",coinGeckoId:"lombard-staked-btc"},{chainId:8453,address:"0x57f5fbd3de65dfc0bd3630f732969e5fb97e6d37",name:"MAGA",symbol:"TRUMP",decimals:9,logoUri:"https://assets.coingecko.com/coins/images/31498/original/Maga-Trump-Logo-200px.png?1696530309",coinGeckoId:"maga"},{chainId:8453,address:"0x2da56acb9ea78330f947bd57c54119debda7af71",name:"Mog Coin",symbol:"MOG",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/31059/original/MOG_LOGO_200x200.png?1696529893",coinGeckoId:"mog-coin"},{chainId:8453,address:"0xa88594d404727625a9437c3f886c7643872296ae",name:"Moonwell",symbol:"WELL",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/26133/original/WELL.png?1696525221",coinGeckoId:"moonwell-artemis"},{chainId:8453,address:"0xbaa5cc21fd487b8fcc2f632f3f4e8d37262a0842",name:"Morpho",symbol:"MORPHO",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/29837/original/Morpho-token-icon.png?1726771230",coinGeckoId:"morpho"},{chainId:8453,address:"0x1217bfe6c773eec6cc4a38b5dc45b92292b6e189",name:"OpenUSDT",symbol:"OUSDT",decimals:6,logoUri:"https://assets.coingecko.com/coins/images/54815/original/ousdt.jpg?1741848258",coinGeckoId:"openusdt"},{chainId:8453,address:"0x7002458b1df59eccb57387bc79ffc7c29e22e6f7",name:"Origin Token",symbol:"OGN",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/3296/original/op.jpg?1696504006",coinGeckoId:"origin-protocol"},{chainId:8453,address:"0xb79dd08ea68a908a97220c76d19a6aa9cbde4376",name:"Overnight fi USD Base ",symbol:"USD+",decimals:6,logoUri:"https://assets.coingecko.com/coins/images/39624/original/USD_.png?1723179227",coinGeckoId:"overnight-fi-usd-base"},{chainId:8453,address:"0x80f45eacf6537498ecc660e4e4a2d2f99e195cf4",name:"Pepe on Base",symbol:"PEPE",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/36639/original/Pepe_on_Base.png?1712030799",coinGeckoId:"pepe-on-base"},{chainId:8453,address:"0xd722e55c1d9d9fa0021a5215cbb904b92b3dc5d4",name:"Radiant Capital",symbol:"RDNT",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/26536/original/Radiant-Logo-200x200.png?1696525610",coinGeckoId:"radiant-capital"},{chainId:8453,address:"0x2416092f143378750bb29b79ed961ab195cceea5",name:"Renzo Restaked ETH",symbol:"EZETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/34753/original/Ezeth_logo_circle.png?1713496404",coinGeckoId:"renzo-restaked-eth"},{chainId:8453,address:"0xab36452dbac151be02b16ca17d8919826072f64a",name:"Reserve Rights",symbol:"RSR",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/8365/original/RSR_Blue_Circle_1000.png?1721777856",coinGeckoId:"reserve-rights-token"},{chainId:8453,address:"0x35e5db674d8e93a03d814fa0ada70731efe8a4b9",name:"Resolv USR",symbol:"USR",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/40008/original/USR_LOGO.png?1725222638",coinGeckoId:"resolv-usr"},{chainId:8453,address:"0xb6fe221fe9eef5aba221c348ba20a1bf5e73624c",name:"Rocket Pool ETH",symbol:"RETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/20764/original/reth.png?1696520159",coinGeckoId:"rocket-pool-eth"},{chainId:8453,address:"0xe3b53af74a4bf62ae5511055290838050bf764df",name:"Stargate Finance",symbol:"STG",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/24413/original/STG_LOGO.png?1696523595",coinGeckoId:"stargate-finance"},{chainId:8453,address:"0xc1cba3fcea344f92d9239c08c0568f6f2f0ee452",name:"Superbridge Bridged wstETH Base ",symbol:"WSTETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/53103/original/superbridge-bridged-wsteth-base.png?1735227990",coinGeckoId:"superbridge-bridged-wsteth-base"},{chainId:8453,address:"0x22e6966b799c4d5b13be962e1d117b56327fda66",name:"Synthetix Network",symbol:"SNX",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/3406/original/SNX.png?1696504103",coinGeckoId:"havven"},{chainId:8453,address:"0x820c137fa70c8691f0e44dc420a5e53c168921dc",name:"USDS",symbol:"USDS",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/39926/original/usds.webp?1726666683",coinGeckoId:"usds"},{chainId:8453,address:"0xacfe6019ed1a7dc6f7b508c02d1b04ec88cc21bf",name:"Venice Token",symbol:"VVV",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/54023/original/VVV_Token_Transparent.png?1741856877",coinGeckoId:"venice-token"},{chainId:8453,address:"0x0b3e328455c4059eeb9e3f84b5543f74e24e7e1b",name:"Virtuals Protocol",symbol:"VIRTUAL",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/34057/original/LOGOMARK.png?1708356054",coinGeckoId:"virtual-protocol"},{chainId:8453,address:"0x2c8c89c442436cc6c0a77943e09c8daf49da3161",name:"Zeebu",symbol:"ZBU",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/31145/original/200x200_Front_token.png?1696529974",coinGeckoId:"zeebu"},{chainId:8453,address:"0x9eaf8c1e34f05a589eda6bafdf391cf6ad3cb239",name:"yearn finance",symbol:"YFI",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/11849/original/yearn.jpg?1696511720",coinGeckoId:"yearn-finance"},{chainId:10,address:"0x76fb31fb4af56892a25e32cfc43de717950c9278",name:"Aave",symbol:"AAVE",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12645/original/aave-token-round.png?1720472354",coinGeckoId:"aave"},{chainId:10,address:"0x3e29d3a9316dab217754d13b28646b76607c5f04",name:"Alchemix ETH",symbol:"ALETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/16271/original/aleth.png?1696515869",coinGeckoId:"alchemix-eth"},{chainId:10,address:"0xaeaeed23478c3a4b798e4ed40d8b7f41366ae861",name:"Ankr Network",symbol:"ANKR",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/4324/original/U85xTl2.png?1696504928",coinGeckoId:"ankr"},{chainId:10,address:"0xe05a08226c49b636acf99c40da8dc6af83ce5bb3",name:"Ankr Staked ETH",symbol:"ANKRETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/13403/original/aETHc.png?1696513165",coinGeckoId:"ankreth"},{chainId:10,address:"0xfe8b128ba8c78aabc59d4c64cee7ff28e9379921",name:"Balancer",symbol:"BAL",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/11683/original/Balancer.png?1696511572",coinGeckoId:"balancer"},{chainId:10,address:"0x9b88d293b7a791e40d36a39765ffd5a1b9b5c349",name:"Celo Wormhole ",symbol:"CELO",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/32400/original/celo_wh.png?1698055352",coinGeckoId:"celo-wormhole"},{chainId:10,address:"0x350a791bfc2c21f9ed5d10980dad2e2638ffa7f6",name:"Chainlink",symbol:"LINK",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/877/original/chainlink-new-logo.png?1696502009",coinGeckoId:"chainlink"},{chainId:10,address:"0xaddb6a0412de1ba0f936dcaeb8aaa24578dcf3b2",name:"Coinbase Wrapped Staked ETH",symbol:"CBETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/27008/original/cbeth.png?1709186989",coinGeckoId:"coinbase-wrapped-staked-eth"},{chainId:10,address:"0x0994206dfe8de6ec6920ff4d779b0d950605fb53",name:"Curve DAO",symbol:"CRV",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12124/original/Curve.png?1696511967",coinGeckoId:"curve-dao-token"},{chainId:10,address:"0x5a7a183b6b44dc4ec2e3d2ef43f98c5152b1d76d",name:"Inception Restaked ETH",symbol:"INETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/34127/original/inETH.png?1715036464",coinGeckoId:"genesislrt-restaked-eth"},{chainId:10,address:"0xd08c3f25862077056cb1b710937576af899a4959",name:"Inception stETH",symbol:"INSTETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/34954/original/Group_14.png?1706773546",coinGeckoId:"inception-restaked-steth"},{chainId:10,address:"0xa00e3a3511aac35ca78530c85007afcd31753819",name:"Kyber Network Crystal",symbol:"KNC",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/14899/original/RwdVsGcw_400x400.jpg?1696514562",coinGeckoId:"kyber-network-crystal"},{chainId:10,address:"0x2e3d870790dc77a83dd1d18184acc7439a53f475",name:"Legacy Frax Dollar",symbol:"FRAX",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/13422/original/frax-logo.png?1739780303",coinGeckoId:"frax"},{chainId:10,address:"0xfdb794692724153d1488ccdbe0c56c252596735f",name:"Lido DAO",symbol:"LDO",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/13573/original/Lido_DAO.png?1696513326",coinGeckoId:"lido-dao"},{chainId:10,address:"0xc40f949f8a4e094d1b49a23ea9241d289b7b2819",name:"Liquity USD",symbol:"LUSD",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/14666/original/Group_3.png?1696514341",coinGeckoId:"liquity-usd"},{chainId:10,address:"0xdfa46478f9e5ea86d57387849598dbfb2e964b02",name:"MAI Optimism ",symbol:"MIMATIC",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/35519/original/mimatic-red.png?1709006627",coinGeckoId:"mai-optimism"},{chainId:10,address:"0x1217bfe6c773eec6cc4a38b5dc45b92292b6e189",name:"OpenUSDT",symbol:"OUSDT",decimals:6,logoUri:"https://assets.coingecko.com/coins/images/54815/original/ousdt.jpg?1741848258",coinGeckoId:"openusdt"},{chainId:10,address:"0x4200000000000000000000000000000000000042",name:"Optimism",symbol:"OP",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/25244/original/Optimism.png?1696524385",coinGeckoId:"optimism"},{chainId:10,address:"0x68f180fcce6836688e9084f035309e29bf0a2095",name:"Optimism Bridged WBTC Optimism ",symbol:"WBTC",decimals:8,logoUri:"https://assets.coingecko.com/coins/images/39553/original/wbtc.png?1722897341",coinGeckoId:"optimism-bridged-wbtc-optimism"},{chainId:10,address:"0xbc7b1ff1c6989f006a1185318ed4e7b5796e66e1",name:"Pendle",symbol:"PENDLE",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/15069/original/Pendle_Logo_Normal-03.png?1696514728",coinGeckoId:"pendle"},{chainId:10,address:"0x9e1028f5f1d5ede59748ffcee5532509976840e0",name:"Perpetual Protocol",symbol:"PERP",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12381/original/60d18e06844a844ad75901a9_mark_only_03.png?1696512205",coinGeckoId:"perpetual-protocol"},{chainId:10,address:"0x9bcef72be871e61ed4fbbc7630889bee758eb81d",name:"Rocket Pool ETH",symbol:"RETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/20764/original/reth.png?1696520159",coinGeckoId:"rocket-pool-eth"},{chainId:10,address:"0x1f32b1c2345538c0c6f582fcb022739c4a194ebb",name:"Superbridge Bridged wstETH Optimism ",symbol:"WSTETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/53104/original/superbridge-bridged-wsteth-optimism.webp?1735228418",coinGeckoId:"superbridge-bridged-wsteth-optimism"},{chainId:10,address:"0x8700daec35af8ff88c16bdf0418774cb3d7599b4",name:"Synthetix Network",symbol:"SNX",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/3406/original/SNX.png?1696504103",coinGeckoId:"havven"},{chainId:10,address:"0xaf8ca653fa2772d58f4368b0a71980e9e3ceb888",name:"Tellor Tributes",symbol:"TRB",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/9644/original/TRB-New_Logo.png?1737722143",coinGeckoId:"tellor"},{chainId:10,address:"0x6fd9d7ad17242c41f7131d257212c54a0e816691",name:"Uniswap",symbol:"UNI",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12504/original/uniswap-logo.png?1720676669",coinGeckoId:"uniswap"},{chainId:10,address:"0x9560e827af36c94d2ac33a39bce1fe78631088db",name:"Velodrome Finance",symbol:"VELO",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/25783/original/velo.png?1696524870",coinGeckoId:"velodrome-finance"},{chainId:10,address:"0xdc6ff44d5d932cbd77b52e5612ba0529dc6226f1",name:"Worldcoin",symbol:"WLD",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/31069/original/worldcoin.jpeg?1696529903",coinGeckoId:"worldcoin-wld"},{chainId:10,address:"0x8c6f28f2f1a3c87f0f938b96d27520d9751ec8d9",name:"sUSD Optimism ",symbol:"SUSD",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/37867/original/sus.png?1715815715",coinGeckoId:"susd-optimism"},{chainId:10,address:"0x9046d36440290ffde54fe0dd84db8b1cfee9107b",name:"yearn finance",symbol:"YFI",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/11849/original/yearn.jpg?1696511720",coinGeckoId:"yearn-finance"},{chainId:56,address:"0x111111111117dc0aa78b770fa6a738034120c302",name:"1inch",symbol:"1INCH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/13469/original/1inch-token.png?1696513230",coinGeckoId:"1inch"},{chainId:56,address:"0xfb6115445bff7b52feb98650c87f44907e58f802",name:"Aave",symbol:"AAVE",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12645/original/aave-token-round.png?1720472354",coinGeckoId:"aave"},{chainId:56,address:"0x8f0528ce5ef7b51152a59745befdd91d97091d2f",name:"Alpaca Finance",symbol:"ALPACA",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/14165/original/Logo200.png?1696513884",coinGeckoId:"alpaca-finance"},{chainId:56,address:"0x031b41e504677879370e9dbcf937283a8691fa7f",name:"Artificial Superintelligence Alliance",symbol:"FET",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/5681/original/ASI.png?1719827289",coinGeckoId:"fetch-ai"},{chainId:56,address:"0x96412902aa9aff61e13f085e70d3152c6ef2a817",name:"Avalanche Wormhole ",symbol:"AVAX",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/22943/original/AVAX_wh_small.png?1696522240",coinGeckoId:"avalanche-wormhole"},{chainId:56,address:"0x715d400f88c167884bbcc41c5fea407ed4d2f8a0",name:"Axie Infinity",symbol:"AXS",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/13029/original/axie_infinity_logo.png?1696512817",coinGeckoId:"axie-infinity"},{chainId:56,address:"0x250632378e573c6be1ac2f97fcdf00515d0aa91b",name:"Binance ETH staking",symbol:"BETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/13804/original/Binnace.png?1696513551",coinGeckoId:"binance-eth"},{chainId:56,address:"0xe9e7cea3dedca5984780bafc599bd69add087d56",name:"Binance Peg BUSD",symbol:"BUSD",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/31273/original/new_binance-peg-busd.png?1696530096",coinGeckoId:"binance-peg-busd"},{chainId:56,address:"0x8ff795a6f4d97e7887c79bea79aba5cc76444adf",name:"Binance Peg Bitcoin Cash",symbol:"BCH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/15774/original/bitcoin-cash-circle.png?1696515398",coinGeckoId:"binance-peg-bitcoin-cash"},{chainId:56,address:"0x3ee2200efb3400fabb9aacf31297cbdd1d435d47",name:"Binance Peg Cardano",symbol:"ADA",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/15455/original/ZE8LxNBf_400x400.jpg?1696515099",coinGeckoId:"binance-peg-cardano"},{chainId:56,address:"0xba2ae424d960c26247dd6c32edc70b295c744c43",name:"Binance Peg Dogecoin",symbol:"DOGE",decimals:8,logoUri:"https://assets.coingecko.com/coins/images/15768/original/dogecoin.png?1696515392",coinGeckoId:"binance-peg-dogecoin"},{chainId:56,address:"0x56b6fb708fc5732dec1afc8d8556423a2edccbd6",name:"Binance Peg EOS",symbol:"EOS",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/15771/original/eos-eos-logo.png?1696515395",coinGeckoId:"binance-peg-eos"},{chainId:56,address:"0x0d8ce2a99bb6e3b7db580ed848240e4a0f9ae153",name:"Binance Peg Filecoin",symbol:"FIL",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/15776/original/filecoin.png?1696515400",coinGeckoId:"binance-peg-filecoin"},{chainId:56,address:"0x4338665cbb7b2485a8855a139b75d5e34ab0db94",name:"Binance Peg Litecoin",symbol:"LTC",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/15456/original/LrysCc5Q_400x400.jpg?1696515103",coinGeckoId:"binance-peg-litecoin"},{chainId:56,address:"0x1fa4a73a3f0133f0025378af00236f3abdee5d63",name:"Binance Peg NEAR Protocol",symbol:"NEAR",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/51252/original/NEAR.JPG?1730470269",coinGeckoId:"binance-peg-near-protocol"},{chainId:56,address:"0xfd7b3a77848f1c2d67e05e54d78d174a0c850335",name:"Binance Peg Ontology",symbol:"ONT",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/18559/original/ont.png?1696518037",coinGeckoId:"binance-peg-ontology"},{chainId:56,address:"0x7083609fce4d1d8dc0c979aab8c869ea2c873402",name:"Binance Peg Polkadot",symbol:"DOT",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/15457/original/-Tj2WF_6_400x400.jpg?1696515104",coinGeckoId:"binance-peg-polkadot"},{chainId:56,address:"0x2859e4544c4bb03966803b044a93563bd2d0dd4d",name:"Binance Peg SHIB",symbol:"SHIB",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/50193/original/shib.png?1726214772",coinGeckoId:"binance-peg-shib"},{chainId:56,address:"0x570a5d26f7765ecb712c0924e4de545b89fd43df",name:"Binance Peg SOL",symbol:"SOL",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/54582/original/wsol.png?1740542147",coinGeckoId:"binance-peg-sol"},{chainId:56,address:"0x16939ef78684453bfdfb47825f8a5f714f12623a",name:"Binance Peg Tezos Token",symbol:"XTZ",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/51251/original/TEZOS.png?1730470163",coinGeckoId:"binance-peg-tezos-token"},{chainId:56,address:"0x1d2f0da169ceb9fc7b3144628db156f3f6c60dbe",name:"Binance Peg XRP",symbol:"XRP",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/15458/original/ryyrCapt_400x400.jpg?1696515105",coinGeckoId:"binance-peg-xrp"},{chainId:56,address:"0x965f527d9159dce6288a2219db51fc6eef120dd1",name:"Biswap",symbol:"BSW",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/16845/original/biswap.png?1696516413",coinGeckoId:"biswap"},{chainId:56,address:"0x14016e85a25aeb13065688cafb43044c2ef86784",name:"Bridged TrueUSD",symbol:"TUSD",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/30837/original/tusd.jpeg?1696529695",coinGeckoId:"bridged-trueusd"},{chainId:56,address:"0xf8a0bf9cf54bb92f17374d9e9a321e6a111a51bd",name:"Chainlink",symbol:"LINK",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/877/original/chainlink-new-logo.png?1696502009",coinGeckoId:"chainlink"},{chainId:56,address:"0xf9cec8d50f6c8ad3fb6dccec577e05aa32b224fe",name:"Chromia",symbol:"CHR",decimals:6,logoUri:"https://assets.coingecko.com/coins/images/5000/original/Chromia.png?1696505533",coinGeckoId:"chromaway"},{chainId:56,address:"0xaec945e04baf28b135fa7c640f624f8d90f1c3a6",name:"Coin98",symbol:"C98",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/17117/original/logo.png?1696516677",coinGeckoId:"coin98"},{chainId:56,address:"0x52ce071bd9b1c4b00a0b92d298c512478cad67e8",name:"Compound",symbol:"COMP",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/10775/original/COMP.png?1696510737",coinGeckoId:"compound-governance-token"},{chainId:56,address:"0xdf5ba79f0fd70c6609666d5ed603710609a530ab",name:"Cosmic Force Token v2",symbol:"CFX",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/35473/original/CFX_CON_v2_200_200_transparent.png?1708770216",coinGeckoId:"cosmic-force-token-v2"},{chainId:56,address:"0x0eb3a705fc54725037cc9e008bdede697f62f335",name:"Cosmos Hub",symbol:"ATOM",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/1481/original/cosmos_hub.png?1696502525",coinGeckoId:"cosmos"},{chainId:56,address:"0x67ee3cb086f8a16f34bee3ca72fad36f7db929e2",name:"DODO",symbol:"DODO",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12651/original/dodo_logo.png?1696512458",coinGeckoId:"dodo"},{chainId:56,address:"0x4db5a66e937a9f4473fa95b1caf1d1e1d62e29ea",name:"Ethereum Wormhole ",symbol:"ETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/22990/original/ETH_wh_small.png?1696522286",coinGeckoId:"ethereum-wormhole"},{chainId:56,address:"0xc5f0f7b66764f6ec8c8dff7ba683102295e16409",name:"First Digital USD",symbol:"FDUSD",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/31079/original/FDUSD_icon_black.png?1731097953",coinGeckoId:"first-digital-usd"},{chainId:56,address:"0xe48a3d7d0bc88d552f730b62c006bc925eadb9ee",name:"Frax prev FXS ",symbol:"FRAX",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/13423/original/frax.png?1745921071",coinGeckoId:"frax-share"},{chainId:56,address:"0x3019bf2a2ef8040c242c9a4c5c4bd4c81678b2a1",name:"GMT",symbol:"GMT",decimals:8,logoUri:"https://assets.coingecko.com/coins/images/23597/original/token-gmt-200x200.png?1703153841",coinGeckoId:"stepn"},{chainId:56,address:"0x5f4bde007dc06b867f86ebfe4802e34a1ffeed63",name:"Highstreet",symbol:"HIGH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/18973/original/logosq200200Coingecko.png?1696518427",coinGeckoId:"highstreet"},{chainId:56,address:"0xa2b726b1145a4773f68593cf171187d8ebe4d495",name:"Injective",symbol:"INJ",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12882/original/Other_200x200.png?1738782212",coinGeckoId:"injective-protocol"},{chainId:56,address:"0xfe56d5892bdffc7bf58f2e84be1b2c32d21c308b",name:"Kyber Network Crystal",symbol:"KNC",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/14899/original/RwdVsGcw_400x400.jpg?1696514562",coinGeckoId:"kyber-network-crystal"},{chainId:56,address:"0x762539b45a1dcce3d36d080f74d1aed37844b878",name:"Linear",symbol:"LINA",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12509/original/1649227343-linalogo200px.png?1696512324",coinGeckoId:"linear"},{chainId:56,address:"0xfceb31a79f71ac9cbdcf853519c1b12d379edc46",name:"Lista DAO",symbol:"LISTA",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/38068/original/lista.png?1716443925",coinGeckoId:"lista"},{chainId:56,address:"0xecac9c5f704e954931349da37f60e39f515c11c1",name:"Lombard Staked BTC",symbol:"LBTC",decimals:8,logoUri:"https://assets.coingecko.com/coins/images/39969/original/LBTC_Logo.png?1724959872",coinGeckoId:"lombard-staked-btc"},{chainId:56,address:"0x2ed9a5c8c13b93955103b9a7c167b67ef4d568a3",name:"Mask Network",symbol:"MASK",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/14051/original/Mask_Network.jpg?1696513776",coinGeckoId:"mask-network"},{chainId:56,address:"0x0e09fabb73bd3ade0a17ecc321fd13a19e81ce82",name:"PancakeSwap",symbol:"CAKE",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12632/original/pancakeswap-cake-logo_%281%29.png?1696512440",coinGeckoId:"pancakeswap-token"},{chainId:56,address:"0xcc42724c6683b7e57334c4e856f4c9965ed682bd",name:"Polygon",symbol:"MATIC",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/4713/original/polygon.png?1698233745",coinGeckoId:"matic-network"},{chainId:56,address:"0xf7de7e8a6bd59ed41a4b5fe50278b3b7f31384df",name:"Radiant Capital",symbol:"RDNT",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/26536/original/Radiant-Logo-200x200.png?1696525610",coinGeckoId:"radiant-capital"},{chainId:56,address:"0x2416092f143378750bb29b79ed961ab195cceea5",name:"Renzo Restaked ETH",symbol:"EZETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/34753/original/Ezeth_logo_circle.png?1713496404",coinGeckoId:"renzo-restaked-eth"},{chainId:56,address:"0x2492d0006411af6c8bbb1c8afc1b0197350a79e9",name:"Resolv USR",symbol:"USR",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/40008/original/USR_LOGO.png?1725222638",coinGeckoId:"resolv-usr"},{chainId:56,address:"0x47bead2563dcbf3bf2c9407fea4dc236faba485a",name:"Solar",symbol:"SXP",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/9368/original/Solar_Blockchain_Foundation_Sun_CG.png?1742975137",coinGeckoId:"swipe"},{chainId:56,address:"0x1bdd3cf7f79cfb8edbb955f20ad99211551ba275",name:"Stader BNBx",symbol:"BNBX",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/26842/original/BNBx_Logo.png?1696525902",coinGeckoId:"stader-bnbx"},{chainId:56,address:"0x80137510979822322193fc997d400d5a6c747bf7",name:"StakeStone ETH",symbol:"STONE",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/33103/original/200_200.png?1702602672",coinGeckoId:"stakestone-ether"},{chainId:56,address:"0x947950bcc74888a40ffa2593c5798f11fc9124c4",name:"Sushi",symbol:"SUSHI",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12271/original/512x512_Logo_no_chop.png?1696512101",coinGeckoId:"sushi"},{chainId:56,address:"0xce7de646e7208a4ef112cb6ed5038fa6cc6b12e3",name:"TRON BSC ",symbol:"TRX",decimals:6,logoUri:"https://assets.coingecko.com/coins/images/15468/original/NxLfA-LK_400x400.png?1696515114",coinGeckoId:"tron-bsc"},{chainId:56,address:"0x4b0f1812e5df2a09796481ff14017e6005508003",name:"Trust Wallet",symbol:"TWT",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/11085/original/Trust.png?1696511026",coinGeckoId:"trust-wallet-token"},{chainId:56,address:"0xbf5140a22578168fd562dccf235e5d43a02ce9b1",name:"Uniswap",symbol:"UNI",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12504/original/uniswap-logo.png?1720676669",coinGeckoId:"uniswap"},{chainId:56,address:"0x4bd17003473389a42daf6a0a729f6fdb328bbbd7",name:"Vai",symbol:"VAI",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/13861/original/VAI.png?1709766684",coinGeckoId:"vai"},{chainId:56,address:"0xcf6bb5389c92bdda8a3747ddb454cb7a64626c63",name:"Venus",symbol:"XVS",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12677/original/XVS_Token.jpg?1727454303",coinGeckoId:"venus"},{chainId:56,address:"0xaef0d72a118ce24fee3cd1d43d383897d05b4e99",name:"WINkLink BSC",symbol:"WIN",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/15472/original/hDLzwfqu_400x400.jpg?1696515118",coinGeckoId:"winklink-bsc"},{chainId:56,address:"0x4691937a7508860f876c9c0a2a617e7d9e945d4b",name:"WOO",symbol:"WOO",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12921/original/WOO_Logos_2023_Profile_Pic_WOO.png?1696512709",coinGeckoId:"woo-network"},{chainId:56,address:"0x4d3dc895a9edb234dfa3e303a196c009dc918f84",name:"Zeebu",symbol:"ZBU",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/31145/original/200x200_Front_token.png?1696529974",coinGeckoId:"zeebu"}];function u(e,a){var t=e.reduce((function(e,a){return e[a.chainId]||(e[a.chainId]={}),e[a.chainId][a.address]=a,e}),{}),n=a.reduce((function(e,a){var n,s,d=null==(n=t[a.chainId])?void 0:n[a.address];if(d){var i=Object.keys(a).filter((function(e){return"address"!==e&&"chainId"!==e})).filter((function(e){return!((t=a[e])===(n=d[e])||typeof t==typeof n&&Array.isArray(t)&&Array.isArray(n)&&t.every((function(e,a){return n[a]===e})));var t,n}));i.length>0&&(e.changed[a.chainId]||(e.changed[a.chainId]={}),e.changed[a.chainId][a.address]=i)}else e.added.push(a);return e.index[a.chainId]?e.index[a.chainId][a.address]=!0:e.index[a.chainId]=((s={})[a.address]=!0,s),e}),{added:[],changed:{},index:{}}),s=e.reduce((function(e,a){return n.index[a.chainId]&&n.index[a.chainId][a.address]||e.push(a),e}),[]);return{added:n.added,changed:n.changed,removed:s}}function m(e,a){return e.major<a.major?-1:e.major>a.major?1:e.minor<a.minor?-1:e.minor>a.minor?1:e.patch<a.patch?-1:e.patch>a.patch?1:0}(e=exports.VersionUpgrade||(exports.VersionUpgrade={}))[e.NONE=0]="NONE",e[e.PATCH=1]="PATCH",e[e.MINOR=2]="MINOR",e[e.MAJOR=3]="MAJOR",(a=exports.TokenListTagNames||(exports.TokenListTagNames={})).MAINNET="Mainnet",a.OPTIMISM="Optimism",a.ARBITRUM="Arbitrum",a.AVALANCHE="Avalanche",a.BASE="Base",a.TESTNET="TESTNET",a.STABLECOIN="Stablecoin",a.USD="USD",a.EUR="EUR",a.TOP_10="Top10",a.NATIVE_TOKEN="Native Token",a.WRAPPED="wrapped";var l=r.tokens.concat(o);function y(e){return c.routers.filter((function(a){return a.chainId===e}))}exports.CURVE_ROUTER_ABI=[{name:"TokenExchange",inputs:[{name:"buyer",type:"address",indexed:!0},{name:"receiver",type:"address",indexed:!0},{name:"pool",type:"address",indexed:!0},{name:"token_sold",type:"address",indexed:!1},{name:"token_bought",type:"address",indexed:!1},{name:"amount_sold",type:"uint256",indexed:!1},{name:"amount_bought",type:"uint256",indexed:!1}],anonymous:!1,type:"event"},{name:"ExchangeMultiple",inputs:[{name:"buyer",type:"address",indexed:!0},{name:"receiver",type:"address",indexed:!0},{name:"route",type:"address[9]",indexed:!1},{name:"swap_params",type:"uint256[3][4]",indexed:!1},{name:"pools",type:"address[4]",indexed:!1},{name:"amount_sold",type:"uint256",indexed:!1},{name:"amount_bought",type:"uint256",indexed:!1}],anonymous:!1,type:"event"},{stateMutability:"nonpayable",type:"constructor",inputs:[{name:"_address_provider",type:"address"},{name:"_calculator",type:"address"},{name:"_weth",type:"address"}],outputs:[]},{stateMutability:"payable",type:"fallback"},{stateMutability:"payable",type:"function",name:"exchange_with_best_rate",inputs:[{name:"_from",type:"address"},{name:"_to",type:"address"},{name:"_amount",type:"uint256"},{name:"_expected",type:"uint256"}],outputs:[{name:"",type:"uint256"}]},{stateMutability:"payable",type:"function",name:"exchange_with_best_rate",inputs:[{name:"_from",type:"address"},{name:"_to",type:"address"},{name:"_amount",type:"uint256"},{name:"_expected",type:"uint256"},{name:"_receiver",type:"address"}],outputs:[{name:"",type:"uint256"}]},{stateMutability:"payable",type:"function",name:"exchange",inputs:[{name:"_pool",type:"address"},{name:"_from",type:"address"},{name:"_to",type:"address"},{name:"_amount",type:"uint256"},{name:"_expected",type:"uint256"}],outputs:[{name:"",type:"uint256"}]},{stateMutability:"payable",type:"function",name:"exchange",inputs:[{name:"_pool",type:"address"},{name:"_from",type:"address"},{name:"_to",type:"address"},{name:"_amount",type:"uint256"},{name:"_expected",type:"uint256"},{name:"_receiver",type:"address"}],outputs:[{name:"",type:"uint256"}]},{stateMutability:"payable",type:"function",name:"exchange_multiple",inputs:[{name:"_route",type:"address[9]"},{name:"_swap_params",type:"uint256[3][4]"},{name:"_amount",type:"uint256"},{name:"_expected",type:"uint256"}],outputs:[{name:"",type:"uint256"}]},{stateMutability:"payable",type:"function",name:"exchange_multiple",inputs:[{name:"_route",type:"address[9]"},{name:"_swap_params",type:"uint256[3][4]"},{name:"_amount",type:"uint256"},{name:"_expected",type:"uint256"},{name:"_pools",type:"address[4]"}],outputs:[{name:"",type:"uint256"}]},{stateMutability:"payable",type:"function",name:"exchange_multiple",inputs:[{name:"_route",type:"address[9]"},{name:"_swap_params",type:"uint256[3][4]"},{name:"_amount",type:"uint256"},{name:"_expected",type:"uint256"},{name:"_pools",type:"address[4]"},{name:"_receiver",type:"address"}],outputs:[{name:"",type:"uint256"}]},{stateMutability:"view",type:"function",name:"get_best_rate",inputs:[{name:"_from",type:"address"},{name:"_to",type:"address"},{name:"_amount",type:"uint256"}],outputs:[{name:"",type:"address"},{name:"",type:"uint256"}]},{stateMutability:"view",type:"function",name:"get_best_rate",inputs:[{name:"_from",type:"address"},{name:"_to",type:"address"},{name:"_amount",type:"uint256"},{name:"_exclude_pools",type:"address[8]"}],outputs:[{name:"",type:"address"},{name:"",type:"uint256"}]},{stateMutability:"view",type:"function",name:"get_exchange_amount",inputs:[{name:"_pool",type:"address"},{name:"_from",type:"address"},{name:"_to",type:"address"},{name:"_amount",type:"uint256"}],outputs:[{name:"",type:"uint256"}]},{stateMutability:"view",type:"function",name:"get_input_amount",inputs:[{name:"_pool",type:"address"},{name:"_from",type:"address"},{name:"_to",type:"address"},{name:"_amount",type:"uint256"}],outputs:[{name:"",type:"uint256"}]},{stateMutability:"view",type:"function",name:"get_exchange_amounts",inputs:[{name:"_pool",type:"address"},{name:"_from",type:"address"},{name:"_to",type:"address"},{name:"_amounts",type:"uint256[100]"}],outputs:[{name:"",type:"uint256[100]"}]},{stateMutability:"view",type:"function",name:"get_exchange_multiple_amount",inputs:[{name:"_route",type:"address[9]"},{name:"_swap_params",type:"uint256[3][4]"},{name:"_amount",type:"uint256"}],outputs:[{name:"",type:"uint256"}]},{stateMutability:"view",type:"function",name:"get_exchange_multiple_amount",inputs:[{name:"_route",type:"address[9]"},{name:"_swap_params",type:"uint256[3][4]"},{name:"_amount",type:"uint256"},{name:"_pools",type:"address[4]"}],outputs:[{name:"",type:"uint256"}]},{stateMutability:"view",type:"function",name:"get_calculator",inputs:[{name:"_pool",type:"address"}],outputs:[{name:"",type:"address"}]},{stateMutability:"nonpayable",type:"function",name:"update_registry_address",inputs:[],outputs:[{name:"",type:"bool"}]},{stateMutability:"nonpayable",type:"function",name:"set_calculator",inputs:[{name:"_pool",type:"address"},{name:"_calculator",type:"address"}],outputs:[{name:"",type:"bool"}]},{stateMutability:"nonpayable",type:"function",name:"set_default_calculator",inputs:[{name:"_calculator",type:"address"}],outputs:[{name:"",type:"bool"}]},{stateMutability:"nonpayable",type:"function",name:"claim_balance",inputs:[{name:"_token",type:"address"}],outputs:[{name:"",type:"bool"}]},{stateMutability:"nonpayable",type:"function",name:"set_killed",inputs:[{name:"_is_killed",type:"bool"}],outputs:[{name:"",type:"bool"}]},{stateMutability:"view",type:"function",name:"registry",inputs:[],outputs:[{name:"",type:"address"}]},{stateMutability:"view",type:"function",name:"factory_registry",inputs:[],outputs:[{name:"",type:"address"}]},{stateMutability:"view",type:"function",name:"crypto_registry",inputs:[],outputs:[{name:"",type:"address"}]},{stateMutability:"view",type:"function",name:"default_calculator",inputs:[],outputs:[{name:"",type:"address"}]},{stateMutability:"view",type:"function",name:"is_killed",inputs:[],outputs:[{name:"",type:"bool"}]}],exports.YODL_ROUTER_ABIS=n,exports.diffTokenLists=u,exports.getChain=function(e){return s.chains.find((function(a){return a.chainId===e}))},exports.getChains=function(){return s.chains},exports.getCurveRouterAddress=function(e){var a=d.find((function(a){return a.chainId==e}));if(null==a)throw new Error("Unable to find CurveRouterNG for chainId "+e);return a.address},exports.getFeaturedTokenBySymbol=function(e,a){var t;return null!=(t=r.tokens.find((function(t){return t.symbol.toLowerCase()===e.toLowerCase()&&(!a||t.chainId===a)})))?t:null},exports.getFiatCurrencies=function(){return i},exports.getFiatCurrency=function(e){return i.find((function(a){return a.code.toLowerCase()===e.toLowerCase()}))},exports.getFiatFeeds=function(e){return p.filter((function(a){return a.chainId===e&&"fiat"===a.type}))},exports.getLatestRouter=function(e){var a=y(e).sort((function(e,a){return Date.parse(e.timestamp)-Date.parse(a.timestamp)}));return a[a.length-1]},exports.getNativeToken=function(e){var a;return null==(a=s.chains.find((function(a){return a.chainId===e})))?void 0:a.nativeTokenName},exports.getNativeWrappedToken=function(e){var a=r.tokens.filter((function(a){return a.chainId===e&&a.tags.map((function(e){return e.toLowerCase()})).includes("wrapped")&&a.tags.map((function(e){return e.toLowerCase()})).includes("native token")}));if(a.length>1)throw new Error("Found more than one native wrapped token for chain "+e);if(a.length<1)throw new Error("No native wrapped token found for chain "+e);return a[0]},exports.getPriceFeed=function(e,a,t){var n=t||"USD";return p.find((function(t){var s;return(null==(s=t.input)?void 0:s.toLowerCase())===a.toLowerCase()&&t.output===n&&t.chainId===e}))||p.find((function(t){var n;return(null==(n=t.input)?void 0:n.toLowerCase())===a.toLowerCase()&&t.chainId===e}))},exports.getPriceFeeds=function(e){return p.filter((function(a){return a.chainId===e}))},exports.getRouter=function(e,a){return c.routers.find((function(t){return t.chainId===e&&t.version===a}))},exports.getRouterAbi=function(e){return n[e]},exports.getRouterByAddress=function(e,a){return c.routers.find(a?function(t){return t.address.toLowerCase()===e.toLowerCase()&&t.chainId==a}:function(a){return a.address.toLowerCase()===e.toLowerCase()})},exports.getRouters=y,exports.getShortNames=function(){return s.chains.map((function(e){return e.shortName}))},exports.getTokenByAddress=function(e,a){var t;return null!=(t=l.find((function(t){return t.address.toLowerCase()===e.toLowerCase()&&(!a||t.chainId===a)})))?t:null},exports.getTokenBySymbol=function(e,a){var t=l.filter((function(t){return t.symbol.toLowerCase()===e.toLowerCase()&&(!a||t.chainId===a)}));if(a&&t&&t.length>1)throw new Error("Duplicate tokens found for symbol "+e+" on chain "+a+":\n"+t.map((function(e){return" - "+e.name+" ("+e.address+")"})).join("\n"));return t.length>0?t[0]:null},exports.getTokenFeeds=function(e){return p.filter((function(a){return a.chainId===e&&"crypto"===a.type}))},exports.getTokens=function(e){return e?l.filter((function(a){return a.chainId===e})):l},exports.getVersionUpgrade=function(e,a){return a.major>e.major?exports.VersionUpgrade.MAJOR:a.major<e.major?exports.VersionUpgrade.NONE:a.minor>e.minor?exports.VersionUpgrade.MINOR:a.minor<e.minor?exports.VersionUpgrade.NONE:a.patch>e.patch?exports.VersionUpgrade.PATCH:exports.VersionUpgrade.NONE},exports.isVersionUpdate=function(e,a){return m(e,a)<0},exports.minVersionBump=function(e,a){var t=u(e,a);return t.removed.length>0?exports.VersionUpgrade.MAJOR:t.added.length>0?exports.VersionUpgrade.MINOR:Object.keys(t.changed).length>0?exports.VersionUpgrade.PATCH:exports.VersionUpgrade.NONE},exports.nextVersion=function(e,a){switch(a){case exports.VersionUpgrade.NONE:return e;case exports.VersionUpgrade.MAJOR:return{major:e.major+1,minor:0,patch:0};case exports.VersionUpgrade.MINOR:return{major:e.major,minor:e.minor+1,patch:0};case exports.VersionUpgrade.PATCH:return{major:e.major,minor:e.minor,patch:e.patch+1}}},exports.tokenlist=l,exports.versionComparator=m;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,a,t=[{inputs:[{internalType:"address",name:"_feeTreasury",type:"address"},{internalType:"uint256",name:"_baseFeeBps",type:"uint256"},{internalType:"string",name:"_version",type:"string"},{internalType:"address",name:"_uniswapRouter",type:"address"},{internalType:"address",name:"_curveRouter",type:"address"},{internalType:"address",name:"_wrappedNativeToken",type:"address"}],stateMutability:"nonpayable",type:"constructor"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"priceFeed0",type:"address"},{indexed:!0,internalType:"address",name:"priceFeed1",type:"address"},{indexed:!1,internalType:"int256",name:"exchangeRate0",type:"int256"},{indexed:!1,internalType:"int256",name:"exchangeRate1",type:"int256"}],name:"Convert",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"previousOwner",type:"address"},{indexed:!0,internalType:"address",name:"newOwner",type:"address"}],name:"OwnershipTransferred",type:"event"},{inputs:[],name:"renounceOwnership",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[{internalType:"address",name:"token",type:"address"}],name:"sweep",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[{internalType:"address",name:"newOwner",type:"address"}],name:"transferOwnership",outputs:[],stateMutability:"nonpayable",type:"function"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"sender",type:"address"},{indexed:!0,internalType:"address",name:"receiver",type:"address"},{indexed:!1,internalType:"address",name:"token",type:"address"},{indexed:!1,internalType:"uint256",name:"amount",type:"uint256"},{indexed:!1,internalType:"uint256",name:"fees",type:"uint256"},{indexed:!1,internalType:"bytes32",name:"memo",type:"bytes32"}],name:"Yodl",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"sender",type:"address"},{indexed:!0,internalType:"address",name:"receiver",type:"address"},{indexed:!0,internalType:"uint256",name:"amount",type:"uint256"}],name:"YodlNativeTokenTransfer",type:"event"},{inputs:[{components:[{internalType:"address",name:"sender",type:"address"},{internalType:"address",name:"receiver",type:"address"},{internalType:"uint256",name:"amountIn",type:"uint256"},{internalType:"uint256",name:"amountOut",type:"uint256"},{internalType:"bytes32",name:"memo",type:"bytes32"},{internalType:"address[9]",name:"route",type:"address[9]"},{internalType:"uint256[3][4]",name:"swapParams",type:"uint256[3][4]"},{internalType:"address[4]",name:"factoryAddresses",type:"address[4]"},{internalType:"address[2]",name:"priceFeeds",type:"address[2]"},{internalType:"address",name:"extraFeeReceiver",type:"address"},{internalType:"uint256",name:"extraFeeBps",type:"uint256"},{internalType:"bool",name:"returnRemainder",type:"bool"}],internalType:"struct YodlRouterV1.YodlCurveParams",name:"params",type:"tuple"}],name:"yodlWithCurve",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"payable",type:"function"},{inputs:[{internalType:"bytes32",name:"memo",type:"bytes32"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"address[2]",name:"priceFeeds",type:"address[2]"},{internalType:"address",name:"token",type:"address"},{internalType:"address",name:"receiver",type:"address"},{internalType:"address",name:"extraFeeReceiver",type:"address"},{internalType:"uint256",name:"extraFeeBps",type:"uint256"}],name:"yodlWithToken",outputs:[{internalType:"bool",name:"",type:"bool"}],stateMutability:"payable",type:"function"},{inputs:[{components:[{internalType:"address",name:"sender",type:"address"},{internalType:"address",name:"receiver",type:"address"},{internalType:"uint256",name:"amountIn",type:"uint256"},{internalType:"uint256",name:"amountOut",type:"uint256"},{internalType:"bytes32",name:"memo",type:"bytes32"},{internalType:"bytes",name:"path",type:"bytes"},{internalType:"address[2]",name:"priceFeeds",type:"address[2]"},{internalType:"address",name:"extraFeeReceiver",type:"address"},{internalType:"uint256",name:"extraFeeBps",type:"uint256"},{internalType:"bool",name:"returnRemainder",type:"bool"},{internalType:"enum YodlRouterV1.SwapType",name:"swapType",type:"uint8"}],internalType:"struct YodlRouterV1.YodlUniswapParams",name:"params",type:"tuple"}],name:"yodlWithUniswap",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"payable",type:"function"},{stateMutability:"payable",type:"receive"},{inputs:[],name:"baseFeeBps",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"feeBps",type:"uint256"}],name:"calculateFee",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"pure",type:"function"},{inputs:[],name:"curveRouter",outputs:[{internalType:"contract ICurveRouter",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"address[2]",name:"priceFeeds",type:"address[2]"},{internalType:"uint256",name:"amount",type:"uint256"}],name:"exchangeRate",outputs:[{internalType:"uint256",name:"converted",type:"uint256"},{internalType:"address[2]",name:"priceFeedsUsed",type:"address[2]"},{internalType:"int256[2]",name:"prices",type:"int256[2]"}],stateMutability:"view",type:"function"},{inputs:[],name:"feeTreasury",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[],name:"MAX_FEE_BPS",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"view",type:"function"},{inputs:[],name:"NATIVE_TOKEN",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[],name:"owner",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[],name:"uniswapRouter",outputs:[{internalType:"contract ISwapRouter",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[],name:"version",outputs:[{internalType:"string",name:"",type:"string"}],stateMutability:"view",type:"function"},{inputs:[],name:"wrappedNativeToken",outputs:[{internalType:"contract IWETH9",name:"",type:"address"}],stateMutability:"view",type:"function"}],s={test:t,.1:[{inputs:[{internalType:"address",name:"_feeTreasury",type:"address"},{internalType:"uint256",name:"_baseFeeDivisor",type:"uint256"},{internalType:"string",name:"_version",type:"string"}],stateMutability:"nonpayable",type:"constructor"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"priceFeed",type:"address"},{indexed:!1,internalType:"int256",name:"exchangeRate",type:"int256"}],name:"Convert",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"sender",type:"address"},{indexed:!0,internalType:"address",name:"receiver",type:"address"},{indexed:!1,internalType:"address",name:"token",type:"address"},{indexed:!1,internalType:"uint256",name:"amount",type:"uint256"},{indexed:!1,internalType:"uint256",name:"fees",type:"uint256"},{indexed:!1,internalType:"bytes32",name:"memo",type:"bytes32"}],name:"Payment",type:"event"},{inputs:[{internalType:"address[]",name:"_priceFeeds",type:"address[]"},{internalType:"uint256",name:"_amount",type:"uint256"}],name:"exchangeRate",outputs:[{internalType:"uint256",name:"converted",type:"uint256"},{internalType:"address",name:"priceFeed",type:"address"},{internalType:"int256",name:"price",type:"int256"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"bytes32",name:"_memo",type:"bytes32"},{internalType:"uint256",name:"_amount",type:"uint256"},{internalType:"address[]",name:"_priceFeeds",type:"address[]"},{internalType:"address",name:"_token",type:"address"},{internalType:"address",name:"_receiver",type:"address"},{internalType:"address",name:"_extraFeeReceiver",type:"address"},{internalType:"uint256",name:"_extraFeeDivisor",type:"uint256"}],name:"payWithToken",outputs:[{internalType:"bool",name:"",type:"bool"}],stateMutability:"nonpayable",type:"function"}],.2:[{inputs:[{internalType:"address",name:"_feeTreasury",type:"address"},{internalType:"uint256",name:"_baseFeeBps",type:"uint256"},{internalType:"string",name:"_version",type:"string"},{internalType:"address",name:"_uniswapRouter",type:"address"},{internalType:"address",name:"_curveRouter",type:"address"},{internalType:"address",name:"_wrappedNativeToken",type:"address"}],stateMutability:"nonpayable",type:"constructor"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"priceFeed",type:"address"},{indexed:!1,internalType:"int256",name:"exchangeRate",type:"int256"}],name:"Convert",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"previousOwner",type:"address"},{indexed:!0,internalType:"address",name:"newOwner",type:"address"}],name:"OwnershipTransferred",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"sender",type:"address"},{indexed:!0,internalType:"address",name:"receiver",type:"address"},{indexed:!1,internalType:"address",name:"token",type:"address"},{indexed:!1,internalType:"uint256",name:"amount",type:"uint256"},{indexed:!1,internalType:"uint256",name:"fees",type:"uint256"},{indexed:!1,internalType:"bytes32",name:"memo",type:"bytes32"}],name:"Payment",type:"event"},{inputs:[],name:"MAX_FEE_BPS",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"view",type:"function"},{inputs:[],name:"NATIVE_TOKEN",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[],name:"baseFeeBps",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"feeBps",type:"uint256"}],name:"calculateFee",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"pure",type:"function"},{inputs:[],name:"curveRouter",outputs:[{internalType:"contract ICurveRouter",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"address[2]",name:"priceFeeds",type:"address[2]"},{internalType:"uint256",name:"amount",type:"uint256"}],name:"exchangeRate",outputs:[{internalType:"uint256",name:"converted",type:"uint256"},{internalType:"address[2]",name:"priceFeedsUsed",type:"address[2]"},{internalType:"int256[2]",name:"prices",type:"int256[2]"}],stateMutability:"view",type:"function"},{inputs:[],name:"feeTreasury",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[],name:"owner",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{components:[{internalType:"address",name:"sender",type:"address"},{internalType:"address",name:"receiver",type:"address"},{internalType:"uint256",name:"amountIn",type:"uint256"},{internalType:"uint256",name:"amountOut",type:"uint256"},{internalType:"bytes32",name:"memo",type:"bytes32"},{internalType:"address[9]",name:"route",type:"address[9]"},{internalType:"uint256[3][4]",name:"swapParams",type:"uint256[3][4]"},{internalType:"address[4]",name:"factoryAddresses",type:"address[4]"},{internalType:"address[2]",name:"priceFeeds",type:"address[2]"},{internalType:"address",name:"extraFeeReceiver",type:"address"},{internalType:"uint256",name:"extraFeeBps",type:"uint256"},{internalType:"bool",name:"returnRemainder",type:"bool"}],internalType:"struct HiroRouterV1.HiroCurveParams",name:"params",type:"tuple"}],name:"payWithCurve",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"payable",type:"function"},{inputs:[{internalType:"bytes32",name:"memo",type:"bytes32"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"address[2]",name:"priceFeeds",type:"address[2]"},{internalType:"address",name:"token",type:"address"},{internalType:"address",name:"receiver",type:"address"},{internalType:"address",name:"extraFeeReceiver",type:"address"},{internalType:"uint256",name:"extraFeeBps",type:"uint256"}],name:"payWithToken",outputs:[{internalType:"bool",name:"",type:"bool"}],stateMutability:"payable",type:"function"},{inputs:[{components:[{internalType:"address",name:"sender",type:"address"},{internalType:"address",name:"receiver",type:"address"},{internalType:"uint256",name:"amountIn",type:"uint256"},{internalType:"uint256",name:"amountOut",type:"uint256"},{internalType:"bytes32",name:"memo",type:"bytes32"},{internalType:"bytes",name:"path",type:"bytes"},{internalType:"address[2]",name:"priceFeeds",type:"address[2]"},{internalType:"address",name:"extraFeeReceiver",type:"address"},{internalType:"uint256",name:"extraFeeBps",type:"uint256"},{internalType:"bool",name:"returnRemainder",type:"bool"},{internalType:"enum HiroRouterV1.SwapType",name:"swapType",type:"uint8"}],internalType:"struct HiroRouterV1.HiroUniswapParams",name:"params",type:"tuple"}],name:"payWithUniswap",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"payable",type:"function"},{inputs:[],name:"renounceOwnership",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[{internalType:"address",name:"token",type:"address"}],name:"sweep",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[{internalType:"address",name:"newOwner",type:"address"}],name:"transferOwnership",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[],name:"uniswapRouter",outputs:[{internalType:"contract ISwapRouter",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[],name:"version",outputs:[{internalType:"string",name:"",type:"string"}],stateMutability:"view",type:"function"},{inputs:[],name:"wrappedNativeToken",outputs:[{internalType:"contract IWETH9",name:"",type:"address"}],stateMutability:"view",type:"function"},{stateMutability:"payable",type:"receive"}],.3:t,.4:[{inputs:[{internalType:"address",name:"_feeTreasury",type:"address"},{internalType:"uint256",name:"_baseFeeBps",type:"uint256"},{internalType:"string",name:"_version",type:"string"},{internalType:"address",name:"_uniswapRouter",type:"address"},{internalType:"address",name:"_curveRouter",type:"address"},{internalType:"address",name:"_wrappedNativeToken",type:"address"}],stateMutability:"nonpayable",type:"constructor"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"priceFeed0",type:"address"},{indexed:!0,internalType:"address",name:"priceFeed1",type:"address"},{indexed:!1,internalType:"int256",name:"exchangeRate0",type:"int256"},{indexed:!1,internalType:"int256",name:"exchangeRate1",type:"int256"}],name:"Convert",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"previousOwner",type:"address"},{indexed:!0,internalType:"address",name:"newOwner",type:"address"}],name:"OwnershipTransferred",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"sender",type:"address"},{indexed:!0,internalType:"address",name:"receiver",type:"address"},{indexed:!1,internalType:"address",name:"token",type:"address"},{indexed:!1,internalType:"uint256",name:"amount",type:"uint256"},{indexed:!1,internalType:"uint256",name:"fees",type:"uint256"},{indexed:!1,internalType:"bytes32",name:"memo",type:"bytes32"}],name:"Yodl",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"sender",type:"address"},{indexed:!0,internalType:"address",name:"receiver",type:"address"},{indexed:!0,internalType:"uint256",name:"amount",type:"uint256"}],name:"YodlNativeTokenTransfer",type:"event"},{inputs:[],name:"MAX_FEE_BPS",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"view",type:"function"},{inputs:[],name:"NATIVE_TOKEN",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[],name:"baseFeeBps",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"feeBps",type:"uint256"}],name:"calculateFee",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"pure",type:"function"},{inputs:[],name:"curveRouter",outputs:[{internalType:"contract ICurveRouter",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"address[2]",name:"priceFeeds",type:"address[2]"},{internalType:"uint256",name:"amount",type:"uint256"}],name:"exchangeRate",outputs:[{internalType:"uint256",name:"converted",type:"uint256"},{internalType:"address[2]",name:"priceFeedsUsed",type:"address[2]"},{internalType:"int256[2]",name:"prices",type:"int256[2]"}],stateMutability:"view",type:"function"},{inputs:[],name:"feeTreasury",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[],name:"owner",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[],name:"renounceOwnership",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[{internalType:"address",name:"token",type:"address"}],name:"sweep",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[{internalType:"address",name:"newOwner",type:"address"}],name:"transferOwnership",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[],name:"uniswapRouter",outputs:[{internalType:"contract ISwapRouter",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[],name:"version",outputs:[{internalType:"string",name:"",type:"string"}],stateMutability:"view",type:"function"},{inputs:[],name:"wrappedNativeToken",outputs:[{internalType:"contract IWETH9",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{components:[{internalType:"address",name:"sender",type:"address"},{internalType:"address",name:"receiver",type:"address"},{internalType:"uint256",name:"amountIn",type:"uint256"},{internalType:"uint256",name:"amountOut",type:"uint256"},{internalType:"bytes32",name:"memo",type:"bytes32"},{internalType:"address[9]",name:"route",type:"address[9]"},{internalType:"uint256[3][4]",name:"swapParams",type:"uint256[3][4]"},{internalType:"address[4]",name:"factoryAddresses",type:"address[4]"},{internalType:"address[2]",name:"priceFeeds",type:"address[2]"},{internalType:"address",name:"extraFeeReceiver",type:"address"},{internalType:"uint256",name:"extraFeeBps",type:"uint256"},{internalType:"bool",name:"returnRemainder",type:"bool"},{internalType:"uint256",name:"yd",type:"uint256"}],internalType:"struct YodlRouterV1.YodlCurveParams",name:"params",type:"tuple"}],name:"yodlWithCurve",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"payable",type:"function"},{inputs:[{internalType:"bytes32",name:"memo",type:"bytes32"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"address[2]",name:"priceFeeds",type:"address[2]"},{internalType:"address",name:"token",type:"address"},{internalType:"address",name:"receiver",type:"address"},{internalType:"address",name:"extraFeeReceiver",type:"address"},{internalType:"uint256",name:"extraFeeBps",type:"uint256"},{internalType:"uint256",name:"yd",type:"uint256"}],name:"yodlWithToken",outputs:[{internalType:"bool",name:"",type:"bool"}],stateMutability:"payable",type:"function"},{inputs:[{components:[{internalType:"address",name:"sender",type:"address"},{internalType:"address",name:"receiver",type:"address"},{internalType:"uint256",name:"amountIn",type:"uint256"},{internalType:"uint256",name:"amountOut",type:"uint256"},{internalType:"bytes32",name:"memo",type:"bytes32"},{internalType:"bytes",name:"path",type:"bytes"},{internalType:"address[2]",name:"priceFeeds",type:"address[2]"},{internalType:"address",name:"extraFeeReceiver",type:"address"},{internalType:"uint256",name:"extraFeeBps",type:"uint256"},{internalType:"bool",name:"returnRemainder",type:"bool"},{internalType:"enum YodlRouterV1.SwapType",name:"swapType",type:"uint8"},{internalType:"uint256",name:"yd",type:"uint256"}],internalType:"struct YodlRouterV1.YodlUniswapParams",name:"params",type:"tuple"}],name:"yodlWithUniswap",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"payable",type:"function"},{stateMutability:"payable",type:"receive"}],.5:[{inputs:[],stateMutability:"nonpayable",type:"constructor"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"priceFeed0",type:"address"},{indexed:!0,internalType:"address",name:"priceFeed1",type:"address"},{indexed:!1,internalType:"int256",name:"exchangeRate0",type:"int256"},{indexed:!1,internalType:"int256",name:"exchangeRate1",type:"int256"}],name:"Convert",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"sender",type:"address"},{indexed:!0,internalType:"address",name:"receiver",type:"address"},{indexed:!1,internalType:"address",name:"token",type:"address"},{indexed:!1,internalType:"uint256",name:"amount",type:"uint256"},{indexed:!1,internalType:"uint256",name:"fees",type:"uint256"},{indexed:!1,internalType:"bytes32",name:"memo",type:"bytes32"}],name:"Yodl",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"sender",type:"address"},{indexed:!0,internalType:"address",name:"receiver",type:"address"},{indexed:!0,internalType:"uint256",name:"amount",type:"uint256"}],name:"YodlNativeTokenTransfer",type:"event"},{inputs:[],name:"MAX_EXTRA_FEE_BPS",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"view",type:"function"},{inputs:[],name:"NATIVE_TOKEN",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"feeBps",type:"uint256"}],name:"calculateFee",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"pure",type:"function"},{inputs:[{internalType:"address[2]",name:"priceFeeds",type:"address[2]"},{internalType:"uint256",name:"amount",type:"uint256"}],name:"exchangeRate",outputs:[{internalType:"uint256",name:"converted",type:"uint256"},{internalType:"address[2]",name:"priceFeedsUsed",type:"address[2]"},{internalType:"int256[2]",name:"prices",type:"int256[2]"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"address",name:"token",type:"address"}],name:"sweep",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"feeBps",type:"uint256"},{internalType:"address",name:"token",type:"address"},{internalType:"address",name:"from",type:"address"},{internalType:"address",name:"to",type:"address"}],name:"transferFee",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"nonpayable",type:"function"},{inputs:[],name:"uniswapRouter",outputs:[{internalType:"contract ISwapRouter02",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[],name:"version",outputs:[{internalType:"string",name:"",type:"string"}],stateMutability:"view",type:"function"},{inputs:[],name:"wrappedNativeToken",outputs:[{internalType:"contract IWETH9",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[],name:"yodlFeeBps",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"view",type:"function"},{inputs:[],name:"yodlFeeTreasury",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{components:[{internalType:"address",name:"sender",type:"address"},{internalType:"address",name:"receiver",type:"address"},{internalType:"uint256",name:"amountIn",type:"uint256"},{internalType:"uint256",name:"amountOut",type:"uint256"},{internalType:"bytes32",name:"memo",type:"bytes32"},{internalType:"bytes",name:"path",type:"bytes"},{internalType:"address[2]",name:"priceFeeds",type:"address[2]"},{internalType:"address",name:"extraFeeReceiver",type:"address"},{internalType:"uint256",name:"extraFeeBps",type:"uint256"},{internalType:"enum YodlUniswapRouter.SwapType",name:"swapType",type:"uint8"},{internalType:"uint256",name:"yd",type:"uint256"},{components:[{internalType:"address",name:"yApp",type:"address"},{internalType:"uint256",name:"sessionId",type:"uint256"},{internalType:"bytes[]",name:"payload",type:"bytes[]"}],internalType:"struct AbstractYodlRouter.YApp[]",name:"yAppList",type:"tuple[]"}],internalType:"struct YodlUniswapRouter.YodlUniswapParams",name:"params",type:"tuple"}],name:"yodlWithPancake",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"payable",type:"function"},{inputs:[{components:[{internalType:"bytes32",name:"memo",type:"bytes32"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"address[2]",name:"priceFeeds",type:"address[2]"},{internalType:"address",name:"token",type:"address"},{internalType:"address",name:"receiver",type:"address"},{internalType:"address",name:"extraFeeReceiver",type:"address"},{internalType:"uint256",name:"extraFeeBps",type:"uint256"},{internalType:"uint256",name:"yd",type:"uint256"},{components:[{internalType:"address",name:"yApp",type:"address"},{internalType:"uint256",name:"sessionId",type:"uint256"},{internalType:"bytes[]",name:"payload",type:"bytes[]"}],internalType:"struct AbstractYodlRouter.YApp[]",name:"yAppList",type:"tuple[]"}],internalType:"struct YodlTransferRouter.YodlTransferParams",name:"params",type:"tuple"}],name:"yodlWithToken",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"payable",type:"function"},{inputs:[{components:[{internalType:"address",name:"sender",type:"address"},{internalType:"address",name:"receiver",type:"address"},{internalType:"uint256",name:"amountIn",type:"uint256"},{internalType:"uint256",name:"amountOut",type:"uint256"},{internalType:"bytes32",name:"memo",type:"bytes32"},{internalType:"bytes",name:"path",type:"bytes"},{internalType:"address[2]",name:"priceFeeds",type:"address[2]"},{internalType:"address",name:"extraFeeReceiver",type:"address"},{internalType:"uint256",name:"extraFeeBps",type:"uint256"},{internalType:"enum YodlUniswapRouter.SwapType",name:"swapType",type:"uint8"},{internalType:"uint256",name:"yd",type:"uint256"},{components:[{internalType:"address",name:"yApp",type:"address"},{internalType:"uint256",name:"sessionId",type:"uint256"},{internalType:"bytes[]",name:"payload",type:"bytes[]"}],internalType:"struct AbstractYodlRouter.YApp[]",name:"yAppList",type:"tuple[]"}],internalType:"struct YodlUniswapRouter.YodlUniswapParams",name:"params",type:"tuple"}],name:"yodlWithUniswap",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"payable",type:"function"},{stateMutability:"payable",type:"receive"}],.6:[{inputs:[],stateMutability:"nonpayable",type:"constructor"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"priceFeed0",type:"address"},{indexed:!0,internalType:"address",name:"priceFeed1",type:"address"},{indexed:!1,internalType:"int256",name:"exchangeRate0",type:"int256"},{indexed:!1,internalType:"int256",name:"exchangeRate1",type:"int256"}],name:"Convert",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"string",name:"currency0",type:"string"},{indexed:!0,internalType:"address",name:"priceFeed1",type:"address"},{indexed:!1,internalType:"int256",name:"exchangeRate0",type:"int256"},{indexed:!1,internalType:"int256",name:"exchangeRate1",type:"int256"}],name:"ConvertWithExternalRate",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"sender",type:"address"},{indexed:!0,internalType:"address",name:"receiver",type:"address"},{indexed:!1,internalType:"address",name:"token",type:"address"},{indexed:!1,internalType:"uint256",name:"amount",type:"uint256"},{indexed:!1,internalType:"uint256",name:"fees",type:"uint256"},{indexed:!1,internalType:"bytes32",name:"memo",type:"bytes32"}],name:"Yodl",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"sender",type:"address"},{indexed:!0,internalType:"address",name:"receiver",type:"address"},{indexed:!0,internalType:"uint256",name:"amount",type:"uint256"}],name:"YodlNativeTokenTransfer",type:"event"},{inputs:[],name:"CHAINLINK_FEED",outputs:[{internalType:"int8",name:"",type:"int8"}],stateMutability:"view",type:"function"},{inputs:[],name:"EXTERNAL_FEED",outputs:[{internalType:"int8",name:"",type:"int8"}],stateMutability:"view",type:"function"},{inputs:[],name:"MAX_EXTRA_FEE_BPS",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"view",type:"function"},{inputs:[],name:"NATIVE_TOKEN",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[],name:"RATE_VERIFIER",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"feeBps",type:"uint256"}],name:"calculateFee",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"pure",type:"function"},{inputs:[{components:[{internalType:"address",name:"feedAddress",type:"address"},{internalType:"int8",name:"feedType",type:"int8"},{internalType:"string",name:"currency",type:"string"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"bytes",name:"signature",type:"bytes"}],internalType:"struct AbstractYodlRouter.PriceFeed[2]",name:"priceFeeds",type:"tuple[2]"},{internalType:"int256[2]",name:"prices",type:"int256[2]"}],name:"emitConversionEvent",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[{components:[{internalType:"address",name:"feedAddress",type:"address"},{internalType:"int8",name:"feedType",type:"int8"},{internalType:"string",name:"currency",type:"string"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"bytes",name:"signature",type:"bytes"}],internalType:"struct AbstractYodlRouter.PriceFeed[2]",name:"priceFeeds",type:"tuple[2]"},{internalType:"uint256",name:"amount",type:"uint256"}],name:"exchangeRate",outputs:[{internalType:"uint256",name:"converted",type:"uint256"},{internalType:"address[2]",name:"priceFeedsUsed",type:"address[2]"},{internalType:"int256[2]",name:"prices",type:"int256[2]"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"address",name:"token",type:"address"}],name:"sweep",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"feeBps",type:"uint256"},{internalType:"address",name:"token",type:"address"},{internalType:"address",name:"from",type:"address"},{internalType:"address",name:"to",type:"address"}],name:"transferFee",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"nonpayable",type:"function"},{inputs:[],name:"uniswapRouter",outputs:[{internalType:"contract ISwapRouter02",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{components:[{internalType:"address",name:"feedAddress",type:"address"},{internalType:"int8",name:"feedType",type:"int8"},{internalType:"string",name:"currency",type:"string"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"bytes",name:"signature",type:"bytes"}],internalType:"struct AbstractYodlRouter.PriceFeed",name:"priceFeed",type:"tuple"}],name:"verifyRateSignature",outputs:[{internalType:"bool",name:"",type:"bool"}],stateMutability:"view",type:"function"},{inputs:[],name:"version",outputs:[{internalType:"string",name:"",type:"string"}],stateMutability:"view",type:"function"},{inputs:[],name:"wrappedNativeToken",outputs:[{internalType:"contract IWETH9",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[],name:"yodlFeeBps",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"view",type:"function"},{inputs:[],name:"yodlFeeTreasury",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{components:[{internalType:"address",name:"sender",type:"address"},{internalType:"address",name:"receiver",type:"address"},{internalType:"uint256",name:"amountIn",type:"uint256"},{internalType:"uint256",name:"amountOut",type:"uint256"},{internalType:"bytes32",name:"memo",type:"bytes32"},{internalType:"bytes",name:"path",type:"bytes"},{components:[{internalType:"address",name:"feedAddress",type:"address"},{internalType:"int8",name:"feedType",type:"int8"},{internalType:"string",name:"currency",type:"string"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"bytes",name:"signature",type:"bytes"}],internalType:"struct AbstractYodlRouter.PriceFeed[2]",name:"priceFeeds",type:"tuple[2]"},{internalType:"address",name:"extraFeeReceiver",type:"address"},{internalType:"uint256",name:"extraFeeBps",type:"uint256"},{internalType:"enum YodlUniswapRouter.SwapType",name:"swapType",type:"uint8"},{internalType:"uint256",name:"yd",type:"uint256"},{components:[{internalType:"address",name:"yApp",type:"address"},{internalType:"uint256",name:"sessionId",type:"uint256"},{internalType:"bytes[]",name:"payload",type:"bytes[]"}],internalType:"struct AbstractYodlRouter.YApp[]",name:"yAppList",type:"tuple[]"}],internalType:"struct YodlUniswapRouter.YodlUniswapParams",name:"params",type:"tuple"}],name:"yodlWithPancake",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"payable",type:"function"},{inputs:[{components:[{internalType:"bytes32",name:"memo",type:"bytes32"},{internalType:"uint256",name:"amount",type:"uint256"},{components:[{internalType:"address",name:"feedAddress",type:"address"},{internalType:"int8",name:"feedType",type:"int8"},{internalType:"string",name:"currency",type:"string"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"bytes",name:"signature",type:"bytes"}],internalType:"struct AbstractYodlRouter.PriceFeed[2]",name:"priceFeeds",type:"tuple[2]"},{internalType:"address",name:"token",type:"address"},{internalType:"address",name:"receiver",type:"address"},{internalType:"address",name:"extraFeeReceiver",type:"address"},{internalType:"uint256",name:"extraFeeBps",type:"uint256"},{internalType:"uint256",name:"yd",type:"uint256"},{components:[{internalType:"address",name:"yApp",type:"address"},{internalType:"uint256",name:"sessionId",type:"uint256"},{internalType:"bytes[]",name:"payload",type:"bytes[]"}],internalType:"struct AbstractYodlRouter.YApp[]",name:"yAppList",type:"tuple[]"}],internalType:"struct YodlTransferRouter.YodlTransferParams",name:"params",type:"tuple"}],name:"yodlWithToken",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"payable",type:"function"},{inputs:[{components:[{internalType:"address",name:"sender",type:"address"},{internalType:"address",name:"receiver",type:"address"},{internalType:"uint256",name:"amountIn",type:"uint256"},{internalType:"uint256",name:"amountOut",type:"uint256"},{internalType:"bytes32",name:"memo",type:"bytes32"},{internalType:"bytes",name:"path",type:"bytes"},{components:[{internalType:"address",name:"feedAddress",type:"address"},{internalType:"int8",name:"feedType",type:"int8"},{internalType:"string",name:"currency",type:"string"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"bytes",name:"signature",type:"bytes"}],internalType:"struct AbstractYodlRouter.PriceFeed[2]",name:"priceFeeds",type:"tuple[2]"},{internalType:"address",name:"extraFeeReceiver",type:"address"},{internalType:"uint256",name:"extraFeeBps",type:"uint256"},{internalType:"enum YodlUniswapRouter.SwapType",name:"swapType",type:"uint8"},{internalType:"uint256",name:"yd",type:"uint256"},{components:[{internalType:"address",name:"yApp",type:"address"},{internalType:"uint256",name:"sessionId",type:"uint256"},{internalType:"bytes[]",name:"payload",type:"bytes[]"}],internalType:"struct AbstractYodlRouter.YApp[]",name:"yAppList",type:"tuple[]"}],internalType:"struct YodlUniswapRouter.YodlUniswapParams",name:"params",type:"tuple"}],name:"yodlWithUniswap",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"payable",type:"function"},{stateMutability:"payable",type:"receive"},{inputs:[{components:[{internalType:"address",name:"sender",type:"address"},{internalType:"address",name:"receiver",type:"address"},{internalType:"uint256",name:"amountIn",type:"uint256"},{internalType:"uint256",name:"amountOut",type:"uint256"},{internalType:"bytes32",name:"memo",type:"bytes32"},{internalType:"address[9]",name:"route",type:"address[9]"},{internalType:"uint256[3][4]",name:"swapParams",type:"uint256[3][4]"},{internalType:"address[4]",name:"factoryAddresses",type:"address[4]"},{components:[{internalType:"address",name:"feedAddress",type:"address"},{internalType:"int8",name:"feedType",type:"int8"},{internalType:"string",name:"currency",type:"string"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"bytes",name:"signature",type:"bytes"}],internalType:"struct AbstractYodlRouter.PriceFeed[2]",name:"priceFeeds",type:"tuple[2]"},{internalType:"address",name:"extraFeeReceiver",type:"address"},{internalType:"uint256",name:"extraFeeBps",type:"uint256"},{internalType:"uint256",name:"yd",type:"uint256"},{components:[{internalType:"address",name:"yApp",type:"address"},{internalType:"uint256",name:"sessionId",type:"uint256"},{internalType:"bytes[]",name:"payload",type:"bytes[]"}],internalType:"struct AbstractYodlRouter.YApp[]",name:"yAppList",type:"tuple[]"}],internalType:"struct YodlCurveRouter.YodlCurveParams",name:"params",type:"tuple"}],name:"yodlWithCurve",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"payable",type:"function"}],.7:[{type:"constructor",inputs:[],stateMutability:"nonpayable"},{type:"receive",stateMutability:"payable"},{type:"function",name:"CHAINLINK_FEED",inputs:[],outputs:[{name:"",type:"int8",internalType:"int8"}],stateMutability:"view"},{type:"function",name:"EXTERNAL_FEED",inputs:[],outputs:[{name:"",type:"int8",internalType:"int8"}],stateMutability:"view"},{type:"function",name:"MAX_EXTRA_FEE_BPS",inputs:[],outputs:[{name:"",type:"uint256",internalType:"uint256"}],stateMutability:"view"},{type:"function",name:"NATIVE_TOKEN",inputs:[],outputs:[{name:"",type:"address",internalType:"address"}],stateMutability:"view"},{type:"function",name:"NULL_FEED",inputs:[],outputs:[{name:"",type:"int8",internalType:"int8"}],stateMutability:"view"},{type:"function",name:"RATE_VERIFIER",inputs:[],outputs:[{name:"",type:"address",internalType:"address"}],stateMutability:"view"},{type:"function",name:"calculateFee",inputs:[{name:"amount",type:"uint256",internalType:"uint256"},{name:"feeBps",type:"uint256",internalType:"uint256"}],outputs:[{name:"",type:"uint256",internalType:"uint256"}],stateMutability:"pure"},{type:"function",name:"emitConversionEvent",inputs:[{name:"priceFeeds",type:"tuple[2]",internalType:"struct AbstractYodlRouter.PriceFeed[2]",components:[{name:"feedAddress",type:"address",internalType:"address"},{name:"feedType",type:"int8",internalType:"int8"},{name:"currency",type:"string",internalType:"string"},{name:"amount",type:"uint256",internalType:"uint256"},{name:"deadline",type:"uint256",internalType:"uint256"},{name:"signature",type:"bytes",internalType:"bytes"}]},{name:"prices",type:"int256[2]",internalType:"int256[2]"}],outputs:[],stateMutability:"nonpayable"},{type:"function",name:"exchangeRate",inputs:[{name:"priceFeeds",type:"tuple[2]",internalType:"struct AbstractYodlRouter.PriceFeed[2]",components:[{name:"feedAddress",type:"address",internalType:"address"},{name:"feedType",type:"int8",internalType:"int8"},{name:"currency",type:"string",internalType:"string"},{name:"amount",type:"uint256",internalType:"uint256"},{name:"deadline",type:"uint256",internalType:"uint256"},{name:"signature",type:"bytes",internalType:"bytes"}]},{name:"amount",type:"uint256",internalType:"uint256"}],outputs:[{name:"converted",type:"uint256",internalType:"uint256"},{name:"priceFeedsUsed",type:"address[2]",internalType:"address[2]"},{name:"prices",type:"int256[2]",internalType:"int256[2]"}],stateMutability:"view"},{type:"function",name:"sweep",inputs:[{name:"token",type:"address",internalType:"address"}],outputs:[],stateMutability:"nonpayable"},{type:"function",name:"uniswapRouter",inputs:[],outputs:[{name:"",type:"address",internalType:"contract ISwapRouter02"}],stateMutability:"view"},{type:"function",name:"verifyRateSignature",inputs:[{name:"priceFeed",type:"tuple",internalType:"struct AbstractYodlRouter.PriceFeed",components:[{name:"feedAddress",type:"address",internalType:"address"},{name:"feedType",type:"int8",internalType:"int8"},{name:"currency",type:"string",internalType:"string"},{name:"amount",type:"uint256",internalType:"uint256"},{name:"deadline",type:"uint256",internalType:"uint256"},{name:"signature",type:"bytes",internalType:"bytes"}]}],outputs:[{name:"",type:"bool",internalType:"bool"}],stateMutability:"view"},{type:"function",name:"version",inputs:[],outputs:[{name:"",type:"string",internalType:"string"}],stateMutability:"view"},{type:"function",name:"wrappedNativeToken",inputs:[],outputs:[{name:"",type:"address",internalType:"contract IWETH9"}],stateMutability:"view"},{type:"function",name:"yodlFeeBps",inputs:[],outputs:[{name:"",type:"uint256",internalType:"uint256"}],stateMutability:"view"},{type:"function",name:"yodlFeeTreasury",inputs:[],outputs:[{name:"",type:"address",internalType:"address"}],stateMutability:"view"},{type:"function",name:"yodlWithCurve",inputs:[{name:"params",type:"tuple",internalType:"struct YodlCurveRouter.YodlCurveParams",components:[{name:"sender",type:"address",internalType:"address"},{name:"receiver",type:"address",internalType:"address"},{name:"amountIn",type:"uint256",internalType:"uint256"},{name:"amountOut",type:"uint256",internalType:"uint256"},{name:"memo",type:"bytes32",internalType:"bytes32"},{name:"route",type:"address[11]",internalType:"address[11]"},{name:"swapParams",type:"uint256[5][5]",internalType:"uint256[5][5]"},{name:"factoryAddresses",type:"address[5]",internalType:"address[5]"},{name:"priceFeeds",type:"tuple[2]",internalType:"struct AbstractYodlRouter.PriceFeed[2]",components:[{name:"feedAddress",type:"address",internalType:"address"},{name:"feedType",type:"int8",internalType:"int8"},{name:"currency",type:"string",internalType:"string"},{name:"amount",type:"uint256",internalType:"uint256"},{name:"deadline",type:"uint256",internalType:"uint256"},{name:"signature",type:"bytes",internalType:"bytes"}]},{name:"extraFeeReceiver",type:"address",internalType:"address"},{name:"extraFeeBps",type:"uint256",internalType:"uint256"},{name:"yd",type:"uint256",internalType:"uint256"},{name:"yAppList",type:"tuple[]",internalType:"struct AbstractYodlRouter.YApp[]",components:[{name:"yApp",type:"address",internalType:"address"},{name:"sessionId",type:"uint256",internalType:"uint256"},{name:"payload",type:"bytes[]",internalType:"bytes[]"}]}]}],outputs:[{name:"",type:"uint256",internalType:"uint256"}],stateMutability:"payable"},{type:"function",name:"yodlWithToken",inputs:[{name:"params",type:"tuple",internalType:"struct YodlTransferRouter.YodlTransferParams",components:[{name:"memo",type:"bytes32",internalType:"bytes32"},{name:"amount",type:"uint256",internalType:"uint256"},{name:"priceFeeds",type:"tuple[2]",internalType:"struct AbstractYodlRouter.PriceFeed[2]",components:[{name:"feedAddress",type:"address",internalType:"address"},{name:"feedType",type:"int8",internalType:"int8"},{name:"currency",type:"string",internalType:"string"},{name:"amount",type:"uint256",internalType:"uint256"},{name:"deadline",type:"uint256",internalType:"uint256"},{name:"signature",type:"bytes",internalType:"bytes"}]},{name:"token",type:"address",internalType:"address"},{name:"receiver",type:"address",internalType:"address"},{name:"extraFeeReceiver",type:"address",internalType:"address"},{name:"extraFeeBps",type:"uint256",internalType:"uint256"},{name:"yd",type:"uint256",internalType:"uint256"},{name:"yAppList",type:"tuple[]",internalType:"struct AbstractYodlRouter.YApp[]",components:[{name:"yApp",type:"address",internalType:"address"},{name:"sessionId",type:"uint256",internalType:"uint256"},{name:"payload",type:"bytes[]",internalType:"bytes[]"}]}]}],outputs:[{name:"",type:"uint256",internalType:"uint256"}],stateMutability:"payable"},{type:"function",name:"yodlWithUniswap",inputs:[{name:"params",type:"tuple",internalType:"struct YodlUniswapRouter.YodlUniswapParams",components:[{name:"sender",type:"address",internalType:"address"},{name:"receiver",type:"address",internalType:"address"},{name:"amountIn",type:"uint256",internalType:"uint256"},{name:"amountOut",type:"uint256",internalType:"uint256"},{name:"memo",type:"bytes32",internalType:"bytes32"},{name:"path",type:"bytes",internalType:"bytes"},{name:"priceFeeds",type:"tuple[2]",internalType:"struct AbstractYodlRouter.PriceFeed[2]",components:[{name:"feedAddress",type:"address",internalType:"address"},{name:"feedType",type:"int8",internalType:"int8"},{name:"currency",type:"string",internalType:"string"},{name:"amount",type:"uint256",internalType:"uint256"},{name:"deadline",type:"uint256",internalType:"uint256"},{name:"signature",type:"bytes",internalType:"bytes"}]},{name:"extraFeeReceiver",type:"address",internalType:"address"},{name:"extraFeeBps",type:"uint256",internalType:"uint256"},{name:"swapType",type:"uint8",internalType:"enum YodlUniswapRouter.SwapType"},{name:"yd",type:"uint256",internalType:"uint256"},{name:"yAppList",type:"tuple[]",internalType:"struct AbstractYodlRouter.YApp[]",components:[{name:"yApp",type:"address",internalType:"address"},{name:"sessionId",type:"uint256",internalType:"uint256"},{name:"payload",type:"bytes[]",internalType:"bytes[]"}]}]}],outputs:[{name:"",type:"uint256",internalType:"uint256"}],stateMutability:"payable"},{type:"event",name:"Convert",inputs:[{name:"priceFeed0",type:"address",indexed:!0,internalType:"address"},{name:"priceFeed1",type:"address",indexed:!0,internalType:"address"},{name:"exchangeRate0",type:"int256",indexed:!1,internalType:"int256"},{name:"exchangeRate1",type:"int256",indexed:!1,internalType:"int256"}],anonymous:!1},{type:"event",name:"ConvertWithExternalRate",inputs:[{name:"currency0",type:"string",indexed:!0,internalType:"string"},{name:"priceFeed1",type:"address",indexed:!0,internalType:"address"},{name:"exchangeRate0",type:"int256",indexed:!1,internalType:"int256"},{name:"exchangeRate1",type:"int256",indexed:!1,internalType:"int256"}],anonymous:!1},{type:"event",name:"Yodl",inputs:[{name:"sender",type:"address",indexed:!0,internalType:"address"},{name:"receiver",type:"address",indexed:!0,internalType:"address"},{name:"token",type:"address",indexed:!1,internalType:"address"},{name:"amount",type:"uint256",indexed:!1,internalType:"uint256"},{name:"fees",type:"uint256",indexed:!1,internalType:"uint256"},{name:"memo",type:"bytes32",indexed:!1,internalType:"bytes32"}],anonymous:!1},{type:"event",name:"YodlNativeTokenTransfer",inputs:[{name:"sender",type:"address",indexed:!0,internalType:"address"},{name:"receiver",type:"address",indexed:!0,internalType:"address"},{name:"amount",type:"uint256",indexed:!0,internalType:"uint256"}],anonymous:!1},{type:"error",name:"ECDSAInvalidSignature",inputs:[]},{type:"error",name:"ECDSAInvalidSignatureLength",inputs:[{name:"length",type:"uint256",internalType:"uint256"}]},{type:"error",name:"ECDSAInvalidSignatureS",inputs:[{name:"s",type:"bytes32",internalType:"bytes32"}]}],.8:[{inputs:[],stateMutability:"nonpayable",type:"constructor"},{inputs:[],name:"ECDSAInvalidSignature",type:"error"},{inputs:[{internalType:"uint256",name:"length",type:"uint256"}],name:"ECDSAInvalidSignatureLength",type:"error"},{inputs:[{internalType:"bytes32",name:"s",type:"bytes32"}],name:"ECDSAInvalidSignatureS",type:"error"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"priceFeed0",type:"address"},{indexed:!0,internalType:"address",name:"priceFeed1",type:"address"},{indexed:!1,internalType:"int256",name:"exchangeRate0",type:"int256"},{indexed:!1,internalType:"int256",name:"exchangeRate1",type:"int256"}],name:"Convert",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"string",name:"currency0",type:"string"},{indexed:!0,internalType:"address",name:"priceFeed1",type:"address"},{indexed:!1,internalType:"int256",name:"exchangeRate0",type:"int256"},{indexed:!1,internalType:"int256",name:"exchangeRate1",type:"int256"}],name:"ConvertWithExternalRate",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"sender",type:"address"},{indexed:!0,internalType:"address",name:"receiver",type:"address"},{indexed:!1,internalType:"address",name:"token",type:"address"},{indexed:!1,internalType:"uint256",name:"amount",type:"uint256"},{indexed:!1,internalType:"uint256",name:"fees",type:"uint256"},{indexed:!1,internalType:"bytes32",name:"memo",type:"bytes32"}],name:"Yodl",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"sender",type:"address"},{indexed:!0,internalType:"address",name:"receiver",type:"address"},{indexed:!0,internalType:"uint256",name:"amount",type:"uint256"}],name:"YodlNativeTokenTransfer",type:"event"},{inputs:[],name:"CHAINLINK_FEED",outputs:[{internalType:"int8",name:"",type:"int8"}],stateMutability:"view",type:"function"},{inputs:[],name:"EXTERNAL_FEED",outputs:[{internalType:"int8",name:"",type:"int8"}],stateMutability:"view",type:"function"},{inputs:[],name:"MAX_EXTRA_FEE_BPS",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"view",type:"function"},{inputs:[],name:"NATIVE_TOKEN",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[],name:"NULL_FEED",outputs:[{internalType:"int8",name:"",type:"int8"}],stateMutability:"view",type:"function"},{inputs:[],name:"RATE_VERIFIER",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[],name:"acrossSpokePool",outputs:[{internalType:"contract V3SpokePoolInterface",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"feeBps",type:"uint256"}],name:"calculateFee",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"pure",type:"function"},{inputs:[],name:"curveRouter",outputs:[{internalType:"contract ICurveRouterNG",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{components:[{internalType:"address",name:"feedAddress",type:"address"},{internalType:"int8",name:"feedType",type:"int8"},{internalType:"string",name:"currency",type:"string"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"bytes",name:"signature",type:"bytes"}],internalType:"struct AbstractYodlRouter.PriceFeed[2]",name:"priceFeeds",type:"tuple[2]"},{internalType:"int256[2]",name:"prices",type:"int256[2]"}],name:"emitConversionEvent",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[{components:[{internalType:"address",name:"feedAddress",type:"address"},{internalType:"int8",name:"feedType",type:"int8"},{internalType:"string",name:"currency",type:"string"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"bytes",name:"signature",type:"bytes"}],internalType:"struct AbstractYodlRouter.PriceFeed[2]",name:"priceFeeds",type:"tuple[2]"},{internalType:"uint256",name:"amount",type:"uint256"}],name:"exchangeRate",outputs:[{internalType:"uint256",name:"converted",type:"uint256"},{internalType:"address[2]",name:"priceFeedsUsed",type:"address[2]"},{internalType:"int256[2]",name:"prices",type:"int256[2]"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"address",name:"token",type:"address"}],name:"sweep",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[],name:"uniswapRouter",outputs:[{internalType:"contract ISwapRouter02",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{components:[{internalType:"address",name:"feedAddress",type:"address"},{internalType:"int8",name:"feedType",type:"int8"},{internalType:"string",name:"currency",type:"string"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"bytes",name:"signature",type:"bytes"}],internalType:"struct AbstractYodlRouter.PriceFeed",name:"priceFeed",type:"tuple"}],name:"verifyRateSignature",outputs:[{internalType:"bool",name:"",type:"bool"}],stateMutability:"view",type:"function"},{inputs:[],name:"version",outputs:[{internalType:"string",name:"",type:"string"}],stateMutability:"view",type:"function"},{inputs:[],name:"wrappedNativeToken",outputs:[{internalType:"contract IWETH9",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[],name:"yodlFeeBps",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"view",type:"function"},{inputs:[],name:"yodlFeeTreasury",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{components:[{internalType:"bytes32",name:"memo",type:"bytes32"},{internalType:"uint256",name:"amount",type:"uint256"},{components:[{internalType:"address",name:"feedAddress",type:"address"},{internalType:"int8",name:"feedType",type:"int8"},{internalType:"string",name:"currency",type:"string"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"bytes",name:"signature",type:"bytes"}],internalType:"struct AbstractYodlRouter.PriceFeed[2]",name:"priceFeeds",type:"tuple[2]"},{internalType:"address",name:"token",type:"address"},{internalType:"address",name:"receiver",type:"address"},{internalType:"address",name:"extraFeeReceiver",type:"address"},{internalType:"uint256",name:"extraFeeBps",type:"uint256"},{internalType:"uint256",name:"yd",type:"uint256"},{components:[{internalType:"address",name:"guardAddress",type:"address"},{internalType:"bytes[]",name:"payload",type:"bytes[]"}],internalType:"struct AbstractYodlRouter.Guard[]",name:"guards",type:"tuple[]"},{components:[{internalType:"address",name:"webhookAddress",type:"address"},{internalType:"bytes[]",name:"payload",type:"bytes[]"}],internalType:"struct AbstractYodlRouter.Webhook[]",name:"webhooks",type:"tuple[]"},{internalType:"address",name:"outputToken",type:"address"},{internalType:"uint256",name:"outputAmount",type:"uint256"},{internalType:"uint256",name:"destinationChainId",type:"uint256"},{internalType:"address",name:"exclusiveRelayer",type:"address"},{internalType:"uint32",name:"quoteTimestamp",type:"uint32"},{internalType:"uint32",name:"fillDeadline",type:"uint32"},{internalType:"uint32",name:"exclusivityDeadline",type:"uint32"},{internalType:"bytes",name:"message",type:"bytes"}],internalType:"struct YodlAcrossRouter.YodlAcrossParams",name:"params",type:"tuple"}],name:"yodlWithAcross",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"payable",type:"function"},{inputs:[{components:[{internalType:"address",name:"sender",type:"address"},{internalType:"address",name:"receiver",type:"address"},{internalType:"uint256",name:"amountIn",type:"uint256"},{internalType:"uint256",name:"amountOut",type:"uint256"},{internalType:"bytes32",name:"memo",type:"bytes32"},{internalType:"address[11]",name:"route",type:"address[11]"},{internalType:"uint256[5][5]",name:"swapParams",type:"uint256[5][5]"},{internalType:"address[5]",name:"pools",type:"address[5]"},{components:[{internalType:"address",name:"feedAddress",type:"address"},{internalType:"int8",name:"feedType",type:"int8"},{internalType:"string",name:"currency",type:"string"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"bytes",name:"signature",type:"bytes"}],internalType:"struct AbstractYodlRouter.PriceFeed[2]",name:"priceFeeds",type:"tuple[2]"},{internalType:"address",name:"extraFeeReceiver",type:"address"},{internalType:"uint256",name:"extraFeeBps",type:"uint256"},{internalType:"uint256",name:"yd",type:"uint256"},{components:[{internalType:"address",name:"guardAddress",type:"address"},{internalType:"bytes[]",name:"payload",type:"bytes[]"}],internalType:"struct AbstractYodlRouter.Guard[]",name:"guards",type:"tuple[]"},{components:[{internalType:"address",name:"webhookAddress",type:"address"},{internalType:"bytes[]",name:"payload",type:"bytes[]"}],internalType:"struct AbstractYodlRouter.Webhook[]",name:"webhooks",type:"tuple[]"}],internalType:"struct YodlCurveRouter.YodlCurveParams",name:"params",type:"tuple"}],name:"yodlWithCurve",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"payable",type:"function"},{inputs:[{components:[{internalType:"bytes32",name:"memo",type:"bytes32"},{internalType:"uint256",name:"amount",type:"uint256"},{components:[{internalType:"address",name:"feedAddress",type:"address"},{internalType:"int8",name:"feedType",type:"int8"},{internalType:"string",name:"currency",type:"string"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"bytes",name:"signature",type:"bytes"}],internalType:"struct AbstractYodlRouter.PriceFeed[2]",name:"priceFeeds",type:"tuple[2]"},{internalType:"address",name:"token",type:"address"},{internalType:"address",name:"receiver",type:"address"},{internalType:"address",name:"extraFeeReceiver",type:"address"},{internalType:"uint256",name:"extraFeeBps",type:"uint256"},{internalType:"uint256",name:"yd",type:"uint256"},{components:[{internalType:"address",name:"guardAddress",type:"address"},{internalType:"bytes[]",name:"payload",type:"bytes[]"}],internalType:"struct AbstractYodlRouter.Guard[]",name:"guards",type:"tuple[]"},{components:[{internalType:"address",name:"webhookAddress",type:"address"},{internalType:"bytes[]",name:"payload",type:"bytes[]"}],internalType:"struct AbstractYodlRouter.Webhook[]",name:"webhooks",type:"tuple[]"}],internalType:"struct YodlTransferRouter.YodlTransferParams",name:"params",type:"tuple"}],name:"yodlWithToken",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"payable",type:"function"},{inputs:[{components:[{internalType:"address",name:"sender",type:"address"},{internalType:"address",name:"receiver",type:"address"},{internalType:"uint256",name:"amountIn",type:"uint256"},{internalType:"uint256",name:"amountOut",type:"uint256"},{internalType:"bytes32",name:"memo",type:"bytes32"},{internalType:"bytes",name:"path",type:"bytes"},{components:[{internalType:"address",name:"feedAddress",type:"address"},{internalType:"int8",name:"feedType",type:"int8"},{internalType:"string",name:"currency",type:"string"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"bytes",name:"signature",type:"bytes"}],internalType:"struct AbstractYodlRouter.PriceFeed[2]",name:"priceFeeds",type:"tuple[2]"},{internalType:"address",name:"extraFeeReceiver",type:"address"},{internalType:"uint256",name:"extraFeeBps",type:"uint256"},{internalType:"enum YodlUniswapRouter.SwapType",name:"swapType",type:"uint8"},{internalType:"uint256",name:"yd",type:"uint256"},{components:[{internalType:"address",name:"guardAddress",type:"address"},{internalType:"bytes[]",name:"payload",type:"bytes[]"}],internalType:"struct AbstractYodlRouter.Guard[]",name:"guards",type:"tuple[]"},{components:[{internalType:"address",name:"webhookAddress",type:"address"},{internalType:"bytes[]",name:"payload",type:"bytes[]"}],internalType:"struct AbstractYodlRouter.Webhook[]",name:"webhooks",type:"tuple[]"}],internalType:"struct YodlUniswapRouter.YodlUniswapParams",name:"params",type:"tuple"}],name:"yodlWithUniswap",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"payable",type:"function"},{stateMutability:"payable",type:"receive"}],.9:[{inputs:[],stateMutability:"nonpayable",type:"constructor"},{inputs:[],name:"ECDSAInvalidSignature",type:"error"},{inputs:[{internalType:"uint256",name:"length",type:"uint256"}],name:"ECDSAInvalidSignatureLength",type:"error"},{inputs:[{internalType:"bytes32",name:"s",type:"bytes32"}],name:"ECDSAInvalidSignatureS",type:"error"},{inputs:[],name:"ReentrancyGuardReentrantCall",type:"error"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"priceFeed0",type:"address"},{indexed:!0,internalType:"address",name:"priceFeed1",type:"address"},{indexed:!1,internalType:"int256",name:"exchangeRate0",type:"int256"},{indexed:!1,internalType:"int256",name:"exchangeRate1",type:"int256"}],name:"Convert",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"string",name:"currency0",type:"string"},{indexed:!0,internalType:"address",name:"priceFeed1",type:"address"},{indexed:!1,internalType:"int256",name:"exchangeRate0",type:"int256"},{indexed:!1,internalType:"int256",name:"exchangeRate1",type:"int256"}],name:"ConvertWithExternalRate",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"sender",type:"address"},{indexed:!0,internalType:"address",name:"receiver",type:"address"},{indexed:!1,internalType:"address",name:"token",type:"address"},{indexed:!1,internalType:"uint256",name:"amount",type:"uint256"},{indexed:!1,internalType:"uint256",name:"fees",type:"uint256"},{indexed:!1,internalType:"bytes32",name:"memo",type:"bytes32"}],name:"Yodl",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"sender",type:"address"},{indexed:!0,internalType:"address",name:"receiver",type:"address"},{indexed:!0,internalType:"uint256",name:"amount",type:"uint256"}],name:"YodlNativeTokenTransfer",type:"event"},{inputs:[],name:"CHAINLINK_FEED",outputs:[{internalType:"int8",name:"",type:"int8"}],stateMutability:"view",type:"function"},{inputs:[],name:"EXTERNAL_FEED",outputs:[{internalType:"int8",name:"",type:"int8"}],stateMutability:"view",type:"function"},{inputs:[],name:"MAX_CONVENIENCE_FEE_BPS",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"view",type:"function"},{inputs:[],name:"MAX_EXTRA_FEE_BPS",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"view",type:"function"},{inputs:[],name:"NATIVE_TOKEN",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[],name:"NULL_FEED",outputs:[{internalType:"int8",name:"",type:"int8"}],stateMutability:"view",type:"function"},{inputs:[],name:"RATE_VERIFIER",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[],name:"acrossSpokePool",outputs:[{internalType:"contract V3SpokePoolInterface",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"feeBps",type:"uint256"}],name:"calculateFee",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"pure",type:"function"},{inputs:[],name:"curveRouter",outputs:[{internalType:"contract ICurveRouterNG",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{components:[{internalType:"address",name:"feedAddress",type:"address"},{internalType:"int8",name:"feedType",type:"int8"},{internalType:"string",name:"currency",type:"string"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"bytes",name:"signature",type:"bytes"}],internalType:"struct AbstractYodlRouter.PriceFeed[2]",name:"priceFeeds",type:"tuple[2]"},{internalType:"int256[2]",name:"prices",type:"int256[2]"}],name:"emitConversionEvent",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[{components:[{internalType:"address",name:"feedAddress",type:"address"},{internalType:"int8",name:"feedType",type:"int8"},{internalType:"string",name:"currency",type:"string"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"bytes",name:"signature",type:"bytes"}],internalType:"struct AbstractYodlRouter.PriceFeed[2]",name:"priceFeeds",type:"tuple[2]"},{internalType:"uint256",name:"amount",type:"uint256"}],name:"exchangeRate",outputs:[{internalType:"uint256",name:"converted",type:"uint256"},{internalType:"address[2]",name:"priceFeedsUsed",type:"address[2]"},{internalType:"int256[2]",name:"prices",type:"int256[2]"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"address",name:"token",type:"address"}],name:"sweep",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[],name:"uniswapRouter",outputs:[{internalType:"contract ISwapRouter02",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{components:[{internalType:"address",name:"feedAddress",type:"address"},{internalType:"int8",name:"feedType",type:"int8"},{internalType:"string",name:"currency",type:"string"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"bytes",name:"signature",type:"bytes"}],internalType:"struct AbstractYodlRouter.PriceFeed",name:"priceFeed",type:"tuple"}],name:"verifyRateSignature",outputs:[{internalType:"bool",name:"",type:"bool"}],stateMutability:"view",type:"function"},{inputs:[],name:"version",outputs:[{internalType:"string",name:"",type:"string"}],stateMutability:"view",type:"function"},{inputs:[],name:"wrappedNativeToken",outputs:[{internalType:"contract IWETH9",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[],name:"yodlFeeBps",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"view",type:"function"},{inputs:[],name:"yodlFeeTreasury",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{components:[{internalType:"bytes32",name:"memo",type:"bytes32"},{internalType:"uint256",name:"amount",type:"uint256"},{components:[{internalType:"address",name:"feedAddress",type:"address"},{internalType:"int8",name:"feedType",type:"int8"},{internalType:"string",name:"currency",type:"string"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"bytes",name:"signature",type:"bytes"}],internalType:"struct AbstractYodlRouter.PriceFeed[2]",name:"priceFeeds",type:"tuple[2]"},{internalType:"address",name:"token",type:"address"},{internalType:"address",name:"receiver",type:"address"},{internalType:"address",name:"extraFeeReceiver",type:"address"},{internalType:"uint256",name:"extraFeeBps",type:"uint256"},{internalType:"uint256",name:"yd",type:"uint256"},{components:[{internalType:"address",name:"guardAddress",type:"address"},{internalType:"bytes[]",name:"payload",type:"bytes[]"}],internalType:"struct AbstractYodlRouter.Guard[]",name:"guards",type:"tuple[]"},{components:[{internalType:"address",name:"webhookAddress",type:"address"},{internalType:"bytes[]",name:"payload",type:"bytes[]"}],internalType:"struct AbstractYodlRouter.Webhook[]",name:"webhooks",type:"tuple[]"},{internalType:"address",name:"outputToken",type:"address"},{internalType:"uint256",name:"outputAmount",type:"uint256"},{internalType:"uint256",name:"destinationChainId",type:"uint256"},{internalType:"address",name:"exclusiveRelayer",type:"address"},{internalType:"uint32",name:"quoteTimestamp",type:"uint32"},{internalType:"uint32",name:"fillDeadline",type:"uint32"},{internalType:"uint32",name:"exclusivityDeadline",type:"uint32"},{internalType:"bytes",name:"message",type:"bytes"}],internalType:"struct YodlAcrossRouter.YodlAcrossParams",name:"params",type:"tuple"}],name:"yodlWithAcross",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"payable",type:"function"},{inputs:[{components:[{internalType:"address",name:"sender",type:"address"},{internalType:"address",name:"receiver",type:"address"},{internalType:"uint256",name:"amountIn",type:"uint256"},{internalType:"uint256",name:"amountOut",type:"uint256"},{internalType:"bytes32",name:"memo",type:"bytes32"},{internalType:"address[11]",name:"route",type:"address[11]"},{internalType:"uint256[5][5]",name:"swapParams",type:"uint256[5][5]"},{internalType:"address[5]",name:"pools",type:"address[5]"},{components:[{internalType:"address",name:"feedAddress",type:"address"},{internalType:"int8",name:"feedType",type:"int8"},{internalType:"string",name:"currency",type:"string"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"bytes",name:"signature",type:"bytes"}],internalType:"struct AbstractYodlRouter.PriceFeed[2]",name:"priceFeeds",type:"tuple[2]"},{internalType:"address",name:"extraFeeReceiver",type:"address"},{internalType:"uint256",name:"extraFeeBps",type:"uint256"},{internalType:"uint256",name:"yd",type:"uint256"},{components:[{internalType:"address",name:"guardAddress",type:"address"},{internalType:"bytes[]",name:"payload",type:"bytes[]"}],internalType:"struct AbstractYodlRouter.Guard[]",name:"guards",type:"tuple[]"},{components:[{internalType:"address",name:"webhookAddress",type:"address"},{internalType:"bytes[]",name:"payload",type:"bytes[]"}],internalType:"struct AbstractYodlRouter.Webhook[]",name:"webhooks",type:"tuple[]"}],internalType:"struct YodlCurveRouter.YodlCurveParams",name:"params",type:"tuple"}],name:"yodlWithCurve",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"payable",type:"function"},{inputs:[{components:[{internalType:"bytes32",name:"memo",type:"bytes32"},{internalType:"uint256",name:"outAmountGross",type:"uint256"},{internalType:"uint256",name:"invoiceAmount",type:"uint256"},{components:[{internalType:"address",name:"feedAddress",type:"address"},{internalType:"int8",name:"feedType",type:"int8"},{internalType:"string",name:"currency",type:"string"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"bytes",name:"signature",type:"bytes"}],internalType:"struct AbstractYodlRouter.PriceFeed[2]",name:"priceFeeds",type:"tuple[2]"},{internalType:"address",name:"token",type:"address"},{internalType:"address",name:"receiver",type:"address"},{internalType:"address",name:"extraFeeReceiver",type:"address"},{internalType:"uint256",name:"extraFeeBps",type:"uint256"},{internalType:"uint256",name:"yd",type:"uint256"},{components:[{internalType:"address",name:"guardAddress",type:"address"},{internalType:"bytes[]",name:"payload",type:"bytes[]"}],internalType:"struct AbstractYodlRouter.Guard[]",name:"guards",type:"tuple[]"},{components:[{internalType:"address",name:"webhookAddress",type:"address"},{internalType:"bytes[]",name:"payload",type:"bytes[]"}],internalType:"struct AbstractYodlRouter.Webhook[]",name:"webhooks",type:"tuple[]"},{internalType:"uint256",name:"convenienceFeeBps",type:"uint256"}],internalType:"struct YodlExternalFundingRouter.YodlExternalFundingParams",name:"params",type:"tuple"}],name:"yodlWithExternal",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"payable",type:"function"},{inputs:[{components:[{internalType:"bytes32",name:"memo",type:"bytes32"},{internalType:"uint256",name:"amount",type:"uint256"},{components:[{internalType:"address",name:"feedAddress",type:"address"},{internalType:"int8",name:"feedType",type:"int8"},{internalType:"string",name:"currency",type:"string"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"bytes",name:"signature",type:"bytes"}],internalType:"struct AbstractYodlRouter.PriceFeed[2]",name:"priceFeeds",type:"tuple[2]"},{internalType:"address",name:"token",type:"address"},{internalType:"address",name:"receiver",type:"address"},{internalType:"address",name:"extraFeeReceiver",type:"address"},{internalType:"uint256",name:"extraFeeBps",type:"uint256"},{internalType:"uint256",name:"yd",type:"uint256"},{components:[{internalType:"address",name:"guardAddress",type:"address"},{internalType:"bytes[]",name:"payload",type:"bytes[]"}],internalType:"struct AbstractYodlRouter.Guard[]",name:"guards",type:"tuple[]"},{components:[{internalType:"address",name:"webhookAddress",type:"address"},{internalType:"bytes[]",name:"payload",type:"bytes[]"}],internalType:"struct AbstractYodlRouter.Webhook[]",name:"webhooks",type:"tuple[]"}],internalType:"struct YodlTransferRouter.YodlTransferParams",name:"params",type:"tuple"}],name:"yodlWithToken",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"payable",type:"function"},{inputs:[{components:[{internalType:"address",name:"sender",type:"address"},{internalType:"address",name:"receiver",type:"address"},{internalType:"uint256",name:"amountIn",type:"uint256"},{internalType:"uint256",name:"amountOut",type:"uint256"},{internalType:"bytes32",name:"memo",type:"bytes32"},{internalType:"bytes",name:"path",type:"bytes"},{components:[{internalType:"address",name:"feedAddress",type:"address"},{internalType:"int8",name:"feedType",type:"int8"},{internalType:"string",name:"currency",type:"string"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"bytes",name:"signature",type:"bytes"}],internalType:"struct AbstractYodlRouter.PriceFeed[2]",name:"priceFeeds",type:"tuple[2]"},{internalType:"address",name:"extraFeeReceiver",type:"address"},{internalType:"uint256",name:"extraFeeBps",type:"uint256"},{internalType:"enum YodlUniswapRouter.SwapType",name:"swapType",type:"uint8"},{internalType:"uint256",name:"yd",type:"uint256"},{components:[{internalType:"address",name:"guardAddress",type:"address"},{internalType:"bytes[]",name:"payload",type:"bytes[]"}],internalType:"struct AbstractYodlRouter.Guard[]",name:"guards",type:"tuple[]"},{components:[{internalType:"address",name:"webhookAddress",type:"address"},{internalType:"bytes[]",name:"payload",type:"bytes[]"}],internalType:"struct AbstractYodlRouter.Webhook[]",name:"webhooks",type:"tuple[]"}],internalType:"struct YodlUniswapRouter.YodlUniswapParams",name:"params",type:"tuple"}],name:"yodlWithUniswap",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"payable",type:"function"},{stateMutability:"payable",type:"receive"}]},n={name:"Default",logoUri:"",keywords:[],version:{major:0,minor:2,patch:1},chains:[{chainName:"Ethereum",shortName:"eth",testnet:!1,chainId:1,logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/chains/1/logo.svg",rpcUrls:["https://rpc.ankr.com/eth"],wrappedNativeToken:"0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",explorerUrl:"https://etherscan.io",nativeTokenName:"ETH",timestamp:"2024-06-20T08:16:18.193Z",feeTreasury:"0x9C48d180e4eEE0dA2A899EE1E4c533cA5e92db77",curveRouterAddress:"0x16C6521Dff6baB339122a0FE25a9116693265353",dexes:["UNISWAP","CURVE","ODOS","ONE_INCH","OKX","UNIZEN"]},{chainName:"Arbitrum One",shortName:"arb1",testnet:!1,chainId:42161,logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/chains/42161/logo.svg",rpcUrls:["https://rpc.ankr.com/arbitrum"],wrappedNativeToken:"0x82aF49447D8a07e3bd95BD0d56f35241523fBab1",explorerUrl:"https://arbiscan.io",nativeTokenName:"ETH",timestamp:"2024-06-20T08:16:18.932Z",feeTreasury:"0x5f0947253a8218894af13438ac2e2e0ced30d234",curveRouterAddress:"0x2191718CD32d02B8E60BAdFFeA33E4B5DD9A0A0D",dexes:["UNISWAP","CURVE","ODOS","ONE_INCH","OKX","UNIZEN"]},{chainName:"Optimism",shortName:"oeth",testnet:!1,chainId:10,logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/chains/10/logo.svg",rpcUrls:["https://mainnet.optimism.io"],wrappedNativeToken:"0x4200000000000000000000000000000000000006",explorerUrl:"https://optimistic.etherscan.io",nativeTokenName:"ETH",timestamp:"2024-06-20T08:16:19.165Z",feeTreasury:"0x5f0947253a8218894af13438ac2e2e0ced30d234",curveRouterAddress:"0x0DCDED3545D565bA3B19E683431381007245d983",dexes:["UNISWAP","CURVE","ODOS","ONE_INCH","UNIZEN"]},{chainName:"Gnosis",shortName:"gno",testnet:!1,chainId:100,logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/chains/100/logo.svg",rpcUrls:["https://rpc.gnosis.gateway.fm"],wrappedNativeToken:"0xe91d153e0b41518a2ce8dd3d7944fa863463a97d",explorerUrl:"https://gnosisscan.io",nativeTokenName:"xDAI",timestamp:"2024-06-20T08:16:18.872Z",feeTreasury:"0x775aaf73a50C25eEBd308BBb9C34C73D081B423b",curveRouterAddress:"0x0DCDED3545D565bA3B19E683431381007245d983",dexes:["CURVE","ONE_INCH"]},{chainName:"Base",shortName:"base",testnet:!1,chainId:8453,logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/chains/8453/logo.svg",rpcUrls:["https://mainnet.base.org"],wrappedNativeToken:"0x4200000000000000000000000000000000000006",explorerUrl:"https://basescan.org",nativeTokenName:"ETH",timestamp:"2024-06-20T08:16:19.051Z",feeTreasury:"0x46959a8a332eca1a05Bd4F18115b8F2E1C2F2f05",curveRouterAddress:"0x4f37A9d177470499A2dD084621020b023fcffc1F",dexes:["UNISWAP","CURVE","ODOS","ONE_INCH","OKX","UNIZEN"]},{chainName:"Polygon",shortName:"pol",testnet:!1,chainId:137,logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/chains/137/logo.svg",rpcUrls:["https://polygon-rpc.com"],wrappedNativeToken:"0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270",explorerUrl:"https://polygonscan.com",nativeTokenName:"POL",timestamp:"2024-06-20T08:16:18.717Z",feeTreasury:"0x5f0947253a8218894af13438ac2e2E0CeD30d234",curveRouterAddress:"0x0DCDED3545D565bA3B19E683431381007245d983",dexes:["UNISWAP","CURVE","ODOS","ONE_INCH","UNIZEN"]},{chainName:"BNB Smart Chain",shortName:"bsc",testnet:!1,chainId:56,logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/chains/56/logo.svg",rpcUrls:["https://bsc-dataseed1.binance.org/","https://bsc-dataseed2.binance.org/","https://bsc-dataseed3.binance.org/","https://bsc-dataseed4.binance.org/"],wrappedNativeToken:"0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c",explorerUrl:"https://bscscan.com",nativeTokenName:"BNB",timestamp:"2024-07-24T08:16:18.717Z",feeTreasury:"0x698609f1ae8E0ce7e65d3028d1f00297A6bF21e5",curveRouterAddress:"0xA72C85C258A81761433B4e8da60505Fe3Dd551CC",dexes:["PANCAKE","CURVE","ODOS","ONE_INCH","OKX","UNIZEN"]}]},d=[{chainId:1,address:"0x16C6521Dff6baB339122a0FE25a9116693265353"},{chainId:10,address:"0x0DCDED3545D565bA3B19E683431381007245d983"},{chainId:56,address:"0xA72C85C258A81761433B4e8da60505Fe3Dd551CC"},{chainId:100,address:"0x0DCDED3545D565bA3B19E683431381007245d983"},{chainId:137,address:"0x0DCDED3545D565bA3B19E683431381007245d983"},{chainId:8453,address:"0x4f37A9d177470499A2dD084621020b023fcffc1F"},{chainId:42161,address:"0x2191718CD32d02B8E60BAdFFeA33E4B5DD9A0A0D"}],i=[{code:"USD",decimals:2,name:"United States Dollar",symbol:"$"},{code:"AUD",decimals:2,name:"Australian Dollar",symbol:"$"},{code:"BRL",decimals:2,name:"Brazilian Real",symbol:"R$"},{code:"CAD",decimals:2,name:"Canadian Dollar",symbol:"$"},{code:"CHF",decimals:2,name:"Swiss Franc",symbol:"Fr"},{code:"CNY",decimals:2,name:"Chinese Yuan",symbol:"¥"},{code:"EUR",decimals:2,name:"Euro",symbol:"€"},{code:"GBP",decimals:2,name:"Pound Sterling",symbol:"£"},{code:"HKD",decimals:2,name:"Hong Kong Dollar",symbol:"$"},{code:"IDR",decimals:0,name:"Indonesian Rupiah",symbol:"Rp"},{code:"ILS",decimals:2,name:"Israeli New Shekel",symbol:"₪"},{code:"INR",decimals:2,name:"Indian Rupee",symbol:"₹"},{code:"JPY",decimals:0,name:"Japanese Yen",symbol:"¥"},{code:"KRW",decimals:0,name:"South Korean Won",symbol:"₩"},{code:"MXN",decimals:2,name:"Mexican Peso",symbol:"$"},{code:"NZD",decimals:2,name:"New Zealand Dollar",symbol:"$"},{code:"PHP",decimals:2,name:"Philippine Peso",symbol:"₱"},{code:"PLN",decimals:2,name:"Polish Złoty",symbol:"zł"},{code:"SEK",decimals:2,name:"Swedish Krona",symbol:"kr"},{code:"SGD",decimals:2,name:"Singapore Dollar",symbol:"S$"},{code:"THB",decimals:2,name:"Thai Baht",symbol:"฿"},{code:"TRY",decimals:2,name:"Turkish Lira",symbol:"₺"},{code:"ZAR",decimals:2,name:"South African Rand",symbol:"R"},{code:"NGN",decimals:2,name:"Nigerian Naira",symbol:"₦"},{code:"COP",decimals:2,name:"Colombian Peso",symbol:"$"}],p=[{decimals:8,chainId:1,name:"AUD / USD",assetName:"AUD",address:"0x77F9710E7d0A19669A13c055F62cd80d313dF022",path:"aud-usd",input:"AUD",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:1,name:"CAD / USD",assetName:"CAD",address:"0xa34317DB73e77d453b1B8d04550c44D10e981C8e",path:"cad-usd",input:"CAD",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:1,name:"CHF / USD",assetName:"CHF",address:"0x449d117117838fFA61263B61dA6301AA2a88B13A",path:"chf-usd",input:"CHF",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:1,name:"CNY / USD",assetName:"CNY",address:"0xeF8A4aF35cd47424672E3C590aBD37FBB7A7759a",path:"cny-usd",input:"CNY",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:1,name:"EUR / USD",assetName:"EUR",address:"0xb49f677943BC038e9857d61E7d053CaA2C1734C1",path:"eur-usd",input:"EUR",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:1,name:"GBP / USD",assetName:"GBP",address:"0x5c0Ab2d9b5a7ed9f470386e82BB36A3613cDd4b5",path:"gbp-usd",input:"GBP",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:1,name:"IDR / USD",assetName:"IDR",address:"0x91b99C9b75aF469a71eE1AB528e8da994A5D7030",path:"idr-usd",input:"IDR",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:1,name:"JPY / USD",assetName:"JPY",address:"0xBcE206caE7f0ec07b545EddE332A47C2F75bbeb3",path:"jpy-usd",input:"JPY",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:1,name:"KRW / USD",assetName:"KRW",address:"0x01435677FB11763550905594A16B645847C1d0F3",path:"krw-usd",input:"KRW",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:1,name:"NZD / USD",assetName:"NZD",address:"0x3977CFc9e4f29C184D4675f4EB8e0013236e5f3e",path:"nzd-usd",input:"NZD",output:"USD",type:"fiat",updateInterval:600},{decimals:18,chainId:1,name:"PHP / USD",assetName:"PHP",address:"0x3C7dB4D25deAb7c89660512C5494Dc9A3FC40f78",path:"php-usd",input:"PHP",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:1,name:"SGD / USD",assetName:"SGD",address:"0xe25277fF4bbF9081C75Ab0EB13B4A13a721f3E13",path:"sgd-usd",input:"SGD",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:1,name:"TRY / USD",assetName:"TRY",address:"0xB09fC5fD3f11Cf9eb5E1C5Dba43114e3C9f477b5",path:"try-usd",input:"TRY",output:"USD",type:"fiat",updateInterval:600},{decimals:18,chainId:1,name:"1INCH / ETH",assetName:"1INCH",address:"0x72AFAECF99C9d9C8215fF44C77B94B99C28741e8",path:"1inch-eth",input:"1INCH",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"1INCH / USD",assetName:"1INCH",address:"0xc929ad75B72593967DE83E7F7Cda0493458261D9",path:"1inch-usd",input:"1INCH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"21BTC Proof of Reserves",assetName:"21BTC",address:"0x43921Ca0eca1EA69722c048A6afbc2CAd0BB80e9",path:"21btc-por",input:"21BTC",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"AAVE / ETH",assetName:"AAVE",address:"0x6Df09E975c830ECae5bd4eD9d90f3A95a4f88012",path:"aave-eth",input:"AAVE",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"AAVE / USD",assetName:"AAVE",address:"0xbd7F896e60B650C01caf2d7279a1148189A68884",path:"aave-usd-svr",input:"AAVE",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"AAVE / USD",assetName:"AAVE",address:"0x547a514d5e3769680Ce22B2361c10Ea13619e8a9",path:"aave-usd",input:"AAVE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"AGEUR / EUR",assetName:"AGEUR",address:"0xb4d5289C58CE36080b0748B47F859D8F50dFAACb",path:"ageur-eur",input:"AGEUR",output:"EUR",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"ALCX / ETH",assetName:"ALCX",address:"0x194a9AaF2e0b67c35915cD01101585A33Fe25CAa",path:"alcx-eth",input:"ALCX",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"AMPL / ETH",assetName:"AMPL",address:"0x492575FDD11a0fCf2C6C719867890a7648d526eB",path:"ampl-eth",input:"AMPL",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"AMPL / USD",assetName:"AMPL",address:"0xe20CA8D7546932360e37E9D72c1a47334af57706",path:"ampl-usd",input:"AMPL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"APE / ETH",assetName:"APE",address:"0xc7de7f4d4C9c991fF62a07D18b3E31e349833A18",path:"ape-eth",input:"APE",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"APE / USD",assetName:"APE",address:"0xD10aBbC76679a20055E167BB80A24ac851b37056",path:"ape-usd",input:"APE",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"ARB / USD",assetName:"ARB",address:"0x31697852a68433DbCc2Ff612c516d69E3D9bd08F",path:"arb-usd",input:"ARB",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"AVAIL / USD",assetName:"AVAIL",address:"0xEBca574f1cE4d17cd02c20F47Ef8210C08Cc4255",path:"avail-usd",input:"AVAIL",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"AVAX / USD",assetName:"AVAX",address:"0xFF3EEb22B5E3dE6e705b44749C2559d704923FD7",path:"avax-usd",input:"AVAX",output:"USD",type:"crypto",updateInterval:600},{decimals:0,chainId:1,name:"Arbitrum Healthcheck",address:"0x32EaFC72772821936BCc9b8A32dC394fEFcDBfD9",path:"arbitrum-hc",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"BADGER / ETH",assetName:"BADGER",address:"0x58921Ac140522867bf50b9E009599Da0CA4A2379",path:"badger-eth",input:"BADGER",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"BAL / ETH",assetName:"BAL",address:"0xC1438AA3823A6Ba0C159CfA8D98dF5A994bA120b",path:"bal-eth",input:"BAL",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"BAL / USD",assetName:"BAL",address:"0xdF2917806E30300537aEB49A7663062F4d1F2b5F",path:"bal-usd",input:"BAL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"BAT / ETH",assetName:"BAT",address:"0x0d16d4528239e9ee52fa531af613AcdB23D88c94",path:"bat-eth",input:"BAT",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"BAT / USD",assetName:"BAT",address:"0x9441D7556e7820B5ca42082cfa99487D56AcA958",path:"bat-usd",input:"BAT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"BNB / USD",assetName:"BNB",address:"0x14e613AC84a31f709eadbdF89C6CC390fDc9540A",path:"bnb-usd",input:"BNB",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"BTC / ETH",assetName:"BTC",address:"0xdeb288F737066589598e9214E782fa5A8eD689e8",path:"btc-eth",input:"BTC",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"BTC / USD",assetName:"BTC",address:"0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c",path:"btc-usd",input:"BTC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"BTC / USD",assetName:"BTC",address:"0x85355da30ee4b35F4B30759Bd49a1EBE3fc41Bdb",path:"btc-usd-svr",input:"BTC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"BUSD / USD",assetName:"BUSD",address:"0x833D8Eb16D306ed1FbB5D7A2E019e106B960965A",path:"busd-usd",input:"BUSD",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"CAKE/USD-RefPrice-DF-stream-EthereumMainnet-001",address:"0xA618f119504455762c9bBbcE4aC9EE7fde457d05",path:"cake-usd-ref-price-df-stream-eth-mainnet-001",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"CBETH / ETH",assetName:"CBETH",address:"0xF017fcB346A1885194689bA23Eff2fE6fA5C483b",path:"cbeth-eth",input:"CBETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"CETH Reserves",assetName:"21Shares_Core_Ethereum_ETF",address:"0xa7d76167900493Acf2650Dc001fb2Bc5256579B0",path:"ceth-por",input:"21Shares_Core_Ethereum_ETF",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"COMP / ETH",assetName:"COMP",address:"0x1B39Ee86Ec5979ba5C322b826B3ECb8C79991699",path:"comp-eth",input:"COMP",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"COMP / USD",assetName:"COMP",address:"0xdbd020CAeF83eFd542f4De03e3cF0C28A4428bd5",path:"comp-usd",input:"COMP",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"CRV / ETH",assetName:"CRV",address:"0x8a12Be339B0cD1829b91Adc01977caa5E9ac121e",path:"crv-eth",input:"CRV",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"CRV / USD",assetName:"CRV",address:"0xCd627aA160A6fA45Eb793D19Ef54f5062F20f33f",path:"crv-usd",input:"CRV",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"CRVUSD / USD",assetName:"CRVUSD",address:"0xEEf0C605546958c1f899b6fB336C20671f9cD49F",path:"crvusd-usd",input:"CRVUSD",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"CVX / ETH",assetName:"CVX",address:"0xC9CbF687f43176B302F03f5e58470b77D07c61c6",path:"cvx-eth",input:"CVX",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"CVX / USD",assetName:"CVX",address:"0xd962fC30A72A84cE50161031391756Bf2876Af5D",path:"cvx-usd",input:"CVX",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"Calculated XSUSHI / ETH",assetName:"XSUSHI",address:"0xF05D9B6C08757EAcb1fbec18e36A1B7566a13DEB",path:"calc-xsushi-eth",input:"XSUSHI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"DAI / ETH",assetName:"DAI",address:"0x773616E4d11A78F511299002da57A0a94577F1f4",path:"dai-eth",input:"DAI",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"DAI / USD",assetName:"DAI",address:"0xAed0c38402a5d19df6E4c03F4E2DceD6e29c1ee9",path:"dai-usd",input:"DAI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"DPI / ETH",assetName:"DPI",address:"0x029849bbc0b1d93b85a8b6190e979fd38F5760E2",path:"dpi-eth",input:"DPI",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"DPI / USD",assetName:"DPI",address:"0xD2A593BF7594aCE1faD597adb697b5645d5edDB2",path:"dpi-usd",input:"DPI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"EIGEN / USD",assetName:"EIGEN",address:"0xf2917e602C2dCa458937fad715bb1E465305A4A1",path:"eigen-usd",input:"EIGEN",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"ENJ / ETH",assetName:"ENJ",address:"0x24D9aB51950F3d62E9144fdC2f3135DAA6Ce8D1B",path:"enj-eth",input:"ENJ",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"ENS / USD",assetName:"ENS",address:"0x5C00128d4d1c2F4f652C267d7bcdD7aC99C16E16",path:"ens-usd",input:"ENS",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"ETH / BTC",assetName:"ETH",address:"0xAc559F25B1619171CbC396a50854A3240b6A4e99",path:"eth-btc",input:"ETH",output:"BTC",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"ETH / USD",assetName:"ETH",address:"0x5147eA642CAEF7BD9c1265AadcA78f997AbB9649",path:"eth-usd-svr",input:"ETH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"ETH / USD",assetName:"ETH",address:"0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419",path:"eth-usd",input:"ETH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"ETHFI / USD",assetName:"ETHFI",address:"0x19678515847d8DE85034dAD0390e09c3048d31cd",path:"ethfi-usd",input:"ETHFI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"ETHx / ETH",assetName:"ETHx",address:"0xC5f8c4aB091Be1A899214c0C3636ca33DcA0C547",path:"ethx-eth",input:"ETHx",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"EURC / USD",assetName:"EURC",address:"0x04F84020Fdf10d9ee64D1dcC2986EDF2F556DA11",path:"eurc-usd",input:"EURC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"FBTC / BTC Exchange Rate",assetName:"FBTC",address:"0xe5346a4Fd329768A99455d969724768a00CA63FB",path:"fbtc-btc-exchange-rate",input:"FBTC",output:"BTC",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"FBTC Proof of Reserves",assetName:"FBTC",address:"0x75A0d3264a949C2C920d7F25Df174af1FaF73399",path:"fbtc-por",input:"FBTC",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"FDUSD / USD",assetName:"FDUSD",address:"0xfAA9147190c2C2cc5B8387B4f49016bDB3380572",path:"fdusd-usd",input:"FDUSD",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"FIL / ETH",assetName:"FIL",address:"0x0606Be69451B1C9861Ac6b3626b99093b713E801",path:"fil-eth",input:"FIL",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"FRAX / ETH",assetName:"FRAX",address:"0x14d04Fff8D21bd62987a5cE9ce543d2F1edF5D3E",path:"frax-eth",input:"FRAX",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"FRAX / USD",assetName:"FRAX",address:"0xB9E1E3A9feFf48998E45Fa90847ed4D467E8BcfD",path:"frax-usd",input:"FRAX",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"FTM / ETH",assetName:"FTM",address:"0x2DE7E4a9488488e0058B95854CC2f7955B35dC9b",path:"ftm-eth",input:"FTM",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"FTT / ETH",assetName:"FTT",address:"0xF0985f7E2CaBFf22CecC5a71282a89582c382EFE",path:"ftt-eth",input:"FTT",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"FXS / USD",assetName:"FXS",address:"0x6Ebc52C8C1089be9eB3945C4350B68B8E4C2233f",path:"fxs-usd",input:"FXS",output:"USD",type:"crypto",updateInterval:600},{decimals:0,chainId:1,name:"Fast Gas / Gwei",address:"0x169E633A2D1E6c10dD91238Ba11c4A708dfEF37C",path:"fast-gas-gwei",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"GHO / USD",assetName:"GHO",address:"0x3f12643D3f6f874d39C2a4c9f2Cd6f2DbAC877FC",path:"gho-usd",input:"GHO",output:"GHO",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"GRT / ETH",assetName:"GRT",address:"0x17D054eCac33D91F7340645341eFB5DE9009F1C1",path:"grt-eth",input:"GRT",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"GRT / USD",assetName:"GRT",address:"0x86cF33a451dE9dc61a2862FD94FF4ad4Bd65A5d2",path:"grt-usd",input:"GRT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"HBTC Proof of Reserves",assetName:"HBTC",address:"0x0A8cD0115B1EE87EbA5b8E06A9a15ED93e230f7a",path:"hbtc-por",input:"HBTC",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"HIGH / USD",assetName:"HIGH",address:"0x5C8D8AaB4ffa4652753Df94f299330Bb4479bF85",path:"high-usd",input:"HIGH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"IMX / USD",assetName:"IMX",address:"0xBAEbEFc1D023c0feCcc047Bff42E75F15Ff213E6",path:"imx-usd",input:"IMX",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"KNC / ETH",assetName:"KNC",address:"0x656c0544eF4C98A6a98491833A89204Abb045d6b",path:"knc-eth",input:"KNC",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"KNC / USD",assetName:"KNC",address:"0xf8fF43E991A81e6eC886a3D281A2C6cC19aE70Fc",path:"knc-usd",input:"KNC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"LBTC / BTC",assetName:"LBTC",address:"0x5c29868C58b6e15e2b962943278969Ab6a7D3212",path:"lbtc-btc",input:"LBTC",output:"BTC",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"LDO / ETH",assetName:"LDO",address:"0x4e844125952D32AcdF339BE976c98E22F6F318dB",path:"ldo-eth",input:"LDO",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"LINK / ETH",assetName:"LINK",address:"0xDC530D9457755926550b59e8ECcdaE7624181557",path:"link-eth",input:"LINK",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"LINK / USD",assetName:"LINK",address:"0x76F8C9E423C228E83DCB11d17F0Bd8aEB0Ca01bb",path:"link-usd-svr",input:"LINK",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"LINK / USD",assetName:"LINK",address:"0x2c1d072e956AFFC0D435Cb7AC38EF18d24d9127c",path:"link-usd",input:"LINK",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"LRC / ETH",assetName:"LRC",address:"0x160AC928A16C93eD4895C2De6f81ECcE9a7eB7b4",path:"lrc-eth",input:"LRC",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"LUSD / USD",assetName:"LUSD",address:"0x3D7aE7E594f2f2091Ad8798313450130d0Aba3a0",path:"lusd-usd",input:"LUSD",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"LsETH / ETH Exchange Rate",assetName:"LSETH",address:"0xE858728eB31a25C4AcCcE17d01B68dCFC3A0ED2C",path:"lseth-eth-exchange-rate",input:"LSETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"MANA / ETH",assetName:"MANA",address:"0x82A44D92D6c329826dc557c5E1Be6ebeC5D5FeB9",path:"mana-eth",input:"MANA",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"MATIC / USD",assetName:"MATIC",address:"0x7bAC85A8a13A4BcD8abb3eB7d6b4d632c5a57676",path:"matic-usd",input:"MATIC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"MAVIA / USD",assetName:"MAVIA",address:"0x29d26C008e8f201eD0D864b1Fd9392D29d0C8e96",path:"mavia-usd",input:"MAVIA",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"MIM / USD",assetName:"MIM",address:"0x7A364e8770418566e3eb2001A96116E6138Eb32F",path:"mim-usd",input:"MIM",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"MKR / ETH",assetName:"MKR",address:"0x24551a8Fb2A7211A25a17B1481f043A8a8adC7f2",path:"mkr-eth",input:"MKR",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"MKR / USD",assetName:"MKR",address:"0xec1D1B3b0443256cc3860e24a46F108e699484Aa",path:"mkr-usd",input:"MKR",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"MLN / ETH",assetName:"MLN",address:"0xDaeA8386611A157B08829ED4997A8A62B557014C",path:"mln-eth",input:"MLN",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"NEIRO / USD",assetName:"NEIRO",address:"0x771cf56aE75bC907193177237b423A9DA831280A",path:"neiro-usd",input:"NEIRO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"Nexus wETH Reserves",assetName:"NXMTY",address:"0xCc72039A141c6e34a779eF93AEF5eB4C82A893c7",path:"nexus-weth-por",input:"NXMTY",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"OETH / ETH",assetName:"OETH",address:"0x703118C4CbccCBF2AB31913e0f8075fbbb15f563",path:"oeth-eth",input:"OETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"OHMv2 / ETH",assetName:"OHMV2",address:"0x9a72298ae3886221820B1c878d12D872087D3a23",path:"ohmv2-eth",input:"OHMV2",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"OUSDT / USD",assetName:"OUSDT",address:"0xE3fd61Cd8935EAE81e1c31AF36D7134e411490Cd",path:"ousdt-usd",input:"OUSDT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"PAXG / USD",assetName:"PAXG",address:"0x9944D86CEB9160aF5C5feB251FD671923323f8C3",path:"paxg-usd",input:"PAXG",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"PERP / ETH",assetName:"PERP",address:"0x3b41D5571468904D4e53b6a8d93A6BaC43f02dC9",path:"perp-eth",input:"PERP",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"PYUSD / USD",assetName:"PYUSD",address:"0x8f1dF6D7F2db73eECE86a18b4381F4707b918FB1",path:"pyusd-usd",input:"PYUSD",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"PumpBTC / BTC Exchange Rate",assetName:"PumpBTC",address:"0x6CE4Ef3689F26edD40ed3ccbE3Cc29dab62C915f",path:"pumpbtc-btc-exchange-rate",input:"PumpBTC",output:"BTC",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"PumpBTC Proof of Reserves",assetName:"PumpBTC",address:"0xe80baC615c38D01c101B0B1b943b05E20C8c2f76",path:"pumpbtc-por",input:"PumpBTC",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"RAI / ETH",assetName:"RAI",address:"0x4ad7B025127e89263242aB68F0f9c4E5C033B489",path:"rai-eth",input:"RAI",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"RDNT / USD",assetName:"RDNT",address:"0x393CC05baD439c9B36489384F11487d9C8410471",path:"rdnt-usd",input:"RDNT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"REN / ETH",assetName:"REN",address:"0x3147D7203354Dc06D9fd350c7a2437bcA92387a4",path:"ren-eth",input:"REN",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"RETH / ETH",assetName:"RETH",address:"0x536218f9E9Eb48863970252233c8F271f554C2d0",path:"reth-eth",input:"RETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"RLUSD / USD",assetName:"RLUSD",address:"0x26C46B7aD0012cA71F2298ada567dC9Af14E7f2A",path:"rlusd-usd",input:"RLUSD",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"RPL / USD",assetName:"RPL",address:"0x4E155eD98aFE9034b7A5962f6C84c86d869daA9d",path:"rpl-usd",input:"RPL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"RSETH / ETH",assetName:"RSETH",address:"0x03c68933f7a3F76875C0bc670a58e69294cDFD01",path:"rseth-eth",input:"RSETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"RSR / USD",assetName:"RSR",address:"0x759bBC1be8F90eE6457C44abc7d443842a976d02",path:"rsr-usd",input:"RSR",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"SAND / USD",assetName:"SAND",address:"0x35E3f7E558C04cE7eEE1629258EcbbA03B36Ec56",path:"sand-usd",input:"SAND",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"SHIB / ETH",assetName:"SHIB",address:"0x8dD1CD88F43aF196ae478e91b9F5E4Ac69A97C61",path:"shib-eth",input:"SHIB",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"SKY / USD",assetName:"SKY",address:"0xee10fE5E7aa92dd7b136597449c3d5813cFC5F18",path:"sky-usd",input:"SKY",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"SNX / ETH",assetName:"SNX",address:"0x79291A9d692Df95334B1a0B3B4AE6bC606782f8c",path:"snx-eth",input:"SNX",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"SNX / USD",assetName:"SNX",address:"0xDC3EA94CD0AC27d9A86C180091e7f78C683d3699",path:"snx-usd",input:"SNX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"SOL / USD",assetName:"SOL",address:"0x4ffC43a60e009B551865A93d232E33Fce9f01507",path:"sol-usd",input:"SOL",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"SPELL / USD",assetName:"SPELL",address:"0x8c110B94C5f1d347fAcF5E1E938AB2db60E3c9a8",path:"spell-usd",input:"SPELL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"STETH / ETH",assetName:"STETH",address:"0x86392dC19c0b719886221c78AB11eb8Cf5c52812",path:"steth-eth",input:"STETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"STETH / USD",assetName:"STETH",address:"0xCfE54B5cD566aB89272946F602D76Ea879CAb4a8",path:"steth-usd",input:"STETH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"STG / USD",assetName:"STG",address:"0x7A9f34a0Aa917D438e9b6E630067062B7F8f6f3d",path:"stg-usd",input:"STG",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"SUSD / ETH",assetName:"SUSD",address:"0x8e0b7e6062272B5eF4524250bFFF8e5Bd3497757",path:"susd-eth",input:"SUSD",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"SUSHI / ETH",assetName:"SUSHI",address:"0xe572CeF69f43c2E488b33924AF04BDacE19079cf",path:"sushi-eth",input:"SUSHI",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"SUSHI / USD",assetName:"SUSHI",address:"0xCc70F09A6CC17553b2E31954cD36E4A2d89501f7",path:"sushi-usd",input:"SUSHI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"SWELL / ETH",assetName:"SWELL",address:"0x2a638b1203a3B62FF003598B7165Fc5cd5b13B00",path:"swell-eth",input:"SWELL",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"SWETH / ETH",assetName:"SWETH",address:"0xec21B3e882CE09928cb397DcfF31B15cBBD1e1C3",path:"sweth-eth",input:"SWETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"SXT / USD",assetName:"SXT",address:"0x2D27d9e1b74936D8E83c4BA118F09A4c4a897f62",path:"sxt-usd",input:"SXT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"SolvBTC Proof of Reserves",assetName:"SolvBTC",address:"0xda9258AFc797Cd64d1b6FC651051224cdAB1B25E",path:"solvbtc-por",input:"SolvBTC",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"SolvBTC.BBN / SolvBTC Exchange Rate",assetName:"SolvBTC.BBN",address:"0x1f34794A16D644b9810477EbF3f0b3870141E2e3",path:"solvbtc.bbn-solvbtc-exchange-rate",input:"SolvBTC.BBN",output:"SolvBTC",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"Swell ETH Proof of Reserves",assetName:"swETH",address:"0x60cbE8D88EF519cF3C62414D76f50818D211fea1",path:"swell-eth-por",input:"swETH",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"Swell Restaked ETH Proof of Reserves",assetName:"rswETH",address:"0x0c89c488e763AC2d69cB058CCAC7A8B283EE3DbA",path:"swell-restaked-eth-por",input:"rswETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"TAO / USD",assetName:"TAO",address:"0x1c88503c9A52aE6aaE1f9bb99b3b7e9b8Ab35459",path:"tao-usd",input:"TAO",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"TBTC / USD",assetName:"tBTC",address:"0x8350b7De6a6a2C1368E7D4Bd968190e13E354297",path:"tbtc-usd",input:"tBTC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"TRUMP / USD",assetName:"TRUMP",address:"0x7f0347903F413a6C4c540f39145E2a2249639931",path:"trump-usd",input:"TRUMP",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"TUSD / ETH",assetName:"TUSD",address:"0x3886BA987236181D98F2401c507Fb8BeA7871dF2",path:"tusd-eth",input:"TUSD",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"TUSD / USD",assetName:"TUSD",address:"0xec746eCF986E2927Abd291a2A1716c940100f8Ba",path:"tusd-usd",input:"TUSD",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"Total Marketcap / USD",assetName:"Total_Marketcap",address:"0xEC8761a0A73c34329CA5B1D3Dc7eD07F30e836e2",path:"mcap-usd",input:"Total_Marketcap",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"UNI / ETH",assetName:"UNI",address:"0xD6aA3D25116d8dA79Ea0246c4826EB951872e02e",path:"uni-eth",input:"UNI",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"UNI / USD",assetName:"UNI",address:"0x553303d460EE0afB37EdFf9bE42922D8FF63220e",path:"uni-usd",input:"UNI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"USD0 / USD",assetName:"USD0",address:"0x7e891DEbD8FA0A4Cf6BE58Ddff5a8ca174FebDCB",path:"usd0-usd",input:"USD0",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"USD0++ / USD",assetName:"USD0++",address:"0xFC9e30Cf89f8A00dba3D34edf8b65BCDAdeCC1cB",path:"usd0++-usd",input:"USD0++",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"USD1 / USD",assetName:"USD1",address:"0xF0d9bb015Cd7BfAb877B7156146dc09Bf461370d",path:"usd1-usd",input:"USD1",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"USD1/USD-RefPrice-DF-stream-EthereumMainnet-001",address:"0xA618f119504455762c9bBbcE4aC9EE7fde457d05",path:"USD1-usd-ref-price-df-stream-eth-production-mainnet-001",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"USDC / ETH",assetName:"USDC",address:"0x986b5E1e1755e3C2440e960477f25201B0a8bbD4",path:"usdc-eth",input:"USDC",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"USDC / USD",assetName:"USDC",address:"0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6",path:"usdc-usd",input:"USDC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"USDC / USD",assetName:"USDC",address:"0xfB6471ACD42c91FF265344Ff73E88353521d099F",path:"usdc-usd-svr",input:"USDC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"USDE/USD-RefPrice-DF-stream-EthereumMainnet-001",address:"0xA618f119504455762c9bBbcE4aC9EE7fde457d05",path:"usde-usd-ref-price-df-stream-eth-production-mainnet-001",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"USDM / USD",assetName:"USDM",address:"0x079674468Fee6ab45aBfE986737A440701c49BdB",path:"usdm-usd",input:"USDM",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"USDP / USD",assetName:"USDP",address:"0x09023c0DA49Aaf8fc3fA3ADF34C6A7016D38D5e3",path:"usdp-usd",input:"USDP",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"USDS / USD",assetName:"USDS",address:"0xfF30586cD0F29eD462364C7e81375FC0C71219b1",path:"usds-usd",input:"USDS",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"USDT / ETH",assetName:"USDT",address:"0xEe9F2375b4bdF6387aa8265dD4FB8F16512A1d46",path:"usdt-eth",input:"USDT",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"USDT / USD",assetName:"USDT",address:"0x3E7d1eAB13ad0104d2750B8863b489D65364e32D",path:"usdt-usd",input:"USDT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"USDT / USD",assetName:"USDT",address:"0x7bB7bF4ca536DbC49545704BFAcaa13633D18718",path:"usdt-usd-svr",input:"USDT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"USDe / USD",assetName:"USDE",address:"0xa569d910839Ae8865Da8F8e70FfFb0cBA869F961",path:"usde-usd",input:"USDE",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"USDf / USD",assetName:"USDf",address:"0xb177857a1799aA5F7fEb5799Fdf12CbE8fdF78B1",path:"usdf-usd",input:"USDf",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"USR / USD",assetName:"USR",address:"0x34ad75691e25A8E9b681AAA85dbeB7ef6561B42c",path:"usr-usd",input:"USR",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"UST / ETH",assetName:"UST",address:"0xa20623070413d42a5C01Db2c8111640DD7A5A03a",path:"ust-eth",input:"UST",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"USTB AUM",assetName:"USTB",address:"0xf3Ab3e54DE3b4BCaEbef6C66Cec0a3a88f262757",path:"ustb-aum",input:"USTB",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"WAMPL / USD",assetName:"wAMPL",address:"0xAcFCF155a0de611414C510D43446c27a4EE6a758",path:"wampl-usd",input:"wAMPL",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"WBTC / BTC",assetName:"WBTC",address:"0xfdFD9C85aD200c506Cf9e21F1FD8dd01932FBB23",path:"wbtc-btc",input:"WBTC",output:"BTC",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"WBTC Proof of Reserves",assetName:"WBTC",address:"0xa81FE04086865e63E12dD3776978E49DEEa2ea4e",path:"wbtc-por",input:"WBTC",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"XCN / USD",assetName:"XCN",address:"0xeb988B77b94C186053282BfcD8B7ED55142D3cAB",path:"xcn-usd",input:"XCN",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"YFI / ETH",assetName:"YFI",address:"0x7c5d4F8345e66f68099581Db340cd65B078C41f4",path:"yfi-eth",input:"YFI",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"YFI / USD",assetName:"YFI",address:"0xA027702dbb89fbd58938e4324ac03B58d812b0E1",path:"yfi-usd",input:"YFI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"ZBU / USD",assetName:"ZBU",address:"0x617689cAB8329d57fEa64f4C086190E6797b8B5e",path:"zbu-usd",input:"ZBU",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"ZRX / ETH",assetName:"ZRX",address:"0x2Da4983a622a8498bb1a21FaE9D8F6C664939962",path:"zrx-eth",input:"ZRX",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"ZRX / USD",assetName:"ZRX",address:"0x2885d15b8Af22648b98B122b22FDF4D2a56c6023",path:"zrx-usd",input:"ZRX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"aBTC PoR Production Mainnet",address:"0xA618f119504455762c9bBbcE4aC9EE7fde457d05",path:"abtc-por-df-stream-eth-production-mainnet-001",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"cbBTC / USD",assetName:"CBBTC",address:"0x2665701293fCbEB223D11A08D826563EDcCE423A",path:"cbbtc-usd",input:"CBBTC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"cbBTC Reserves",assetName:"cbBTC",address:"0xcBe87Dc0Cf9d807848a3E703B01A90B28eCFb2a7",path:"cbbtc-por",input:"cbBTC",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"deUSD / USD",assetName:"DEUSD",address:"0x471a6299C027Bd81ed4D66069dc510Bd0569f4F8",path:"deusd-usd",input:"DEUSD",output:"USD",type:"crypto",updateInterval:600},{decimals:12,chainId:1,name:"eAPT-APT Exchange Rate - Production Mainnet",address:"0xA618f119504455762c9bBbcE4aC9EE7fde457d05",path:"eapt-apt-exchange-rate-df-stream-eth-production-mainnet-001",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"ezETH / ETH",assetName:"EZETH",address:"0x636A000262F6aA9e1F094ABF0aD8f645C44f641C",path:"ezeth-eth",input:"EZETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"frxUSD / USD",assetName:"FRXUSD",address:"0x9B4a96210bc8D9D55b1908B465D8B0de68B7fF83",path:"frxusd-usd",input:"FRXUSD",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"mETH / ETH",assetName:"METH",address:"0x5b563107C8666d2142C216114228443B94152362",path:"meth-eth",input:"METH",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"pufETH / ETH",assetName:"PUFETH",address:"0xDe3f7Dd92C4701BCf59F47235bCb61e727c45f80",path:"pufeth-eth",input:"PUFETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"rsETH / ETH Exchange Rate",assetName:"RSETH",address:"0x9d2F2f96B24C444ee32E57c04F7d944bcb8c8549",path:"rseth-eth-exchange-rate",input:"RSETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"rswETH / ETH",assetName:"rswETH",address:"0xb613CfebD0b6e95abDDe02677d6bC42394FdB857",path:"rsweth-eth",input:"rswETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"sUSDe / USD",assetName:"SUSDE",address:"0xFF3BC18cCBd5999CE63E788A1c250a88626aD099",path:"susde-usd",input:"SUSDE",output:"USD",type:"crypto",updateInterval:600},{decimals:0,chainId:1,name:"sUSDe-USDe Exchange Rate",address:"0xA618f119504455762c9bBbcE4aC9EE7fde457d05",path:"susde-usde-exchange-rate-df-stream-eth-mainnet-001",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"sUSDf / USDf Exchange Rate",assetName:"sUSDf",address:"0xe471bc940AA9831a0AeA21E6F40C1A1236EB4BB3",path:"susdf-usdf-exchange-rate",input:"sUSDf",output:"USDf",type:"crypto",updateInterval:600},{decimals:8,chainId:1,name:"solvBTC / BTC",assetName:"solvBTC",address:"0x936B31C428C29713343E05D631e69304f5cF5f49",path:"solvbtc-btc",input:"solvBTC",output:"BTC",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"stBTC / BTC Exchange Rate",assetName:"stBTC",address:"0xD93571A6201978976e37c4A0F7bE17806f2Feab2",path:"stbtc-btc-exchange-rate",input:"stBTC",output:"BTC",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"stBTC Proof of Reserves",assetName:"stBTC",address:"0x7Eaa6f116Ab9E57f58d9A9Ce88cc3f1c2476ECfA",path:"stbtc-por",input:"stBTC",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"tETH / wstETH Exchange Rate",assetName:"tETH",address:"0x7B2Fb2c667af80Bccc0B2556378352dFDE2be914",path:"teth-wsteth-exchange-rate",input:"tETH",output:"wstETH",type:"crypto",updateInterval:600},{decimals:10,chainId:1,name:"truAPT-APT Exchange Rate - Production Mainnet",address:"0xA618f119504455762c9bBbcE4aC9EE7fde457d05",path:"truapt-apt-exchange-rate-df-stream-eth-production-mainnet-001",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"uniBTC / BTC Exchange Rate",assetName:"uniBTC",address:"0x861d15F8a4059cb918bD6F3670adAEB1220B298f",path:"unibtc-btc-exchange-rate",input:"uniBTC",output:"BTC",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"uniBTC Proof of Reserves",assetName:"uniBTC",address:"0xc590D9fb8eE78a0909dFF341ccf717000b7b7fF2",path:"unibtc-por",input:"uniBTC",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"weETH / ETH",assetName:"weETH",address:"0x5c9C449BbC9a6075A2c061dF312a35fd1E05fF22",path:"weeth-eth",input:"weETH",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:1,name:"xSolvBTC Proof of Reserves",assetName:"xSolvBTC",address:"0x461790bDAF5aeD3df6a88cB97Dec42DD0EFA73c0",path:"xsolvbtc-por",input:"xSolvBTC",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"AUD / USD",assetName:"AUD",address:"0x062Df9C4efd2030e243ffCc398b652e8b8F95C6f",path:"aud-usd",input:"AUD",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:137,name:"BRL / USD",assetName:"BRL",address:"0xB90DA3ff54C3ED09115abf6FbA0Ff4645586af2c",path:"brl-usd",input:"BRL",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:137,name:"CAD / USD",assetName:"CAD",address:"0xACA44ABb8B04D07D883202F99FA5E3c53ed57Fb5",path:"cad-usd",input:"CAD",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:137,name:"CHF / USD",assetName:"CHF",address:"0xc76f762CedF0F78a439727861628E0fdfE1e70c2",path:"chf-usd",input:"CHF",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:137,name:"CNY / USD",assetName:"CNY",address:"0x04bB437Aa63E098236FA47365f0268547f6EAB32",path:"cny-usd",input:"CNY",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:137,name:"COP / USD",assetName:"COP",address:"0xfAA9147190c2C2cc5B8387B4f49016bDB3380572",path:"cop-usd",input:"COP",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:137,name:"EUR / USD",assetName:"EUR",address:"0x73366Fe0AA0Ded304479862808e02506FE556a98",path:"eur-usd",input:"EUR",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:137,name:"GBP / USD",assetName:"GBP",address:"0x099a2540848573e94fb1Ca0Fa420b00acbBc845a",path:"gbp-usd",input:"GBP",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:137,name:"IDR / USD",assetName:"IDR",address:"0x80a5cb83ce268Ed11a6EFC4bBF0beC39dF35Db21",path:"idr-usd",input:"IDR",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:137,name:"ILS / USD",assetName:"ILS",address:"0x8d5eB34C509261533235b91350d359EdcB969D33",path:"ils-usd",input:"ILS",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:137,name:"INR / USD",assetName:"INR",address:"0xDA0F8Df6F5dB15b346f4B8D1156722027E194E60",path:"inr-usd",input:"INR",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:137,name:"JPY / USD",assetName:"JPY",address:"0xD647a6fC9BC6402301583C91decC5989d8Bc382D",path:"jpy-usd",input:"JPY",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:137,name:"KRW / USD",assetName:"KRW",address:"0x24B820870F726dA9B0D83B0B28a93885061dbF50",path:"krw-usd",input:"KRW",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:137,name:"MXN / USD",assetName:"MXN",address:"0x171b16562EA3476F5C61d1b8dad031DbA0768545",path:"mxn-usd",input:"MXN",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:137,name:"NZD / USD",assetName:"NZD",address:"0xa302a0B8a499fD0f00449df0a490DedE21105955",path:"nzd-usd",input:"NZD",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:137,name:"PHP / USD",assetName:"PHP",address:"0x218231089Bebb2A31970c3b77E96eCfb3BA006D1",path:"php-usd",input:"PHP",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:137,name:"PLN / USD",assetName:"PLN",address:"0xB34BCE11040702f71c11529D00179B2959BcE6C0",path:"pln-usd",input:"PLN",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:137,name:"SEK / USD",assetName:"SEK",address:"0xbd92B4919ae82be8473859295dEF0e778A626302",path:"sek-usd",input:"SEK",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:137,name:"SGD / USD",assetName:"SGD",address:"0x8CE3cAc0E6635ce04783709ca3CC4F5fc5304299",path:"sgd-usd",input:"SGD",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:137,name:"THB / USD",assetName:"THB",address:"0x5164Ad28fb12a5e55946090Ec3eE1B748AFb3785",path:"thb-usd",input:"THB",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:137,name:"TRY / USD",assetName:"TRY",address:"0xd78325DcA0F90F0FFe53cCeA1B02Bb12E1bf8FdB",path:"try-usd",input:"TRY",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:137,name:"ZAR / USD",assetName:"ZAR",address:"0xd4a120c26d57B910C56c910CdD13EeBFA3135502",path:"zar-usd",input:"ZAR",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:137,name:"1INCH / USD",assetName:"1INCH",address:"0x443C5116CdF663Eb387e72C688D276e702135C87",path:"1inch-usd",input:"1INCH",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:137,name:"AAVE / ETH",assetName:"AAVE",address:"0xbE23a3AA13038CfC28aFd0ECe4FdE379fE7fBfc4",path:"aave-eth",input:"AAVE",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"AAVE / USD",assetName:"AAVE",address:"0x72484B12719E23115761D5DA1646945632979bB6",path:"aave-usd",input:"AAVE",output:"USD",type:"crypto",updateInterval:600},{decimals:0,chainId:137,name:"AAVE Network Emergency Count (Polygon)",address:"0xDAFA1989A504c48Ee20a582f2891eeB25E2fA23F",path:"aave-network-emergency-count-polygon",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"ADA / USD",assetName:"ADA",address:"0x882554df528115a743c4537828DA8D5B58e52544",path:"ada-usd",input:"ADA",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"AGEUR / USD",assetName:"AGEUR",address:"0x9b88d07B2354eF5f4579690356818e07371c7BeD",path:"ageur-usd",input:"AGEUR",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"ALCX / USD",assetName:"ALCX",address:"0x5DB6e61B6159B20F068dc15A47dF2E5931b14f29",path:"alcx-usd",input:"ALCX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"ALGO / USD",assetName:"ALGO",address:"0x03Bc6D9EFed65708D35fDaEfb25E87631a0a3437",path:"algo-usd",input:"ALGO",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"APE / USD",assetName:"APE",address:"0x2Ac3F3Bfac8fC9094BC3f0F9041a51375235B992",path:"ape-usd",input:"APE",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"AVAX / USD",assetName:"AVAX",address:"0xe01eA2fbd8D76ee323FbEd03eB9a8625EC981A10",path:"avax-usd",input:"AVAX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"AXS / USD",assetName:"AXS",address:"0x9c371aE34509590E10aB98205d2dF5936A1aD875",path:"axs-usd",input:"AXS",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:137,name:"BADGER / ETH",assetName:"BADGER",address:"0x82C9d4E88862f194C2bd874a106a90dDD0D35AAB",path:"badger-eth",input:"BADGER",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"BADGER / USD",assetName:"BADGER",address:"0xF626964Ba5e81405f47e8004F0b276Bb974742B5",path:"badger-usd",input:"BADGER",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:137,name:"BAL / ETH",assetName:"BAL",address:"0x03CD157746c61F44597dD54C6f6702105258C722",path:"bal-eth",input:"BAL",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"BAL / USD",assetName:"BAL",address:"0xD106B538F2A868c28Ca1Ec7E298C3325E0251d66",path:"bal-usd",input:"BAL",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"BAT / USD",assetName:"BAT",address:"0x2346Ce62bd732c62618944E51cbFa09D985d86D2",path:"bat-usd",input:"BAT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"BCH / USD",assetName:"BCH",address:"0x327d9822e9932996f55b39F557AEC838313da8b7",path:"bch-usd",input:"BCH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"BNB / USD",assetName:"BNB",address:"0x82a6c4AF830caa6c97bb504425f6A66165C2c26e",path:"bnb-usd",input:"BNB",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:137,name:"BTC / ETH",assetName:"BTC",address:"0x19b0F0833C78c0848109E3842D34d2fDF2cA69BA",path:"btc-eth",input:"BTC",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"BTC / USD",assetName:"BTC",address:"0xc907E116054Ad103354f2D350FD2514433D57F6f",path:"btc-usd",input:"BTC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"BTC-USD Total Marketcap",assetName:"BTC",address:"0x18E4058491C3F58bC2f747A9E64cA256Ed6B318d",path:"btc-usd-marketcap",input:"BTC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:137,name:"CBETH / ETH",assetName:"CBETH",address:"0x0a6a03CdF7d0b48d4e4BA8e362A4FfC3aAC4f3c0",path:"cbeth-eth",input:"CBETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"CGT Proof of Reserves (ETH)",assetName:"CGT",address:"0x4e9fc7480c16F3FE5d956C0759eE6b4808d1F5D7",path:"cgt-por-eth",input:"CGT",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"CHZ / USD",assetName:"CHZ",address:"0x2409987e514Ad8B0973C2b90ee1D95051DF0ECB9",path:"chz-usd",input:"CHZ",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"COMP / USD",assetName:"COMP",address:"0x2A8758b7257102461BC958279054e372C2b1bDE6",path:"comp-usd",input:"COMP",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:137,name:"CRV / ETH",assetName:"CRV",address:"0x1CF68C76803c9A415bE301f50E82e44c64B7F1D4",path:"crv-eth",input:"CRV",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"CRV / USD",assetName:"CRV",address:"0x336584C8E6Dc19637A5b36206B1c79923111b405",path:"crv-usd",input:"CRV",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"CVX / USD",assetName:"CVX",address:"0x5ec151834040B4D453A1eA46aA634C1773b36084",path:"cvx-usd",input:"CVX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"Calculated MaticX / USD",assetName:"MATICX",address:"0x5d37E4b374E6907de8Fc7fb33EE3b0af403C7403",path:"calculated-maticx-usd",input:"MATICX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"Calculated stMATIC / USD",assetName:"STMATIC",address:"0x97371dF4492605486e23Da797fA68e55Fc38a13f",path:"calc-stmatic-usd",input:"STMATIC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:137,name:"DAI / ETH",assetName:"DAI",address:"0xFC539A559e170f848323e19dfD66007520510085",path:"dai-eth",input:"DAI",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"DAI / USD",assetName:"DAI",address:"0x4746DeC9e833A82EC7C2C1356372CcF2cfcD2F3D",path:"dai-usd",input:"DAI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"DASH / USD",assetName:"DASH",address:"0xD94427eDee70E4991b4b8DdCc848f2B58ED01C0b",path:"dash-usd",input:"DASH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"DGB / USD",assetName:"DGB",address:"0x4205eC5fd179A843caa7B0860a8eC7D980013359",path:"dgb-usd",input:"DGB",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"DODO / USD",assetName:"DODO",address:"0x59161117086a4C7A9beDA16C66e40Bdaa1C5a8B6",path:"dodo-usd",input:"DODO",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"DOGE / USD",assetName:"DOGE",address:"0xbaf9327b6564454F4a3364C33eFeEf032b4b4444",path:"doge-usd",input:"DOGE",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"DOGE-USD Total Marketcap",assetName:"DOGE",address:"0xbd238a35Fb47aE22F0cC551f14ffB8E8f04FCA21",path:"doge-usd-marketcap",input:"DOGE",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"DOT / USD",assetName:"DOT",address:"0xacb51F1a83922632ca02B25a8164c10748001BdE",path:"dot-usd",input:"DOT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:137,name:"DPI / ETH",assetName:"DPI",address:"0xC70aAF9092De3a4E5000956E672cDf5E996B4610",path:"dpi-eth",input:"DPI",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"DPI / USD",assetName:"DPI",address:"0x2e48b7924FBe04d575BA229A59b64547d9da16e9",path:"dpi-usd",input:"DPI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"EOS / USD",assetName:"EOS",address:"0xd6285F06203D938ab713Fa6A315e7d23247DDE95",path:"eos-usd",input:"EOS",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"ETC / USD",assetName:"ETC",address:"0xDf3f72Be10d194b58B1BB56f2c4183e661cB2114",path:"etc-usd",input:"ETC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"ETH / USD",assetName:"ETH",address:"0xF9680D99D6C9589e2a93a78A04A279e509205945",path:"eth-usd",input:"ETH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"ETH-USD Total Marketcap",assetName:"ETH",address:"0x67935f65D1577ced9f4929D3679A157E95C1c02c",path:"eth-usd-marketcap",input:"ETH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"FIL / USD",assetName:"FIL",address:"0xa07703E5C2eD1516107c7c72A494493Dcb99C676",path:"fil-usd",input:"FIL",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"FRAX / USD",assetName:"FRAX",address:"0x00DBeB1e45485d53DF7C2F0dF1Aa0b6Dc30311d3",path:"frax-usd",input:"FRAX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"FTM / USD",assetName:"FTM",address:"0x58326c0F831b2Dbf7234A4204F28Bba79AA06d5f",path:"ftm-usd",input:"FTM",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"FTT / USD",assetName:"FTT",address:"0x817A7D43f0277Ca480AE03Ec76Fc63A2EC7114bA",path:"ftt-usd",input:"FTT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"FXS / USD",assetName:"FXS",address:"0x6C0fe985D3cAcbCdE428b84fc9431792694d0f51",path:"fxs-usd",input:"FXS",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:137,name:"GHST / ETH",assetName:"GHST",address:"0xe638249AF9642CdA55A92245525268482eE4C67b",path:"ghst-eth",input:"GHST",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"GHST / USD",assetName:"GHST",address:"0xDD229Ce42f11D8Ee7fFf29bDB71C7b81352e11be",path:"ghst-usd",input:"GHST",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"GNS / USD",assetName:"GNS",address:"0x9cb43aa3D036Cb035a694Ba0AAa91f8875B16cE1",path:"gns-usd",input:"GNS",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"GRT / USD",assetName:"GRT",address:"0x3FabBfb300B1e2D7c9B84512fe9D30aeDF24C410",path:"grt-usd",input:"GRT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"HBAR / USD",assetName:"HBAR",address:"0xC5878bDf8a89FA3bF0DC8389ae8EE6DE601D01bC",path:"hbar-usd",input:"HBAR",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"ICP / USD",assetName:"ICP",address:"0x84227A76a04289473057BEF706646199D7C58c34",path:"icp-usd",input:"ICP",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:137,name:"ILV / ETH",assetName:"ILV",address:"0x3636B780588328dc3F5df075De5627DBc9A6BA10",path:"ilv-eth",input:"ILV",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"KAVA / USD",assetName:"KAVA",address:"0x7899dd75C329eFe63e35b02bC7d60D3739FB23c5",path:"kava-usd",input:"KAVA",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"KNC / USD",assetName:"KNC",address:"0x10e5f3DFc81B3e5Ef4e648C4454D04e79E1E41E2",path:"knc-usd",input:"KNC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:137,name:"LINK / ETH",assetName:"LINK",address:"0xb77fa460604b9C6435A235D057F7D319AC83cb53",path:"link-eth",input:"LINK",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:137,name:"LINK / MATIC",assetName:"LINK",address:"0x5787BefDc0ECd210Dfa948264631CD53E68F7802",path:"link-matic",input:"LINK",output:"POL",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"LINK / USD",assetName:"LINK",address:"0xd9FFdb71EbE7496cC440152d43986Aae0AB76665",path:"link-usd",input:"LINK",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"LTC / USD",assetName:"LTC",address:"0xEB99F173cf7d9a6dC4D889C2Ad7103e8383b6Efa",path:"ltc-usd",input:"LTC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"MANA / USD",assetName:"MANA",address:"0xA1CbF3Fe43BC3501e3Fc4b573e822c70e76A7512",path:"mana-usd",input:"MANA",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:137,name:"MATIC / ETH",assetName:"POL",address:"0x327e23A4855b6F663a28c5161541d69Af8973302",path:"matic-eth",input:"POL",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"MATIC / USD",assetName:"POL",address:"0xAB594600376Ec9fD91F8e885dADF0CE036862dE0",path:"matic-usd",input:"POL",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"MIMATIC / USD",assetName:"MIMATIC",address:"0xd8d483d813547CfB624b8Dc33a00F2fcbCd2D428",path:"mimatic-usd",input:"MIMATIC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:137,name:"MKR / ETH",assetName:"MKR",address:"0x807b59d12520830D1864286FA0271c27baa94197",path:"mkr-eth",input:"MKR",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"MKR / USD",assetName:"MKR",address:"0xa070427bF5bA5709f70e98b94Cb2F435a242C46C",path:"mkr-usd",input:"MKR",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:137,name:"MLN / ETH",assetName:"MLN",address:"0xB89D583B72aBF9C3a7e6e093251C2fCad3365312",path:"mln-eth",input:"MLN",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"OGN / USD",assetName:"OGN",address:"0x8Ec0eC2e0F26D8253ABf39Db4B1793D76B49C6D5",path:"ogn-usd",input:"OGN",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"OM / USD",assetName:"OM",address:"0xc86105DccF9BD629Cea7Fd41f94c6050bF96D57F",path:"om-usd",input:"OM",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"PAXG / USD",assetName:"PAXG",address:"0x0f6914d8e7e1214CDb3A4C6fbf729b75C69DF608",path:"paxg-usd",input:"PAXG",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"QNT / USD",assetName:"QNT",address:"0xF7F291042F6Cbc4deC0Ad75c17786511a530dbe8",path:"qnt-usd",input:"QNT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"QUICK / USD",assetName:"QUICK",address:"0x2251169D32E7538652a9a8c86bf0c43bFcd956f1",path:"quick-usd",input:"QUICK",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"SAND / USD",assetName:"SAND",address:"0x3D49406EDd4D52Fb7FFd25485f32E073b529C924",path:"sand-usd",input:"SAND",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"SHIB / USD",assetName:"SHIB",address:"0x3710abeb1A0Fc7C2EC59C26c8DAA7a448ff6125A",path:"shib-usd",input:"SHIB",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"SLP / USD",assetName:"SLP",address:"0xBB3eF70953fC3766bec4Ab7A9BF05B6E4caf89c6",path:"slp-usd",input:"SLP",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"SNX / USD",assetName:"SNX",address:"0xbF90A5D9B6EE9019028dbFc2a9E50056d5252894",path:"snx-usd",input:"SNX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"SOL / USD",assetName:"SOL",address:"0x10C8264C0935b3B9870013e057f330Ff3e9C56dC",path:"sol-usd",input:"SOL",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"STORJ / USD",assetName:"STORJ",address:"0x0F1d5Bd7be9B30Fc09E110cd6504Bd450e53cb0E",path:"storj-usd",input:"STORJ",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:137,name:"SUSHI / ETH",assetName:"SUSHI",address:"0x17414Eb5159A082e8d41D243C1601c2944401431",path:"sushi-eth",input:"SUSHI",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"SUSHI / USD",assetName:"SUSHI",address:"0x49B0c695039243BBfEb8EcD054EB70061fd54aa0",path:"sushi-usd",input:"SUSHI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"THETA / USD",assetName:"THETA",address:"0x38611b09F8f2D520c14eA973765C225Bf57B9Eac",path:"theta-usd",input:"THETA",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:137,name:"TRUMATIC / MATIC Exchange Rate",assetName:"TRUMATIC",address:"0xed7051d55eeaF85E36053D6b0f2C51E59625B047",path:"trumatic-matic-exchange-rate",input:"TRUMATIC",output:"MATIC",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"TRX / USD",assetName:"TRX",address:"0x307cCF7cBD17b69A487b9C3dbe483931Cf3E1833",path:"trx-usd",input:"TRX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"TUSD / USD",assetName:"TUSD",address:"0x7C5D415B64312D38c56B54358449d0a4058339d2",path:"tusd-usd",input:"TUSD",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"UMA / USD",assetName:"UMA",address:"0x33D9B1BAaDcF4b26ab6F8E83e9cb8a611B2B3956",path:"uma-usd",input:"UMA",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:137,name:"UNI / ETH",assetName:"UNI",address:"0x162d8c5bF15eB6BEe003a1ffc4049C92114bc931",path:"uni-eth",input:"UNI",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"UNI / USD",assetName:"UNI",address:"0xdf0Fb4e4F928d2dCB76f438575fDD8682386e13C",path:"uni-usd",input:"UNI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:137,name:"USDC / ETH",assetName:"USDC",address:"0xefb7e6be8356cCc6827799B6A7348eE674A80EaE",path:"usdc-eth",input:"USDC",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"USDC / USD",assetName:"USDC",address:"0xfE4A8cc5b5B2366C1B58Bea3858e81843581b2F7",path:"usdc-usd",input:"USDC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"USDS / USD",assetName:"USDS",address:"0x3B21a277babcB73b5a2325106FC04Df8AA1aC5b6",path:"usds-usd",input:"USDS",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:137,name:"USDT / ETH",assetName:"USDT",address:"0xf9d5AAC6E5572AEFa6bd64108ff86a222F69B64d",path:"usdt-eth",input:"USDT",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"USDT / USD",assetName:"USDT",address:"0x0A6513e40db6EB1b165753AD52E80663aeA50545",path:"usdt-usd",input:"USDT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"USDe / USD",assetName:"USDE",address:"0x5c3890e86f3E7Ed7F5390532De147953580f1605",path:"usde-usd",input:"USDE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:137,name:"WBTC / ETH",assetName:"WBTC",address:"0xA338e0492B2F944E9F8C0653D3AD1484f2657a37",path:"wbtc-eth",input:"WBTC",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"WBTC / USD",assetName:"WBTC",address:"0xDE31F8bFBD8c84b5360CFACCa3539B938dd78ae6",path:"wbtc-usd",input:"WBTC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"WOO / USD",assetName:"WOO",address:"0x6a99EC84819FB7007dd5D032068742604E755c56",path:"woo-usd",input:"WOO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:137,name:"WSTETH / ETH",assetName:"WSTETH",address:"0x10f964234cae09cB6a9854B56FF7D4F38Cda5E6a",path:"wsteth-eth",input:"WSTETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"XLM / USD",assetName:"XLM",address:"0x692AE5510cA9070095A496dbcFBCDA99D4024Cd9",path:"xlm-usd",input:"XLM",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"XMR / USD",assetName:"XMR",address:"0xBE6FB0AB6302B693368D0E9001fAF77ecc6571db",path:"xmr-usd",input:"XMR",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"XRP / USD",assetName:"XRP",address:"0x785ba89291f676b5386652eB12b30cF361020694",path:"xrp-usd",input:"XRP",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"XTZ / USD",assetName:"XTZ",address:"0x691e26AB58ff05800E028b0876A41B720b26FC65",path:"xtz-usd",input:"XTZ",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:137,name:"YFI / ETH",assetName:"YFI",address:"0x9896A1eA7A00F5f32Ab131eBbeE07487B0af31D0",path:"yfi-eth",input:"YFI",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"YFI / USD",assetName:"YFI",address:"0x9d3A43c111E7b2C6601705D9fcF7a70c95b1dc55",path:"yfi-usd",input:"YFI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"ZEC / USD",assetName:"ZEC",address:"0xBC08c639e579a391C4228F20d0C29d0690092DF0",path:"zec-usd",input:"ZEC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:137,name:"ibBTC PricePerShare",address:"0xc3E676E68dB28c9Fb2199f25B60560723237cc76",path:"ibbtc-pps",type:"crypto",updateInterval:600},{decimals:8,chainId:137,name:"sUSDe / USD",assetName:"SUSDE",address:"0xe71A04ACe06e2667c7e1c802E998CBf44A6bf53C",path:"susde-usd",input:"SUSDE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:137,name:"sUSDe / USDe Exchange Rate",assetName:"SUSDE",address:"0xd1d85Bf11c28F878EE75BdC39387a2a15E0390b7",path:"susde-usde-exchange-rate",input:"SUSDE",output:"USDE",type:"crypto",updateInterval:600},{decimals:18,chainId:137,name:"wstETH-stETH Exchange Rate",assetName:"wstETH",address:"0x3Ea1eC855fBda8bA0396975eC260AD2e9B2Bc01c",path:"wsteth-steth",input:"wstETH",output:"stETH",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"CHF / USD",assetName:"CHF",address:"0xFb00261Af80ADb1629D3869E377ae1EEC7bE659F",path:"chf-usd",input:"CHF",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:100,name:"EUR / USD",assetName:"EUR",address:"0xab70BCB260073d036d1660201e9d5405F5829b7a",path:"eur-usd",input:"EUR",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:100,name:"JPY / USD",assetName:"JPY",address:"0x2AfB993C670C01e9dA1550c58e8039C1D8b8A317",path:"jpy-usd",input:"JPY",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:100,name:"MXN / USD",assetName:"MXN",address:"0xe9cea51a7b1b9B32E057ff62762a2066dA933cD2",path:"mxn-usd",input:"MXN",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:100,name:"1INCH / USD",assetName:"1INCH",address:"0xFDF9EB5fafc11Efa65f6FD144898da39a7920Ae8",path:"1inch-usd",input:"1INCH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"AAVE / USD",assetName:"AAVE",address:"0x2b481Dc923Aa050E009113Dca8dcb0daB4B68cDF",path:"aave-usd",input:"AAVE",output:"USD",type:"crypto",updateInterval:600},{decimals:0,chainId:100,name:"AAVE Network Emergency Count (Gnosis Chain)",address:"0xF937ffAeA1363e4Fa260760bDFA2aA8Fc911F84D",path:"aave-network-emergency-count-xdai",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"AVAX / USD",assetName:"AVAX",address:"0x911e08A32A6b7671A80387F93147Ab29063DE9A2",path:"avax-usd",input:"AVAX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"BAL / USD",assetName:"BAL",address:"0x1b723C855F7D2c2785F99486973271355e782d77",path:"bal-usd",input:"BAL",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"BNB / USD",assetName:"BNB",address:"0x6D42cc26756C34F26BEcDD9b30a279cE9Ea8296E",path:"bnb-usd",input:"BNB",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"BTC / USD",assetName:"BTC",address:"0x6C1d7e76EF7304a40e8456ce883BC56d3dEA3F7d",path:"btc-usd",input:"BTC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"COMP / USD",assetName:"COMP",address:"0xBa95Bc8418Ebcdf8a690924E1d4aD5292139F2EA",path:"comp-usd",input:"COMP",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"CRV / USD",assetName:"CRV",address:"0xC77B83ac3Dd2a761073bD0f281f7b880B2DDDe18",path:"crv-usd",input:"CRV",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"DAI / USD",assetName:"DAI",address:"0x678df3415fc31947dA4324eC63212874be5a82f8",path:"dai-usd",input:"DAI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"DOGE / USD",assetName:"DOGE",address:"0x824b4A1A0443609A2ADd94a700b770FA5bE31287",path:"doge-usd",input:"DOGE",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"DOT / USD",assetName:"DOT",address:"0x3c30c5c415B2410326297F0f65f5Cbb32f3aefCc",path:"dot-usd",input:"DOT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"ETH / USD",assetName:"ETH",address:"0xa767f745331D267c7751297D982b050c93985627",path:"eth-usd",input:"ETH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"FTT / USD",assetName:"FTT",address:"0x0CaE8f5c10931f0Ce87Ed9BbB71391C6E93C2C26",path:"ftt-usd",input:"FTT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"GHO / USD",assetName:"GHO",address:"0x855193775eF2ABb12CF95DE3086229a14Ab8E0E3",path:"gho-usd",input:"GHO",output:"GHO",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"GNO / USD",assetName:"GNO",address:"0x22441d81416430A54336aB28765abd31a792Ad37",path:"gno-usd",input:"GNO",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"GRT / USD",assetName:"GRT",address:"0xeBbd67a84e33791F1bcFde74CDc22a71e332e2F1",path:"grt-usd",input:"GRT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:100,name:"LINK / DAI",assetName:"LINK",address:"0xc89077976e03d19057eb296215C15afAe4A7464B",path:"link-dai",input:"LINK",output:"DAI",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"LINK / USD",assetName:"LINK",address:"0xed322A5ac55BAE091190dFf9066760b86751947B",path:"link-usd",input:"LINK",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"MKR / USD",assetName:"MKR",address:"0x51e4024255d0cBd1F4C79AEe6BDB6565Df2C5d1b",path:"mkr-usd",input:"MKR",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"PERP / USD",assetName:"PERP",address:"0x76e76F7E73F3BD42E3c2b4282B50b36E78130B4A",path:"perp-usd",input:"PERP",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"REN / USD",assetName:"REN",address:"0x27d4D36968a2BD1Cc3406D99cB1DF50561dBf2a4",path:"ren-usd",input:"REN",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"SNX / USD",assetName:"SNX",address:"0x3b84d6e6976D5826500572600eB44f9f1753827b",path:"snx-usd",input:"SNX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"SOL / USD",assetName:"SOL",address:"0xB7B7d008c49295A0FF6Eed6dF4Ad3052Fd39d5e6",path:"sol-usd",input:"SOL",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"STETH / USD",assetName:"STETH",address:"0x229e486Ee0D35b7A9f668d10a1e6029eEE6B77E0",path:"steth-usd",input:"STETH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"SUSHI / USD",assetName:"SUSHI",address:"0xC0a6Bf8d5D408B091D022C3C0653d4056D4B9c01",path:"sushi-usd",input:"SUSHI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"UMA / USD",assetName:"UMA",address:"0xF826E3ff8c0481D2e58DB9d301936F94Cd4fa916",path:"uma-usd",input:"UMA",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"UNI / USD",assetName:"UNI",address:"0xd98735d78266c62277Bb4dBf3e3bCdd3694782F4",path:"uni-usd",input:"UNI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"USDC / USD",assetName:"USDC",address:"0x26C31ac71010aF62E6B486D1132E266D6298857D",path:"usdc-usd",input:"USDC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"USDT / USD",assetName:"USDT",address:"0x68811D7DF835B1c33e6EEae8E7C141eF48d48cc7",path:"usdt-usd",input:"USDT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"WBTC / USD",assetName:"WBTC",address:"0x00288135bE38B83249F380e9b6b9a04c90EC39eE",path:"wbtc-usd",input:"WBTC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"YFI / USD",assetName:"YFI",address:"0x14030d5a0C9e63D9606C6f2c8771Fc95b34b07e0",path:"yfi-usd",input:"YFI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:100,name:"ZIL / USD",assetName:"ZIL",address:"0x2997eBa3d9c2447c36107bB0F082b8c33566b49c",path:"zil-usd",input:"ZIL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:100,name:"osETH / ETH Exchange Rate",assetName:"OSETH",address:"0xc5f7665e7FdC5059B93Db8bEAB83F5ffA05Eb18e",path:"oseth-eth-exchange-rate",input:"OSETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:100,name:"wstETH-ETH Exchange Rate",assetName:"WSTETH",address:"0x0064AC007fF665CF8D0D3Af5E0AD1c26a3f853eA",path:"wsteth-eth-exchange-rate",input:"WSTETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"AUD / USD",assetName:"AUD",address:"0x9854e9a850e7C354c1de177eA953a6b1fba8Fc22",path:"aud-usd",input:"AUD",output:"USD",type:"fiat",updateInterval:600},{decimals:18,chainId:42161,name:"AUD/USD-RefPrice-DS-Premium-Global-004",assetName:"AUD",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"aud-usd-rwa-prod-v04",input:"AUD",output:"USD",type:"fiat",updateInterval:600},{decimals:18,chainId:42161,name:"AUD/USD-RefPrice-DSstaging-Premium-Global-004",assetName:"AUD",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"aud-usd-rwa-staging-experimental-v04",input:"AUD",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:42161,name:"BRL / USD",assetName:"BRL",address:"0x04b7384473A2aDF1903E3a98aCAc5D62ba8C2702",path:"brl-usd",input:"BRL",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:42161,name:"CAD / USD",assetName:"CAD",address:"0xf6DA27749484843c4F02f5Ad1378ceE723dD61d4",path:"cad-usd",input:"CAD",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:42161,name:"CHF / USD",assetName:"CHF",address:"0xe32AccC8c4eC03F6E75bd3621BfC9Fbb234E1FC3",path:"chf-usd",input:"CHF",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:42161,name:"CNY / USD",assetName:"CNY",address:"0xcC3370Bde6AFE51e1205a5038947b9836371eCCb",path:"cny-usd",input:"CNY",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:42161,name:"EUR / USD",assetName:"EUR",address:"0xA14d53bC1F1c0F31B4aA3BD109344E5009051a84",path:"eur-usd",input:"EUR",output:"USD",type:"fiat",updateInterval:600},{decimals:18,chainId:42161,name:"EUR/USD-RefPrice-DS-Premium-Global-004",assetName:"EUR",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"eur-usd-rwa-prod-v04",input:"EUR",output:"USD",type:"fiat",updateInterval:600},{decimals:18,chainId:42161,name:"EUR/USD-RefPrice-DSstaging-Premium-Global-004",assetName:"EUR",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"eur-usd-rwa-staging-experimental-v04",input:"EUR",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:42161,name:"GBP / USD",assetName:"GBP",address:"0x9C4424Fd84C6661F97D8d6b3fc3C1aAc2BeDd137",path:"gbp-usd",input:"GBP",output:"USD",type:"fiat",updateInterval:600},{decimals:18,chainId:42161,name:"GBP/USD-RefPrice-DS-Premium-Global-004",assetName:"GBP",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"gbp-usd-rwa-prod-v04",input:"GBP",output:"USD",type:"fiat",updateInterval:600},{decimals:18,chainId:42161,name:"GBP/USD-RefPrice-DSstaging-Premium-Global-004",assetName:"GBP",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"gbp-usd-rwa-staging-experimental-v04",input:"GBP",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:42161,name:"HKD / USD",assetName:"HKD",address:"0x5082d93991DfCc69F57a27CEC63EDEe1B8C22757",path:"hkd-usd",input:"HKD",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:42161,name:"JPY / USD",assetName:"JPY",address:"0x3dD6e51CB9caE717d5a8778CF79A04029f9cFDF8",path:"jpy-usd",input:"JPY",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:42161,name:"KRW / USD",assetName:"KRW",address:"0x85bb02E0Ae286600d1c68Bb6Ce22Cc998d411916",path:"krw-usd",input:"KRW",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:42161,name:"PHP / USD",assetName:"PHP",address:"0xfF82AAF635645fD0bcc7b619C3F28004cDb58574",path:"php-usd",input:"PHP",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:42161,name:"SEK / USD",assetName:"SEK",address:"0xdE89a55d04DEd40A410877ab87d4F567ee66a1f0",path:"sek-usd",input:"SEK",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:42161,name:"SGD / USD",assetName:"SGD",address:"0xF0d38324d1F86a176aC727A4b0c43c9F9d9c5EB1",path:"sgd-usd",input:"SGD",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:42161,name:"TRY / USD",assetName:"TRY",address:"0xE8f8AfE4b56c6C421F691bfAc225cE61b2C7CD05",path:"try-usd",input:"TRY",output:"USD",type:"fiat",updateInterval:600},{decimals:18,chainId:42161,name:"USD/CAD-RefPrice-DS-Premium-Global-004",assetName:"USD",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"usd-cad-rwa-prod-v04",input:"USD",output:"CAD",type:"fiat",updateInterval:600},{decimals:18,chainId:42161,name:"USD/CAD-RefPrice-DSstaging-Premium-Global-004",assetName:"USD",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"usd-cad-rwa-staging-experimental-v04",input:"USD",output:"CAD",type:"fiat",updateInterval:600},{decimals:18,chainId:42161,name:"USD/CHF-RefPrice-DS-Premium-Global-004",assetName:"USD",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"usd-chf-rwa-prod-v04",input:"USD",output:"CHF",type:"fiat",updateInterval:600},{decimals:18,chainId:42161,name:"USD/CHF-RefPrice-DSstaging-Premium-Global-004",assetName:"USD",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"usd-chf-rwa-staging-experimental-v04",input:"USD",output:"CHF",type:"fiat",updateInterval:600},{decimals:18,chainId:42161,name:"USD/CNH-RefPrice-DS-Premium-Global-004",assetName:"USD",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"usd-cnh-rwa-prod-v04",input:"USD",output:"CNH",type:"fiat",updateInterval:600},{decimals:18,chainId:42161,name:"USD/CNH-RefPrice-DSstaging-Premium-Global-004",assetName:"USD",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"usd-cnh-rwa-staging-experimental-v04",input:"USD",output:"CNH",type:"fiat",updateInterval:600},{decimals:18,chainId:42161,name:"USD/JPY-RefPrice-DS-Premium-Global-004",assetName:"USD",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"usd-jpy-rwa-prod-v04",input:"USD",output:"JPY",type:"fiat",updateInterval:600},{decimals:18,chainId:42161,name:"USD/JPY-RefPrice-DSstaging-Premium-Global-004",assetName:"USD",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"usd-jpy-rwa-staging-experimental-v04",input:"USD",output:"JPY",type:"fiat",updateInterval:600},{decimals:18,chainId:42161,name:"XAG/USD-RefPrice-DS-Premium-Global-004",assetName:"XAG",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"xag-usd-rwa-prod-v04",input:"XAG",output:"USD",type:"fiat",updateInterval:600},{decimals:18,chainId:42161,name:"XAG/USD-RefPrice-DSstaging-Premium-Global-004",assetName:"XAG",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"xag-usd-rwa-staging-experimental-v04",input:"XAG",output:"USD",type:"fiat",updateInterval:600},{decimals:18,chainId:42161,name:"XAU/USD-RefPrice-DS-Premium-Global-004",assetName:"XAU",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"xau-usd-rwa-prod-v04",input:"XAU",output:"USD",type:"fiat",updateInterval:600},{decimals:18,chainId:42161,name:"XAU/USD-RefPrice-DSstaging-Premium-Global-004",assetName:"XAU",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"xau-usd-rwa-staging-experimental-v04",input:"XAU",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:42161,name:"ZAR / USD",assetName:"ZAR",address:"0xA9cC9B5Ea2584239365Ea6b985868D121CB7Aea6",path:"zar-usd",input:"ZAR",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:42161,name:"1INCH / USD",assetName:"1INCH",address:"0x4bC735Ef24bf286983024CAd5D03f0738865Aaef",path:"1inch-usd",input:"1INCH",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"1INCH/USD-RefPrice-DS-Premium-Global-003",assetName:"1INCH",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"1inch-usd-premium-prod-v03",input:"1INCH",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"1INCH/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"1INCH",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"1inch-usd-premium-staging-experimental-v03",input:"1INCH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"AAVE / USD",assetName:"AAVE",address:"0xaD1d5344AaDE45F43E596773Bcc4c423EAbdD034",path:"aave-usd",input:"AAVE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"AAVE/USD-RefPrice-DS-Premium-Global-003",assetName:"AAVE",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"aave-usd-premium-prod",input:"AAVE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"AAVE/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"aave-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ACE/USD-RefPrice-DS-Premium-Global-003",assetName:"ACE",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"ace-usd-premium-prod-v03",input:"ACE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ACE/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"ACE",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"ace-usd-premium-staging-experimental-v03",input:"ACE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ACRED/USD-RefPrice-mainnet-production",assetName:"ACRED",address:"0x0000000000000000000000000000000000000000",path:"acred-usd-refprice-mainnet-production",input:"ACRED",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"ADA / USD",assetName:"ADA",address:"0xD9f615A9b820225edbA2d821c4A696a0924051c6",path:"ada-usd",input:"ADA",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ADA/USD-RefPrice-DS-Premium-Global-003",assetName:"ADA",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"ada-usd-premium-prod",input:"ADA",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ADA/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"ada-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"AERGO/USD-RefPrice-mainnet-production",assetName:"AERGO",address:"0x0000000000000000000000000000000000000000",path:"aergo-usd-refprice-mainnet-production",input:"AERGO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"AERGO/USDT-Binance-FundingRate-mainnet-staging",assetName:"AERGO",address:"0x0000000000000000000000000000000000000000",path:"aergo-usdt-binance-fundingrate-mainnet-staging",input:"AERGO",output:"USDT",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"AERO/USD-RefPrice-mainnet-production",assetName:"AERO",address:"0x0000000000000000000000000000000000000000",path:"aero-usd-refprice-mainnet-production",input:"AERO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"AERO/USD-RefPrice-mainnet-staging",assetName:"AERO",address:"0x0000000000000000000000000000000000000000",path:"aero-usd-refprice-mainnet-staging",input:"AERO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"AEVO/USD-RefPrice-DS-Premium-Global-003",assetName:"AEVO",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"aevo-usd-premium-prod-v03",input:"AEVO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"AEVO/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"AEVO",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"aevo-usd-premium-staging-experimental",input:"AEVO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"AI/USD-RefPrice-DS-Premium-Global-003",assetName:"AI",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"ai-usd-premium-prod-v03",input:"AI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"AI/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"AI",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"ai-usd-premium-staging-experimental-v03",input:"AI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"AI16Z/USD-RefPrice-DS-Premium-Global-003",assetName:"AI16Z",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"ai16z-usd-premium-prod-v03",input:"AI16Z",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"AI16Z/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"AI16Z",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"ai16z-usd-premium-staging-experimental-v03",input:"AI16Z",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"AIXBT/USD-RefPrice-mainnet-production",assetName:"AIXBT",address:"0x0000000000000000000000000000000000000000",path:"aixbt-usd-refprice-mainnet-production",input:"AIXBT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"AIXBT/USD-RefPrice-mainnet-staging",assetName:"AIXBT",address:"0x0000000000000000000000000000000000000000",path:"aixbt-usd-refprice-mainnet-staging",input:"AIXBT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ALGO/USD-RefPrice-DS-Premium-Global-003",assetName:"ALGO",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"algo-usd-refprice-ds-premium-global-003-prod",input:"ALGO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ALGO/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"ALGO",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"algo-usd-premium-staging-experimental",input:"ALGO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ALT/USD-RefPrice-DS-Premium-Global-003",assetName:"ALT",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"alt-usd-refprice-ds-premium-global-003-prod",input:"ALT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ANIME/USD-RefPrice-DS-Premium-Global-003",assetName:"ANIME",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"anime-usd-premium-prod-v03",input:"ANIME",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ANIME/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"ANIME",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"anime-usd-premium-staging-experimental-v03",input:"ANIME",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ANKR/USD-RefPrice-mainnet-production",assetName:"ANKR",address:"0x0000000000000000000000000000000000000000",path:"ankr-usd-refprice-mainnet-production",input:"ANKR",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ANKR/USD-RefPrice-mainnet-staging",assetName:"ANKR",address:"0x0000000000000000000000000000000000000000",path:"ankr-usd-refprice-mainnet-staging",input:"ANKR",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"ANON / USD",assetName:"ANON",address:"0x38ACD8CA9612737D2Ba42881b544626A8E18b061",path:"anon-usd",input:"ANON",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"APE / USD",assetName:"APE",address:"0x221912ce795669f628c51c69b7d0873eDA9C03bB",path:"ape-usd",input:"APE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"APE/USD-RefPrice-DS-Premium-Global-003",assetName:"APE",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"ape-usd-premium-prod",input:"APE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"APT/USD-RefPrice-DS-Premium-Global-003",assetName:"APT",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"apt-usd-premium-prod",input:"APT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"APT/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"apt-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"APU/USD-RefPrice-mainnet-production",assetName:"APU",address:"0x0000000000000000000000000000000000000000",path:"apu-usd-refprice-mainnet-production",input:"APU",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"AR/USD-RefPrice-DS-Premium-Global-003",assetName:"AR",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"ar-usd-refprice-ds-premium-global-003-prod",input:"AR",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"ARB / USD",assetName:"ARB",address:"0xb2A824043730FE05F3DA2efaFa1CBbe83fa548D6",path:"arb-usd",input:"ARB",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ARB/USD-RefPrice-DS-Premium-Global-003",assetName:"ARB",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"arb-usd-premium-prod",input:"ARB",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ARB/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"arb-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ARKM/USD-RefPrice-DS-Premium-Global-003",assetName:"ARKM",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"arkm-usd-premium-prod-v03",input:"ARKM",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ARKM/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"ARKM",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"arkm-usd-premium-staging-experimental",input:"ARKM",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"ASTR / USD",assetName:"ASTR",address:"0x70E48a135F76bA31B47FE944e769E052A8FeB849",path:"astr-usd",input:"ASTR",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ASTR/USD-RefPrice-DS-Premium-Global-003",assetName:"ASTR",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"astr-usd-premium-prod",input:"ASTR",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ATH/USD-RefPrice-DS-Premium-Global-003",assetName:"ATH",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"ath-usd-premium-prod-v03",input:"ATH",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ATH/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"ATH",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"ath-usd-premium-staging-experimental-v03",input:"ATH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"ATOM / USD",assetName:"ATOM",address:"0xCDA67618e51762235eacA373894F0C79256768fa",path:"atom-usd",input:"ATOM",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ATOM/USD-RefPrice-DS-Premium-Global-003",assetName:"ATOM",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"atom-usd-premium-prod",input:"ATOM",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ATOM/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"atom-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"AVAX / USD",assetName:"AVAX",address:"0x8bf61728eeDCE2F32c456454d87B5d6eD6150208",path:"avax-usd",input:"AVAX",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"AVAX/USD-RefPrice-DS-Premium-Global-003",assetName:"AVAX",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"avax-usd-premium-prod",input:"AVAX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"AXL / USD",assetName:"AXL",address:"0x84e8237CC1418Ea1B4A1e0C3e7F48c3A5fbC81AF",path:"axl-usd",input:"AXL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"AXL/USD-RefPrice-mainnet-production",assetName:"AXL",address:"0x0000000000000000000000000000000000000000",path:"axl-usd-refprice-mainnet-production",input:"AXL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"AXL/USD-RefPrice-mainnet-staging",assetName:"AXL",address:"0x0000000000000000000000000000000000000000",path:"axl-usd-refprice-mainnet-staging",input:"AXL",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"AXS / USD",assetName:"AXS",address:"0x5B58aA6E0651Ae311864876A55411F481aD86080",path:"axs-usd",input:"AXS",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"AXS/USD-RefPrice-DS-Premium-Global-003",assetName:"AXS",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"axs-usd-premium-prod",input:"AXS",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"AXS/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"AXS",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"axs-usd-premium-staging-experimental",input:"AXS",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"BAL / USD",assetName:"BAL",address:"0xBE5eA816870D11239c543F84b71439511D70B94f",path:"bal-usd",input:"BAL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BAL/USD-RefPrice-mainnet-production",assetName:"BAL",address:"0x0000000000000000000000000000000000000000",path:"bal-usd-refprice-mainnet-production",input:"BAL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BANK/USD-RefPrice-mainnet-production",assetName:"BANK",address:"0x0000000000000000000000000000000000000000",path:"bank-usd-refprice-mainnet-production",input:"BANK",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BAT/USD-RefPrice-mainnet-production",assetName:"BAT",address:"0x0000000000000000000000000000000000000000",path:"bat-usd-refprice-mainnet-production",input:"BAT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BAT/USD-RefPrice-mainnet-staging",assetName:"BAT",address:"0x0000000000000000000000000000000000000000",path:"bat-usd-refprice-mainnet-staging",input:"BAT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BB/USD-RefPrice-DS-Premium-Global-003",assetName:"BB",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"bb-usd-premium-prod-v03",input:"BB",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BB/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"BB",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"bb-usd-premium-staging-experimental",input:"BB",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BBSOL/USD-RefPrice-mainnet-production",assetName:"BBSOL",address:"0x0000000000000000000000000000000000000000",path:"bbsol-usd-refprice-mainnet-production",input:"BBSOL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BCH/USD-RefPrice-DS-Premium-Global-003",assetName:"BCH",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"bch-usd-premium-prod",input:"BCH",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BCH/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"bch-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BEAM/USD-RefPrice-mainnet-production",assetName:"BEAM",address:"0x0000000000000000000000000000000000000000",path:"beam-usd-refprice-mainnet-production",input:"BEAM",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"BERA / USD",assetName:"BERA",address:"0x4f861F14246229530a881D32C8d26D78b8c48BE6",path:"bera-usd",input:"BERA",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BERA/USD-RefPrice-DS-Premium-Global-003",assetName:"BERA",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"bera-usd-premium-prod-v03",input:"BERA",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BERA/USD-RefPrice-mainnet-staging",assetName:"BERA",address:"0x0000000000000000000000000000000000000000",path:"bera-usd-refprice-mainnet-staging",input:"BERA",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BGB/USD-RefPrice-mainnet-production",assetName:"BGB",address:"0x0000000000000000000000000000000000000000",path:"bgb-usd-refprice-mainnet-production",input:"BGB",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BIGTIME/USD-RefPrice-DS-Premium-Global-003",assetName:"BIGTIME",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"bigtime-usd-premium-prod-v03",input:"BIGTIME",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BIGTIME/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"BIGTIME",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"bigtime-usd-premium-staging-experimental",input:"BIGTIME",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BLAST/USD-RefPrice-DS-Premium-Global-003",assetName:"BLAST",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"blast-usd-refprice-ds-premium-global-003-prod",input:"BLAST",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BLAST/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"BLAST",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"blast-usd-refprice-dsstaging-premium-global-003-staging-experimental",input:"BLAST",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BLUE/USD-RefPrice-mainnet-production",assetName:"BLUE",address:"0x0000000000000000000000000000000000000000",path:"blue-usd-refprice-mainnet-production",input:"BLUE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BLUR/USD-RefPrice-DS-Premium-Global-003",assetName:"BLUR",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"blur-usd-premium-prod-v03",input:"BLUR",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BLUR/USD-RefPrice-DSstaging-Premium-Global-003-dead",assetName:"BLUR",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"blur-usd-premium-staging-experimental-dead",input:"BLUR",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"BNB / USD",assetName:"BNB",address:"0x6970460aabF80C5BE983C6b74e5D06dEDCA95D4A",path:"bnb-usd",input:"BNB",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BNB/USD-RefPrice-DS-Premium-Global-003",assetName:"BNB",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"bnb-usd-premium-prod",input:"BNB",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BNB/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"bnb-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BNSOL/USD-RefPrice-mainnet-production",assetName:"BNSOL",address:"0x0000000000000000000000000000000000000000",path:"bnsol-usd-refprice-mainnet-production",input:"BNSOL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BOME/USD-RefPrice-DS-Premium-Global-003",assetName:"BOME",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"bome-usd-refprice-ds-premium-global-003-prod",input:"BOME",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"BONE / USD",assetName:"BONE",address:"0x8b7C8726F93063b88Db512f34b90291AEB1E884B",path:"bone-usd",input:"BONE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BONE/USD-RefPrice-mainnet-production",assetName:"BONE",address:"0x0000000000000000000000000000000000000000",path:"bone-usd-refprice-mainnet-production",input:"BONE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BONK/USD-RefPrice-DS-Premium-Global-003",assetName:"BONK",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"bonk-usd-premium-prod",input:"BONK",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BRETT/USD-RefPrice-DS-Premium-Global-003",assetName:"BRETT",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"brett-usd-premium-prod-v03",input:"BRETT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BRETT/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"BRETT",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"brett-usd-premium-staging-experimental",input:"BRETT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BROCCOLI/USD-RefPrice-mainnet-production",assetName:"BROCCOLI",address:"0x0000000000000000000000000000000000000000",path:"broccoli-usd-refprice-mainnet-production",input:"BROCCOLI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BROCCOLI/USD-RefPrice-mainnet-staging",assetName:"BROCCOLI",address:"0x0000000000000000000000000000000000000000",path:"broccoli-usd-refprice-mainnet-staging",input:"BROCCOLI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BSV/USD-RefPrice-mainnet-production",assetName:"BSV",address:"0x0000000000000000000000000000000000000000",path:"bsv-usd-refprice-mainnet-production",input:"BSV",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BTC / ETH",assetName:"BTC",address:"0xc5a90A6d7e4Af242dA238FFe279e9f2BA0c64B2e",path:"btc-eth",input:"BTC",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"BTC / USD",assetName:"BTC",address:"0x6ce185860a4963106506C203335A2910413708e9",path:"btc-usd",input:"BTC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BTC-ETH-SOL-USDC-USDT/USD-RefPrice-mainnet-production",assetName:"BTC-ETH-SOL-USDC-USDT",address:"0x0000000000000000000000000000000000000000",path:"btc-eth-sol-usdc-usdt-usd-refprice-mainnet-production",input:"BTC-ETH-SOL-USDC-USDT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"BTC-USD Total Marketcap",assetName:"BTC",address:"0x7519bCA20e21725557Bb98d9032124f8885a26C2",path:"btc-usd-marketcap",input:"BTC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BTC/USD-RefPrice-DS-Premium-Global-003",assetName:"BTC",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"btc-usd-premium-prod",input:"BTC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BTC/USDT-Binance-FundingRate-mainnet-staging",assetName:"BTC",address:"0x0000000000000000000000000000000000000000",path:"btc-usdt-binance-fundingrate-mainnet-staging",input:"BTC",output:"USDT",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BTC/USDT-Deribit-FundingRate-mainnet-staging",assetName:"BTC",address:"0x0000000000000000000000000000000000000000",path:"btc-usdt-deribit-fundingrate-mainnet-staging",input:"BTC",output:"USDT",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"BTT/USD-RefPrice-mainnet-production",assetName:"BTT",address:"0x0000000000000000000000000000000000000000",path:"btt-usd-refprice-mainnet-production",input:"BTT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"C98/USD-RefPrice-DS-Premium-Global-003",assetName:"C98",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"c98-usd-premium-prod-v03",input:"C98",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"C98/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"C98",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"c98-usd-premium-staging-experimental",input:"C98",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"CAKE / USD",assetName:"CAKE",address:"0x256654437f1ADA8057684b18d742eFD14034C400",path:"cake-usd",input:"CAKE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"CAKE/USD-RefPrice-mainnet-production",assetName:"CAKE",address:"0x0000000000000000000000000000000000000000",path:"cake-usd-refprice-mainnet-production",input:"CAKE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"CAKE/USD-RefPrice-mainnet-staging",assetName:"CAKE",address:"0x0000000000000000000000000000000000000000",path:"cake-usd-refprice-mainnet-staging",input:"CAKE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"CAT/USD-RefPrice-DSstaging-Premium-Global-003-dead",assetName:"CAT",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"cat-usd-premium-staging-experimental-v03-dead",input:"CAT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"CATI/USD-RefPrice-mainnet-production",assetName:"CATI",address:"0x0000000000000000000000000000000000000000",path:"cati-usd-refprice-mainnet-production",input:"CATI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"CATI/USD-RefPrice-mainnet-staging",assetName:"CATI",address:"0x0000000000000000000000000000000000000000",path:"cati-usd-refprice-mainnet-staging",input:"CATI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"CBETH / ETH",assetName:"CBETH",address:"0xa668682974E3f121185a3cD94f00322beC674275",path:"cbeth-eth",input:"CBETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"CELO/USD-RefPrice-mainnet-production",assetName:"CELO",address:"0x0000000000000000000000000000000000000000",path:"celo-usd-refprice-mainnet-production",input:"CELO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"CELO/USD-RefPrice-mainnet-staging",assetName:"CELO",address:"0x0000000000000000000000000000000000000000",path:"celo-usd-refprice-mainnet-staging",input:"CELO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"CFG/USD-RefPrice-mainnet-production",assetName:"CFG",address:"0x0000000000000000000000000000000000000000",path:"cfg-usd-refprice-mainnet-production",input:"CFG",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"CFX/USD-RefPrice-mainnet-production",assetName:"CFX",address:"0x0000000000000000000000000000000000000000",path:"cfx-usd-refprice-mainnet-production",input:"CFX",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"CHR/USD-RefPrice-DS-Premium-Global-003",assetName:"CHR",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"chr-usd-premium-prod-v03",input:"CHR",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"CHR/USD-RefPrice-DSstaging-Premium-Global-003-dead",assetName:"CHR",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"chr-usd-premium-staging-experimental-v03-dead",input:"CHR",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"CHZ/USD-RefPrice-DS-Premium-Global-003",assetName:"CHZ",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"chz-usd-refprice-ds-premium-global-003-prod",input:"CHZ",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"COMP / USD",assetName:"COMP",address:"0xe7C53FFd03Eb6ceF7d208bC4C13446c76d1E5884",path:"comp-usd",input:"COMP",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"COMP/USD-RefPrice-DS-Premium-Global-003",assetName:"COMP",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"comp-usd-premium-prod",input:"COMP",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"COMP/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"COMP",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"comp-usd-premium-staging-experimental",input:"COMP",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"COQ/USD-RefPrice-DS-Premium-Global-003",assetName:"COQ",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"coq-usd-premium-prod-v03",input:"COQ",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"COQ/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"COQ",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"coq-usd-premium-staging-experimental-v03",input:"COQ",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"CORE / USD",assetName:"CORE",address:"0x037100C673E8A63fBF8F6f78A8FBeEbb683593a8",path:"core-usd",input:"CORE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"CORE/USD-RefPrice-mainnet-production",assetName:"CORE",address:"0x0000000000000000000000000000000000000000",path:"core-usd-refprice-mainnet-production",input:"CORE",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"CRO / USD",assetName:"CRO",address:"0xea320E4d688B143A3bFBF1b4a5cc4B986fCa086c",path:"cro-usd",input:"CRO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"CRO/USD-RefPrice-mainnet-production",assetName:"CRO",address:"0x0000000000000000000000000000000000000000",path:"cro-usd-refprice-mainnet-production",input:"CRO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"CROAK/USD-RefPrice-mainnet-production",assetName:"CROAK",address:"0x0000000000000000000000000000000000000000",path:"croak-usd-refprice-mainnet-production",input:"CROAK",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"CROAK/USD-RefPrice-mainnet-staging",assetName:"CROAK",address:"0x0000000000000000000000000000000000000000",path:"croak-usd-refprice-mainnet-staging",input:"CROAK",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"CRV / USD",assetName:"CRV",address:"0xaebDA2c976cfd1eE1977Eac079B4382acb849325",path:"crv-usd",input:"CRV",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"CRV/USD-RefPrice-DS-Premium-Global-003",assetName:"CRV",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"crv-usd-premium-prod",input:"CRV",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"CRV/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"CRV",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"crv-usd-premium-staging-experimental",input:"CRV",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"CRVUSD / USD",assetName:"CRVUSD",address:"0x0a32255dd4BB6177C994bAAc73E0606fDD568f66",path:"crvusd-usd",input:"CRVUSD",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"CTC/USD-RefPrice-mainnet-production",assetName:"CTC",address:"0x0000000000000000000000000000000000000000",path:"ctc-usd-refprice-mainnet-production",input:"CTC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"CV Index",address:"0xbcD8bEA7831f392bb019ef3a672CC15866004536",path:"cv-index",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"CVX / USD",assetName:"CVX",address:"0x851175a919f36c8e30197c09a9A49dA932c2CC00",path:"cvx-usd",input:"CVX",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"CYBER/USD-RefPrice-DS-Premium-Global-003",assetName:"CYBER",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"cyber-usd-premium-prod-v03",input:"CYBER",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"CYBER/USD-RefPrice-DSstaging-Premium-Global-003-dead",assetName:"CYBER",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"cyber-usd-premium-staging-experimental-v03-dead",input:"CYBER",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"DAI / USD",assetName:"DAI",address:"0xc5C8E77B397E531B8EC06BFb0048328B30E9eCfB",path:"dai-usd",input:"DAI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"DAI/USD-RefPrice-DS-Premium-Global-003",assetName:"DAI",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"dai-usd-premium-prod",input:"DAI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"DAI/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"dai-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"DARK/USD-RefPrice-mainnet-production",assetName:"DARK",address:"0x0000000000000000000000000000000000000000",path:"dark-usd-refprice-mainnet-production",input:"DARK",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"DASH/USD-RefPrice-mainnet-production",assetName:"DASH",address:"0x0000000000000000000000000000000000000000",path:"dash-usd-refprice-mainnet-production",input:"DASH",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"DASH/USD-RefPrice-mainnet-staging",assetName:"DASH",address:"0x0000000000000000000000000000000000000000",path:"dash-usd-refprice-mainnet-staging",input:"DASH",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"DEEP/USD-RefPrice-mainnet-production",assetName:"DEEP",address:"0x0000000000000000000000000000000000000000",path:"deep-usd-refprice-mainnet-production",input:"DEEP",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"DEUSD/USD-RefPrice-mainnet-production",assetName:"DEUSD",address:"0x0000000000000000000000000000000000000000",path:"deusd-usd-refprice-mainnet-production",input:"DEUSD",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"DODO / USD",assetName:"DODO",address:"0xA33a06c119EC08F92735F9ccA37e07Af08C4f281",path:"dodo-usd",input:"DODO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"DODO/USD-RefPrice-mainnet-production",assetName:"DODO",address:"0x0000000000000000000000000000000000000000",path:"dodo-usd-refprice-mainnet-production",input:"DODO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"DODO/USD-RefPrice-mainnet-staging",assetName:"DODO",address:"0x0000000000000000000000000000000000000000",path:"dodo-usd-refprice-mainnet-staging",input:"DODO",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"DOGE / USD",assetName:"DOGE",address:"0x9A7FB1b3950837a8D9b40517626E11D4127C098C",path:"doge-usd",input:"DOGE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"DOGE/USD-RefPrice-DS-Premium-Global-003",assetName:"DOGE",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"doge-usd-premium-prod",input:"DOGE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"DOGE/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"doge-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"DOGS/USD-RefPrice-DS-Premium-Global-003",assetName:"DOGS",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"dogs-usd-premium-prod-v03",input:"DOGS",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"DOGS/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"DOGS",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"dogs-usd-premium-staging-experimental",input:"DOGS",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"DOLO / USD",assetName:"DOLO",address:"0x17d8D87dF3E279c737568aB0C5cC3fF750aB763e",path:"dolo-usd",input:"DOLO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"DOLO/USD-RefPrice-mainnet-production",assetName:"DOLO",address:"0x0000000000000000000000000000000000000000",path:"dolo-usd-refprice-mainnet-production",input:"DOLO",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"DOT / USD",assetName:"DOT",address:"0xa6bC5bAF2000424e90434bA7104ee399dEe80DEc",path:"dot-usd",input:"DOT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"DOT/USD-RefPrice-DS-Premium-Global-003",assetName:"DOT",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"dot-usd-premium-prod",input:"DOT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"DPI / USD",assetName:"DPI",address:"0x1e431E56118bE414bD91f6392414ad3833d21B0D",path:"dpi-usd",input:"DPI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"DRIFT/USD-RefPrice-mainnet-production",assetName:"DRIFT",address:"0x0000000000000000000000000000000000000000",path:"drift-usd-refprice-mainnet-production",input:"DRIFT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"DUSK/USD-RefPrice-mainnet-production",assetName:"DUSK",address:"0x0000000000000000000000000000000000000000",path:"dusk-usd-refprice-mainnet-production",input:"DUSK",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"DUSK/USD-RefPrice-mainnet-staging",assetName:"DUSK",address:"0x0000000000000000000000000000000000000000",path:"dusk-usd-refprice-mainnet-staging",input:"DUSK",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"DYDX/USD-RefPrice-DS-Premium-Global-003",assetName:"DYDX",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"dydx-usd-refprice-ds-premium-global-003-prod",input:"DYDX",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"DYM/USD-RefPrice-mainnet-production",assetName:"DYM",address:"0x0000000000000000000000000000000000000000",path:"dym-usd-refprice-mainnet-production",input:"DYM",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"DYM/USD-RefPrice-mainnet-staging",assetName:"DYM",address:"0x0000000000000000000000000000000000000000",path:"dym-usd-refprice-mainnet-staging",input:"DYM",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"EDU/USD-RefPrice-DS-Premium-Global-003",assetName:"EDU",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"edu-usd-premium-prod-v03",input:"EDU",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"EDU/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"EDU",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"edu-usd-premium-staging-experimental-v03",input:"EDU",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"EGLD/USD-RefPrice-DS-Premium-Global-003",assetName:"EGLD",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"egld-usd-premium-prod",input:"EGLD",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"EIGEN/USD-RefPrice-DS-Premium-Global-003",assetName:"EIGEN",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"eigen-usd-refprice-ds-premium-global-003-prod",input:"EIGEN",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"ENA / USD",assetName:"ENA",address:"0x9eE96caa9972c801058CAA8E23419fc6516FbF7e",path:"ena-usd",input:"ENA",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ENA/USD-RefPrice-DS-Premium-Global-003",assetName:"ENA",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"ena-usd-premium-prod",input:"ENA",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ENS/USD-RefPrice-DS-Premium-Global-003",assetName:"Ethereum Name Service",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"ens-usd-premium-prod-v03",input:"Ethereum Name Service",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ENS/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"ENS",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"ens-usd-premium-staging-experimental",input:"ENS",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"EOS/USD-RefPrice-mainnet-production",assetName:"EOS",address:"0x0000000000000000000000000000000000000000",path:"eos-usd-refprice-mainnet-production",input:"EOS",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"EOS/USD-RefPrice-mainnet-staging",assetName:"EOS",address:"0x0000000000000000000000000000000000000000",path:"eos-usd-refprice-mainnet-staging",input:"EOS",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ETC/USD-RefPrice-mainnet-production",assetName:"ETC",address:"0x0000000000000000000000000000000000000000",path:"etc-usd-refprice-mainnet-production",input:"ETC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ETC/USD-RefPrice-mainnet-staging",assetName:"ETC",address:"0x0000000000000000000000000000000000000000",path:"etc-usd-refprice-mainnet-staging",input:"ETC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"ETH / USD",assetName:"ETH",address:"0x639Fe6ab55C921f74e7fac1ee960C0B6293ba612",path:"eth-usd",input:"ETH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"ETH-USD Total Marketcap",assetName:"ETH",address:"0xB1f70A229FE7cceD0428245db8B1f6C48c7Ea82a",path:"eth-usd-marketcap",input:"ETH",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ETH/USD-RefPrice-DS-Premium-Global-003",assetName:"ETH",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"eth-usd-premium-prod",input:"ETH",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ETH/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"eth-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ETH/USDT-Binance-FundingRate-mainnet-staging",assetName:"ETH",address:"0x0000000000000000000000000000000000000000",path:"eth-usdt-binance-fundingrate-mainnet-staging",input:"ETH",output:"USDT",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ETH/USDT-Deribit-FundingRate-mainnet-staging",assetName:"ETH",address:"0x0000000000000000000000000000000000000000",path:"eth-usdt-deribit-fundingrate-mainnet-staging",input:"ETH",output:"USDT",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ETHFI/USD-RefPrice-DS-Premium-Global-003",assetName:"ETHFI",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"ethfi-usd-premium-prod",input:"ETHFI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ETHx / ETH",assetName:"ETHx",address:"0xB4AC4078DDA43d0eB6Bb9e08b8C12A73f9FEAA7d",path:"ethx-eth",input:"ETHx",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ETHx / ETH Exchange Rate",assetName:"ETHx",address:"0x1f5C0C2CD2e9Ad1eE475660AF0bBa27aE7d87f5e",path:"ethx-eth-exchange-rate",input:"ETHx",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"EURC / USD",assetName:"EURC",address:"0xCF9752295D0ac9215461fA095faFEC1B854b849B",path:"eurc-usd",input:"EURC",output:"USD",type:"crypto",updateInterval:600},{decimals:0,chainId:42161,name:"EZETH/ETH-ExRate-mainnet-production",assetName:"EZETH",address:"0x0000000000000000000000000000000000000000",path:"ezeth-eth-exrate-mainnet-production",input:"EZETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:0,chainId:42161,name:"EZETH/ETH-ExRate-mainnet-staging",assetName:"EZETH",address:"0x0000000000000000000000000000000000000000",path:"ezeth-eth-exrate-mainnet-staging",input:"EZETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"FARTCOIN/USD-RefPrice-DS-Premium-Global-003",assetName:"FARTCOIN",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"fartcoin-usd-premium-prod-v03",input:"FARTCOIN",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"FARTCOIN/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"FARTCOIN",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"fartcoin-usd-premium-staging-experimental-v03",input:"FARTCOIN",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"FBTC / BTC Exchange Rate",assetName:"FBTC",address:"0x84ad1Cb9FDE786c00a77b7539344ad3C66A616f5",path:"fbtc-btc-exchange-rate",input:"FBTC",output:"BTC",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"FBTC Proof of Reserves",assetName:"FBTC",address:"0xfb010c715Ff2B85DB9c896f0C030bF9329638905",path:"fbtc-por",input:"FBTC",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"FDUSD/USD-RefPrice-mainnet-production",assetName:"FDUSD",address:"0x0000000000000000000000000000000000000000",path:"fdusd-usd-refprice-mainnet-production",input:"FDUSD",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"FET/USD-RefPrice-DS-Premium-Global-003",assetName:"FET",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"fet-usd-refprice-ds-premium-global-003-prod",input:"FET",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"FIL/USD-RefPrice-DS-Premium-Global-003",assetName:"FIL",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"fil-usd-premium-prod",input:"FIL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"FLOKI/USD-RefPrice-DS-Premium-Global-003",assetName:"FLOKI",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"floki-usd-premium-prod",input:"FLOKI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"FLOW/USD-RefPrice-DS-Premium-Global-003",assetName:"FLOW",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"flow-usd-premium-prod",input:"FLOW",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"FLOW/USD-RefPrice-DSstaging-Premium-Global-003-dead",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"flow-usd-premium-staging-experimental-dead",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"FLR/USD-RefPrice-mainnet-production",assetName:"FLR",address:"0x0000000000000000000000000000000000000000",path:"flr-usd-refprice-mainnet-production",input:"FLR",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"FRAX / USD",assetName:"FRAX",address:"0x0809E3d38d1B4214958faf06D8b1B1a2b73f2ab8",path:"frax-usd",input:"FRAX",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"FRXETH/USD-RefPrice-mainnet-production",assetName:"FRXETH",address:"0x0000000000000000000000000000000000000000",path:"frxeth-usd-refprice-mainnet-production",input:"FRXETH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"FTM / USD",assetName:"FTM",address:"0xFeaC1A3936514746e70170c0f539e70b23d36F19",path:"ftm-usd",input:"FTM",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"FXS / USD",assetName:"FXS",address:"0x36a121448D74Fa81450c992A1a44B9b7377CD3a5",path:"fxs-usd",input:"FXS",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"FXS/USD-RefPrice-DS-Premium-Global-003",assetName:"FXS",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"fxs-usd-premium-prod-v03",input:"FXS",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"FXS/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"FXS",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"fxs-usd-premium-staging-experimental-v03",input:"FXS",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"GALA/USD-RefPrice-DS-Premium-Global-003",assetName:"GALA",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"gala-usd-premium-prod-v03",input:"GALA",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"GALA/USD-RefPrice-DSstaging-Premium-Global-003-dead-dead",assetName:"GALA",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"gala-usd-premium-staging-experimental-dead-dead",input:"GALA",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"GAS / USD",assetName:"GAS",address:"0xCF7a7A1Fb746E926Bbe5C88a702a89167a94C51C",path:"gas-usd",input:"GAS",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"GHO / USD",assetName:"GHO",address:"0x3c786e934F23375Ca345C9b8D5aD54838796E8e7",path:"gho-usd",input:"GHO",output:"GHO",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"GM BTC/USD [WBTC-WBTC]",assetName:"gmWBTC",address:"0x19eCDd6DDc12597ec4A522fB1E25b1A580B605B7",path:"gm-btc-usd-wbtc-wbtc",input:"gmWBTC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"GM ETH/USD [wETH-wETH]",assetName:"gmWETH",address:"0xEAeFFF521cb36dFb414E8580f8635BFB44d96255",path:"gm-eth-usd-weth-weth",input:"gmWETH",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"GMT/USD-RefPrice-mainnet-production",assetName:"GMT",address:"0x0000000000000000000000000000000000000000",path:"gmt-usd-refprice-mainnet-production",input:"GMT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"GMX / USD",assetName:"GMX",address:"0xDB98056FecFff59D032aB628337A4887110df3dB",path:"gmx-usd",input:"GMX",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"GMX/USD-RefPrice-DS-Premium-Global-003",assetName:"GMX",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"gmx-usd-premium-prod",input:"GMX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"GNS / USD",assetName:"GNS",address:"0xE89E98CE4E19071E59Ed4780E0598b541CE76486",path:"gns-usd",input:"GNS",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"GNS/USD-RefPrice-mainnet-production",assetName:"GNS",address:"0x0000000000000000000000000000000000000000",path:"gns-usd-refprice-mainnet-production",input:"GNS",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"GOAT/USD-RefPrice-DS-Premium-Global-003",assetName:"GOAT",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"goat-usd-premium-prod-v03",input:"GOAT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"GOAT/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"GOAT",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"goat-usd-premium-staging-experimental-v03",input:"GOAT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"GRASS / USD",assetName:"GRASS",address:"0x3791D5eFF50Ab65fD82BBb16BCba42BEA556E7aA",path:"grass-usd",input:"GRASS",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"GRASS/USD-RefPrice-mainnet-production",assetName:"GRASS",address:"0x0000000000000000000000000000000000000000",path:"grass-usd-refprice-mainnet-production",input:"GRASS",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"GRIFFAIN/USD-RefPrice-mainnet-production",assetName:"GRIFFAIN",address:"0x0000000000000000000000000000000000000000",path:"griffain-usd-refprice-mainnet-production",input:"GRIFFAIN",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"GRIFFAIN/USD-RefPrice-mainnet-staging",assetName:"GRIFFAIN",address:"0x0000000000000000000000000000000000000000",path:"griffain-usd-refprice-mainnet-staging",input:"GRIFFAIN",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"GRT / USD",assetName:"GRT",address:"0x0F38D86FceF4955B705F35c9e41d1A16e0637c73",path:"grt-usd",input:"GRT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"GRT/USD-RefPrice-DS-Premium-Global-003",assetName:"GRT",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"grt-usd-premium-prod",input:"GRT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"GRT/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"grt-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"GT/USD-RefPrice-mainnet-production",assetName:"GT",address:"0x0000000000000000000000000000000000000000",path:"gt-usd-refprice-mainnet-production",input:"GT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"HBAR/USD-RefPrice-mainnet-production",assetName:"HBAR",address:"0x0000000000000000000000000000000000000000",path:"hbar-usd-refprice-mainnet-production",input:"HBAR",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"HBAR/USD-RefPrice-mainnet-staging",assetName:"HBAR",address:"0x0000000000000000000000000000000000000000",path:"hbar-usd-refprice-mainnet-staging",input:"HBAR",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"HMSTR/USD-RefPrice-DS-Premium-Global-003",assetName:"HMSTR",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"hmstr-usd-premium-prod-v03",input:"HMSTR",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"HMSTR/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"HMSTR",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"hmstr-usd-premium-staging-experimental-v03",input:"HMSTR",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"HNT/USD-RefPrice-mainnet-production",assetName:"HNT",address:"0x0000000000000000000000000000000000000000",path:"hnt-usd-refprice-mainnet-production",input:"HNT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"HNT/USD-RefPrice-mainnet-staging",assetName:"HNT",address:"0x0000000000000000000000000000000000000000",path:"hnt-usd-refprice-mainnet-staging",input:"HNT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"HOOK/USD-RefPrice-DS-Premium-Global-003",assetName:"HOOK",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"hook-usd-premium-prod-v03",input:"HOOK",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"HOOK/USD-RefPrice-DSstaging-Premium-Global-003-dead",assetName:"HOOK",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"hook-usd-premium-staging-experimental-v03-dead",input:"HOOK",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"HOT/USD-RefPrice-DS-Premium-Global-003",assetName:"HOT",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"hot-usd-premium-prod-v03",input:"HOT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"HOT/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"HOT",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"hot-usd-premium-staging-experimental-v03",input:"HOT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"HOUSE/USD-RefPrice-mainnet-production",assetName:"HOUSE",address:"0x0000000000000000000000000000000000000000",path:"house-usd-refprice-mainnet-production",input:"HOUSE",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"HSK / USD",assetName:"HSK",address:"0x866fa212dfc5AAf321379874eCe95631F6d12e00",path:"hsk-usd",input:"HSK",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"HUBSOL/USD-RefPrice-mainnet-production",assetName:"HUBSOL",address:"0x0000000000000000000000000000000000000000",path:"hubsol-usd-refprice-mainnet-production",input:"HUBSOL",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"HYPE / USD",assetName:"HYPE",address:"0xf9ce4fE2F0EcE0362cb416844AE179a49591D567",path:"hype-usd",input:"HYPE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"HYPE/USD-RefPrice-mainnet-production",assetName:"HYPE",address:"0x0000000000000000000000000000000000000000",path:"hype-usd-refprice-mainnet-production",input:"HYPE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"HYPE/USD-RefPrice-mainnet-staging",assetName:"HYPE",address:"0x0000000000000000000000000000000000000000",path:"hype-usd-refprice-mainnet-staging",input:"HYPE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ICP/USD-RefPrice-DS-Premium-Global-003",assetName:"ICP",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"icp-usd-premium-prod",input:"ICP",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ICP/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"icp-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ID/USD-RefPrice-DS-Premium-Global-003",assetName:"ID",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"id-usd-premium-prod-v03",input:"ID",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ID/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"ID",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"id-usd-premium-staging-experimental-v03",input:"ID",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ILV/USD-RefPrice-DS-Premium-Global-003",assetName:"ILV",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"ilv-usd-premium-prod",input:"ILV",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ILV/USD-RefPrice-DSstaging-Premium-Global-003-dead",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"ilv-usd-premium-staging-experimental-dead",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"IMX/USD-RefPrice-DS-Premium-Global-003",assetName:"IMX",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"imx-usd-refprice-ds-premium-global-003-prod",input:"IMX",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"IMX/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"imx-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"INJ/USD-RefPrice-DS-Premium-Global-003",assetName:"INJ",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"inj-usd-premium-prod",input:"INJ",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"INJ/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"inj-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"IO/USD-RefPrice-DS-Premium-Global-003",assetName:"IO",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"io-usd-premium-prod-v03",input:"IO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"IO/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"IO",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"io-usd-premium-staging-experimental",input:"IO",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"IOTX / USD",assetName:"IOTX",address:"0x484A1b29ED1Ea038dBd75D7c7293714343363122",path:"iotx-usd",input:"IOTX",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"IOTX/USD-RefPrice-mainnet-production",assetName:"IOTX",address:"0x0000000000000000000000000000000000000000",path:"iotx-usd-refprice-mainnet-production",input:"IOTX",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"IOTX/USD-RefPrice-mainnet-staging",assetName:"IOTX",address:"0x0000000000000000000000000000000000000000",path:"iotx-usd-refprice-mainnet-staging",input:"IOTX",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"IP/USD-RefPrice-mainnet-production",assetName:"IP",address:"0x0000000000000000000000000000000000000000",path:"ip-usd-refprice-mainnet-production",input:"IP",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"IP/USD-RefPrice-mainnet-staging",assetName:"IP",address:"0x0000000000000000000000000000000000000000",path:"ip-usd-refprice-mainnet-staging",input:"IP",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"IQ/USD-RefPrice-DS-Premium-Global-003",assetName:"IQ",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"iq-usd-premium-prod-v03",input:"IQ",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"IQ/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"IQ",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"iq-usd-premium-staging-experimental",input:"IQ",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"JASMY/USD-RefPrice-mainnet-production",assetName:"JASMY",address:"0x0000000000000000000000000000000000000000",path:"jasmy-usd-refprice-mainnet-production",input:"JASMY",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"JOE / USD",assetName:"JOE",address:"0x04180965a782E487d0632013ABa488A472243542",path:"joe-usd",input:"JOE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"JOE/USD-RefPrice-mainnet-production",assetName:"JOE",address:"0x0000000000000000000000000000000000000000",path:"joe-usd-refprice-mainnet-production",input:"JOE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"JTO/USD-RefPrice-DS-Premium-Global-003",assetName:"JTO",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"jto-usd-premium-prod",input:"JTO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"JTO/USD-RefPrice-DSstaging-Premium-Global-003-dead",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"jto-usd-premium-staging-experimental-dead",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"JUP/USD-RefPrice-DS-Premium-Global-003",assetName:"JUP",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"jup-usd-premium-prod",input:"JUP",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"KAITO/USD-RefPrice-mainnet-production",assetName:"KAITO",address:"0x0000000000000000000000000000000000000000",path:"kaito-usd-refprice-mainnet-production",input:"KAITO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"KAS/USD-RefPrice-mainnet-production",assetName:"KAS",address:"0x0000000000000000000000000000000000000000",path:"kas-usd-refprice-mainnet-production",input:"KAS",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"KAVA/USD-RefPrice-mainnet-production",assetName:"KAVA",address:"0x0000000000000000000000000000000000000000",path:"kava-usd-refprice-mainnet-production",input:"KAVA",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"KAVA/USD-RefPrice-mainnet-staging",assetName:"KAVA",address:"0x0000000000000000000000000000000000000000",path:"kava-usd-refprice-mainnet-staging",input:"KAVA",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"KCS/USD-RefPrice-mainnet-production",assetName:"KCS",address:"0x0000000000000000000000000000000000000000",path:"kcs-usd-refprice-mainnet-production",input:"KCS",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"KMNO/USD-RefPrice-mainnet-production",assetName:"KMNO",address:"0x0000000000000000000000000000000000000000",path:"kmno-usd-refprice-mainnet-production",input:"KMNO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"KMNO/USD-RefPrice-mainnet-staging",assetName:"KMNO",address:"0x0000000000000000000000000000000000000000",path:"kmno-usd-refprice-mainnet-staging",input:"KMNO",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"KNC / USD",assetName:"KNC",address:"0xbF539d4c2106dd4D9AB6D56aed3d9023529Db145",path:"knc-usd",input:"KNC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"KNC/USD-RefPrice-DSstaging-Premium-Global-003-dead",assetName:"KNC",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"knc-usd-premium-staging-experimental-v03-dead",input:"KNC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"KSM/USD-RefPrice-mainnet-production",assetName:"KSM",address:"0x0000000000000000000000000000000000000000",path:"ksm-usd-refprice-mainnet-production",input:"KSM",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"LBTC / BTC",assetName:"LBTC",address:"0x9fa74925F21ad6C86d8f402EF490cFbA2Fa5e9bE",path:"lbtc-btc",input:"LBTC",output:"BTC",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"LDO / USD",assetName:"LDO",address:"0xA43A34030088E6510FecCFb77E88ee5e7ed0fE64",path:"ldo-usd",input:"LDO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"LDO/USD-RefPrice-DS-Premium-Global-003",assetName:"LDO",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"ldo-usd-premium-prod",input:"LDO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"LDO/USD-RefPrice-DSstaging-Premium-Global-003-dead",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"ldo-usd-premium-staging-experimental-dead",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"LINK / ETH",assetName:"LINK",address:"0xb7c8Fb1dB45007F98A68Da0588e1AA524C317f27",path:"link-eth",input:"LINK",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"LINK / USD",assetName:"LINK",address:"0x86E53CF1B870786351Da77A57575e79CB55812CB",path:"link-usd",input:"LINK",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"LINK/USD-RefPrice-DS-Premium-Global-003",assetName:"LINK",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"link-usd-premium-prod",input:"LINK",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"LINK/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"link-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"LISTA/USD-RefPrice-DS-Premium-Global-003",assetName:"LISTA",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"lista-usd-premium-prod-v03",input:"LISTA",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"LISTA/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"LISTA",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"lista-usd-premium-staging-experimental-v03",input:"LISTA",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"LPT/USD-RefPrice-DSstaging-Premium-Global-003-dead",assetName:"LPT",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"lpt-usd-premium-staging-experimental-v03-dead",input:"LPT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"LPT/USD-RefPrice-mainnet-production",assetName:"LPT",address:"0x0000000000000000000000000000000000000000",path:"lpt-usd-refprice-mainnet-production",input:"LPT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"LQTY/USD-RefPrice-mainnet-production",assetName:"LQTY",address:"0x0000000000000000000000000000000000000000",path:"lqty-usd-refprice-mainnet-production",input:"LQTY",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"LQTY/USD-RefPrice-mainnet-staging",assetName:"LQTY",address:"0x0000000000000000000000000000000000000000",path:"lqty-usd-refprice-mainnet-staging",input:"LQTY",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"LRC/USD-RefPrice-mainnet-production",assetName:"LRC",address:"0x0000000000000000000000000000000000000000",path:"lrc-usd-refprice-mainnet-production",input:"LRC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"LST/USD-RefPrice-mainnet-production",assetName:"LST",address:"0x0000000000000000000000000000000000000000",path:"lst-usd-refprice-mainnet-production",input:"LST",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"LTC / USD",assetName:"LTC",address:"0x5698690a7B7B84F6aa985ef7690A8A7288FBc9c8",path:"ltc-usd",input:"LTC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"LTC/USD-RefPrice-DS-Premium-Global-003",assetName:"LTC",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"ltc-usd-premium-prod",input:"LTC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"LTC/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"ltc-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"LUSD / USD",assetName:"LUSD",address:"0x0411D28c94d85A36bC72Cb0f875dfA8371D8fFfF",path:"lusd-usd",input:"LUSD",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"MAGIC / USD",assetName:"MAGIC",address:"0x47E55cCec6582838E173f252D08Afd8116c2202d",path:"magic-usd",input:"MAGIC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"MAGIC/USD-RefPrice-mainnet-production",assetName:"MAGIC",address:"0x0000000000000000000000000000000000000000",path:"magic-usd-refprice-mainnet-production",input:"MAGIC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"MANA/USD-RefPrice-DS-Premium-Global-003",assetName:"MANA",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"mana-usd-premium-prod",input:"MANA",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"MANA/USD-RefPrice-DSstaging-Premium-Global-003-dead",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"mana-usd-premium-staging-experimental-dead",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"MANTA/USD-RefPrice-DS-Premium-Global-003",assetName:"MANTA",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"manta-usd-premium-prod-v03",input:"MANTA",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"MANTA/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"MANTA",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"manta-usd-premium-staging-experimental-v03",input:"MANTA",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"MASK/USD-RefPrice-mainnet-production",assetName:"MASK",address:"0x0000000000000000000000000000000000000000",path:"mask-usd-refprice-mainnet-production",input:"MASK",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"MATIC / USD",assetName:"MATIC",address:"0x52099D4523531f678Dfc568a7B1e5038aadcE1d6",path:"matic-usd",input:"MATIC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"MAV/USD-RefPrice-DS-Premium-Global-003",assetName:"MAV",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"mav-usd-premium-prod-v03",input:"MAV",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"MAV/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"MAV",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"mav-usd-premium-staging-experimental-v03",input:"MAV",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"MELANIA / USD",assetName:"MELANIA",address:"0xE2CB592D636c500a6e469628054F09d58e4d91BB",path:"melania-usd",input:"MELANIA",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"MELANIA/USD-RefPrice-DS-Premium-Global-003",assetName:"MELANIA",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"melania-usd-premium-prod-v03",input:"MELANIA",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"MELANIA/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"MELANIA",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"melania-usd-premium-staging-experimental-v03",input:"MELANIA",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"MEME/USD-RefPrice-DS-Premium-Global-003",assetName:"MEME",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"meme-usd-premium-prod",input:"MEME",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"MERL/USD-RefPrice-DS-Premium-Global-003",assetName:"MERL",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"merl-usd-premium-prod-v03",input:"MERL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"MERL/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"MERL",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"merl-usd-premium-staging-experimental",input:"MERL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"METH/USD-RefPrice-mainnet-production",assetName:"METH",address:"0x0000000000000000000000000000000000000000",path:"meth-usd-refprice-mainnet-production",input:"METH",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"METIS/USD-RefPrice-mainnet-production",assetName:"METIS",address:"0x0000000000000000000000000000000000000000",path:"metis-usd-refprice-mainnet-production",input:"METIS",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"MEW/USD-RefPrice-DS-Premium-Global-003",assetName:"MEW",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"mew-usd-refprice-ds-premium-global-003-prod",input:"MEW",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"MICHI/USD-RefPrice-DS-Premium-Global-003",assetName:"MICHI",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"michi-usd-premium-prod-v03",input:"MICHI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"MICHI/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"MICHI",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"michi-usd-premium-staging-experimental-v03",input:"MICHI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"MIM / USD",assetName:"MIM",address:"0x87121F6c9A9F6E90E59591E4Cf4804873f54A95b",path:"mim-usd",input:"MIM",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"MIMATIC / USD",assetName:"MIMATIC",address:"0x59644ec622243878d1464A9504F9e9a31294128a",path:"mimatic-usd",input:"MIMATIC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"MINA/USD-RefPrice-mainnet-production",assetName:"MINA",address:"0x0000000000000000000000000000000000000000",path:"mina-usd-refprice-mainnet-production",input:"MINA",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"MKR / USD",assetName:"MKR",address:"0xdE9f0894670c4EFcacF370426F10C3AD2Cdf147e",path:"mkr-usd",input:"MKR",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"MKR/USD-RefPrice-DS-Premium-Global-003",assetName:"MKR",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"mkr-usd-premium-prod",input:"MKR",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"MKR/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"mkr-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"MLN / USD",assetName:"MLN",address:"0xD07de6e37A011CCAfD375d7eb130205E0fa24d69",path:"mln-usd",input:"MLN",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"MNT / USD",assetName:"MNT",address:"0x37DDEE84dE03d039e1Bf809b7a01EDd2c4665771",path:"mnt-usd",input:"MNT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"MNT/USD-RefPrice-mainnet-production",assetName:"MNT",address:"0x0000000000000000000000000000000000000000",path:"mnt-usd-refprice-mainnet-production",input:"MNT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"MOG/USD-RefPrice-DS-Premium-Global-003",assetName:"MOG",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"mog-usd-premium-prod-v03",input:"MOG",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"MOG/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"MOG",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"mog-usd-premium-staging-experimental-v03",input:"MOG",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"MOODENG/USD-RefPrice-DS-Premium-Global-003",assetName:"MOODENG",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"moodeng-usd-premium-prod-v03",input:"MOODENG",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"MOODENG/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"MOODENG",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"moodeng-usd-premium-staging-experimental-v03",input:"MOODENG",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"MORPHO/USD-RefPrice-mainnet-production",assetName:"MORPHO",address:"0x0000000000000000000000000000000000000000",path:"morpho-usd-refprice-mainnet-production",input:"MORPHO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"MORPHO/USD-RefPrice-mainnet-staging",assetName:"MORPHO",address:"0x0000000000000000000000000000000000000000",path:"morpho-usd-refprice-mainnet-staging",input:"MORPHO",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"MVI-USD",assetName:"MVI",address:"0x87B679C03e9672Af516a9E08085e1F4FA1722A3D",path:"mvi-usd",input:"MVI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"MYX/USD-RefPrice-mainnet-production",assetName:"MYX",address:"0x0000000000000000000000000000000000000000",path:"myx-usd-refprice-mainnet-production",input:"MYX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"NEAR / USD",assetName:"NEAR",address:"0xBF5C3fB2633e924598A46B9D07a174a9DBcF57C0",path:"near-usd",input:"NEAR",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"NEAR/USD-RefPrice-DS-Premium-Global-003",assetName:"NEAR",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"near-usd-premium-prod",input:"NEAR",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"NEAR/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"near-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"NEET/USD-RefPrice-mainnet-production",assetName:"NEET",address:"0x0000000000000000000000000000000000000000",path:"neet-usd-refprice-mainnet-production",input:"NEET",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"NEIRO/USD-RefPrice-DSstaging-Premium-Global-003-dead",assetName:"NEIRO",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"neiro-usd-premium-staging-experimental-v03-dead",input:"NEIRO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"NEIROETH/USD-RefPrice-mainnet-production",assetName:"NEIROETH",address:"0x0000000000000000000000000000000000000000",path:"neiroeth-usd-refprice-mainnet-production",input:"NEIROETH",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"NEIROETH/USD-RefPrice-mainnet-staging",assetName:"NEIROETH",address:"0x0000000000000000000000000000000000000000",path:"neiroeth-usd-refprice-mainnet-staging",input:"NEIROETH",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"NEO/USD-RefPrice-mainnet-production",assetName:"NEO",address:"0x0000000000000000000000000000000000000000",path:"neo-usd-refprice-mainnet-production",input:"NEO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"NILE/USD-RefPrice-mainnet-production",assetName:"NILE",address:"0x0000000000000000000000000000000000000000",path:"nile-usd-refprice-mainnet-production",input:"NILE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"NOT/USD-RefPrice-DS-Premium-Global-003",assetName:"NOT",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"not-usd-refprice-ds-premium-global-003-prod",input:"NOT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"OHMv2 / USD",assetName:"OHMv2",address:"0x761aaeBf021F19F198D325D7979965D0c7C9e53b",path:"ohmv2-usd",input:"OHMv2",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"OM/USD-RefPrice-mainnet-production",assetName:"OM",address:"0x0000000000000000000000000000000000000000",path:"om-usd-refprice-mainnet-production",input:"OM",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"OM/USD-RefPrice-mainnet-staging",assetName:"OM",address:"0x0000000000000000000000000000000000000000",path:"om-usd-refprice-mainnet-staging",input:"OM",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"OMG/USD-RefPrice-mainnet-production",assetName:"OMG",address:"0x0000000000000000000000000000000000000000",path:"omg-usd-refprice-mainnet-production",input:"OMG",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"OMNI/USD-RefPrice-DS-Premium-Global-003",assetName:"OMNI",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"omni-usd-premium-prod-v03",input:"OMNI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"OMNI/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"OMNI",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"omni-usd-premium-staging-experimental",input:"OMNI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ONDO/USD-RefPrice-DS-Premium-Global-003",assetName:"ONDO",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"ondo-usd-premium-prod",input:"ONDO",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"OP / USD",assetName:"OP",address:"0x205aaD468a11fd5D34fA7211bC6Bad5b3deB9b98",path:"op-usd",input:"OP",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"OP/USD-RefPrice-DS-Premium-Global-003",assetName:"OP",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"op-usd-premium-prod",input:"OP",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"OP/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"op-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ORCA/USD-RefPrice-mainnet-production",assetName:"ORCA",address:"0x0000000000000000000000000000000000000000",path:"orca-usd-refprice-mainnet-production",input:"ORCA",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"ORDER / USD",assetName:"ORDER",address:"0xE2A3216D8e4BdFA2Ee78F2e55B995e787e6Ce500",path:"order-usd",input:"ORDER",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ORDER/USD-RefPrice-DS-Premium-Global-003",assetName:"ORDER",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"order-usd-premium-prod-v03",input:"ORDER",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ORDER/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"ORDER",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"order-usd-premium-staging-experimental-v03",input:"ORDER",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"ORDI / USD",assetName:"ORDI",address:"0x76998C22eEa325A11dc6971Cedcf533E9740F854",path:"ordi-usd",input:"ORDI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ORDI/USD-RefPrice-DS-Premium-Global-003",assetName:"ORDI",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"ordi-usd-premium-prod",input:"ORDI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"PAIN/USD-RefPrice-mainnet-production",assetName:"PAIN",address:"0x0000000000000000000000000000000000000000",path:"pain-usd-refprice-mainnet-production",input:"PAIN",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"PAIN/USD-RefPrice-mainnet-staging",assetName:"PAIN",address:"0x0000000000000000000000000000000000000000",path:"pain-usd-refprice-mainnet-staging",input:"PAIN",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"PAXG / USD",assetName:"PAXG",address:"0x2BA975D4D7922cD264267Af16F3bD177F206FE3c",path:"paxg-usd",input:"PAXG",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"PAXG/USD-RefPrice-DS-Premium-Global-003",assetName:"PAXG",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"paxg-usd-refprice-ds-premium-global-003-prod",input:"PAXG",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"PENDLE / USD",assetName:"PENDLE",address:"0x66853E19d73c0F9301fe099c324A1E9726953433",path:"pendle-usd",input:"PENDLE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"PENDLE/USD-RefPrice-DS-Premium-Global-003",assetName:"PENDLE",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"pendle-usd-premium-prod",input:"PENDLE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"PENDLE/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"pendle-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"PENGU/USD-RefPrice-DS-Premium-Global-003",assetName:"PENGU",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"pengu-usd-premium-prod-v03",input:"PENGU",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"PENGU/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"PENGU",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"pengu-usd-premium-staging-experimental-v03",input:"PENGU",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"PEOPLE/USD-RefPrice-DS-Premium-Global-003",assetName:"PEOPLE",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"people-usd-premium-prod-v03",input:"PEOPLE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"PEOPLE/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"PEOPLE",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"people-usd-premium-staging-experimental",input:"PEOPLE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"PEPE / USD",assetName:"PEPE",address:"0x02DEd5a7EDDA750E3Eb240b54437a54d57b74dBE",path:"pepe-usd",input:"PEPE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"PEPE/USD-RefPrice-DS-Premium-Global-003",assetName:"PEPE",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"pepe-usd-premium-prod",input:"PEPE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"PI/USD-RefPrice-mainnet-production",assetName:"PI",address:"0x0000000000000000000000000000000000000000",path:"pi-usd-refprice-mainnet-production",input:"PI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"PIXEL/USD-RefPrice-DS-Premium-Global-003",assetName:"PIXEL",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"pixel-usd-premium-prod-v03",input:"PIXEL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"PIXEL/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"PIXEL",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"pixel-usd-premium-staging-experimental-v03",input:"PIXEL",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"PLUME / USD",assetName:"PLUME",address:"0x004f214586CaFE0F1321Ad13A93bca77C385b196",path:"plume-usd",input:"PLUME",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"PNUT/USD-RefPrice-mainnet-production",assetName:"PNUT",address:"0x0000000000000000000000000000000000000000",path:"pnut-usd-refprice-mainnet-production",input:"PNUT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"PNUT/USD-RefPrice-mainnet-staging",assetName:"PNUT",address:"0x0000000000000000000000000000000000000000",path:"pnut-usd-refprice-mainnet-staging",input:"PNUT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"POL / USD",assetName:"POL",address:"0x82BA56a2fADF9C14f17D08bc51bDA0bDB83A8934",path:"pol-usd",input:"POL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"POL/USD-RefPrice-DS-Premium-Global-003",assetName:"POL",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"pol-usd-premium-prod",input:"POL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"POL/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"pol-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"POLYX/USD-RefPrice-DS-Premium-Global-003",assetName:"POLYX",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"polyx-usd-premium-prod-v03",input:"POLYX",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"POLYX/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"POLYX",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"polyx-usd-premium-staging-experimental-v03",input:"POLYX",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"PONKE/USD-RefPrice-mainnet-production",assetName:"PONKE",address:"0x0000000000000000000000000000000000000000",path:"ponke-usd-refprice-mainnet-production",input:"PONKE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"POPCAT/USD-RefPrice-DSstaging-Premium-Global-003-dead",assetName:"POPCAT",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"popcat-usd-premium-staging-experimental-v03-dead",input:"POPCAT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"POPCAT/USD-RefPrice-mainnet-production",assetName:"POPCAT",address:"0x0000000000000000000000000000000000000000",path:"popcat-usd-refprice-mainnet-production",input:"POPCAT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"PYTH/USD-RefPrice-DS-Premium-Global-003",assetName:"PYTH",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"pyth-usd-premium-prod-v03",input:"PYTH",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"PYTH/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"PYTH",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"pyth-usd-premium-staging-experimental",input:"PYTH",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"PYUSD/USD-RefPrice-mainnet-production",assetName:"PYUSD",address:"0x0000000000000000000000000000000000000000",path:"pyusd-usd-refprice-mainnet-production",input:"PYUSD",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"QNT/USD-RefPrice-DS-Premium-Global-003",assetName:"QNT",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"qnt-usd-refprice-ds-premium-global-003-prod",input:"QNT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"QNT/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"QNT",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"qnt-usd-premium-staging-experimental",input:"QNT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"QTUM/USD-RefPrice-mainnet-production",assetName:"QTUM",address:"0x0000000000000000000000000000000000000000",path:"qtum-usd-refprice-mainnet-production",input:"QTUM",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"RAY/USD-RefPrice-mainnet-production",assetName:"RAY",address:"0x0000000000000000000000000000000000000000",path:"ray-usd-refprice-mainnet-production",input:"RAY",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"RDNT / USD",assetName:"RDNT",address:"0x20d0Fcab0ECFD078B036b6CAf1FaC69A6453b352",path:"rdnt-usd",input:"RDNT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"RDNT/USD-RefPrice-DS-Premium-Global-003",assetName:"RDNT",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"rdnt-usd-premium-prod",input:"RDNT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"RDNT/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"rdnt-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"RENDER/USD-RefPrice-DS-Premium-Global-003",assetName:"RENDER",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"render-usd-refprice-ds-premium-global-003-prod",input:"RENDER",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"RETH / ETH",assetName:"RETH",address:"0xD6aB2298946840262FcC278fF31516D39fF611eF",path:"reth-eth",input:"RETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"REZ/USD-RefPrice-DS-Premium-Global-003",assetName:"REZ",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"rez-usd-premium-prod-v03",input:"REZ",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"REZ/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"REZ",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"rez-usd-premium-staging-experimental",input:"REZ",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"RFC/USD-RefPrice-mainnet-production",assetName:"RFC",address:"0x0000000000000000000000000000000000000000",path:"rfc-usd-refprice-mainnet-production",input:"RFC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"RON / USD",assetName:"RON",address:"0x29D57534598BF8Adda2CC2FbDe4B7502387B8177",path:"ron-usd",input:"RON",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ROSE/USD-RefPrice-mainnet-production",assetName:"ROSE",address:"0x0000000000000000000000000000000000000000",path:"rose-usd-refprice-mainnet-production",input:"ROSE",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"RPL / USD",assetName:"RPL",address:"0xF0b7159BbFc341Cc41E7Cb182216F62c6d40533D",path:"rpl-usd",input:"RPL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"RSETH / ETH",assetName:"RSETH",address:"0xb0EA543f9F8d4B818550365d13F66Da747e1476A",path:"rseth-eth",input:"RSETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"RSR / USD",assetName:"RSR",address:"0xcfF9349ec6d027f20fC9360117fef4a1Ad38B488",path:"rsr-usd",input:"RSR",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"RSWETH/USD-RefPrice-mainnet-production",assetName:"RSWETH",address:"0x0000000000000000000000000000000000000000",path:"rsweth-usd-refprice-mainnet-production",input:"RSWETH",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"RUNE/USD-RefPrice-mainnet-production",assetName:"RUNE",address:"0x0000000000000000000000000000000000000000",path:"rune-usd-refprice-mainnet-production",input:"RUNE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"RVN/USD-RefPrice-mainnet-production",assetName:"RVN",address:"0x0000000000000000000000000000000000000000",path:"rvn-usd-refprice-mainnet-production",input:"RVN",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"S/USD-RefPrice-mainnet-production",assetName:"S",address:"0x0000000000000000000000000000000000000000",path:"s-usd-refprice-mainnet-production",input:"S",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"S/USD-RefPrice-mainnet-staging",assetName:"S",address:"0x0000000000000000000000000000000000000000",path:"s-usd-refprice-mainnet-staging",input:"S",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SAFE/USD-RefPrice-mainnet-production",assetName:"SAFE",address:"0x0000000000000000000000000000000000000000",path:"safe-usd-refprice-mainnet-production",input:"SAFE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SAND/USD-RefPrice-DS-Premium-Global-003",assetName:"SAND",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"sand-usd-premium-prod",input:"SAND",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SAND/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"sand-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SATS/USD-RefPrice-DS-Premium-Global-003",assetName:"SATS",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"sats-usd-premium-prod",input:"SATS",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SCR/USD-RefPrice-DS-Premium-Global-003",assetName:"SCR",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"scr-usd-premium-prod-v03",input:"SCR",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SCR/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"SCR",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"scr-usd-premium-staging-experimental-v03",input:"SCR",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"SEI / USD",assetName:"SEI",address:"0xCc9742d77622eE9abBF1Df03530594f9097bDcB3",path:"sei-usd",input:"SEI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SEI/USD-RefPrice-DS-Premium-Global-003",assetName:"SEI",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"sei-usd-premium-prod",input:"SEI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SEI/USD-RefPrice-DSstaging-Premium-Global-003-dead",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"sei-usd-premium-staging-experimental-dead",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SEIYAN/USD-RefPrice-mainnet-production",assetName:"SEIYAN",address:"0x0000000000000000000000000000000000000000",path:"seiyan-usd-refprice-mainnet-production",input:"SEIYAN",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SEND/USD-RefPrice-mainnet-production",assetName:"SEND",address:"0x0000000000000000000000000000000000000000",path:"send-usd-refprice-mainnet-production",input:"SEND",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SHIB / ETH",assetName:"SHIB",address:"0x639b7cD102A1c5BaB71c54f88D41E894215c54E2",path:"shib-eth",input:"SHIB",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SHIB / USD",assetName:"SHIB",address:"0x0E278D14B4bf6429dDB0a1B353e2Ae8A4e128C93",path:"shib-usd",input:"SHIB",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SHIB/USD-RefPrice-DS-Premium-Global-003",assetName:"SHIB",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"shib-usd-premium-prod",input:"SHIB",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SKL/USD-RefPrice-mainnet-production",assetName:"SKL",address:"0x0000000000000000000000000000000000000000",path:"skl-usd-refprice-mainnet-production",input:"SKL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SKYAI/USD-RefPrice-mainnet-production",assetName:"SKYAI",address:"0x0000000000000000000000000000000000000000",path:"skyai-usd-refprice-mainnet-production",input:"SKYAI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"SNX / USD",assetName:"SNX",address:"0x054296f0D036b95531B4E14aFB578B80CFb41252",path:"snx-usd",input:"SNX",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SNX/USD-RefPrice-DS-Premium-Global-003",assetName:"SNX",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"snx-usd-premium-prod",input:"SNX",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SNX/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"snx-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"SOL / USD",assetName:"SOL",address:"0x24ceA4b8ce57cdA5058b924B9B9987992450590c",path:"sol-usd",input:"SOL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SOL/USD-RefPrice-DS-Premium-Global-003",assetName:"SOL",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"sol-usd-premium-prod",input:"SOL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SOL/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"sol-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SOL/USDT-Binance-FundingRate-mainnet-staging",assetName:"SOL",address:"0x0000000000000000000000000000000000000000",path:"sol-usdt-binance-fundingrate-mainnet-staging",input:"SOL",output:"USDT",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"SPELL / USD",assetName:"SPELL",address:"0x383b3624478124697BEF675F07cA37570b73992f",path:"spell-usd",input:"SPELL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SPX/USD-RefPrice-mainnet-production",assetName:"SPX",address:"0x0000000000000000000000000000000000000000",path:"spx-usd-refprice-mainnet-production",input:"SPX",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SPX/USD-RefPrice-mainnet-staging",assetName:"SPX",address:"0x0000000000000000000000000000000000000000",path:"spx-usd-refprice-mainnet-staging",input:"SPX",output:"USD",type:"crypto",updateInterval:600},{decimals:0,chainId:42161,name:"STBTC/USD-DexCross-mainnet-production",assetName:"STBTC",address:"0x0000000000000000000000000000000000000000",path:"stbtc-usd-dexcross-mainnet-production",input:"STBTC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"STETH / ETH",assetName:"STETH",address:"0xded2c52b75B24732e9107377B7Ba93eC1fFa4BAf",path:"steth-eth",input:"STETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"STETH / USD",assetName:"STETH",address:"0x07C5b924399cc23c24a95c8743DE4006a32b7f2a",path:"steth-usd",input:"STETH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"STG / USD",assetName:"STG",address:"0xe74d69E233faB0d8F48921f2D93aDfDe44cEb3B7",path:"stg-usd",input:"STG",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"STG/USD-RefPrice-DS-Premium-Global-003",assetName:"STG",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"stg-usd-premium-prod-v03",input:"STG",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"STG/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"STG",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"stg-usd-premium-staging-experimental",input:"STG",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"STORJ/USD-RefPrice-mainnet-production",assetName:"STORJ",address:"0x0000000000000000000000000000000000000000",path:"storj-usd-refprice-mainnet-production",input:"STORJ",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"STRK/USD-RefPrice-DS-Premium-Global-003",assetName:"STRK",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"strk-usd-refprice-ds-premium-global-003-prod",input:"STRK",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"STRK/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"STRK",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"strk-usd-premium-staging-experimental",input:"STRK",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"STX / USD",assetName:"STX",address:"0x3a9659C071dD3C37a8b1A2363409A8D41B2Feae3",path:"stx-usd",input:"STX",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"STX/USD-RefPrice-DS-Premium-Global-003",assetName:"STX",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"stx-usd-premium-prod",input:"STX",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SUI/USD-RefPrice-DS-Premium-Global-003",assetName:"SUI",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"sui-usd-premium-prod",input:"SUI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SUPER/USD-RefPrice-mainnet-production",assetName:"SUPER",address:"0x0000000000000000000000000000000000000000",path:"super-usd-refprice-mainnet-production",input:"SUPER",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SUSDS/USD-RefPrice-mainnet-production",assetName:"SUSDS",address:"0x0000000000000000000000000000000000000000",path:"susds-usd-refprice-mainnet-production",input:"SUSDS",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"SUSHI / USD",assetName:"SUSHI",address:"0xb2A8BA74cbca38508BA1632761b56C897060147C",path:"sushi-usd",input:"SUSHI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SUSHI/USD-RefPrice-mainnet-production",assetName:"SUSHI",address:"0x0000000000000000000000000000000000000000",path:"sushi-usd-refprice-mainnet-production",input:"SUSHI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SWETH / ETH",assetName:"SWETH",address:"0x05Bc6e5Fb110589bb366A3Cd7CdBe143EeBA2168",path:"sweth-eth",input:"SWETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SWETH/USD-RefPrice-mainnet-production",assetName:"SWETH",address:"0x0000000000000000000000000000000000000000",path:"sweth-usd-refprice-mainnet-production",input:"SWETH",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SYN/USD-RefPrice-mainnet-production",assetName:"SYN",address:"0x0000000000000000000000000000000000000000",path:"syn-usd-refprice-mainnet-production",input:"SYN",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SYN/USD-RefPrice-mainnet-staging",assetName:"SYN",address:"0x0000000000000000000000000000000000000000",path:"syn-usd-refprice-mainnet-staging",input:"SYN",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SYRUP/USD-RefPrice-mainnet-production",assetName:"SYRUP",address:"0x0000000000000000000000000000000000000000",path:"syrup-usd-refprice-mainnet-production",input:"SYRUP",output:"USD",type:"crypto",updateInterval:600},{decimals:0,chainId:42161,name:"SYRUPUSDC/USDC-ExRate-mainnet-production",assetName:"SyrupUSDC",address:"0x0000000000000000000000000000000000000000",path:"syrupusdc-usdc-exrate-mainnet-production",input:"SyrupUSDC",output:"USDC",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"StaFi Staked ETH rETH-ETH Exchange Rate",assetName:"rETH",address:"0x052d4200b624b07262F574af26C71A6553996Ab5",path:"stafi-staked-eth-reth-eth-exchange-rate",input:"rETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"SyrupUSDC/USDC-ExRate-Deprecated-mainnet-production",assetName:"SyrupUSDC",address:"0x0000000000000000000000000000000000000000",path:"syrupusdc-usdc-exrate-deprecated-mainnet-production",input:"SyrupUSDC",output:"USDC",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"TAO / USD",assetName:"TAO",address:"0x6aCcBB82aF71B8a576B4C05D4aF92A83A035B991",path:"tao-usd",input:"TAO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"TAO/USD-RefPrice-DS-Premium-Global-003",assetName:"TAO",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"tao-usd-premium-prod-v03",input:"TAO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"TAO/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"TAO",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"tao-usd-premium-staging-experimental",input:"TAO",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"TBTC / BTC",assetName:"tBTC",address:"0xe4c31C5B118d8aA92433eD1c7EC70afb430cd730",path:"tbtc-btc",input:"tBTC",output:"BTC",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"TBTC / USD",assetName:"tBTC",address:"0xE808488e8627F6531bA79a13A9E0271B39abEb1C",path:"tbtc-usd",input:"tBTC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"THETA/USD-RefPrice-mainnet-production",assetName:"THETA",address:"0x0000000000000000000000000000000000000000",path:"theta-usd-refprice-mainnet-production",input:"THETA",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"TIA / USD",assetName:"TIA",address:"0x4096b9bfB4c34497B7a3939D4f629cf65EBf5634",path:"tia-usd",input:"TIA",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"TIA/USD-RefPrice-DS-Premium-Global-003",assetName:"TIA",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"tia-usd-premium-prod",input:"TIA",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"TIA/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"tia-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"TITCOIN/USD-RefPrice-mainnet-production",assetName:"TITCOIN",address:"0x0000000000000000000000000000000000000000",path:"titcoin-usd-refprice-mainnet-production",input:"TITCOIN",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"TNSR/USD-RefPrice-mainnet-production",assetName:"TNSR",address:"0x0000000000000000000000000000000000000000",path:"tnsr-usd-refprice-mainnet-production",input:"TNSR",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"TNSR/USD-RefPrice-mainnet-staging",assetName:"TNSR",address:"0x0000000000000000000000000000000000000000",path:"tnsr-usd-refprice-mainnet-staging",input:"TNSR",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"TOKEN/USD-RefPrice-DS-Premium-Global-003",assetName:"TOKEN",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"token-usd-premium-prod-v03",input:"TOKEN",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"TOKEN/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"TOKEN",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"token-usd-premium-staging-experimental-v03",input:"TOKEN",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"TON/USD-RefPrice-DS-Premium-Global-003",assetName:"TON",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"ton-usd-premium-prod",input:"TON",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"TOSHI/USD-RefPrice-mainnet-production",assetName:"TOSHI",address:"0x0000000000000000000000000000000000000000",path:"toshi-usd-refprice-mainnet-production",input:"TOSHI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"TRB/USD-RefPrice-mainnet-production",assetName:"TRB",address:"0x0000000000000000000000000000000000000000",path:"trb-usd-refprice-mainnet-production",input:"TRB",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"TRB/USD-RefPrice-mainnet-staging",assetName:"TRB",address:"0x0000000000000000000000000000000000000000",path:"trb-usd-refprice-mainnet-staging",input:"TRB",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"TRENCHER/USD-RefPrice-mainnet-production",assetName:"TRENCHER",address:"0x0000000000000000000000000000000000000000",path:"trencher-usd-refprice-mainnet-production",input:"TRENCHER",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"TROLL/USD-RefPrice-mainnet-production",assetName:"TROLL",address:"0x0000000000000000000000000000000000000000",path:"troll-usd-refprice-mainnet-production",input:"TROLL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"TRU/USD-RefPrice-mainnet-production",assetName:"TRU",address:"0x0000000000000000000000000000000000000000",path:"tru-usd-refprice-mainnet-production",input:"TRU",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"TRU/USD-RefPrice-mainnet-staging",assetName:"TRU",address:"0x0000000000000000000000000000000000000000",path:"tru-usd-refprice-mainnet-staging",input:"TRU",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"TRUMP / USD",assetName:"TRUMP",address:"0x373510BDa1ab7e873c731968f4D81B685f520E4B",path:"trump-usd",input:"TRUMP",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"TRUMP/USD-RefPrice-DS-Premium-Global-003",assetName:"TRUMP",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"trump-usd-premium-prod-v03",input:"TRUMP",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"TRUMP/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"TRUMP",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"trump-usd-premium-staging-experimental-v03",input:"TRUMP",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"TRX/USD-RefPrice-DS-Premium-Global-003",assetName:"TRX",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"trx-usd-premium-prod",input:"TRX",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"TURBO/USD-RefPrice-DS-Premium-Global-003",assetName:"TURBO",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"turbo-usd-premium-prod-v03",input:"TURBO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"TURBO/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"TURBO",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"turbo-usd-premium-staging-experimental-v03",input:"TURBO",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"TUSD / USD",assetName:"TUSD",address:"0x6fAbee62266Da6686EE2744C6f15bb8352d2f28D",path:"tusd-usd",input:"TUSD",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"TWT/USD-RefPrice-mainnet-production",assetName:"TWT",address:"0x0000000000000000000000000000000000000000",path:"twt-usd-refprice-mainnet-production",input:"TWT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ULTI / USD",assetName:"ULTI",address:"0x8883045300Eaf3b1Bb1b3b17F9B4d70EfF50212a",path:"ulti-usd",input:"ULTI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"UNI / USD",assetName:"UNI",address:"0x9C917083fDb403ab5ADbEC26Ee294f6EcAda2720",path:"uni-usd",input:"UNI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"UNI/USD-RefPrice-DS-Premium-Global-003",assetName:"UNI",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"uni-usd-premium-prod",input:"UNI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"UNI/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"uni-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"UNIBTC/BTC-ExRate-Deprecated-mainnet-production",assetName:"uniBTC",address:"0x0000000000000000000000000000000000000000",path:"unibtc-btc-exrate-deprecated-mainnet-production",input:"uniBTC",output:"BTC",type:"crypto",updateInterval:600},{decimals:0,chainId:42161,name:"UNIBTC/BTC-ExRate-mainnet-production",assetName:"uniBTC",address:"0x0000000000000000000000000000000000000000",path:"unibtc-btc-exrate-mainnet-production",input:"uniBTC",output:"BTC",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"USD+ / USD",assetName:"USD+",address:"0x6548a81E640C000150e06AB413fB3F772682e9c5",path:"usd+-usd",input:"USD+",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"USD1 / USD",assetName:"USD1",address:"0xcAc0138592090762385CCB7bb94C9401F734Eb30",path:"usd1-usd",input:"USD1",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"USD1/USD-RefPrice-mainnet-production",assetName:"USD1",address:"0x0000000000000000000000000000000000000000",path:"usd-usd-refprice-mainnet-production",input:"USD1",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"USDC / USD",assetName:"USDC",address:"0x50834F3163758fcC1Df9973b6e91f0F0F0434aD3",path:"usdc-usd",input:"USDC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"USDC/USD-RefPrice-DS-Premium-Global-003",assetName:"USDC",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"usdc-usd-premium-prod",input:"USDC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"USDC/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"usdc-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"USDD / USD",assetName:"USDD",address:"0x4Ee1f9ec1048979930aC832a3C1d18a0b4955a02",path:"usdd-usd",input:"USDD",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"USDM / USD",assetName:"USDM",address:"0x24EA2671671c33D66e9854eC06e42E5D3ac1f764",path:"usdm-usd",input:"USDM",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"USDS / USD",assetName:"USDS",address:"0x37833E5b3fbbEd4D613a3e0C354eF91A42B81eeB",path:"usds-usd",input:"USDS",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"USDT / USD",assetName:"USDT",address:"0x3f3f5dF88dC9F13eac63DF89EC16ef6e7E25DdE7",path:"usdt-usd",input:"USDT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"USDT/USD-RefPrice-DS-Premium-Global-003",assetName:"USDT",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"usdt-usd-premium-prod",input:"USDT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"USDT/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"usdt-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"USDV / USD",assetName:"USDV",address:"0x7Fa028B87e73deb66DcFf9Fa40f4C7C6Dd2Fd254",path:"usdv-usd",input:"USDV",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"USDe / USD",assetName:"USDE",address:"0x88AC7Bca36567525A866138F03a6F6844868E0Bc",path:"usde-usd",input:"USDE",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"USR / USD",assetName:"USR",address:"0xBafDf5307EaEF8dCd18c4b7b3977BEEB73b4AFE4",path:"usr-usd",input:"USR",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"USUAL/USD-RefPrice-mainnet-production",assetName:"USUAL",address:"0x0000000000000000000000000000000000000000",path:"usual-usd-refprice-mainnet-production",input:"USUAL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"USUAL/USD-RefPrice-mainnet-staging",assetName:"USUAL",address:"0x0000000000000000000000000000000000000000",path:"usual-usd-refprice-mainnet-staging",input:"USUAL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"VET/USD-RefPrice-DS-Premium-Global-003",assetName:"VET",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"vet-usd-premium-prod",input:"VET",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"VET/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"VET",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"vet-usd-premium-staging-experimental",input:"VET",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"VIRTUAL/USD-RefPrice-DS-Premium-Global-003",assetName:"VIRTUAL",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"virtual-usd-premium-prod-v03",input:"VIRTUAL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"VIRTUAL/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"VIRTUAL",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"virtual-usd-premium-staging-experimental-v03",input:"VIRTUAL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"VVV/USD-RefPrice-mainnet-production",assetName:"VVV",address:"0x0000000000000000000000000000000000000000",path:"vvv-usd-refprice-mainnet-production",input:"VVV",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"VVV/USD-RefPrice-mainnet-staging",assetName:"VVV",address:"0x0000000000000000000000000000000000000000",path:"vvv-usd-refprice-mainnet-staging",input:"VVV",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"WAL/USD-RefPrice-mainnet-production",assetName:"WAL",address:"0x0000000000000000000000000000000000000000",path:"wal-usd-refprice-mainnet-production",input:"WAL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"WAVES/USD-RefPrice-DSstaging-Premium-Global-003-dead",assetName:"WAVES",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"waves-usd-premium-staging-experimental-v03-dead",input:"WAVES",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"WBCOIN/USD-RefPrice-mainnet-production",assetName:"WBCOIN",address:"0x0000000000000000000000000000000000000000",path:"wbcoin-usd-refprice-mainnet-production",input:"WBCOIN",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"WBTC / BTC",assetName:"WBTC",address:"0x0017abAc5b6f291F9164e35B1234CA1D697f9CF4",path:"wbtc-btc",input:"WBTC",output:"BTC",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"WBTC / USD",assetName:"WBTC",address:"0xd0C7101eACbB49F3deCcCc166d238410D6D46d57",path:"wbtc-usd",input:"WBTC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"WELL/USD-RefPrice-mainnet-production",assetName:"WELL",address:"0x0000000000000000000000000000000000000000",path:"well-usd-refprice-mainnet-production",input:"WELL",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"WEMIX / USD",assetName:"WEMIX",address:"0x6FfBc6339DD46a7e0513D4887106349214C05505",path:"wemix-usd",input:"WEMIX",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"WEN/USD-RefPrice-mainnet-production",assetName:"WEN",address:"0x0000000000000000000000000000000000000000",path:"wen-usd-refprice-mainnet-production",input:"WEN",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"WEN/USD-RefPrice-mainnet-staging",assetName:"WEN",address:"0x0000000000000000000000000000000000000000",path:"wen-usd-refprice-mainnet-staging",input:"WEN",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"WIF / USD",assetName:"WIF",address:"0xF7Ee427318d2Bd0EEd3c63382D0d52Ad8A68f90D",path:"wif-usd",input:"WIF",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"WIF/USD-RefPrice-DS-Premium-Global-003",assetName:"WIF",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"wif-usd-premium-prod",input:"WIF",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"WLD/USD-RefPrice-DS-Premium-Global-003",assetName:"WLD",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"wld-usd-refprice-ds-premium-global-003-prod",input:"WLD",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"WOO / USD",assetName:"WOO",address:"0x5e2b5C5C07cCA3437c4D724225Bb42c7E55d1597",path:"woo-usd",input:"WOO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"WOO/USD-RefPrice-DS-Premium-Global-003",assetName:"WOO",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"woo-usd-premium-prod-v03",input:"WOO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"WOO/USD-RefPrice-DSstaging-Premium-Global-003-dead",assetName:"WOO",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"woo-usd-premium-staging-experimental-dead",input:"WOO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"WSTETH / ETH",assetName:"WSTETH",address:"0xb523AE262D20A936BC152e6023996e46FDC2A95D",path:"wsteth-eth",input:"WSTETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"XAI / USD",assetName:"XAI",address:"0x806c532D543352e7C344ba6C7F3F00Bfbd309Af1",path:"xai-usd",input:"XAI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"XAI/USD-RefPrice-DS-Premium-Global-003",assetName:"XAI",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"xai-usd-refprice-ds-premium-global-003-prod",input:"XAI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"XAUT/USD-RefPrice-mainnet-production",assetName:"XAUT",address:"0x0000000000000000000000000000000000000000",path:"xaut-usd-refprice-mainnet-production",input:"XAUT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"XDC/USD-RefPrice-mainnet-production",assetName:"XDC",address:"0x0000000000000000000000000000000000000000",path:"xdc-usd-refprice-mainnet-production",input:"XDC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"XDC/USD-RefPrice-mainnet-staging",assetName:"XDC",address:"0x0000000000000000000000000000000000000000",path:"xdc-usd-refprice-mainnet-staging",input:"XDC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"XLM/USD-RefPrice-DS-Premium-Global-003",assetName:"XLM",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"xlm-usd-premium-prod",input:"XLM",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"XLM/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"xlm-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"XMR/USD-RefPrice-mainnet-production",assetName:"XMR",address:"0x0000000000000000000000000000000000000000",path:"xmr-usd-refprice-mainnet-production",input:"XMR",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"XPR/USD-RefPrice-mainnet-production",assetName:"XPR",address:"0x0000000000000000000000000000000000000000",path:"xpr-usd-refprice-mainnet-production",input:"XPR",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"XRP / USD",assetName:"XRP",address:"0xB4AD57B52aB9141de9926a3e0C8dc6264c2ef205",path:"xrp-usd",input:"XRP",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"XRP/USD-RefPrice-DS-Premium-Global-003",assetName:"XRP",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"xrp-usd-premium-prod",input:"XRP",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"XRP/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"xrp-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"XTZ / USD",assetName:"XTZ",address:"0xf3451Fd5eddE08cDAE95A6233BaD69DE95552a61",path:"xtz-usd",input:"XTZ",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"XTZ/USD-RefPrice-DS-Premium-Global-003",assetName:"XTZ",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"xtz-usd-premium-prod",input:"XTZ",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"XTZ/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"xtz-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"XVS / USD",assetName:"XVS",address:"0x300b0990Ba191a1AeBef6e5Ed8B5B308C0B2d0c9",path:"xvs-usd",input:"XVS",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"YFI / USD",assetName:"YFI",address:"0x745Ab5b69E01E2BE1104Ca84937Bb71f96f5fB21",path:"yfi-usd",input:"YFI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"YFI/USD-RefPrice-mainnet-production",assetName:"YFI",address:"0x0000000000000000000000000000000000000000",path:"yfi-usd-refprice-mainnet-production",input:"YFI",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ZBCN/USD-RefPrice-mainnet-production",assetName:"ZBCN",address:"0x0000000000000000000000000000000000000000",path:"zbcn-usd-refprice-mainnet-production",input:"ZBCN",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ZBTC/USD-RefPrice-mainnet-production",assetName:"ZBTC",address:"0x0000000000000000000000000000000000000000",path:"zbtc-usd-refprice-mainnet-production",input:"ZBTC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ZBTC/USD-RefPrice-mainnet-production-dead",assetName:"ZBTC",address:"0x0000000000000000000000000000000000000000",path:"zbtc-usd-refprice-mainnet-production-dead",input:"ZBTC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ZEC/USD-RefPrice-DS-Premium-Global-003",assetName:"ZEC",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"zec-usd-refprice-ds-premium-global-003-prod",input:"ZEC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ZEC/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"ZEC",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"zec-usd-premium-staging-experimental",input:"ZEC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ZEREBRO/USD-RefPrice-DS-Premium-Global-003",assetName:"ZEREBRO",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"zerebro-usd-premium-prod-v03",input:"ZEREBRO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ZEREBRO/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"ZEREBRO",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"zerebro-usd-premium-staging-experimental-v03",input:"ZEREBRO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ZETA/USD-RefPrice-mainnet-production",assetName:"ZETA",address:"0x0000000000000000000000000000000000000000",path:"zeta-usd-refprice-mainnet-production",input:"ZETA",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ZIL/USD-RefPrice-mainnet-production",assetName:"ZIL",address:"0x0000000000000000000000000000000000000000",path:"zil-usd-refprice-mainnet-production",input:"ZIL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ZK/USD-RefPrice-DS-Premium-Global-003",assetName:"ZK",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"zk-usd-premium-prod",input:"ZK",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ZK/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"zk-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ZKL/USD-RefPrice-mainnet-production",assetName:"ZKL",address:"0x0000000000000000000000000000000000000000",path:"zkl-usd-refprice-mainnet-production",input:"ZKL",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"ZRO / USD",assetName:"ZRO",address:"0x1940fEd49cDBC397941f2D336eb4994D599e568B",path:"zro-usd",input:"ZRO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ZRO/USD-RefPrice-DS-Premium-Global-003",assetName:"ZRO",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"zro-usd-premium-prod",input:"ZRO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ZRO/USD-RefPrice-DSstaging-Premium-Global-003",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"zro-usd-premium-staging-experimental",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"agETH / ETH Exchange Rate",assetName:"agETH",address:"0x6303C35D49B13016A6acef5414893Fa7519E6da0",path:"ageth-eth-exchange-rate",input:"agETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ankrETH / ETH Exchange Rate",assetName:"ANKRETH",address:"0x5Fb73f7Af8a29297953d3611422826039338E5b4",path:"ankreth-eth-exchange-rate",input:"ANKRETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"apxETH / pxETH Exchange Rate",assetName:"APXETH",address:"0x41f8459f911658e9C627c5D1d2Fb18c7dbc8ceBe",path:"apxeth-pxeth-exchange-rate",input:"APXETH",output:"PXETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"cbETH-ETH Exchange Rate",assetName:"cbETH",address:"0x0518673439245BB95A58688Bc31cd513F3D5bDd6",path:"cbeth-eth-exchange",input:"cbETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"deUSD / USD",assetName:"DEUSD",address:"0xa2b9BFb5CE1c7ABBC6609de17e5968eA2c20a5f1",path:"deusd-usd",input:"DEUSD",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"dlcBTC Proof of Reserves",assetName:"dlcBTC",address:"0x47A2fBEb46553F01E7133686Fb1b5349d4823a0C",path:"dlcbtc-por",input:"dlcBTC",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"egETH / ETH Exchange Rate",assetName:"EGETH",address:"0xD3631AC9D81eD560D61957a55E9c992cdE497eb6",path:"egeth-eth-exchange-rate",input:"EGETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ezETH / ETH",assetName:"EZETH",address:"0x11E1836bFF2ce9d6A5bec9cA79dc998210f3886d",path:"ezeth-eth",input:"EZETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ezETH / ETH Exchange Rate",assetName:"EZETH",address:"0x989a480b6054389075CBCdC385C18CfB6FC08186",path:"ezeth-eth-exchange-rate",input:"EZETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"frxETH-ETH Exchange Rate High",assetName:"frxETH",address:"0x5C3e80763862CB777Aa07BDDBcCE0123104e1c34",path:"frxeth-eth-high",input:"frxETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"frxETH-ETH Exchange Rate Low",assetName:"frxETH",address:"0x1bD872f3A606471787B1a304cE0356e4e87Af930",path:"frxeth-eth-low",input:"frxETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"frxUSD / USD",assetName:"FRXUSD",address:"0xF6a5c5480A9aC736ea567454e2E570889E0DB4Bc",path:"frxusd-usd",input:"FRXUSD",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"gmARB / USD",assetName:"gmARB",address:"0x5d046567b97B0d7322F2402e3b34Bf789cE329f5",path:"gmarb-usd",input:"gmARB",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"gmBTC / USD",assetName:"gmBTC",address:"0x395D5c5D552Df670dc4B2B1cef0c4EABfFba492f",path:"gmbtc-usd",input:"gmBTC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"gmETH / USD",assetName:"gmETH",address:"0xfB3264D1129824933a52374c2C1696F4470D041e",path:"gmeth-usd",input:"gmETH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"iBTC Proof of Reserves",assetName:"iBTC",address:"0x0543Bb6b5A57E3e7569237b67321eAB773e41401",path:"ibtc-por",input:"iBTC",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ibBTC PricePerShare",address:"0x80dd57c45B73f3c70feAF1BFe1bcdF384703E558",path:"ibbtc-pps",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"inETH / ETH Exchange Rate",assetName:"INETH",address:"0x3C5C5329b028E674F7a124b18527B94BE74A66cF",path:"ineth-eth-exchange-rate",input:"INETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"instETH / ETH Exchange Rate",assetName:"INSTETH",address:"0x4050bD8263771f8BBded08C299BD944488a91AaD",path:"insteth-eth-exchange-rate",input:"INSTETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"osETH / ETH Exchange Rate",assetName:"OSETH",address:"0xB4102D5E72c402D537C9f024F4bd9c3709FE200d",path:"oseth-eth-exchange-rate",input:"OSETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"rETH-ETH Exchange Rate",assetName:"rETH",address:"0xF3272CAfe65b190e76caAF483db13424a3e23dD2",path:"reth-eth-exchange-rate",input:"rETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"rsETH / ETH Exchange Rate",assetName:"RSETH",address:"0x3A917e6B5732dFCc4A45257e3930979fAE6a3737",path:"rseth-eth-exchange-rate",input:"RSETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"rswETH / ETH",assetName:"rswETH",address:"0xC3534C27E3DE2ae861EB38889a1c8dCfEa4Cb39d",path:"rsweth-eth",input:"rswETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"rswETH / ETH Exchange Rate",assetName:"RSWETH",address:"0x683989a7A6424122678164Ad26736bA484055B35",path:"rsweth-eth-exchange-rate",input:"RSWETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"sFRAX / FRAX Exchange Rate",assetName:"sFRAX",address:"0x03e4054B11ad01915257bE53Af03A32Abf7837b9",path:"sfrax-frax exchange rate",input:"sFRAX",output:"FRAX",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"sUSDS / USDS Exchange Rate",assetName:"sUSDS",address:"0x2483326d19f780Fb082f333Fe124e4C075B207ba",path:"susds-usds-exchange-rate",input:"sUSDS",output:"sUSDS",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"sUSDe / USD",assetName:"SUSDE",address:"0xf2215b9c35b1697B5f47e407c917a40D055E68d7",path:"susde-usd",input:"SUSDE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"sUSDe / USDe Exchange Rate",assetName:"SUSDE",address:"0x605EA726F0259a30db5b7c9ef39Df9fE78665C44",path:"susde-usde-exchange-rate",input:"SUSDE",output:"USDE",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"sfrxETH-frxETH Exchange Rate",assetName:"sfrxETH",address:"0x98E5a52fB741347199C08a7a3fcF017364284431",path:"sfrxETH-frxETH",input:"sfrxETH",output:"frxETH",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"solvBTC / BTC",assetName:"solvBTC",address:"0x9ca3D04Bdf90Ddc0074Ea57d3e2D331CD4b2d5a2",path:"solvbtc-btc",input:"solvBTC",output:"BTC",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"stBTC / BTC Exchange Rate",assetName:"stBTC",address:"0x7A58648CAeA88e042767823723aF266DC6c4c4D9",path:"stbtc-btc-exchange-rate",input:"stBTC",output:"BTC",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"stBTC Proof of Reserves",assetName:"stBTC",address:"0xA0118D8948FA85624608d94eC6B52973578082fA",path:"stbtc-por",input:"stBTC",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"stETH/USD-RefPrice-DS-Premium-Global-003",assetName:"STETH",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"steth-usd-premium-prod",input:"STETH",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"swETH / ETH Exchange Rate",assetName:"SWETH",address:"0xEcD471ef663eCEFFC7D731a0C7e51007433e6d6e",path:"sweth-eth exchange rate",input:"SWETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"tETH / wstETH Exchange Rate",assetName:"tETH",address:"0x98a977Ba31C72aeF2e15B950Eb5Ae3158863D856",path:"teth-wsteth-exchange-rate",input:"tETH",output:"wstETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ultraETHs / ETH Exchange Rate",assetName:"ultraETHs",address:"0x20b0159404886F4BFE51A1ad9c14cFc3Cde5995c",path:"ultraeths-eth-exchange-rate",input:"ultraETHs",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"uniBTC / BTC Exchange Rate",assetName:"uniBTC",address:"0xa677622735c38001fd1183c92dc5b889128EC234",path:"unibtc-btc-exchange-rate",input:"uniBTC",output:"BTC",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"uniETH / ETH Exchange Rate",assetName:"UNIETH",address:"0xF18BE32dB91591A7256d738C166FA195a17457DA",path:"unieth-eth-exchange-rate",input:"UNIETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"wOETH / OETH Exchange Rate",assetName:"wOETH",address:"0x03a1f4b19aaeA6e68f0f104dc4346dA3E942cC45",path:"woeth-oeth-exchange-rate",input:"wOETH",output:"OETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"weETH / ETH",assetName:"weETH",address:"0xE141425bc1594b8039De6390db1cDaf4397EA22b",path:"weeth-eth",input:"weETH",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"weETH / eETH Exchange Rate",assetName:"weETH",address:"0x20bAe7e1De9c596f5F7615aeaa1342Ba99294e12",path:"weeth-eeth-exchange-rate",input:"weETH",output:"eETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"wrsETH / rsETH Exchange Rate",assetName:"wrsETH",address:"0x8f1dF6D7F2db73eECE86a18b4381F4707b918FB1",path:"wrseth-rseth-exchange-rate",input:"wrsETH",output:"rsETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"wstETH-stETH Exchange Rate",assetName:"wstETH",address:"0xB1552C5e96B312d0Bf8b554186F846C40614a540",path:"wsteth-steth exchangerate",input:"wstETH",output:"stETH",type:"crypto",updateInterval:600},{decimals:0,chainId:42161,name:"wstETH/USD-RefPrice-DS-Premium-Global-003",assetName:"WSTETH",address:"0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",path:"wsteth-usd-refprice-ds-premium-global-003-prod",input:"WSTETH",output:"USD",type:"crypto",updateInterval:600},{decimals:0,chainId:42161,name:"wstETH/USD-RefPrice-DSstaging-Premium-Global-003",assetName:"WSTETH",address:"0x3caF678232f500b05864dBaDDD9F9dB8760bE072",path:"wsteth-usd-premium-staging-experimental",input:"WSTETH",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"wstUSR / stUSR Exchange Rate",assetName:"wstUSR",address:"0x9BC7E5a6f1EED1C3217d2c63ad680DF83D84a906",path:"wstusr-stusr-exchange-rate",input:"wstUSR",output:"stUSR",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"yUSD / USD Exchange Rate",assetName:"yUSD",address:"0x875C69Da7AE092E4Dc277171e9c373718DDB25E2",path:"yusd-usd-exchange-rate",input:"yUSD",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ynETH / ETH Exchange Rate",assetName:"ynETH",address:"0xc2430cD1214F8452f4040473b7587195f9c565bD",path:"yneth-eth-exchange-rate",input:"ynETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:42161,name:"ynETHx / ETH Exchange Rate",assetName:"ynETHx",address:"0xF6897122530ca89beB919f5990FDd3F7Cc9837C4",path:"ynethx-eth-exchange-rate",input:"ynETHx",output:"ynETHx",type:"crypto",updateInterval:600},{decimals:8,chainId:42161,name:"zBTC Proof of Reserves",assetName:"zBTC",address:"0xd9344493d99153Ad4353D604A1d80d4089004c5D",path:"zbtc-por",input:"zBTC",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"BRL / USD",assetName:"BRL",address:"0x0b0E64c05083FdF9ED7C5D3d8262c4216eFc9394",path:"brl-usd",input:"BRL",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:8453,name:"CAD / USD",assetName:"CAD",address:"0xA840145F87572E82519d578b1F36340368a25D5d",path:"cad-usd",input:"CAD",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:8453,name:"CHF / USD",assetName:"CHF",address:"0x3A1d6444fb6a402470098E23DaD0B7E86E14252F",path:"chf-usd",input:"CHF",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:8453,name:"EUR / USD",assetName:"EUR",address:"0xc91D87E81faB8f93699ECf7Ee9B44D11e1D53F0F",path:"eur-usd",input:"EUR",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:8453,name:"GBP / USD",assetName:"GBP",address:"0xCceA6576904C118037695eB71195a5425E69Fa15",path:"gbp-usd",input:"GBP",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:8453,name:"IDR / USD",assetName:"IDR",address:"0x05A6cF213EcC5501A11a08EBefA4A8a60313ef97",path:"idr-usd",input:"IDR",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:8453,name:"MXN / USD",assetName:"MXN",address:"0x9e8Ee77c76d4fa41306056D1C3196AF5da1600bd",path:"mxn-usd",input:"MXN",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:8453,name:"NGN / USD",assetName:"NGN",address:"0xdfbb5Cbc88E382de007bfe6CE99C388176ED80aD",path:"ngn-usd",input:"NGN",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:8453,name:"NZD / USD",assetName:"NZD",address:"0x06bdFe07E71C476157FC025d3cCD4BBe08e83EF9",path:"nzd-usd",input:"NZD",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:8453,name:"TRY / USD",assetName:"TRY",address:"0x29413773e7CD4Dfd6Ad89a50887877b88a6C592C",path:"try-usd",input:"TRY",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:8453,name:"ZAR / USD",assetName:"ZAR",address:"0x2ecc8A8B370fC6a217166b2782a35339bEBEe98B",path:"zar-usd",input:"ZAR",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:8453,name:"AAVE / USD",assetName:"AAVE",address:"0x3d6774EF702A10b20FCa8Ed40FC022f7E4938e07",path:"aave-usd",input:"AAVE",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"ADA / USD",assetName:"ADA",address:"0x34cD971a092d5411bD69C10a5F0A7EEF72C69041",path:"ada-usd",input:"ADA",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"AERO / USD",assetName:"AERO",address:"0x4EC5970fC728C5f65ba413992CD5fF6FD70fcfF0",path:"aero-usd",input:"AERO",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"AMP / USD",assetName:"AMP",address:"0x1688e4B274a4CC9fD398EbA6Ae4dfb6528A9D2bc",path:"amp-usd",input:"AMP",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"ANON / USD",assetName:"ANON",address:"0x674e028B95330E77F5cF89834254a6Bfa806f3a2",path:"anon-usd",input:"ANON",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"APT / USD",assetName:"APT",address:"0x88a98431C25329AA422B21D147c1518b34dD36F4",path:"apt-usd",input:"APT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"ARKB Reserves",assetName:"ARK_21Shares_BTC_ETF",address:"0xB366E8Efb9661323ff477CedF70f55F897D6cFeA",path:"arkb-reserves",input:"ARK_21Shares_BTC_ETF",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"AVAIL / USD",assetName:"AVAIL",address:"0x947eD6A3664fCE27a365b720286c01074d3782E0",path:"avail-usd",input:"AVAIL",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"AVAX / USD",assetName:"AVAX",address:"0xE70f2D34Fd04046aaEC26a198A35dD8F2dF5cd92",path:"avax-usd",input:"AVAX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"AXL / USD",assetName:"AXL",address:"0x676C4C6C31D97A5581D3204C04A8125B350E2F9D",path:"axl-usd",input:"AXL",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"BNB / USD",assetName:"BNB",address:"0x4b7836916781CAAfbb7Bd1E5FDd20ED544B453b1",path:"bnb-usd",input:"BNB",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"BTC / USD",assetName:"BTC",address:"0x64c911996D3c6aC71f9b455B1E8E7266BcbD848F",path:"btc-usd",input:"BTC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"CBETH / ETH",assetName:"CBETH",address:"0x806b4Ac04501c29769051e42783cF04dCE41440b",path:"cbeth-eth",input:"CBETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"CBETH / USD",assetName:"CBETH",address:"0xd7818272B9e248357d13057AAb0B417aF31E817d",path:"cbeth-usd",input:"CBETH",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"CETH Reserves",assetName:"21Shares_Core_Ethereum_ETF",address:"0x0b68ac37a1668DAaab1882543368E076C38C40e9",path:"ceth-reserves",input:"21Shares_Core_Ethereum_ETF",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"COMP / USD",assetName:"COMP",address:"0x9DDa783DE64A9d1A60c49ca761EbE528C35BA428",path:"comp-usd",input:"COMP",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"CTX / USD",assetName:"CTX",address:"0x90F3676B40F6dc2C1E074985D0544Bb8e1815B00",path:"ctx-usd",input:"CTX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"CUSDO / USD",assetName:"CUSDO",address:"0xBbdA526258856c06f167399097e13D79E8f88ba8",path:"cusdo-usd",input:"CUSDO",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"DAI / USD",assetName:"DAI",address:"0x591e79239a7d679378eC8c847e5038150364C78F",path:"dai-usd",input:"DAI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"DEGEN / USD",assetName:"DEGEN",address:"0xE62BcE5D7CB9d16AB8b4D622538bc0A50A5799c2",path:"degen-usd",input:"DEGEN",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"DOGE / USD",assetName:"DOGE",address:"0x8422f3d3CAFf15Ca682939310d6A5e619AE08e57",path:"doge-usd",input:"DOGE",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"ETH / USD",assetName:"ETH",address:"0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70",path:"eth-usd",input:"ETH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"EURC / USD",assetName:"EURC",address:"0xDAe398520e2B67cd3f27aeF9Cf14D93D927f8250",path:"eurc-usd",input:"EURC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"GHO / USD",assetName:"GHO",address:"0x42868EFcee13C0E71af89c04fF7d96f5bec479b0",path:"gho-usd",input:"GHO",output:"GHO",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"LBTC / BTC",assetName:"LBTC",address:"0x1E6c22AAA11F507af12034A5Dc4126A6A25DC8d2",path:"lbtc-btc",input:"LBTC",output:"BTC",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"LBTC / USD",assetName:"LBTC",address:"0x9e07546c9Fe8868855CD04B26051a26D1599E270",path:"lbtc-usd",input:"LBTC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"LINK / ETH",assetName:"LINK",address:"0xc5E65227fe3385B88468F9A01600017cDC9F3A12",path:"link-eth",input:"LINK",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"LINK / USD",assetName:"LINK",address:"0x17CAb8FE31E32f08326e5E27412894e49B0f9D65",path:"link-usd",input:"LINK",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"LTC / USD",assetName:"LTC",address:"0x206a34e47093125fbf4C75b7c7E88b84c6A77a69",path:"ltc-usd",input:"LTC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"MAG7.SSI / USD",assetName:"MAG7.SSI",address:"0x2B1de6AD89847C11aF2ede14edB013AA79E94aC9",path:"mag7.ssi-usd",input:"MAG7.SSI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"MATIC / USD",assetName:"MATIC",address:"0x12129aAC52D6B0f0125677D4E1435633E61fD25f",path:"matic-usd",input:"MATIC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"MAVIA / USD",assetName:"MAVIA",address:"0x979447581b39caCA33EF0CA8208592393D16cc13",path:"mavia-usd",input:"MAVIA",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"MELANIA / USD",assetName:"MELANIA",address:"0xFAf372CaBc765b63f6fabD436c845D965eDA1CA5",path:"melania-usd",input:"MELANIA",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"MEW / USD",assetName:"MEW",address:"0x9FB8b5A4b3FE655564f0c76616ae79DE90Cc7382",path:"mew-usd",input:"MEW",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"MLN / USD",assetName:"MLN",address:"0x122b5334A8b55861dBc6729c294451471FbF318D",path:"mln-usd",input:"MLN",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"MOG / USD",assetName:"MOG",address:"0x4aeb6D15769EaD32D0c5Be2940F40c7CFf53801d",path:"mog-usd",input:"MOG",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"MORPHO / USD",assetName:"MORPHO",address:"0xe95e258bb6615d47515Fc849f8542dA651f12bF6",path:"morpho-usd",input:"MORPHO",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"OGN / USD",assetName:"OGN",address:"0x91D7AEd72bF772A0DA30199B925aCB866ACD3D9e",path:"ogn-usd",input:"OGN",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"OP / USD",assetName:"OP",address:"0x3E3A6bD129A63564FE7abde85FA67c3950569060",path:"op-usd",input:"OP",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"OUSDT / USD",assetName:"OUSDT",address:"0x0E230b1077c663f8Fb5e68d84A8e3e33D97d7436",path:"ousdt-usd",input:"OUSDT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"PEPE / USD",assetName:"PEPE",address:"0xB48ac6409C0c3718b956089b0fFE295A10ACDdad",path:"pepe-usd",input:"PEPE",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"POL / USD",assetName:"POL",address:"0x5E988c11a4f92155C30D9fb69Ed75597f712B113",path:"pol-usd",input:"POL",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"RDNT / USD",assetName:"RDNT",address:"0xEf2E24ba6def99B5e0b71F6CDeaF294b02163094",path:"rdnt-usd",input:"RDNT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"RETH / ETH",assetName:"RETH",address:"0xf397bF97280B488cA19ee3093E81C0a77F02e9a5",path:"reth-eth",input:"RETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"RSETH / ETH",assetName:"RSETH",address:"0xd7221b10FBBC1e1ba95Fd0B4D031C15f7F365296",path:"rseth-eth",input:"RSETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"RSR / USD",assetName:"RSR",address:"0xAa98aE504658766Dfe11F31c5D95a0bdcABDe0b1",path:"rsr-usd",input:"RSR",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"SHIB / USD",assetName:"SHIB",address:"0xC8D5D660bb585b68fa0263EeD7B4224a5FC99669",path:"shib-usd",input:"SHIB",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"SNX / USD",assetName:"SNX",address:"0xe3971Ed6F1A5903321479Ef3148B5950c0612075",path:"snx-usd",input:"SNX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"SOL / USD",assetName:"SOL",address:"0x975043adBb80fc32276CbF9Bbcfd4A601a12462D",path:"sol-usd",input:"SOL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"STETH / ETH",assetName:"STETH",address:"0xf586d0728a47229e747d824a939000Cf21dEF5A0",path:"steth-eth",input:"STETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"STG / USD",assetName:"STG",address:"0x63Af8341b62E683B87bB540896bF283D96B4D385",path:"stg-usd",input:"STG",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"SUPEROETHB / ETH",assetName:"SUPEROETHB",address:"0x39C6E14CdE46D4FFD9F04Ff159e7ce8eC20E10B4",path:"superoethb-eth",input:"SUPEROETHB",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"SolvBTC.BBN / SolvBTC Exchange Rate",assetName:"SolvBTC.BBN",address:"0x67283A47E470afbCcc4aC74ccC32401a81027691",path:"solvbtc.bbn-solvbtc-exchange-rate",input:"SolvBTC.BBN",output:"SolvBTC",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"TBTC / USD",assetName:"tBTC",address:"0x6D75BFB5A5885f841b132198C9f0bE8c872057BF",path:"tbtc-usd",input:"tBTC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"TRUMP / USD",assetName:"TRUMP",address:"0x7bAfa1Af54f17cC0775a1Cf813B9fF5dED2C51E5",path:"trump-usd",input:"TRUMP",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"USD+ / USD",assetName:"USD+",address:"0xd5Ec94430eF4170D819E0996BC53ed40d31638d8",path:"usd+-usd",input:"USD+",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"USDC / USD",assetName:"USDC",address:"0x7e860098F58bBFC8648a4311b374B1D669a2bc6B",path:"usdc-usd",input:"USDC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"USDM / USD",assetName:"USDM",address:"0xF7742A6f36e9936CeA0E976bF6CD3930C1178775",path:"usdm-usd",input:"USDM",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"USDS / USD",assetName:"USDS",address:"0x2330aaE3bca5F05169d5f4597964D44522F62930",path:"usds-usd",input:"USDS",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"USDT / USD",assetName:"USDT",address:"0xf19d560eB8d2ADf07BD6D13ed03e1D11215721F9",path:"usdt-usd",input:"USDT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"USDe / USD",assetName:"USDE",address:"0x790181e93e9F4Eedb5b864860C12e4d2CffFe73B",path:"usde-usd",input:"USDE",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"USDz / USD",assetName:"USDz",address:"0xe25969e2Fa633a0C027fAB8F30Fc9C6A90D60B48",path:"usdz-usd",input:"USDz",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"USR / USD",assetName:"USR",address:"0x4a595E0a62E50A2E5eC95A70c8E612F9746af006",path:"usr-usd",input:"USR",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"VIRTUAL / USD",assetName:"VIRTUAL",address:"0xEaf310161c9eF7c813A14f8FEF6Fb271434019F7",path:"virtual-usd",input:"VIRTUAL",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"VVV / USD",assetName:"VVV",address:"0x8eC6a128a430f7A850165bcF18facc9520a9873F",path:"vvv-usd",input:"VVV",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"WBTC / USD",assetName:"WBTC",address:"0xCCADC697c55bbB68dc5bCdf8d3CBe83CdD4E071E",path:"wbtc-usd",input:"WBTC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"WELL / USD",assetName:"WELL",address:"0xc15d9944dAefE2dB03e53bef8DDA25a56832C5fe",path:"well-usd",input:"WELL",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"WIF / USD",assetName:"WIF",address:"0x674940e1dBf7FD841b33156DA9A88afbD95AaFBa",path:"wif-usd",input:"WIF",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"WMTx / USD",assetName:"WMTx",address:"0x311681f6E0b34670Fb03e066cc08C6D09149a44c",path:"wmtx-usd",input:"WMTx",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"WSTETH / ETH",assetName:"WSTETH",address:"0x43a5C292A453A3bF3606fa856197f09D7B74251a",path:"wsteth-eth",input:"WSTETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"XRP / USD",assetName:"XRP",address:"0x9f0C1dD78C4CBdF5b9cf923a549A201EdC676D34",path:"xrp-usd",input:"XRP",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"YFI / USD",assetName:"YFI",address:"0xD40e758b5eC80820B68DFC302fc5Ce1239083548",path:"yfi-usd",input:"YFI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"ZBU / USD",assetName:"ZBU",address:"0x19c6501ee6FF5Faf36346031A92C46AF128807d3",path:"zbu-usd",input:"ZBU",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"ZRO / USD",assetName:"ZRO",address:"0xdc31a4CCfCA039BeC6222e20BE7770E12581bfEB",path:"zro-usd",input:"ZRO",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"cbBTC / USD",assetName:"CBBTC",address:"0x07DA0E54543a844a80ABE69c8A12F22B3aA59f9D",path:"cbbtc-usd",input:"CBBTC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"cbBTC Reserves",assetName:"cbBTC",address:"0x0F8E057D1D7b282EF968D26E9cB432617dF52519",path:"cbbtc-por",input:"cbBTC",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"cbETH-ETH Exchange Rate",assetName:"cbETH",address:"0x868a501e68F3D1E89CfC0D22F6b22E8dabce5F04",path:"cbeth-eth-exchange",input:"cbETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"dlcBTC Proof of Reserves",assetName:"dlcBTC",address:"0x30A76F4E688Cf52f4A06D7AAd987A7037f3Ae6f7",path:"dlcbtc-por",input:"dlcBTC",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"ezETH / ETH",assetName:"EZETH",address:"0x960BDD1dFD20d7c98fa482D793C3dedD73A113a3",path:"ezeth-eth",input:"EZETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"ezETH / ETH Exchange Rate",assetName:"EZETH",address:"0xC4300B7CF0646F0Fe4C5B2ACFCCC4dCA1346f5d8",path:"ezeth-eth-exchange-rate",input:"EZETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"iBTC Proof of Reserves",assetName:"iBTC",address:"0x7FCED5198e43ec93Ef2179DFC70a8dcf494DcB80",path:"ibtc-por",input:"iBTC",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"inETH / ETH Exchange Rate",assetName:"INETH",address:"0x83ac12dBb5Bd7Fa597ab2FFEc9F2F13DeDdFe163",path:"ineth-eth-exchange-rate",input:"INETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"instETH / ETH Exchange Rate",assetName:"INSTETH",address:"0x9C6BF4884Ff0c7873652F7d5142FA3b9859a526D",path:"insteth-eth-exchange-rate",input:"INSTETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"pufETH / ETH",assetName:"PUFETH",address:"0x9452Ca03474C6B704B4e102339B451D640f57f07",path:"pufeth-eth",input:"PUFETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"pufETH / ETH Exchange Rate",assetName:"PUFETH",address:"0x69a1d14a4e58e97EDE8337DE61eEB2e4a55886E0",path:"pufeth-eth-exchange-rate",input:"PUFETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"rETH / ETH Exchange Rate",assetName:"rETH",address:"0x1E6A29666288a310326B37d823Fe4Ea3937424D2",path:"reth-eth-exchange-rate",input:"rETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"rsETH / ETH Exchange Rate",assetName:"RSETH",address:"0x99DAf760d2CFB770cc17e883dF45454FE421616b",path:"rseth-eth-exchange-rate",input:"RSETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"rswETH / ETH",assetName:"rswETH",address:"0xcCBb30DA24b5195D2Ee94C2B29cfA7108b4DFB1F",path:"rsweth-eth",input:"rswETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"rswETH / ETH Exchange Rate",assetName:"RSWETH",address:"0x97b770B0200CCe161907a9cbe0C6B177679f8F7C",path:"rsweth-eth-exchange-rate",input:"RSWETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"sUSDS / USDS Exchange Rate",assetName:"sUSDS",address:"0x906B24a339b848369B24Dc9Ed368b947fB9693bf",path:"susds-usds-exchange-rate",input:"sUSDS",output:"sUSDS",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"sUSDe / USD",assetName:"SUSDE",address:"0x79cf4a31B29D69191f0b6E97916eB93FEB81E533",path:"susde-usd",input:"SUSDE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"sUSDe / USDe Exchange Rate",assetName:"SUSDE",address:"0xdEd37FC1400B8022968441356f771639ad1B23aA",path:"susde-usde-exchange-rate",input:"SUSDE",output:"USDE",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"sUSDz / USDz Exchange Rate",assetName:"sUSDz",address:"0xD89c7fFB39C44b17EAecd8717a75A36c19C07582",path:"susdz-usdz-exchange-rate",input:"sUSDz",output:"USDz",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"sfrxETH-frxETH Exchange Rate",assetName:"sfrxETH",address:"0x1Eba1d6941088c8FCE2CbcaC80754C77871aD093",path:"sfrxETH-frxETH",input:"sfrxETH",output:"frxETH",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"solvBTC / BTC",assetName:"solvBTC",address:"0xB4a1a7f260C9FF7fEd6A6fbb9fe5a9acFa725DBf",path:"solvbtc-btc",input:"solvBTC",output:"BTC",type:"crypto",updateInterval:600},{decimals:8,chainId:8453,name:"swBTC / WBTC Exchange Rate",assetName:"swBTC",address:"0xBD867487712ADeC5A59b9Ae475Ee942f652B4C91",path:"swbtc-wbtc-exchange-rate",input:"swBTC",output:"WBTC",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"tETH / wstETH Exchange Rate",assetName:"tETH",address:"0x8004571d9f54dE016fc3D448e7AEe2d70947727A",path:"teth-wsteth-exchange-rate",input:"tETH",output:"wstETH",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"ultraETHs / ETH Exchange Rate",assetName:"ultraETHs",address:"0xbb9786e37D54251477EbC1325b04ACdCA18C2254",path:"ultraeths-eth-exchange-rate",input:"ultraETHs",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"uniBTC / BTC Exchange Rate",assetName:"uniBTC",address:"0xbC7c5023eE571e4D9C4890C90a16be05c1EEf410",path:"unibtc-btc-exchange-rate",input:"uniBTC",output:"BTC",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"wOETH / OETH Exchange Rate",assetName:"wOETH",address:"0xe96EB1EDa83d18cbac224233319FA5071464e1b9",path:"woeth-oeth-exchange-rate",input:"wOETH",output:"OETH",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"weETH / ETH",assetName:"weETH",address:"0xFC1415403EbB0c693f9a7844b92aD2Ff24775C65",path:"weeth-eth",input:"weETH",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"weETH / eETH Exchange Rate",assetName:"weETH",address:"0x35e9D7001819Ea3B39Da906aE6b06A62cfe2c181",path:"weeth-eeth-exchange-rate",input:"weETH",output:"eETH",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"wrsETH-ETH Exchange Rate",assetName:"wrsETH",address:"0xe8dD07CCf5BC4922424140E44Eb970F5950725ef",path:"wrseth-eth-exchange-rate",input:"wrsETH",output:"rsETH",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"wstETH-ETH Exchange Rate",assetName:"WSTETH",address:"0xa669E5272E60f78299F4824495cE01a3923f4380",path:"weth-eth",input:"WSTETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"wstETH-stETH Exchange Rate",assetName:"wstETH",address:"0xB88BAc61a4Ca37C43a3725912B1f472c9A5bc061",path:"wsteth-steth exchangerate",input:"wstETH",output:"stETH",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"wstUSR / stUSR Exchange Rate",assetName:"wstUSR",address:"0x0594c1a01375c1151c2ca78BE4870836EbFA9846",path:"wstusr-stusr-exchange-rate",input:"wstUSR",output:"stUSR",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"ynETH / ETH Exchange Rate",assetName:"ynETH",address:"0xb4482096e3cdE116C15fC0D700a73a58FEdeB8c0",path:"yneth-eth-exchange-rate",input:"ynETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:8453,name:"ynETHx / ETH Exchange Rate",assetName:"ynETHx",address:"0x4e7dB2f9a28348AB48a968dd4217D565D1F15Ba4",path:"ynethx-eth-exchange-rate",input:"ynETHx",output:"ynETHx",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"AUD / USD",assetName:"AUD",address:"0x39be70E93D2D285C9E71be7f70FC5a45A7777B14",path:"aud-usd",input:"AUD",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:10,name:"BRL / USD",assetName:"BRL",address:"0xB22900D4D0CEa5DB0B3bb08565a9f0f4a831D32C",path:"brl-usd",input:"BRL",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:10,name:"EUR / USD",assetName:"EUR",address:"0x3626369857A10CcC6cc3A6e4f5C2f5984a519F20",path:"eur-usd",input:"EUR",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:10,name:"INR / USD",assetName:"INR",address:"0x5535e67d8f99c8ebe961E1Fc1F6DDAE96FEC82C9",path:"inr-usd",input:"INR",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:10,name:"JPY / USD",assetName:"JPY",address:"0x536944c3A71FEb7c1E5C66Ee37d1a148d8D8f619",path:"jpy-usd",input:"JPY",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:10,name:"1INCH / USD",assetName:"1INCH",address:"0x9fCe737834500045FB07AD158991BCAC3b05D5A6",path:"1inch-usd",input:"1INCH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"AAVE / USD",assetName:"AAVE",address:"0x338ed6787f463394D24813b297401B9F05a8C9d1",path:"aave-usd",input:"AAVE",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"ADA / USD",assetName:"ADA",address:"0x43dEa17DeE1ca50c6266acb59b32659E44D3ee5D",path:"ada-usd",input:"ADA",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"ALETH / USD",assetName:"ALETH",address:"0x0805fAA94F056C06c2a69e115Aa7633EfD3efDca",path:"aleth-usd",input:"ALETH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"ALGO / USD",assetName:"ALGO",address:"0xBf5384854988939729E8B76b8AeCe7d8D930F9f3",path:"algo-usd",input:"ALGO",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"ANKR / USD",assetName:"ANKR",address:"0xaE2f8ca8d89c3E4521B918D9D5F5bB30e937d68a",path:"ankr-usd",input:"ANKR",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"ANON / USD",assetName:"ANON",address:"0x59F075967F0abB7E9FA623CbaAb7560704D67D15",path:"anon-usd",input:"ANON",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"APE / USD",assetName:"APE",address:"0x89178957E9bD07934d7792fFc0CF39f11c8C2B1F",path:"ape-usd",input:"APE",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"APT / USD",assetName:"APT",address:"0x48f2EcF0Bd180239AEF474a9da945F2e2d41daA3",path:"apt-usd",input:"APT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"ARB / USD",assetName:"ARB",address:"0x8f14546d0B960793180ee355B73fA55041a4a356",path:"arb-usd",input:"ARB",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"ATOM / USD",assetName:"ATOM",address:"0xEF89db2eA46B4aD4E333466B6A486b809e613F39",path:"atom-usd",input:"ATOM",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"AVAX / USD",assetName:"AVAX",address:"0x5087Dc69Fd3907a016BD42B38022F7f024140727",path:"avax-usd",input:"AVAX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"AXS / USD",assetName:"AXS",address:"0x805a61D54bb686e57F02D1EC96A1491C7aF40893",path:"axs-usd",input:"AXS",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"BAL / USD",assetName:"BAL",address:"0x30D9d31C1ac29Bc2c2c312c1bCa9F8b3D60e2376",path:"bal-usd",input:"BAL",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"BCH / USD",assetName:"BCH",address:"0x33E047119359161288bcB143e0C15467C7151d4c",path:"bch-usd",input:"BCH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"BLUR / USD",assetName:"BLUR",address:"0x517C2557c29F7c53Aa5F97a1DAE465E0d5C174AA",path:"blur-usd",input:"BLUR",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"BNB / USD",assetName:"BNB",address:"0xD38579f7cBD14c22cF1997575eA8eF7bfe62ca2c",path:"bnb-usd",input:"BNB",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"BONK / USD",assetName:"BONK",address:"0xec236454209A76a6deCdf5C1183aE2Eb5e82a829",path:"bonk-usd",input:"BONK",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"BTC / USD",assetName:"BTC",address:"0xD702DD976Fb76Fffc2D3963D037dfDae5b04E593",path:"btc-usd",input:"BTC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"CBETH / ETH",assetName:"CBETH",address:"0x138b809B8472fF09Cd3E075E6EcbB2e42D41d870",path:"cbeth-eth",input:"CBETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"CELO / USD",assetName:"CELO",address:"0x5A9072a995E072fD06D8f1EB95933955FDa53C0a",path:"celo-usd",input:"CELO",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"COMP / USD",assetName:"COMP",address:"0xe1011160d78a80E2eEBD60C228EEf7af4Dfcd4d7",path:"comp-usd",input:"COMP",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"CRV / USD",assetName:"CRV",address:"0xbD92C6c284271c227a1e0bF1786F468b539f51D9",path:"crv-usd",input:"CRV",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"CVX / USD",assetName:"CVX",address:"0x955b05dD4573dDFAfB47cb78db16B1Fa127E6e71",path:"cvx-usd",input:"CVX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"DAI / USD",assetName:"DAI",address:"0x8dBa75e83DA73cc766A7e5a0ee71F656BAb470d6",path:"dai-usd",input:"DAI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"DOGE / USD",assetName:"DOGE",address:"0xC6066533917f034Cf610c08e1fe5e9c7eADe0f54",path:"doge-usd",input:"DOGE",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"DOT / USD",assetName:"DOT",address:"0x28e67BAeEB5dE7A788f3Dde6CF6ee491369Bb3Fa",path:"dot-usd",input:"DOT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"DYDX / USD",assetName:"DYDX",address:"0xee35A95c9a064491531493D8b380bC40A4CCd0Da",path:"dydx-usd",input:"DYDX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"ENJ / USD",assetName:"ENJ",address:"0x0cD83cC474e69E611d240f0d35D5794361F5e5C2",path:"enj-usd",input:"ENJ",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"EOS / USD",assetName:"EOS",address:"0x8E8E6C8c4942e4963C682fF54A0d058458393DCC",path:"eos-usd",input:"EOS",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"ETC / USD",assetName:"ETC",address:"0xb7B9A39CC63f856b90B364911CC324dC46aC1770",path:"etc-usd",input:"ETC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"ETH / BTC",assetName:"ETH",address:"0xe4b9bcD7d0AA917f19019165EB89BdbbF36d2cBe",path:"eth-btc",input:"ETH",output:"BTC",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"ETH / USD",assetName:"ETH",address:"0x13e3Ee699D1909E989722E753853AE30b17e08c5",path:"eth-usd",input:"ETH",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"ETHx / ETH",assetName:"ETHx",address:"0x4Fe3caF5752AD3EEE3BfC0Bb4D07069E569bc66C",path:"ethx-eth",input:"ETHx",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"FET / USD",assetName:"FET",address:"0xf37c76163b2918bB4533579D449524F8542E64AD",path:"fet-usd",input:"FET",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"FIL / USD",assetName:"FIL",address:"0x66F61FEe824c1dF059BccCC5F21ca39e083EefDf",path:"fil-usd",input:"FIL",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"FLOKI / USD",assetName:"FLOKI",address:"0x34E0E85CeEc6be6146c4f0115769a29a9539222e",path:"floki-usd",input:"FLOKI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"FLOW / USD",assetName:"FLOW",address:"0x2fF1EB7D0ceC35959F0248E9354c3248c6683D9b",path:"flow-usd",input:"FLOW",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"FRAX / USD",assetName:"FRAX",address:"0xc7D132BeCAbE7Dcc4204841F33bae45841e41D9C",path:"frax-usd",input:"FRAX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"FTM / USD",assetName:"FTM",address:"0xc19d58652d6BfC6Db6FB3691eDA6Aa7f3379E4E9",path:"ftm-usd",input:"FTM",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"FXS / USD",assetName:"FXS",address:"0xB9B16330671067B1b062B9aC2eFd2dB75F03436E",path:"fxs-usd",input:"FXS",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"GMX / USD",assetName:"GMX",address:"0x62f42f70ba85De1086476bB6BADE926d0E0b8a4C",path:"gmx-usd",input:"GMX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"GRT / USD",assetName:"GRT",address:"0xfa042d5F474d7A39454C594CCfE014Ea011495f2",path:"grt-usd",input:"GRT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"ICP / USD",assetName:"ICP",address:"0xe98290265E4aE3758503a03e937F381A2A7aFB57",path:"icp-usd",input:"ICP",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"IMX / USD",assetName:"IMX",address:"0x26Fce884555FAe5F0E4701cc976FE8D8bB111A38",path:"imx-usd",input:"IMX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"INJ / USD",assetName:"INJ",address:"0x90CC16F5493894eff84a5Fedd1dcE297d174fEEf",path:"inj-usd",input:"INJ",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"JTO / USD",assetName:"JTO",address:"0xFC3b7bd4368b2919f67E437f8c6Ca42C7FD55dd5",path:"jto-usd",input:"JTO",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"JUP / USD",assetName:"JUP",address:"0x5eb9F7baCd59C886fBD9aa2C0a891223482a1ed4",path:"jup-usd",input:"JUP",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"KNC / USD",assetName:"KNC",address:"0xCB24d22aF35986aC1feb8874AdBbDF68f6dC2e96",path:"knc-usd",input:"KNC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"LDO / USD",assetName:"LDO",address:"0x221618871470f78D8a3391d35B77dFb3C0fbc383",path:"ldo-usd",input:"LDO",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"LINK / ETH",assetName:"LINK",address:"0x464A1515ADc20de946f8d0DEB99cead8CEAE310d",path:"link-eth",input:"LINK",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"LINK / USD",assetName:"LINK",address:"0xCc232dcFAAE6354cE191Bd574108c1aD03f86450",path:"link-usd",input:"LINK",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"LTC / USD",assetName:"LTC",address:"0x45954efBD01f5A12428A09E4C38b8434C3dD4Ac3",path:"ltc-usd",input:"LTC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"LUSD / USD",assetName:"LUSD",address:"0x9dfc79Aaeb5bb0f96C6e9402671981CdFc424052",path:"lusd-usd",input:"LUSD",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"MATIC / USD",assetName:"MATIC",address:"0x0ded608AFc23724f614B76955bbd9dFe7dDdc828",path:"matic-usd",input:"MATIC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"MAV / USD",assetName:"MAV",address:"0x51E06250C8E46c8E5DE41ac8B917a47D706128C2",path:"mav-usd",input:"MAV",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"MEME / USD",assetName:"MEME",address:"0xC6884869673a6960486FE0f6B0E775A53521e433",path:"meme-usd",input:"MEME",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"MIMATIC / USD",assetName:"MIMATIC",address:"0x73A3919a69eFCd5b19df8348c6740bB1446F5ed0",path:"mimatic-usd",input:"MIMATIC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"MKR / USD",assetName:"MKR",address:"0x607b417DF51e0E1ed3A12fDb7FC0e8307ED250F3",path:"mkr-usd",input:"MKR",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"NEAR / USD",assetName:"NEAR",address:"0xca6fa4b8CB365C02cd3Ba70544EFffe78f63ac82",path:"near-usd",input:"NEAR",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"ONE / USD",assetName:"ONE",address:"0x7CFB4fac1a2FDB1267F8bc17FADc12804AC13CFE",path:"one-usd",input:"ONE",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"OP / USD",assetName:"OP",address:"0x0D276FC14719f9292D5C1eA2198673d1f4269246",path:"op-usd",input:"OP",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"ORDI / USD",assetName:"ORDI",address:"0x30795BeACc0f43920EF1288dB6676B5e205AE288",path:"ordi-usd",input:"ORDI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"OUSDT / USD",assetName:"OUSDT",address:"0x60025324DAB37DB3A623ea59Cc567937821EeA12",path:"ousdt-usd",input:"OUSDT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"PENDLE / USD",assetName:"PENDLE",address:"0x58F23F80bF389DB1af9e3aA8c59679806749A8a4",path:"pendle-usd",input:"PENDLE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"PEPE / USD",assetName:"PEPE",address:"0x64Ecf089a6594Be781908D5a26FC8fA6CB08A2C7",path:"pepe-usd",input:"PEPE",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"PERP / USD",assetName:"PERP",address:"0xA12CDDd8e986AF9288ab31E58C60e65F2987fB13",path:"perp-usd",input:"PERP",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"POL / USD",assetName:"POL",address:"0x22Ba046769b584c3B05530F7c50d0E8638bd71F1",path:"pol-usd",input:"POL",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"PYTH / USD",assetName:"PYTH",address:"0x0838cFe6A97C9CE1611a6Ed17252477a3c71eBEb",path:"pyth-usd",input:"PYTH",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"RETH / ETH",assetName:"RETH",address:"0xb429DE60943a8e6DeD356dca2F93Cd31201D9ed0",path:"reth-eth",input:"RETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"RNDR / USD",assetName:"RNDR",address:"0x53623FD50C5Fd8788746af00F088FD7f06fD4116",path:"rndr-usd",input:"RNDR",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"RPL / USD",assetName:"RPL",address:"0xADE082c91A6AeCC86fC11704a830e933e1b382eA",path:"rpl-usd",input:"RPL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"RSETH / ETH",assetName:"RSETH",address:"0x03fe94a215E3842deD931769F913d93FF33d0051",path:"rseth-eth",input:"RSETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"RUNE / USD",assetName:"RUNE",address:"0x372cc5e685115A56F14fa7e4716F1294e04c278A",path:"rune-usd",input:"RUNE",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"SAND / USD",assetName:"SAND",address:"0xAE33e077a02071E62d342E449Afd9895b016d541",path:"sand-usd",input:"SAND",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"SATS / USD",assetName:"SATS",address:"0x50f8cf458E7334Be143f3c9F1f1577EE37A45653",path:"sats-usd",input:"SATS",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"SEI / USD",assetName:"SEI",address:"0x6f6cED6B096708C1276056fdBdb7BbDe07Ca462C",path:"sei-usd",input:"SEI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"SHIB / USD",assetName:"SHIB",address:"0xd1e56e7657C0E0d20c0e11C2B6ae0D90932d5665",path:"shib-usd",input:"SHIB",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"SNX / USD",assetName:"SNX",address:"0x2FCF37343e916eAEd1f1DdaaF84458a359b53877",path:"snx-usd",input:"SNX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"SOL / USD",assetName:"SOL",address:"0xC663315f7aF904fbbB0F785c32046dFA03e85270",path:"sol-usd",input:"SOL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"STETH / ETH",assetName:"STETH",address:"0x14d2d3a82AeD4019FddDfe07E8bdc485fb0d2249",path:"steth-eth",input:"STETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"STETH / USD",assetName:"STETH",address:"0x41878779a388585509657CE5Fb95a80050502186",path:"steth-usd",input:"STETH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"STRK / USD",assetName:"STRK",address:"0x8814dEC83E2862A3792A0D6aDFC48CF76Add1890",path:"strk-usd",input:"STRK",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"STX / USD",assetName:"STX",address:"0x602eB777BE29Fbe63349A33306bD73Ff333D02bB",path:"stx-usd",input:"STX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"SUI / USD",assetName:"SUI",address:"0xEaf1a9fe242aa9928faedc6CE7e09aD4875f7133",path:"sui-usd",input:"SUI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"SUSD / USD",assetName:"SUSD",address:"0x7f99817d87baD03ea21E05112Ca799d715730efe",path:"susd-usd",input:"SUSD",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"SUSHI / USD",assetName:"SUSHI",address:"0x72155D46FD9f03AF1739637F9E7Db8A87C40A730",path:"sushi-usd",input:"SUSHI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"TBTC / USD",assetName:"tBTC",address:"0x5a61374950D4BFa5a3D4f2CA36FC1d23A92b6f21",path:"tbtc-usd",input:"tBTC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"TIA / USD",assetName:"TIA",address:"0xD7bC56BBF8D555936cb5121f38d1d362c586776A",path:"tia-usd",input:"TIA",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"TRB / USD",assetName:"TRB",address:"0x3FF5BDB2bB6E3f946d9485De6c591c93B4179ae7",path:"trb-usd",input:"TRB",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"TRX / USD",assetName:"TRX",address:"0x0E09921cf7801A5aD47B892C8727593275625a9f",path:"trx-usd",input:"TRX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"UMA / USD",assetName:"UMA",address:"0xeEC819b2e155CC8FEae194F5129f767409e2327c",path:"uma-usd",input:"UMA",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"UNI / USD",assetName:"UNI",address:"0x11429eE838cC01071402f21C219870cbAc0a59A0",path:"uni-usd",input:"UNI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"USD1 / USD",assetName:"USD1",address:"0x30F6ffb911ac7B9aDF471f28366ce1826C05776e",path:"usd1-usd",input:"USD1",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"USDC / USD",assetName:"USDC",address:"0x16a9FA2FDa030272Ce99B29CF780dFA30361E0f3",path:"usdc-usd",input:"USDC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"USDM / USD",assetName:"USDM",address:"0xA45881b63ff9BE3F9a3439CA0c002686e65a8ED5",path:"usdm-usd",input:"USDM",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"USDT / USD",assetName:"USDT",address:"0xECef79E109e997bCA29c1c0897ec9d7b03647F5E",path:"usdt-usd",input:"USDT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"USDe / USD",assetName:"USDE",address:"0xEEDF0B095B5dfe75F3881Cb26c19DA209A27463a",path:"usde-usd",input:"USDE",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"USR / USD",assetName:"USR",address:"0x8281Af165B4380c7aa2445F1c93C150EaD336022",path:"usr-usd",input:"USR",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"VELO / USD",assetName:"VELO",address:"0x0f2Ed59657e391746C1a097BDa98F2aBb94b1120",path:"velo-usd",input:"VELO",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"WBTC / USD",assetName:"WBTC",address:"0x718A5788b89454aAE3A028AE9c111A29Be6c2a6F",path:"wbtc-usd",input:"WBTC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"WELL / USD",assetName:"WELL",address:"0x7F102e5b4C32e0861293E97DE85e6E0dB3530605",path:"well-usd",input:"WELL",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"WIF / USD",assetName:"WIF",address:"0x75c3bF05EeF2c1966D6d5890Def3DbE640627642",path:"wif-usd",input:"WIF",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"WLD / USD",assetName:"WLD",address:"0x4e1C6B168DCFD7758bC2Ab9d2865f1895813D236",path:"wld-usd",input:"WLD",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"WSTETH / ETH",assetName:"WSTETH",address:"0x524299Ab0987a7c4B3c8022a35669DdcdC715a10",path:"wsteth-eth",input:"WSTETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"WSTETH / USD",assetName:"WSTETH",address:"0x698B585CbC4407e2D54aa898B2600B53C68958f7",path:"wsteth-usd",input:"WSTETH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"XLM / USD",assetName:"XLM",address:"0x799A346e7dBfa0f66Ad0961259366F93A1ee34C4",path:"xlm-usd",input:"XLM",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"XMR / USD",assetName:"XMR",address:"0x2a8D91686A048E98e6CCF1A89E82f40D14312672",path:"xmr-usd",input:"XMR",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"XRP / USD",assetName:"XRP",address:"0x8788F0DBDa7678244Ac7FF09d963d7696D56A8a0",path:"xrp-usd",input:"XRP",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"XTZ / USD",assetName:"XTZ",address:"0xeA2aeD0087A620995Bf609D1bCD76Ea099905138",path:"xtz-usd",input:"XTZ",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"YFI / USD",assetName:"YFI",address:"0x5cdC797acCBf57EE2363Fed9701262Abc87a232e",path:"yfi-usd",input:"YFI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"ZEC / USD",assetName:"ZEC",address:"0x2FF8822F371b283604369700d6F06da3fBb31064",path:"zec-usd",input:"ZEC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"ZIL / USD",assetName:"ZIL",address:"0x1520874FC216f5F07E03607303Df2Fda6C3Fc203",path:"zil-usd",input:"ZIL",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"ZRX / USD",assetName:"ZRX",address:"0xBfbb4fE2fB71022DbFE0D4232c8C528bddf9c57f",path:"zrx-usd",input:"ZRX",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"agETH-ETH Exchange Rate",assetName:"agETH",address:"0x37677A136CD3ff2767107D34cfC9213aa474f2BA",path:"ageth-eth-exchange-rate",input:"agETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"ankrETH / ETH Exchange Rate",assetName:"ANKRETH",address:"0x98FB6366E71E9A71C247052d447E928303e17bB6",path:"ankreth-eth-exchange-rate",input:"ANKRETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"apxETH / pxETH Exchange Rate",assetName:"APXETH",address:"0x21515B1Da412ecdCa071a84f32193eD90D4ddb59",path:"apxeth-pxeth-exchange-rate",input:"APXETH",output:"PXETH",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"deUSD / USD",assetName:"DEUSD",address:"0x04e6b67c9875c15C26E2672dF11E1A34161E7B93",path:"deusd-usd",input:"DEUSD",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"ezETH / ETH Exchange Rate",assetName:"EZETH",address:"0xFAD40C0e2BeF93c6a822015863045CAAeAAde4d3",path:"ezeth-eth-exchange-rate",input:"EZETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"inETH / ETH Exchange Rate",assetName:"INETH",address:"0x5CC26e6798A3b05525076913840aa07b1d65eE00",path:"ineth-eth-exchange-rate",input:"INETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"instETH / ETH Exchange Rate",assetName:"INSTETH",address:"0x028F7347Df25220DA7D63eB7c29fa10448231489",path:"insteth-eth-exchange-rate",input:"INSTETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"rETH-ETH Exchange Rate",assetName:"rETH",address:"0x22F3727be377781d1579B7C9222382b21c9d1a8f",path:"reth-eth-exchange-rate",input:"rETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"rswETH / ETH Exchange Rate",assetName:"rswETH",address:"0x90da1D1DB26c0A84164Ff03090e0B31Ad08A137A",path:"rsweth-eth-exchange-rate",input:"rswETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"sFRAX / FRAX Exchange Rate",assetName:"sFRAX",address:"0x8f096bFFe37313Ad6bD5B9fF48F9FF6E4E5Cd065",path:"sfrax-frax exchange rate",input:"sFRAX",output:"FRAX",type:"crypto",updateInterval:600},{decimals:8,chainId:10,name:"sUSDe / USD",assetName:"SUSDE",address:"0x05950959B6d876ae0fed1BBe5Caa2d74d8659D59",path:"susde-usd",input:"SUSDE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"sUSDe / USDe Exchange Rate",assetName:"SUSDE",address:"0x85342bC62aadef58f029ab6d17D643949e6F073e",path:"susde-usde-exchange-rate",input:"SUSDE",output:"USDE",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"sfrxETH / frxETH-Exchange-Rate",assetName:"sfrxETH",address:"0xd2AdD08d9Cd83720c9296A991ce066BB08265eAc",path:"sfrxeth-frxeth-exchange-rate",input:"sfrxETH",output:"frxETH",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"tETH / wstETH Exchange Rate",assetName:"tETH",address:"0x4e8e8F5b3d0f49e00F3DFb9CF827d1A0FBe33B21",path:"teth-wsteth-exchange-rate",input:"tETH",output:"wstETH",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"uniBTC / BTC Exchange Rate",assetName:"uniBTC",address:"0x089730f866C6D478398ce1632C7C38677c475EC1",path:"unibtc-btc-exchange-rate",input:"uniBTC",output:"BTC",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"wOETH / OETH Exchange Rate",assetName:"wOETH",address:"0x70843CE8E54d2b87Ee02B1911c06EA5632cd07d3",path:"woeth-oeth-exchange-rate",input:"wOETH",output:"OETH",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"weETH / ETH",assetName:"weETH",address:"0xb4479d436DDa5c1A79bD88D282725615202406E3",path:"weeth-eth",input:"weETH",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"weETH / eETH Exchange Rate",assetName:"weETH",address:"0x72EC6bF88effEd88290C66DCF1bE2321d80502f5",path:"weeth-eeth-exchange-rate",input:"weETH",output:"eETH",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"wrsETH-ETH Exchange Rate",assetName:"wrsETH",address:"0x73b8BE3b653c5896BC34fC87cEBC8AcF4Fb7A545",path:"wrseth-eth-exchange-rate",input:"wrsETH",output:"rsETH",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"wstETH-stETH Exchange Rate",assetName:"wstETH",address:"0xe59EBa0D492cA53C6f46015EEa00517F2707dc77",path:"wsteth-steth exchangerate",input:"wstETH",output:"stETH",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"wstUSR / stUSR Exchange Rate",assetName:"wstUSR",address:"0xe3Ec83f2EE37f7AF2B2711e8aF7554D01B963550",path:"wstusr-stusr-exchange-rate",input:"wstUSR",output:"stUSR",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"ynETH / ETH Exchange Rate",assetName:"ynETH",address:"0x4D4f9BF097DfE85C513E29D770e7CaceD9C07801",path:"yneth-eth-exchange-rate",input:"ynETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:10,name:"ynETHx / ETH Exchange Rate",assetName:"ynETHx",address:"0xCb93226806156b03c8896bbD1cd5e4174cdb0806",path:"ynethx-eth-exchange-rate",input:"ynETHx",output:"ynETHx",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"AUD / USD",assetName:"AUD",address:"0x498F912B09B5dF618c77fcC9E8DA503304Df92bF",path:"aud-usd",input:"AUD",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:56,name:"BRL / USD",assetName:"BRL",address:"0x5cb1Cb3eA5FB46de1CE1D0F3BaDB3212e8d8eF48",path:"brl-usd",input:"BRL",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:56,name:"CHF / USD",assetName:"CHF",address:"0x964261740356cB4aaD0C3D2003Ce808A4176a46d",path:"chf-usd",input:"CHF",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:56,name:"EUR / USD",assetName:"EUR",address:"0x0bf79F617988C472DcA68ff41eFe1338955b9A80",path:"eur-usd",input:"EUR",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:56,name:"GBP / USD",assetName:"GBP",address:"0x8FAf16F710003E538189334541F5D4a391Da46a0",path:"gbp-usd",input:"GBP",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:56,name:"INR / USD",assetName:"INR",address:"0xeF0a3109ce97e0B58557F0e3Ba95eA16Bfa4A89d",path:"inr-usd",input:"INR",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:56,name:"JPY / USD",assetName:"JPY",address:"0x22Db8397a6E77E41471dE256a7803829fDC8bC57",path:"jpy-usd",input:"JPY",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:56,name:"MXN / USD",assetName:"MXN",address:"0x16c0C1f971b1780F952572670A9d5ce4123582a1",path:"mxn-usd",input:"MXN",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:56,name:"PHP / USD",assetName:"PHP",address:"0x1CcaD765D39Aa2060eB4f6dD94e5874db786C16f",path:"php-usd",input:"PHP",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:56,name:"SGD / USD",assetName:"SGD",address:"0x3065b2369820f76C829b9BBCAF4B90F9f47d6314",path:"sgd-usd",input:"SGD",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:56,name:"THB / USD",assetName:"THB",address:"0x00EdEa5d03E6Cb155662dBF1B00dea5693Be874A",path:"thb-usd",input:"THB",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:56,name:"ZAR / USD",assetName:"ZAR",address:"0xDE1952A1bF53f8E558cc761ad2564884E55B2c6F",path:"zar-usd",input:"ZAR",output:"USD",type:"fiat",updateInterval:600},{decimals:8,chainId:56,name:"1INCH / USD",assetName:"1INCH",address:"0x9a177Bb9f5b6083E962f9e62bD21d4b5660Aeb03",path:"1inch-usd",input:"1INCH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"AAVE / USD",assetName:"AAVE",address:"0xA8357BF572460fC40f4B0aCacbB2a6A61c89f475",path:"aave-usd",input:"AAVE",output:"USD",type:"crypto",updateInterval:600},{decimals:0,chainId:56,name:"AAVE Network Emergency Count (BNB Chain)",address:"0xcabb46FfB38c93348Df16558DF156e9f68F9F7F1",path:"aave-network-emergency-count-bnb",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"ADA / BNB",assetName:"ADA",address:"0x2d5Fc41d1365fFe13d03d91E82e04Ca878D69f4B",path:"ada-bnb",input:"ADA",output:"BNB",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"ADA / USD",assetName:"ADA",address:"0xa767f745331D267c7751297D982b050c93985627",path:"ada-usd",input:"ADA",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"ALPACA / USD",assetName:"ALPACA",address:"0xe0073b60833249ffd1bb2af809112c2fbf221DF6",path:"alpaca-usd",input:"ALPACA",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"ATOM / USD",assetName:"ATOM",address:"0xb056B7C804297279A9a673289264c17E6Dc6055d",path:"atom-usd",input:"ATOM",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"AVAX / USD",assetName:"AVAX",address:"0x5974855ce31EE8E1fff2e76591CbF83D7110F151",path:"avax-usd",input:"AVAX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"AXS / USD",assetName:"AXS",address:"0x7B49524ee5740c99435f52d731dFC94082fE61Ab",path:"axs-usd",input:"AXS",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"BAND / BNB",assetName:"BAND",address:"0x3334bF7ec892Ca03D1378B51769b7782EAF318C4",path:"band-bnb",input:"BAND",output:"BNB",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"BAND / USD",assetName:"BAND",address:"0xC78b99Ae87fF43535b0C782128DB3cB49c74A4d3",path:"band-usd",input:"BAND",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"BCH / BNB",assetName:"BCH",address:"0x2a548935a323Bb7329a5E3F1667B979f16Bc890b",path:"bch-bnb",input:"BCH",output:"BNB",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"BCH / USD",assetName:"BCH",address:"0x43d80f616DAf0b0B42a928EeD32147dC59027D41",path:"bch-usd",input:"BCH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"BETH / USD",assetName:"BETH",address:"0x2A3796273d47c4eD363b361D3AEFb7F7E2A13782",path:"beth-usd",input:"BETH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"BNB / USD",assetName:"BNB",address:"0x0567F2323251f0Aab15c8dFb1967E4e8A7D42aeE",path:"bnb-usd",input:"BNB",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"BSW / USD",assetName:"BSW",address:"0x08E70777b982a58D23D05E3D7714f44837c06A21",path:"bsw-usd",input:"BSW",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"BTC / BNB",assetName:"BTC",address:"0x116EeB23384451C78ed366D4f67D5AD44eE771A0",path:"btc-bnb",input:"BTC",output:"BNB",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"BTC / ETH",assetName:"BTC",address:"0xf1769eB4D1943AF02ab1096D7893759F6177D6B8",path:"btc-eth",input:"BTC",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"BTC / USD",assetName:"BTC",address:"0x264990fbd0A4796A3E3d8E37C4d5F87a3aCa5Ebf",path:"btc-usd",input:"BTC",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"BUSD / BNB",assetName:"BUSD",address:"0x87Ea38c9F24264Ec1Fff41B04ec94a97Caf99941",path:"busd-bnb",input:"BUSD",output:"BNB",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"BUSD / USD",assetName:"BUSD",address:"0xcBb98864Ef56E9042e7d2efef76141f15731B82f",path:"busd-usd",input:"BUSD",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"C98 / USD",assetName:"C98",address:"0x889158E39628C0397DC54B84F6b1cbe0AaEb7FFc",path:"c98-usd",input:"C98",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"CAKE / BNB",assetName:"CAKE",address:"0xcB23da9EA243f53194CBc2380A6d4d9bC046161f",path:"cake-bnb",input:"CAKE",output:"BNB",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"CAKE / USD",assetName:"CAKE",address:"0xB6064eD41d4f67e353768aA239cA86f4F73665a1",path:"cake-usd",input:"CAKE",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"CFX / USD",assetName:"CFX",address:"0xe3cA2f3Bad1D8327820f648C759f17162b5383ae",path:"cfx-usd",input:"CFX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"CHR / USD",assetName:"CHR",address:"0x1f771B2b1F3c3Db6C7A1d5F38961a49CEcD116dA",path:"chr-usd",input:"CHR",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"COMP / USD",assetName:"COMP",address:"0x0Db8945f9aEf5651fa5bd52314C5aAe78DfDe540",path:"comp-usd",input:"COMP",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"CRV / USD",assetName:"CRV",address:"0x2e1C3b6Fcae47b20Dd343D9354F7B1140a1E6B27",path:"crv-usd",input:"CRV",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"Calculated BNBx / USD",assetName:"BNBX",address:"0xc4429B539397a3166eF3ef132c29e34715a3ABb4",path:"calculated-bnbx-usd",input:"BNBX",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"Calculated SAVAX / USD",assetName:"SAVAX",address:"0x3b37C6f1e3207DE5a4664E837072Bd9A25269B39",path:"calculated-savax-usd",input:"SAVAX",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"DAI / BNB",assetName:"DAI",address:"0x8EC213E7191488C7873cEC6daC8e97cdbAdb7B35",path:"dai-bnb",input:"DAI",output:"BNB",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"DAI / USD",assetName:"DAI",address:"0x132d3C0B1D2cEa0BC552588063bdBb210FDeecfA",path:"dai-usd",input:"DAI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"DODO / USD",assetName:"DODO",address:"0x87701B15C08687341c2a847ca44eCfBc8d7873E1",path:"dodo-usd",input:"DODO",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"DOGE / USD",assetName:"DOGE",address:"0x3AB0A0d137D4F946fBB19eecc6e92E64660231C8",path:"doge-usd",input:"DOGE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"DOT / BNB",assetName:"DOT",address:"0xBA8683E9c3B1455bE6e18E7768e8cAD95Eb5eD49",path:"dot-bnb",input:"DOT",output:"BNB",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"DOT / USD",assetName:"DOT",address:"0xC333eb0086309a16aa7c8308DfD32c8BBA0a2592",path:"dot-usd",input:"DOT",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"EOS / BNB",assetName:"EOS",address:"0xed93F3764334788f2f6628b30e505fe1fc5d1D7b",path:"eos-bnb",input:"EOS",output:"BNB",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"EOS / USD",assetName:"EOS",address:"0xd5508c8Ffdb8F15cE336e629fD4ca9AdB48f50F0",path:"eos-usd",input:"EOS",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"ETH / BNB",assetName:"ETH",address:"0x63D407F32Aa72E63C7209ce1c2F5dA40b3AaE726",path:"eth-bnb",input:"ETH",output:"BNB",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"ETH / USD",assetName:"ETH",address:"0x9ef1B8c0E4F7dc8bF5719Ea496883DC6401d5b2e",path:"eth-usd",input:"ETH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"FDUSD / USD",assetName:"FDUSD",address:"0x390180e80058A8499930F0c13963AD3E0d86Bfc9",path:"fdusd-usd",input:"FDUSD",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"FET / USD",assetName:"FET",address:"0x657e700c66C48c135c4A29c4292908DbdA7aa280",path:"fet-usd",input:"FET",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"FIL / USD",assetName:"FIL",address:"0xE5dbFD9003bFf9dF5feB2f4F445Ca00fb121fb83",path:"fil-usd",input:"FIL",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"FRAX / USD",assetName:"FRAX",address:"0x13A9c98b07F098c5319f4FF786eB16E22DC738e1",path:"frax-usd",input:"FRAX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"FTM / USD",assetName:"FTM",address:"0xe2A47e87C0f4134c8D06A41975F6860468b2F925",path:"ftm-usd",input:"FTM",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"FXS / USD",assetName:"FXS",address:"0x0E9D55932893Fb1308882C7857285B2B0bcc4f4a",path:"fxs-usd",input:"FXS",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"GMT / USD",assetName:"GMT",address:"0x8b0D36ae4CF8e277773A7ba5F35c09Edb144241b",path:"gmt-usd",input:"GMT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"HIGH / USD",assetName:"HIGH",address:"0xdF4Dd957a84F798acFADd448badd2D8b9bC99047",path:"high-usd",input:"HIGH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"ICP / USD",assetName:"ICP",address:"0x84210d9013A30C6ab169e28840A6CC54B60fa042",path:"icp-usd",input:"ICP",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"INJ / USD",assetName:"INJ",address:"0x63A9133cd7c611d6049761038C16f238FddA71d7",path:"inj-usd",input:"INJ",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"KAVA / USD",assetName:"KAVA",address:"0x12bf0C3f7D5aca9E711930d704dA2774358d9210",path:"kava-usd",input:"KAVA",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"KLAY / USD",assetName:"KLAY",address:"0xfD07b211044572898cDbcb1435f0a1369Fd15726",path:"klay-usd",input:"KLAY",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"KNC / USD",assetName:"KNC",address:"0xF2f8273F6b9Fc22C90891DC802cAf60eeF805cDF",path:"knc-usd",input:"KNC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"LBTC / BTC",assetName:"LBTC",address:"0x41A292Dced910690b86b99A6cbC2e181dc56De57",path:"lbtc-btc",input:"LBTC",output:"BTC",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"LINA / USD",assetName:"LINA",address:"0x38393201952f2764E04B290af9df427217D56B41",path:"lina-usd",input:"LINA",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"LINK / BNB",assetName:"LINK",address:"0xB38722F6A608646a538E882Ee9972D15c86Fc597",path:"link-bnb",input:"LINK",output:"BNB",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"LINK / USD",assetName:"LINK",address:"0xca236E327F629f9Fc2c30A4E95775EbF0B89fac8",path:"link-usd",input:"LINK",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"LISTA / USD",assetName:"LISTA",address:"0x801A72542E6F2c1A022eC6865600D6872b191308",path:"lista-usd",input:"LISTA",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"LTC / BNB",assetName:"LTC",address:"0x4e5a43A79f53c0a8e83489648Ea7e429278f8b2D",path:"ltc-bnb",input:"LTC",output:"BNB",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"LTC / USD",assetName:"LTC",address:"0x74E72F37A8c415c8f1a98Ed42E78Ff997435791D",path:"ltc-usd",input:"LTC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"MASK / USD",assetName:"MASK",address:"0x4978c0abE6899178c1A74838Ee0062280888E2Cf",path:"mask-usd",input:"MASK",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"MATIC / USD",assetName:"MATIC",address:"0x7CA57b0cA6367191c94C8914d7Df09A57655905f",path:"matic-usd",input:"MATIC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"NEAR / USD",assetName:"NEAR",address:"0x0Fe4D87883005fCAFaF56B81d09473D9A29dCDC3",path:"near-usd",input:"NEAR",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"NULS / USD",assetName:"NULS",address:"0xaCFBE73231d312AC6954496b3f786E892bF0f7e5",path:"nuls-usd",input:"NULS",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"ONG / USD",assetName:"ONG",address:"0xcF95796f3016801A1dA5C518Fc7A59C51dcEf793",path:"ong-usd",input:"ONG",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"ONT / USD",assetName:"ONT",address:"0x887f177CBED2cf555a64e7bF125E1825EB69dB82",path:"ont-usd",input:"ONT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"PAXG / USD",assetName:"PAXG",address:"0x7F8caD4690A38aC28BDA3D132eF83DB1C17557Df",path:"paxg-usd",input:"PAXG",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"POL / USD",assetName:"POL",address:"0x081195B56674bb87b2B92F6D58F7c5f449aCE19d",path:"pol-usd",input:"POL",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"RDNT / USD",assetName:"RDNT",address:"0x20123C6ebd45c6496102BeEA86e1a6616Ca547c6",path:"rdnt-usd",input:"RDNT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"SHIB / USD",assetName:"SHIB",address:"0xA615Be6cb0f3F36A641858dB6F30B9242d0ABeD8",path:"shib-usd",input:"SHIB",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"SOL / USD",assetName:"SOL",address:"0x0E8a53DD9c13589df6382F13dA6B3Ec8F919B323",path:"sol-usd",input:"SOL",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"SPELL / USD",assetName:"SPELL",address:"0x47e01580C537Cd47dA339eA3a4aFb5998CCf037C",path:"spell-usd",input:"SPELL",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"STONE / ETH Exchange Rate",assetName:"STONE",address:"0xC6A1314E89d01517a90AE4b0d9d5e499A324B283",path:"stone-eth-exchange-rate",input:"STONE",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"SUSDE / USDE Exchange Rate",assetName:"SUSDE",address:"0x1a269eA1b209DA2c12bDCDab22635C9e6C5028B2",path:"susde-usde-exchange-rate",input:"SUSDE",output:"USDE",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"SUSHI / USD",assetName:"SUSHI",address:"0xa679C72a97B654CFfF58aB704de3BA15Cde89B07",path:"sushi-usd",input:"SUSHI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"SXP / USD",assetName:"SXP",address:"0xE188A9875af525d25334d75F3327863B2b8cd0F1",path:"sxp-usd",input:"SXP",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"Solv Proof of Reserves",assetName:"SolvBTC",address:"0x81ca991cEf14e7bFB3fa8cc70303a2DEaEb09A42",path:"solv-por",input:"SolvBTC",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"SolvBTC Proof of Reserves",assetName:"SolvBTC",address:"0x657b128a4936542A48a40C320BFfa3F44043583a",path:"solvbtc-por",input:"SolvBTC",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"SolvBTC.BBN / SolvBTC Exchange Rate",assetName:"SolvBTC.BBN",address:"0x601CaA447C59Dc4E25992f4057BbE828F66193C0",path:"solvbtc.bbn-solvbtc-exchange-rate",input:"SolvBTC.BBN",output:"SolvBTC",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"TRX / USD",assetName:"TRX",address:"0xF4C5e535756D11994fCBB12Ba8adD0192D9b88be",path:"trx-usd",input:"TRX",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"TUSD / USD",assetName:"TUSD",address:"0xa3334A9762090E827413A7495AfeCE76F41dFc06",path:"tusd-usd",input:"TUSD",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"TWT / BNB",assetName:"TWT",address:"0x7E728dFA6bCa9023d9aBeE759fDF56BEAb8aC7aD",path:"twt-bnb",input:"TWT",output:"BNB",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"UNI / BNB",assetName:"UNI",address:"0x25298F020c3CA1392da76Eb7Ac844813b218ccf7",path:"uni-bnb",input:"UNI",output:"BNB",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"UNI / USD",assetName:"UNI",address:"0xb57f259E7C24e56a1dA00F66b55A5640d9f9E7e4",path:"uni-usd",input:"UNI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"USD1 / USD",assetName:"USD1",address:"0xaD8b4e59A7f25B68945fAf0f3a3EAF027832FFB0",path:"usd1-usd",input:"USD1",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"USDC / BNB",assetName:"USDC",address:"0x45f86CA2A8BC9EBD757225B19a1A0D7051bE46Db",path:"usdc-bnb",input:"USDC",output:"BNB",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"USDC / USD",assetName:"USDC",address:"0x51597f405303C4377E36123cBc172b13269EA163",path:"usdc-usd",input:"USDC",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"USDE / USD",assetName:"USDE",address:"0x10402B01cD2E6A9ed6DBe683CbC68f78Ff02f8FC",path:"usde-usd",input:"USDE",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"USDT / BNB",assetName:"USDT",address:"0xD5c40f5144848Bd4EF08a9605d860e727b991513",path:"usdt-bnb",input:"USDT",output:"BNB",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"USDT / USD",assetName:"USDT",address:"0xB97Ad0E74fa7d920791E90258A6E2085088b4320",path:"usdt-usd",input:"USDT",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"USR / USD",assetName:"USR",address:"0xE8ed18E29402CD223bC5B73D30e40CCdf7b72986",path:"usr-usd",input:"USR",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"VAI / USD",assetName:"VAI",address:"0x058316f8Bb13aCD442ee7A216C7b60CFB4Ea1B53",path:"vai-usd",input:"VAI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"VET / USD",assetName:"VET",address:"0x9f1fD2cEf7b226D555A747DA0411F93c5fe74e13",path:"vet-usd",input:"VET",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"WIN / USD",assetName:"WIN",address:"0x9e7377E194E41d63795907c92c3EB351a2eb0233",path:"win-usd",input:"WIN",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"WING / USD",assetName:"WING",address:"0xf7E7c0ffCB11dAC6eCA1434C67faB9aE000e10a7",path:"wing-usd",input:"WING",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"WOO / USD",assetName:"WOO",address:"0x02Bfe714e78E2Ad1bb1C2beE93eC8dc5423B66d4",path:"woo-usd",input:"WOO",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"WSTETH / USD",assetName:"WSTETH",address:"0xd97aB9e5bD461eBcD55009791C410294f7B42Cdb",path:"wsteth-usd",input:"WSTETH",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"XLM / USD",assetName:"XLM",address:"0x27Cc356A5891A3Fe6f84D0457dE4d108C6078888",path:"xlm-usd",input:"XLM",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"XRP / BNB",assetName:"XRP",address:"0x798A65D349B2B5E6645695912880b54dfFd79074",path:"xrp-bnb",input:"XRP",output:"BNB",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"XRP / USD",assetName:"XRP",address:"0x93A67D414896A280bF8FFB3b389fE3686E014fda",path:"xrp-usd",input:"XRP",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"XTZ / BNB",assetName:"XTZ",address:"0x8264d6983B219be65C4D62f1c82B3A2999944cF2",path:"xtz-bnb",input:"XTZ",output:"BNB",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"XTZ / USD",assetName:"XTZ",address:"0x9A18137ADCF7b05f033ad26968Ed5a9cf0Bf8E6b",path:"xtz-usd",input:"XTZ",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"XVS / BNB",assetName:"XVS",address:"0xf369A13E7f2449E58DdE8302F008eE9131f8d859",path:"xvs-bnb",input:"XVS",output:"BNB",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"XVS / USD",assetName:"XVS",address:"0xBF63F430A79D4036A5900C19818aFf1fa710f206",path:"xvs-usd",input:"XVS",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"YFI / BNB",assetName:"YFI",address:"0xF841761481DF19831cCC851A54D8350aE6022583",path:"yfi-bnb",input:"YFI",output:"BNB",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"YFI / USD",assetName:"YFI",address:"0xD7eAa5Bf3013A96e3d515c055Dbd98DbdC8c620D",path:"yfi-usd",input:"YFI",output:"USD",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"ZBU / USD",assetName:"ZBU",address:"0x4F3CF381c58Bf69b798167Cb537103d2c8ef1A71",path:"zbu-usd",input:"ZBU",output:"USD",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"ezETH / ETH",assetName:"EZETH",address:"0xD164a1559e78B9e6eacb12B2E627F31d2f603C0f",path:"ezeth-eth",input:"EZETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"ezETH / ETH Exchange Rate",assetName:"EZETH",address:"0x06F34EdD61Be3b2Ff3F630B500dF81eeA8312350",path:"ezeth-eth-exchange-rate",input:"EZETH",output:"ETH",type:"crypto",updateInterval:600},{decimals:8,chainId:56,name:"solvBTC / BTC",assetName:"solvBTC",address:"0xf93b9B23c46331704EC550c24CB4110975057863",path:"solvbtc-btc",input:"solvBTC",output:"BTC",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"stBTC Proof of Reserves",assetName:"stBTC",address:"0x696B7eA5827548cd35C743A0a05c1f3130196e5e",path:"stbtc-por",input:"stBTC",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"uniBTC / BTC Exchange Rate",assetName:"uniBTC",address:"0x921Fa3C67286385b22dE244e51E5925D98B03130",path:"unibtc-btc-exchange-rate",input:"uniBTC",output:"BTC",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"weETH / eETH Exchange Rate",assetName:"weETH",address:"0xF37Be32598E9851f785acA86c2162e7C1A8466dd",path:"weeth-eeth-exchange-rate",input:"weETH",output:"eETH",type:"crypto",updateInterval:600},{decimals:18,chainId:56,name:"wstETH / stETH Exchange Rate",assetName:"wstETH",address:"0x4c75d01cfa4D998770b399246400a6dc40FB9645",path:"wsteth-steth-exchange-rate",input:"wstETH",output:"stETH",type:"crypto",updateInterval:600}],c={name:"Default",logoUri:"",keywords:[],version:{major:0,minor:0,patch:1},routers:[{chainId:1,address:"0x0487C9fE08dB1c21a9c3Cf373a4d93623B8169Ee",timestamp:"2025-02-26T00:00:00+00:00",version:"0.8",fee:"0.002"},{chainId:10,address:"0x1F7c4f45c8A398381616C74269f9fB8060E3DdC9",timestamp:"2025-01-15T00:00:00+00:00",version:"0.8",fee:"0.002"},{chainId:42161,address:"0x1F7c4f45c8A398381616C74269f9fB8060E3DdC9",timestamp:"2025-01-15T00:00:00+00:00",version:"0.8",fee:"0.002"},{chainId:42161,address:"0x28F688cF9251529A044d7bBCD7cd0D7d951f77e5",timestamp:"2025-01-15T00:00:00+00:00",version:"0.9",fee:"0.002"},{chainId:100,address:"0x3160aE35D64c03182cAe1d64626894b563123E94",timestamp:"2025-01-15T00:00:00+00:00",version:"0.8",fee:"0.002"},{chainId:137,address:"0x1F7c4f45c8A398381616C74269f9fB8060E3DdC9",timestamp:"2025-01-15T00:00:00+00:00",version:"0.8",fee:"0.002"},{chainId:8453,address:"0x1F7c4f45c8A398381616C74269f9fB8060E3DdC9",timestamp:"2025-01-15T00:00:00+00:00",version:"0.8",fee:"0.002"},{chainId:8453,address:"0xAC8BE0DA26F2e27fb17946645bb225Bf58fe361c",timestamp:"2025-05-28T00:00:00+00:00",version:"0.9",fee:"0.002"},{chainId:56,address:"0x1F7c4f45c8A398381616C74269f9fB8060E3DdC9",timestamp:"2025-01-15T00:00:00+00:00",version:"0.8",fee:"0.002"}]},r={timestamp:"2025-07-24T14:49:20.628Z",tokens:[{chainId:1,coinGeckoId:"ethereum",name:"Ether",symbol:"ETH",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/ETH.svg",decimals:18,tags:["Mainnet","Native Token","Top10","featured"],address:"0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",displayDecimals:6},{chainId:10,coinGeckoId:"ethereum",name:"Ether",symbol:"ETH",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/ETH.svg",decimals:18,tags:["Optimism","Native Token","Top10","featured"],address:"0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",displayDecimals:6},{chainId:42161,coinGeckoId:"ethereum",name:"Ether",symbol:"ETH",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/ETH.svg",decimals:18,tags:["Arbitrum","Native Token","Top10","featured"],address:"0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",displayDecimals:6},{chainId:42161,coinGeckoId:"monerium-eur-money",name:"EURe",symbol:"EURe",currency:"EUR",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/EURe.svg",decimals:18,tags:["Arbitrum","Stablecoin","EUR"],address:"0x0c06cCF38114ddfc35e07427B9424adcca9F44F8",displayDecimals:2},{chainId:8453,coinGeckoId:"ethereum",name:"Ether",symbol:"ETH",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/ETH.svg",decimals:18,tags:["Base","Native Token","Top10","featured"],address:"0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",displayDecimals:6},{chainId:1,coinGeckoId:"weth",name:"Wrapped Ether",symbol:"WETH",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/WETH.svg",decimals:18,tags:["Mainnet","Native Token","featured","wrapped"],address:"0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",displayDecimals:6},{chainId:10,coinGeckoId:"weth",name:"Wrapped Ether",symbol:"WETH",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/WETH.svg",decimals:18,tags:["Optimism","Native Token","featured","wrapped"],address:"0x4200000000000000000000000000000000000006",displayDecimals:6},{chainId:42161,coinGeckoId:"weth",name:"Wrapped Ether",symbol:"WETH",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/WETH.svg",decimals:18,tags:["Arbitrum","Native Token","featured","wrapped"],address:"0x82aF49447D8a07e3bd95BD0d56f35241523fBab1",displayDecimals:6},{chainId:8453,coinGeckoId:"weth",name:"Wrapped Ether",symbol:"WETH",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/WETH.svg",decimals:18,tags:["Base","Native Token","featured","wrapped"],address:"0x4200000000000000000000000000000000000006",displayDecimals:6},{chainId:1,coinGeckoId:"tether",name:"Tether",symbol:"USDT",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDT.svg",decimals:6,tags:["Mainnet","Stablecoin","Top10","USD","featured"],address:"0xdac17f958d2ee523a2206206994597c13d831ec7",displayDecimals:2},{chainId:10,coinGeckoId:"tether",name:"Tether",symbol:"USDT",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDT.svg",decimals:6,tags:["Optimism","Stablecoin","Top10","USD","featured"],address:"0x94b008aa00579c1307b0ef2c499ad98a8ce58e58",displayDecimals:2},{chainId:42161,coinGeckoId:"tether",name:"Tether",symbol:"USDT",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDT.svg",decimals:6,tags:["Arbitrum","Stablecoin","Top10","USD","featured"],address:"0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9",displayDecimals:2},{chainId:1,coinGeckoId:"usd-coin",name:"USD Coin",symbol:"USDC",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg",decimals:6,tags:["Mainnet","Stablecoin","Top10","USD","featured"],address:"0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",displayDecimals:2},{chainId:1,coinGeckoId:"glo-dollar",name:"Glo Dollar",symbol:"USDGLO",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDGLO.svg",decimals:18,tags:["Mainnet","Stablecoin","USD","featured"],address:"0x4F604735c1cF31399C6E711D5962b2B3E0225AD3",displayDecimals:2},{chainId:10,coinGeckoId:"usd-coin",name:"USD Coin - Bridged",symbol:"USDC.e",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg",decimals:6,tags:["Optimism","Stablecoin","Top10","USD","featured"],address:"0x7f5c764cbc14f9669b88837ca1490cca17c31607",displayDecimals:2},{chainId:10,coinGeckoId:"usd-coin",name:"USD Coin",symbol:"USDC",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg",decimals:6,tags:["Optimism","Stablecoin","Top10","USD","featured"],address:"0x0b2c639c533813f4aa9d7837caf62653d097ff85",displayDecimals:2},{chainId:10,coinGeckoId:"glo-dollar",name:"Glo Dollar",symbol:"USDGLO",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDGLO.svg",decimals:18,tags:["Optimism","Stablecoin","USD","featured"],address:"0x4f604735c1cf31399c6e711d5962b2b3e0225ad3",displayDecimals:2},{chainId:8453,coinGeckoId:"usd-coin",name:"USD Coin",symbol:"USDC",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg",decimals:6,tags:["Base","Stablecoin","Top10","USD","featured"],address:"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",displayDecimals:2},{chainId:8453,coinGeckoId:"glo-dollar",name:"Glo Dollar",symbol:"USDGLO",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDGLO.svg",decimals:18,tags:["Base","Stablecoin","USD","featured"],address:"0x4f604735c1cf31399c6e711d5962b2b3e0225ad3",displayDecimals:2},{chainId:42161,coinGeckoId:"usd-coin",name:"USD Coin",symbol:"USDC",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg",decimals:6,tags:["Arbitrum","Stablecoin","Top10","USD","featured"],address:"0xaf88d065e77c8cC2239327C5EDb3A432268e5831",displayDecimals:2},{chainId:42161,coinGeckoId:"usd-coin",name:"USD Coin - Bridged",symbol:"USDC.e",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg",decimals:6,tags:["Arbitrum","Stablecoin","Top10","USD","featured"],address:"0xff970a61a04b1ca14834a43f5de4533ebddb5cc8",displayDecimals:2},{chainId:42161,coinGeckoId:"glo-dollar",name:"Glo Dollar",symbol:"USDGLO",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDGLO.svg",decimals:18,tags:["Arbitrum","Stablecoin","USD","featured"],address:"0x4f604735c1cf31399c6e711d5962b2b3e0225ad3",displayDecimals:2},{chainId:1,coinGeckoId:"dai",name:"DAI",symbol:"DAI",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/DAI.svg",decimals:18,tags:["Mainnet","Stablecoin","Top10","USD","featured"],address:"0x6b175474e89094c44da98b954eedeac495271d0f",displayDecimals:2},{chainId:10,coinGeckoId:"dai",name:"DAI",symbol:"DAI",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/DAI.svg",decimals:18,tags:["Optimism","Stablecoin","Top10","USD","featured"],address:"0xda10009cbd5d07dd0cecc66161fc93d7c9000da1",displayDecimals:2},{chainId:42161,coinGeckoId:"dai",name:"DAI",symbol:"DAI",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/DAI.svg",decimals:18,tags:["Arbitrum","Stablecoin","Top10","USD","featured"],address:"0xda10009cbd5d07dd0cecc66161fc93d7c9000da1",displayDecimals:2},{chainId:8453,coinGeckoId:"dai",name:"DAI",symbol:"DAI",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/DAI.svg",decimals:18,tags:["Base","Stablecoin","Top10","USD","featured"],address:"0x50c5725949a6f0c72e6c4a641f24049a917db0cb"},{chainId:1,coinGeckoId:"crvusd",name:"crvUSD",symbol:"crvUSD",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/crvUSD.svg",decimals:18,tags:["Mainnet","Stablecoin","USD","featured"],address:"0xf939e0a03fb07f59a73314e73794be0e57ac1b4e",displayDecimals:2},{chainId:10,coinGeckoId:"crvusd",name:"crvUSD",symbol:"crvUSD",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/crvUSD.svg",decimals:18,tags:["Stablecoin","USD","featured"],address:"0xc52d7f23a2e460248db6ee192cb23dd12bddcbf6",displayDecimals:2},{chainId:100,coinGeckoId:"crvusd",name:"crvUSD",symbol:"crvUSD",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/crvUSD.svg",decimals:18,tags:["Stablecoin","USD","featured"],address:"0xaBEf652195F98A91E490f047A5006B71c85f058d",displayDecimals:2},{chainId:137,coinGeckoId:"crvusd",name:"crvUSD",symbol:"crvUSD",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/crvUSD.svg",decimals:18,tags:["Stablecoin","USD","featured"],address:"0xc4Ce1D6F5D98D65eE25Cf85e9F2E9DcFEe6Cb5d6",displayDecimals:2},{chainId:8453,coinGeckoId:"crvusd",name:"crvUSD",symbol:"crvUSD",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/crvUSD.svg",decimals:18,tags:["Stablecoin","USD","featured"],address:"0x417Ac0e078398C154EdFadD9Ef675d30Be60Af93",displayDecimals:2},{chainId:42161,coinGeckoId:"crvusd",name:"crvUSD",symbol:"crvUSD",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/crvUSD.svg",decimals:18,tags:["Stablecoin","USD","featured"],address:"0x498Bf2B1e120FeD3ad3D42EA2165E9b73f99C1e5",displayDecimals:2},{chainId:1,coinGeckoId:"monerium-eur-money",name:"EURe",symbol:"EURe",currency:"EUR",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/EURe.svg",decimals:18,tags:["Mainnet","Stablecoin","EUR"],address:"0x3231Cb76718CDeF2155FC47b5286d82e6eDA273f",displayDecimals:2},{chainId:5,name:"XUSD",symbol:"XUSD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg",decimals:18,tags:["TESTNET"],address:"0x33ca3889bb0032e9c3794b608a242d27e7293353"},{chainId:5,name:"USDC.test",symbol:"USDC",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg",decimals:18,tags:["TESTNET"],address:"0xe5768E2dDEc1E50Ac2672a2d75D63d36A8Ec88d9"},{chainId:5,name:"USDT.test",symbol:"USDT",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDT.svg",decimals:18,tags:["TESTNET"],address:"0xeB87E5d9c773d3E802989295147564985B5B358C"},{chainId:43114,coinGeckoId:"dai",address:"0xd586E7F844cEa2F87f50152665BCbc2C279D8d70",decimals:18,name:"Dai Stablecoin",symbol:"DAI.e",currency:"USD",tags:["Avalanche","Stablecoins"],logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/DAI.svg",displayDecimals:2},{chainId:43114,coinGeckoId:"tether",address:"0xc7198437980c041c805A1EDcbA50c1Ce5db95118",decimals:6,name:"Tether - Bridged",symbol:"USDT.e",currency:"USD",tags:["Avalanche","Stablecoins"],logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDT.svg",displayDecimals:2},{chainId:43114,coinGeckoId:"usd-coin",address:"0xA7D7079b0FEaD91F3e65f86E8915Cb59c1a4C664",decimals:6,name:"USD Coin - Bridged",symbol:"USDC.e",currency:"USD",tags:["Avalanche","Stablecoins","USD","featured"],logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg",displayDecimals:2},{chainId:43114,coinGeckoId:"magic-internet-money",address:"0x130966628846BFd36ff31a822705796e8cb8C18D",decimals:18,name:"Magic Internet Money",symbol:"MIM",tags:["Avalanche","Stablecoins","featured"],logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/MIM.svg",displayDecimals:2},{chainId:43114,coinGeckoId:"usd-coin",address:"0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E",decimals:6,name:"USD Coin",symbol:"USDC",currency:"USD",tags:["Avalanche","Stablecoin","Top10","USD","featured"],logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg",displayDecimals:2},{chainId:43114,coinGeckoId:"tether",address:"0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7",decimals:6,name:"Tether",symbol:"USDT",currency:"USD",tags:["Avalanche","Stablecoin","Top10","USD","featured"],logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDT.svg",displayDecimals:2},{chainId:100,coinGeckoId:"tether",address:"0x4ECaBa5870353805a9F068101A40E0f32ed605C6",decimals:6,name:"Tether",symbol:"USDT",currency:"USD",tags:["Gnosis","Stablecoin","Top10","USD","featured"],logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDT.svg",displayDecimals:2},{chainId:100,coinGeckoId:"usd-coin",address:"0xddafbb505ad214d7b80b1f830fccc89b60fb7a83",decimals:6,name:"USD Coin",symbol:"USDC",currency:"USD",tags:["Gnosis","Stablecoin","Top10","USD","featured"],logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg",displayDecimals:2},{chainId:100,coinGeckoId:"xdai",address:"0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",decimals:18,name:"xDAI",symbol:"xDAI",currency:"USD",tags:["Gnosis","Stablecoin","Native Token","USD","featured"],logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/xDAI.svg",displayDecimals:2},{chainId:100,coinGeckoId:"wrapped-xdai",address:"0xe91d153e0b41518a2ce8dd3d7944fa863463a97d",decimals:18,name:"wxDAI",symbol:"wxDAI",currency:"USD",tags:["Gnosis","Stablecoin","Native Token","USD","featured","wrapped"],logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/wxDAI.svg",displayDecimals:2},{chainId:100,coinGeckoId:"monerium-eur-money",address:"0xcB444e90D8198415266c6a2724b7900fb12FC56E",decimals:18,name:"EURe",symbol:"EURe",currency:"EUR",tags:["Gnosis","Stablecoin","featured"],logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/EURe.svg",displayDecimals:2},{chainId:137,coinGeckoId:"matic-network",name:"POL",symbol:"POL",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/chains/137/logo.svg",decimals:18,tags:["Polygon","Native Token","featured"],address:"0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",displayDecimals:1},{chainId:137,coinGeckoId:"matic-network",name:"Wrapped POL",symbol:"WPOL",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/chains/137/logo.svg",decimals:18,tags:["Polygon","Native Token","featured","wrapped"],address:"0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270",displayDecimals:1},{chainId:137,coinGeckoId:"tether",name:"Tether",symbol:"USDT",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDT.svg",decimals:6,tags:["Polygon","Stablecoin","Top10","USD","featured"],address:"0xc2132D05D31c914a87C6611C10748AEb04B58e8F",displayDecimals:2},{chainId:137,coinGeckoId:"usd-coin",name:"USD Coin",symbol:"USDC",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg",decimals:6,tags:["Polygon","Stablecoin","Top10","USD","featured"],address:"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",displayDecimals:2},{chainId:137,coinGeckoId:"usd-coin",name:"USD Coin bridged",symbol:"USDC.e",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg",decimals:6,tags:["Polygon","Stablecoin","Top10","USD","featured"],address:"0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174",displayDecimals:2},{chainId:137,coinGeckoId:"dai",name:"DAI",symbol:"DAI",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/DAI.svg",decimals:18,tags:["Polygon","Stablecoin","Top10","USD","featured"],address:"0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063",displayDecimals:2},{chainId:137,coinGeckoId:"monerium-eur-money",address:"0x18ec0A6E18E5bc3784fDd3a3634b31245ab704F6",decimals:18,name:"EURe",symbol:"EURe",currency:"EUR",tags:["Polygon","Stablecoin","featured"],logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/EURe.svg",displayDecimals:2},{chainId:137,coinGeckoId:"glo-dollar",name:"Glo Dollar",symbol:"USDGLO",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDGLO.svg",decimals:18,tags:["Polygon","Stablecoin","USD","featured"],address:"0x4f604735c1cf31399c6e711d5962b2b3e0225ad3",displayDecimals:2},{chainId:56,coinGeckoId:"bnb",name:"BNB",symbol:"BNB",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/chains/56/logo.svg",decimals:18,tags:["BNB Smart Chain","Native Token","featured"],address:"0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE"},{chainId:56,coinGeckoId:"bnb",name:"WBNB",symbol:"WBNB",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/chains/56/logo.svg",decimals:18,tags:["BNB Smart Chain","Native Token","featured","wrapped"],address:"0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c"},{chainId:56,coinGeckoId:"usd-coin",address:"0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d",name:"USDC",symbol:"USDC",decimals:18,currency:"USD",tags:["BNB Smart Chain","Stablecoin","Top10","USD","featured"],logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg",displayDecimals:2},{chainId:56,coinGeckoId:"tether",address:"0x55d398326f99059fF775485246999027B3197955",name:"USDT",symbol:"USDT",decimals:18,currency:"USD",tags:["BNB Smart Chain","Stablecoin","Top10","USD","featured"],logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDT.svg",displayDecimals:2},{chainId:56,address:"0x1af3f329e8be154074d8769d1ffa4ee058b1dbc3",coinGeckoId:"dai",name:"Dai",symbol:"DAI",currency:"USD",decimals:18,tags:["BNB Smart Chain","Stablecoin","USD","featured"],logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/DAI.svg",displayDecimals:2},{chainId:1,coinGeckoId:"usdm",name:"Mountain Protocol USD",symbol:"USDM",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDM.svg",decimals:18,currency:"USD",tags:["Mainnet","Stablecoin","featured","USD"],address:"0x59d9356e565ab3a36dd77763fc0d87feaf85508c",displayDecimals:2},{chainId:1,coinGeckoId:"wusdm",name:"Wrapped Mountain Protocol USD",symbol:"WUSDM",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDM.svg",decimals:18,currency:"USD",tags:["Mainnet","Stablecoin","featured","USD","Wrapped"],address:"0x57F5E098CaD7A3D1Eed53991D4d66C45C9AF7812",displayDecimals:2},{chainId:10,coinGeckoId:"usdm",name:"Mountain Protocol USD",symbol:"USDM",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDM.svg",decimals:18,currency:"USD",tags:["Stablecoin","featured","USD"],address:"0x59d9356e565ab3a36dd77763fc0d87feaf85508c",displayDecimals:2},{chainId:10,coinGeckoId:"wusdm",name:"Wrapped Mountain Protocol USD",symbol:"WUSDM",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDM.svg",decimals:18,currency:"USD",tags:["Stablecoin","featured","USD","Wrapped"],address:"0x57F5E098CaD7A3D1Eed53991D4d66C45C9AF7812",displayDecimals:2},{chainId:137,coinGeckoId:"usdm",name:"Mountain Protocol USD",symbol:"USDM",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDM.svg",decimals:18,currency:"USD",tags:["Stablecoin","featured","USD"],address:"0x59d9356e565ab3a36dd77763fc0d87feaf85508c",displayDecimals:2},{chainId:137,coinGeckoId:"wusdm",name:"Wrapped Mountain Protocol USD",symbol:"WUSDM",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDM.svg",decimals:18,currency:"USD",tags:["Stablecoin","featured","USD","Wrapped"],address:"0x57F5E098CaD7A3D1Eed53991D4d66C45C9AF7812",displayDecimals:2},{chainId:8453,coinGeckoId:"usdm",name:"Mountain Protocol USD",symbol:"USDM",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDM.svg",decimals:18,currency:"USD",tags:["Stablecoin","featured","USD"],address:"0x59d9356e565ab3a36dd77763fc0d87feaf85508c",displayDecimals:2},{chainId:8453,coinGeckoId:"wusdm",name:"Wrapped Mountain Protocol USD",symbol:"WUSDM",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDM.svg",decimals:18,currency:"USD",tags:["Stablecoin","featured","USD","Wrapped"],address:"0x57F5E098CaD7A3D1Eed53991D4d66C45C9AF7812",displayDecimals:2},{chainId:42161,coinGeckoId:"usdm",name:"Mountain Protocol USD",symbol:"USDM",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDM.svg",decimals:18,currency:"USD",tags:["Stablecoin","featured","USD"],address:"0x59d9356e565ab3a36dd77763fc0d87feaf85508c",displayDecimals:2},{chainId:42161,coinGeckoId:"wusdm",name:"Wrapped Mountain Protocol USD",symbol:"WUSDM",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDM.svg",decimals:18,currency:"USD",tags:["Stablecoin","featured","USD","Wrapped"],address:"0x57F5E098CaD7A3D1Eed53991D4d66C45C9AF7812",displayDecimals:2},{chainId:137,coinGeckoId:"idrx",name:"Indonesian Rupiah Stablecoin",symbol:"IDRX",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/IDRX.svg",decimals:0,currency:"IDR",tags:["Stablecoin","featured","IDR"],address:"0x649a2DA7B28E0D54c13D5eFf95d3A660652742cC",displayDecimals:0},{chainId:56,coinGeckoId:"idrx",name:"Indonesian Rupiah Stablecoin",symbol:"IDRX",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/IDRX.svg",decimals:0,currency:"IDR",tags:["Stablecoin","featured","IDR"],address:"0x649a2DA7B28E0D54c13D5eFf95d3A660652742cC",displayDecimals:0},{chainId:8453,coinGeckoId:"idrx",name:"Indonesian Rupiah Stablecoin",symbol:"IDRX",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/IDRX.svg",decimals:2,currency:"IDR",tags:["Stablecoin","featured","IDR"],address:"0x18Bc5bcC660cf2B9cE3cd51a404aFe1a0cBD3C22",displayDecimals:0},{chainId:1,coinGeckoId:"frankencoin",name:"Frankencoin",symbol:"ZCHF",currency:"CHF",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/ZCHF.svg",decimals:18,tags:["Mainnet","Featured","CHF"],address:"0xB58E61C3098d85632Df34EecfB899A1Ed80921cB",displayDecimals:2},{chainId:137,coinGeckoId:"frankencoin",name:"Frankencoin",symbol:"ZCHF",currency:"CHF",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/ZCHF.svg",decimals:18,tags:["Polygon","Featured","CHF"],address:"0x02567e4b14b25549331fCEe2B56c647A8bAB16FD",displayDecimals:2},{chainId:42161,coinGeckoId:"frankencoin",name:"Frankencoin",symbol:"ZCHF",currency:"CHF",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/ZCHF.svg",decimals:18,tags:["Arbitrum","Featured","CHF"],address:"0xB33c4255938de7A6ec1200d397B2b2F329397F9B",displayDecimals:2},{chainId:10,coinGeckoId:"frankencoin",name:"Frankencoin",symbol:"ZCHF",currency:"CHF",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/ZCHF.svg",decimals:18,tags:["Optimism","Featured","CHF"],address:"0x4F8a84C442F9675610c680990EdDb2CCDDB8aB6f",displayDecimals:2},{chainId:8453,coinGeckoId:"frankencoin",name:"Frankencoin",symbol:"ZCHF",currency:"CHF",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/ZCHF.svg",decimals:18,tags:["Base","Featured","CHF"],address:"0x4F8a84C442F9675610c680990EdDb2CCDDB8aB6f",displayDecimals:2},{chainId:100,coinGeckoId:"savings-xdai",address:"0xaf204776c7245bf4147c2612bf6e5972ee483701",decimals:18,name:"Savings xDAI",symbol:"sxDAI",currency:"USD",tags:["Gnosis","Stablecoin","Native Token","USD","featured"],logoUri:"https://raw.githubusercontent.com/yodlpay/logos/main/logos/tokens/sxDAI.png",displayDecimals:2},{chainId:100,coinGeckoId:"curve-dao-token",address:"0x712b3d230f3c1c19db860d80619288b1f0bdd0bd",decimals:18,name:"Curve DAO",symbol:"CRV",tags:["Gnosis","featured"],logoUri:"https://raw.githubusercontent.com/yodlpay/logos/main/logos/tokens/CRV.png",displayDecimals:2},{chainId:100,coinGeckoId:"gnosis",address:"0x9c58bacc331c9aa871afd802db6379a98e80cedb",decimals:18,name:"Gnosis",symbol:"GNO",tags:["Gnosis","featured"],logoUri:"https://raw.githubusercontent.com/yodlpay/logos/main/logos/tokens/GNO.png",displayDecimals:4},{chainId:100,address:"0xa4ef9da5ba71cc0d2e5e877a910a37ec43420445",decimals:18,name:"Staked Gnosis",symbol:"sGNO",tags:["Gnosis","featured"],logoUri:"https://raw.githubusercontent.com/yodlpay/logos/main/logos/tokens/sGNO.png"},{chainId:100,coinGeckoId:"bread",address:"0xa555d5344f6fb6c65da19e403cb4c1ec4a1a5ee3",decimals:18,name:"Bread",symbol:"BRD",tags:["Gnosis","featured"],logoUri:"https://raw.githubusercontent.com/yodlpay/logos/main/logos/tokens/BRD.png",displayDecimals:0},{chainId:100,coinGeckoId:"euro-coin",address:"0x54e4cb2a4fa0ee46e3d9a98d13bea119666e09f6",decimals:6,name:"Bridged EURC",symbol:"EURC.e",tags:["Gnosis","featured","Stablecoin"],logoUri:"https://raw.githubusercontent.com/yodlpay/logos/main/logos/tokens/EURC.png",displayDecimals:2},{chainId:100,address:"0xc6ed4f520f6a4e4dc27273509239b7f8a68d2068",decimals:18,name:"Ubiquity Dollar",symbol:"UUSD",tags:["Gnosis","featured","Stablecoin"],logoUri:"https://raw.githubusercontent.com/yodlpay/logos/main/logos/tokens/UUSD.png"},{chainId:137,coinGeckoId:"brz",name:"Brazilian Digital Token",symbol:"BRZ",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/BRZ.svg",decimals:18,currency:"BRL",tags:["Stablecoin","Polygon","Featured","BRL"],address:"0x4eD141110F6EeeAbA9A1df36d8c26f684d2475Dc",displayDecimals:2},{chainId:137,coinGeckoId:"brla-digital-brla",name:"BRLA Digital BRLA",symbol:"BRLA",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/BRLA.svg",decimals:18,currency:"BRL",tags:["Stablecoin","Polygon","Featured","BRL"],address:"0xe6a537a407488807f0bbeb0038b79004f19dddfb",displayDecimals:2},{chainId:8453,coinGeckoId:"brz",name:"Brazilian Digital Token",symbol:"BRZ",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/BRZ.svg",decimals:18,currency:"BRL",tags:["Stablecoin","Base","Featured","BRL"],address:"0xE9185Ee218cae427aF7B9764A011bb89FeA761B4",displayDecimals:2},{chainId:8453,coinGeckoId:"euro-coin",name:"EURC",symbol:"EURC",currency:"EUR",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/EURC.svg",decimals:6,tags:["Base","Stablecoin","EUR","Featured"],address:"0x60a3E35Cc302bFA44Cb288Bc5a4F316Fdb1adb42",displayDecimals:2},{chainId:1,coinGeckoId:"euro-coin",name:"EURC",symbol:"EURC",currency:"EUR",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/EURC.svg",decimals:6,tags:["Mainnet","Stablecoin","EUR","Featured"],address:"0x1aBaEA1f7C830bD89Acc67eC4af516284b1bC33c",displayDecimals:2},{chainId:1,coinGeckoId:"tether-gold",name:"Tether Gold",symbol:"XAUt",currency:"XAU",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/XAUt.svg",decimals:6,tags:["Mainnet","Featured","XAU"],address:"0x68749665ff8d2d112fa859aa293f07a622782f38"},{chainId:42161,coinGeckoId:"pepe",name:"Pepe",symbol:"PEPE",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/PEPE.png",decimals:18,tags:["Arbitrum","Featured"],address:"0x25d887Ce7a35172C62FeBFD67a1856F20FaEbB00",displayDecimals:0},{chainId:1,coinGeckoId:"liquity-bold-2",name:"Liquity Bold",symbol:"BOLD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/BOLD.svg",decimals:18,tags:["Mainnet","Featured","Stablecoin","USD"],address:"0x6440f144b7e50d6a8439336510312d2f54beb01d",displayDecimals:2},{chainId:1,coinGeckoId:"usd1-wlfi",name:"World Liberty Financial USD",symbol:"USD1",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USD1.png",decimals:18,tags:["Mainnet","Featured","Stablecoin","USD"],address:"0x8d0d000ee44948fc98c9b98a4fa4921476f08b0d",displayDecimals:2},{chainId:56,coinGeckoId:"usd1-wlfi",name:"World Liberty Financial USD",symbol:"USD1",currency:"USD",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USD1.png",decimals:18,tags:["BNB Smart Chain","Featured","Stablecoin","USD"],address:"0x8d0d000ee44948fc98c9b98a4fa4921476f08b0d",displayDecimals:2},{chainId:137,coinGeckoId:"schuman-europ",name:"Schuman Euro",symbol:"EUROP",currency:"EUR",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/EUROP.png",decimals:6,tags:["Polygon","Featured","Stablecoin","EUR"],address:"0x888883b5f5d21fb10dfeb70e8f9722b9fb0e5e51",displayDecimals:2},{chainId:1,coinGeckoId:"schuman-europ",name:"Schuman Euro",symbol:"EUROP",currency:"EUR",logoUri:"https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/EUROP.png",decimals:6,tags:["Mainnet","Featured","Stablecoin","EUR"],address:"0x888883b5f5d21fb10dfeb70e8f9722b9fb0e5e51",displayDecimals:2}]},o=[{chainId:1,address:"0xe41d2489571d322189246dafa5ebde1f4699f498",name:"0x Protocol",symbol:"ZRX",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/863/original/0x.png?1696501996",coinGeckoId:"0x",displayDecimals:1},{chainId:1,address:"0x111111111117dc0aa78b770fa6a738034120c302",name:"1inch",symbol:"1INCH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/13469/original/1inch-token.png?1696513230",coinGeckoId:"1inch",displayDecimals:1},{chainId:1,address:"0x3f67093dffd4f0af4f2918703c92b60acb7ad78b",name:"21 co Wrapped BTC",symbol:"21BTC",decimals:8,logoUri:"https://assets.coingecko.com/coins/images/34616/original/64ffa735ee23dbcd35498914_21co_W_Token_v2_21BTC-4.png?1705503435",coinGeckoId:"wrapped-btc-21-co",displayDecimals:7},{chainId:1,address:"0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9",name:"Aave",symbol:"AAVE",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12645/original/aave-token-round.png?1720472354",coinGeckoId:"aave",displayDecimals:4},{chainId:1,address:"0xdbdb4d16eda451d0503b854cf79d55697f90c8df",name:"Alchemix",symbol:"ALCX",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/14113/original/Alchemix.png?1696513834",coinGeckoId:"alchemix",displayDecimals:3},{chainId:1,address:"0xd46ba6d942050d489dbd938a2c909a5d5039a161",name:"Ampleforth",symbol:"AMPL",decimals:9,logoUri:"https://assets.coingecko.com/coins/images/4708/original/Ampleforth.png?1696505273",coinGeckoId:"ampleforth",displayDecimals:2},{chainId:1,address:"0x4d224452801aced8b2f0aebe155379bb5d594381",name:"ApeCoin",symbol:"APE",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/24383/original/apecoin.jpg?1696523566",coinGeckoId:"apecoin",displayDecimals:2},{chainId:1,address:"0xb50721bcf8d664c30412cfbc6cf7a15145234ad1",name:"Arbitrum",symbol:"ARB",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/16547/original/arb.jpg?1721358242",coinGeckoId:"arbitrum",displayDecimals:2},{chainId:1,address:"0xeeb4d8400aeefafc1b2953e0094134a887c76bd8",name:"Avail",symbol:"AVAIL",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/37372/original/avail-logo.png?1714145201",coinGeckoId:"avail",displayDecimals:0},{chainId:1,address:"0x85f138bfee4ef8e540890cfb48f620571d67eda3",name:"Avalanche Wormhole ",symbol:"AVAX",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/22943/original/AVAX_wh_small.png?1696522240",coinGeckoId:"avalanche-wormhole",displayDecimals:3},{chainId:1,address:"0xb8c77482e45f1f44de1745f52c74426c631bdd52",name:"BNB",symbol:"BNB",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/825/original/bnb-icon2_2x.png?1696501970",coinGeckoId:"binancecoin",displayDecimals:5},{chainId:1,address:"0x4fabb145d64652a948d72533023f6e7a623c7c53",name:"BUSD",symbol:"BUSD",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/9576/original/BUSDLOGO.jpg?1696509654",coinGeckoId:"binance-usd",displayDecimals:2},{chainId:1,address:"0x3472a5a71965499acd81997a54bba8d852c6e53d",name:"Badger",symbol:"BADGER",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/13287/original/badger_dao_logo.jpg?1696513059",coinGeckoId:"badger-dao",displayDecimals:2},{chainId:1,address:"0xba100000625a3754423978a60c9317c58a424e3d",name:"Balancer",symbol:"BAL",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/11683/original/Balancer.png?1696511572",coinGeckoId:"balancer",displayDecimals:2},{chainId:1,address:"0x0d8775f648430679a709e98d2b0cb6250d2887ef",name:"Basic Attention",symbol:"BAT",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/677/original/basic-attention-token.png?1696501867",coinGeckoId:"basic-attention-token",displayDecimals:1},{chainId:1,address:"0xbd6323a83b613f668687014e8a5852079494fb68",name:"BlackrockTradingCurrency",symbol:"BTC",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/34656/original/imresizer-%282%29.png?1705632165",coinGeckoId:"blackrocktradingcurrency",displayDecimals:0},{chainId:1,address:"0x514910771af9ca656af840dff83e8264ecf986ca",name:"Chainlink",symbol:"LINK",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/877/original/chainlink-new-logo.png?1696502009",coinGeckoId:"chainlink",displayDecimals:3},{chainId:1,address:"0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf",name:"Coinbase Wrapped BTC",symbol:"CBBTC",decimals:8,logoUri:"https://assets.coingecko.com/coins/images/40143/original/cbbtc.webp?1726136727",coinGeckoId:"coinbase-wrapped-btc",displayDecimals:7},{chainId:1,address:"0xbe9895146f7af43049ca1c1ae358b0541ea49704",name:"Coinbase Wrapped Staked ETH",symbol:"CBETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/27008/original/cbeth.png?1709186989",coinGeckoId:"coinbase-wrapped-staked-eth",displayDecimals:6},{chainId:1,address:"0xc00e94cb662c3520282e6f5717214004a7f26888",name:"Compound",symbol:"COMP",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/10775/original/COMP.png?1696510737",coinGeckoId:"compound-governance-token",displayDecimals:4},{chainId:1,address:"0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b",name:"Convex Finance",symbol:"CVX",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/15585/original/convex.png?1696515221",coinGeckoId:"convex-finance",displayDecimals:3},{chainId:1,address:"0xd533a949740bb3306d119cc777fa900ba034cd52",name:"Curve DAO",symbol:"CRV",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12124/original/Curve.png?1696511967",coinGeckoId:"curve-dao-token",displayDecimals:2},{chainId:1,address:"0x1494ca1f11d487c2bbe4543e90080aeba4ba3c2b",name:"DeFi Pulse Index",symbol:"DPI",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12465/original/defi_pulse_index_set.png?1696512284",coinGeckoId:"defipulse-index",displayDecimals:4},{chainId:1,address:"0x0f5d2fb29fb7d3cfee444a200298f468908cc942",name:"Decentraland",symbol:"MANA",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/878/original/decentraland-mana.png?1696502010",coinGeckoId:"decentraland",displayDecimals:1},{chainId:1,address:"0xec53bf9167f50cdeb3ae105f56099aaab9061f83",name:"Eigenlayer",symbol:"EIGEN",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/37441/original/eigen.jpg?1728023974",coinGeckoId:"eigenlayer",displayDecimals:2},{chainId:1,address:"0x15700b564ca08d9439c58ca5053166e8317aa138",name:"Elixir deUSD",symbol:"DEUSD",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/39494/original/deUSD_Logo_%281%29.png?1723689002",coinGeckoId:"elixir-deusd",displayDecimals:2},{chainId:1,address:"0xf629cbd94d3791c9250152bd8dfbdf380e2a3b9c",name:"Enjin Coin",symbol:"ENJ",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/1102/original/Symbol_Only_-_Purple.png?1709725966",coinGeckoId:"enjincoin",displayDecimals:1},{chainId:1,address:"0xec67005c4e498ec7f55e092bd1d35cbc47c91892",name:"Enzyme",symbol:"MLN",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/605/original/Enzyme_LinkedIn_Profile_Picture.png?1747249623",coinGeckoId:"melon",displayDecimals:3},{chainId:1,address:"0x9d39a5de30e57443bff2a8307a4256c8797a3497",name:"Ethena Staked USDe",symbol:"SUSDE",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/33669/original/sUSDe-Symbol-Color.png?1716307680",coinGeckoId:"ethena-staked-usde",displayDecimals:2},{chainId:1,address:"0x4c9edd5852cd905f086c759e8383e09bff1e68b3",name:"Ethena USDe",symbol:"USDE",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/33613/original/usde.png?1733810059",coinGeckoId:"ethena-usde",displayDecimals:2},{chainId:1,address:"0xfe0c30065b384f05761f15d0cc899d4f9f9cc0eb",name:"Ether fi",symbol:"ETHFI",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/35958/original/etherfi.jpeg?1710254562",coinGeckoId:"ether-fi",displayDecimals:2},{chainId:1,address:"0xc18360217d8f7ab5e7c516566761ea12ce7f9d72",name:"Ethereum Name Service",symbol:"ENS",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/19785/original/ENS.jpg?1727872989",coinGeckoId:"ethereum-name-service",displayDecimals:3},{chainId:1,address:"0x50d1c9771902476076ecfc8b2a83ad6b9355a4c9",name:"FTX",symbol:"FTT",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/9026/original/F.png?1696509161",coinGeckoId:"ftx-token",displayDecimals:2},{chainId:1,address:"0xc5f0f7b66764f6ec8c8dff7ba683102295e16409",name:"First Digital USD",symbol:"FDUSD",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/31079/original/FDUSD_icon_black.png?1731097953",coinGeckoId:"first-digital-usd",displayDecimals:2},{chainId:1,address:"0x3432b6a60d23ca0dfca7761b7ab56459d9c964d0",name:"Frax prev FXS ",symbol:"FRAX",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/13423/original/frax.png?1745921071",coinGeckoId:"frax-share",displayDecimals:3},{chainId:1,address:"0xcacd6fd266af91b8aed52accc382b4e165586e29",name:"Frax USD",symbol:"FRXUSD",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/53963/original/frxUSD.png?1737792154",coinGeckoId:"frax-usd",displayDecimals:2},{chainId:1,address:"0xd015422879a1308ba557510345e944b912b9ab73",name:"FreeTrump",symbol:"TRUMP",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/34699/original/photo_2024-01-19_11-00-46.jpg?1705859328",coinGeckoId:"freetrump",displayDecimals:0},{chainId:1,address:"0xc96de26018a54d51c097160568752c4e3bd6c364",name:"Function BTC",symbol:"FBTC",decimals:8,logoUri:"https://assets.coingecko.com/coins/images/39182/original/fbtc.png?1740123952",coinGeckoId:"ignition-fbtc",displayDecimals:7},{chainId:1,address:"0x40d16fc0246ad3160ccc09b8d0d3a2cd28ae6c2f",name:"GHO",symbol:"GHO",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/30663/original/gho-token-logo.png?1720517092",coinGeckoId:"gho",displayDecimals:2},{chainId:1,address:"0x24fcfc492c1393274b6bcd568ac9e225bec93584",name:"Heroes of Mavia",symbol:"MAVIA",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/33895/original/2023-12-20_21.21.41_%281%29.jpg?1703230771",coinGeckoId:"heroes-of-mavia",displayDecimals:1},{chainId:1,address:"0x71ab77b7dbb4fa7e017bc15090b2163221420282",name:"Highstreet",symbol:"HIGH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/18973/original/logosq200200Coingecko.png?1696518427",coinGeckoId:"highstreet",displayDecimals:2},{chainId:1,address:"0x0316eb71485b0ab14103307bf65a021042c6d380",name:"Huobi BTC",symbol:"HBTC",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12407/original/hbtc.png?1696512229",coinGeckoId:"huobi-btc",displayDecimals:5},{chainId:1,address:"0xf57e7e7c23978c3caec3c3548e3d615c346e79ff",name:"Immutable",symbol:"IMX",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/17233/original/immutableX-symbol-BLK-RGB.png?1696516787",coinGeckoId:"immutable-x",displayDecimals:2},{chainId:1,address:"0xa1290d69c65a6fe4df752f95823fae25cb99e5a7",name:"Kelp DAO Restaked ETH",symbol:"RSETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/33800/original/Icon___Dark.png?1702991855",coinGeckoId:"kelp-dao-restaked-eth",displayDecimals:6},{chainId:1,address:"0xdefa4e8a7bcba345f687a2f1456f5edd9ce97202",name:"Kyber Network Crystal",symbol:"KNC",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/14899/original/RwdVsGcw_400x400.jpg?1696514562",coinGeckoId:"kyber-network-crystal",displayDecimals:2},{chainId:1,address:"0x5a98fcbea516cf06857215779fd812ca3bef1b32",name:"Lido DAO",symbol:"LDO",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/13573/original/Lido_DAO.png?1696513326",coinGeckoId:"lido-dao",displayDecimals:2},{chainId:1,address:"0xae7ab96520de3a18e5e111b5eaab095312d7fe84",name:"Lido Staked Ether",symbol:"STETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/13442/original/steth_logo.png?1696513206",coinGeckoId:"staked-ether",displayDecimals:6},{chainId:1,address:"0x8c1bed5b9a0928467c9b1341da1d7bd5e10b6549",name:"Liquid Staked ETH",symbol:"LSETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/28848/original/LsETH-receipt-token-circle.png?1696527824",coinGeckoId:"liquid-staked-ethereum",displayDecimals:6},{chainId:1,address:"0x5f98805a4e8be255a32880fdec7f6728c6568ba0",name:"Liquity USD",symbol:"LUSD",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/14666/original/Group_3.png?1696514341",coinGeckoId:"liquity-usd",displayDecimals:2},{chainId:1,address:"0x8236a87084f8b84306f72007f36f2618a5634494",name:"Lombard Staked BTC",symbol:"LBTC",decimals:8,logoUri:"https://assets.coingecko.com/coins/images/39969/original/LBTC_Logo.png?1724959872",coinGeckoId:"lombard-staked-btc",displayDecimals:7},{chainId:1,address:"0xbbbbca6a901c926f240b89eacb641d8aec7aeafd",name:"Loopring",symbol:"LRC",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/913/original/LRC.png?1696502034",coinGeckoId:"loopring",displayDecimals:1},{chainId:1,address:"0x99d8a9c45b2eca8864373a26d1459e3dff1e17f3",name:"Magic Internet Money Ethereum ",symbol:"MIM",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/16786/original/mimlogopng.png?1696516358",coinGeckoId:"magic-internet-money",displayDecimals:2},{chainId:1,address:"0x9f8f72aa9304c8b593d555f12ef6589cc3a579a2",name:"Maker",symbol:"MKR",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/1364/original/Mark_Maker.png?1696502423",coinGeckoId:"maker",displayDecimals:5},{chainId:1,address:"0xd5f7838f5c461feff7fe49ea5ebaf7728bb0adfa",name:"Mantle Staked Ether",symbol:"METH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/33345/original/symbol_transparent_bg.png?1701697066",coinGeckoId:"mantle-staked-ether",displayDecimals:6},{chainId:1,address:"0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee",name:"Neiro",symbol:"NEIRO",decimals:9,logoUri:"https://assets.coingecko.com/coins/images/39488/original/neiro.jpg?1731449567",coinGeckoId:"neiro-3",displayDecimals:0},{chainId:1,address:"0xa2cd3d43c775978a96bdbf12d733d5a1ed94fb18",name:"Onyxcoin",symbol:"XCN",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/24210/original/onyxlogo.jpg?1696523397",coinGeckoId:"chain-2",displayDecimals:0},{chainId:1,address:"0x856c4efb76c1d1ae02e20ceb03a2a6a08b0b8dc3",name:"Origin Ether",symbol:"OETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/29733/original/OETH.png?1696528663",coinGeckoId:"origin-ether",displayDecimals:6},{chainId:1,address:"0x45804880de22913dafe09f4980848ece6ecbaf78",name:"PAX Gold",symbol:"PAXG",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/9519/original/paxgold.png?1696509604",coinGeckoId:"pax-gold",displayDecimals:6},{chainId:1,address:"0x8e870d67f660d95d5be530380d0ec0bd388289e1",name:"Pax Dollar",symbol:"USDP",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/6013/original/Pax_Dollar.png?1696506427",coinGeckoId:"paxos-standard",displayDecimals:2},{chainId:1,address:"0x6c3ea9036406852006290770bedfcaba0e23a0e8",name:"PayPal USD",symbol:"PYUSD",decimals:6,logoUri:"https://assets.coingecko.com/coins/images/31212/original/PYUSD_Logo_%282%29.png?1696530039",coinGeckoId:"paypal-usd",displayDecimals:2},{chainId:1,address:"0xbc396689893d065f41bc2c6ecbee5e0085233447",name:"Perpetual Protocol",symbol:"PERP",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12381/original/60d18e06844a844ad75901a9_mark_only_03.png?1696512205",coinGeckoId:"perpetual-protocol",displayDecimals:1},{chainId:1,address:"0x7d1afa7b718fb893db30a3abc0cfc608aacfebb0",name:"Polygon",symbol:"MATIC",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/4713/original/polygon.png?1698233745",coinGeckoId:"matic-network",displayDecimals:1},{chainId:1,address:"0x137ddb47ee24eaa998a535ab00378d6bfa84f893",name:"Radiant Capital",symbol:"RDNT",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/26536/original/Radiant-Logo-200x200.png?1696525610",coinGeckoId:"radiant-capital",displayDecimals:0},{chainId:1,address:"0x03ab458634910aad20ef5f1c8ee96f1d6ac54919",name:"Rai Reflex Index",symbol:"RAI",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/14004/original/RAI-logo-coin.png?1696513733",coinGeckoId:"rai",displayDecimals:3},{chainId:1,address:"0x408e41876cccdc0f92210600ef50372656052a38",name:"Ren",symbol:"REN",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/3139/original/REN.png?1696503862",coinGeckoId:"republic-protocol",displayDecimals:0},{chainId:1,address:"0xbf5495efe5db9ce00f80364c8b423567e58d2110",name:"Renzo Restaked ETH",symbol:"EZETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/34753/original/Ezeth_logo_circle.png?1713496404",coinGeckoId:"renzo-restaked-eth",displayDecimals:6},{chainId:1,address:"0x320623b8e4ff03373931769a31fc52a4e78b5d70",name:"Reserve Rights",symbol:"RSR",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/8365/original/RSR_Blue_Circle_1000.png?1721777856",coinGeckoId:"reserve-rights-token",displayDecimals:0},{chainId:1,address:"0x66a1e37c9b0eaddca17d3662d6c05f4decf3e110",name:"Resolv USR",symbol:"USR",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/40008/original/USR_LOGO.png?1725222638",coinGeckoId:"resolv-usr",displayDecimals:2},{chainId:1,address:"0x8292bb45bf1ee4d140127049757c2e0ff06317ed",name:"Ripple USD",symbol:"RLUSD",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/39651/original/RLUSD_200x200_%281%29.png?1727376633",coinGeckoId:"ripple-usd",displayDecimals:2},{chainId:1,address:"0xd33526068d116ce69f19a9ee46f0bd304f21a51f",name:"Rocket Pool",symbol:"RPL",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/2090/original/rocket_pool_%28RPL%29.png?1696503058",coinGeckoId:"rocket-pool",displayDecimals:3},{chainId:1,address:"0xae78736cd615f374d3085123a210448e74fc6393",name:"Rocket Pool ETH",symbol:"RETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/20764/original/reth.png?1696520159",coinGeckoId:"rocket-pool-eth",displayDecimals:6},{chainId:1,address:"0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce",name:"Shiba Inu",symbol:"SHIB",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/11939/original/shiba.png?1696511800",coinGeckoId:"shiba-inu",displayDecimals:0},{chainId:1,address:"0x56072c95faa701256059aa122697b133aded9279",name:"Sky",symbol:"SKY",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/39925/original/sky.jpg?1724827980",coinGeckoId:"sky",displayDecimals:1},{chainId:1,address:"0xe6bfd33f52d82ccb5b37e16d3dd81f9ffdabb195",name:"Space and Time",symbol:"SXT",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/55424/original/sxt-token_circle.jpg?1745935919",coinGeckoId:"space-and-time",displayDecimals:1},{chainId:1,address:"0x090185f2135308bad17527004364ebcc2d37e5f6",name:"Spell",symbol:"SPELL",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/15861/original/abracadabra-3.png?1696515477",coinGeckoId:"spell-token",displayDecimals:0},{chainId:1,address:"0x35d8949372d46b7a3d5a56006ae77b215fc69bc0",name:"Staked USD0",symbol:"USD0++",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/39169/original/0x35d8949372d46b7a3d5a56006ae77b215fc69bc0.png?1720798057",coinGeckoId:"usd0-liquid-bond",displayDecimals:2},{chainId:1,address:"0xaf5191b0de278c7286d6c7cc6ab6bb8a73ba2cd6",name:"Stargate Finance",symbol:"STG",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/24413/original/STG_LOGO.png?1696523595",coinGeckoId:"stargate-finance",displayDecimals:1},{chainId:1,address:"0x43415eb6ff9db7e26a15b704e7a3edce97d31c4e",name:"Superstate Short Duration U S Governme",symbol:"USTB",decimals:6,logoUri:"https://assets.coingecko.com/coins/images/35012/original/ustb.jpeg?1707102680",coinGeckoId:"superstate-short-duration-us-government-securities-fund-ustb",displayDecimals:3},{chainId:1,address:"0x6b3595068778dd592e39a122f4f5a5cf09c90fe2",name:"Sushi",symbol:"SUSHI",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12271/original/512x512_Logo_no_chop.png?1696512101",coinGeckoId:"sushi",displayDecimals:2},{chainId:1,address:"0x0a6e7ba5042b38349e437ec6db6214aec7b35676",name:"Swell",symbol:"SWELL",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/28777/original/swell1.png?1727899715",coinGeckoId:"swell-network",displayDecimals:0},{chainId:1,address:"0xf951e335afb289353dc249e82926178eac7ded78",name:"Swell Ethereum",symbol:"SWETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/30326/original/_lB7zEtS_400x400.jpg?1696529227",coinGeckoId:"sweth",displayDecimals:6},{chainId:1,address:"0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f",name:"Synthetix Network",symbol:"SNX",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/3406/original/SNX.png?1696504103",coinGeckoId:"havven",displayDecimals:2},{chainId:1,address:"0xa693b19d2931d498c5b318df961919bb4aee87a5",name:"TerraUSD Wormhole ",symbol:"UST",decimals:6,logoUri:"https://assets.coingecko.com/coins/images/21150/original/UST_wh_small.png?1696520528",coinGeckoId:"terrausd-wormhole",displayDecimals:0},{chainId:1,address:"0xc944e90c64b2c07662a292be6244bdf05cda44a7",name:"The Graph",symbol:"GRT",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/13397/original/Graph_Token.png?1696513159",coinGeckoId:"the-graph",displayDecimals:1},{chainId:1,address:"0x3845badade8e6dff049820680d1f14bd3903a5d0",name:"The Sandbox",symbol:"SAND",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12129/original/sandbox_logo.jpg?1696511971",coinGeckoId:"the-sandbox",displayDecimals:1},{chainId:1,address:"0x0000000000085d4780b73119b644ae5ecd22b376",name:"TrueUSD",symbol:"TUSD",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/3449/original/tusd.png?1696504140",coinGeckoId:"true-usd",displayDecimals:2},{chainId:1,address:"0xdc035d45d973e3ec169d2276ddab16f1e407384f",name:"USDS",symbol:"USDS",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/39926/original/usds.webp?1726666683",coinGeckoId:"usds",displayDecimals:2},{chainId:1,address:"0x1f9840a85d5af5bf1d1762f925bdaddc4201f984",name:"Uniswap",symbol:"UNI",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12504/original/uniswap-logo.png?1720676669",coinGeckoId:"uniswap",displayDecimals:3},{chainId:1,address:"0x73a15fed60bf67631dc6cd7bc5b6e8da8190acf5",name:"Usual USD",symbol:"USD0",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/38272/original/USD0LOGO.png?1716962811",coinGeckoId:"usual-usd",displayDecimals:2},{chainId:1,address:"0xd31a59c85ae9d8edefec411d448f90841571b89c",name:"Wormhole Bridged SOL",symbol:"SOL",decimals:9,logoUri:"https://assets.coingecko.com/coins/images/22876/original/SOL_wh_small.png?1696522175",coinGeckoId:"sol-wormhole",displayDecimals:4},{chainId:1,address:"0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",name:"Wrapped Bitcoin",symbol:"WBTC",decimals:8,logoUri:"https://assets.coingecko.com/coins/images/7598/original/wrapped_bitcoin_wbtc.png?1696507857",coinGeckoId:"wrapped-bitcoin",displayDecimals:7},{chainId:1,address:"0xe77f6acd24185e149e329c1c0f479201b9ec2f4b",name:"Zeebu",symbol:"ZBU",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/31145/original/200x200_Front_token.png?1696529974",coinGeckoId:"zeebu",displayDecimals:2},{chainId:1,address:"0xd9a442856c234a39a81a089c06451ebaa4306a72",name:"pufETH",symbol:"PUFETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/35176/original/pufETH-200-200-resolution.png?1707753174",coinGeckoId:"pufeth",displayDecimals:6},{chainId:1,address:"0x57ab1ec28d129707052df4df418d58a2d46d5f51",name:"sUSD",symbol:"SUSD",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/5013/original/sUSD.png?1696505546",coinGeckoId:"nusd",displayDecimals:2},{chainId:1,address:"0x8798249c2e607446efb7ad49ec89dd1865ff4272",name:"xSUSHI",symbol:"XSUSHI",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/13725/original/xsushi.png?1696513469",coinGeckoId:"xsushi",displayDecimals:2},{chainId:1,address:"0x0bc529c00c6401aef6d220be8c6ea1667f6ad93e",name:"yearn finance",symbol:"YFI",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/11849/original/yearn.jpg?1696511720",coinGeckoId:"yearn-finance",displayDecimals:6},{chainId:137,address:"0x9c2c5fd7b07e95ee044ddeba0e97a665f142394f",name:"1inch",symbol:"1INCH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/13469/original/1inch-token.png?1696513230",coinGeckoId:"1inch",displayDecimals:1},{chainId:137,address:"0xd6df932a45c0f255f85145f286ea0b292b21c90b",name:"Aave",symbol:"AAVE",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12645/original/aave-token-round.png?1720472354",coinGeckoId:"aave",displayDecimals:4},{chainId:137,address:"0x385eeac5cb85a38a9a07a70c73e0a3271cfb54a7",name:"Aavegotchi",symbol:"GHST",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12467/original/GHST.png?1696512286",coinGeckoId:"aavegotchi",displayDecimals:2},{chainId:137,address:"0xb7b31a6bc18e48888545ce79e83e06003be70930",name:"ApeCoin",symbol:"APE",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/24383/original/apecoin.jpg?1696523566",coinGeckoId:"apecoin",displayDecimals:2},{chainId:137,address:"0x7bb11e7f8b10e9e571e5d8eace04735fdfb2358a",name:"Avalanche Wormhole ",symbol:"AVAX",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/22943/original/AVAX_wh_small.png?1696522240",coinGeckoId:"avalanche-wormhole",displayDecimals:3},{chainId:137,address:"0x9a71012b13ca4d3d0cdc72a177df3ef03b0e76a3",name:"Balancer",symbol:"BAL",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/11683/original/Balancer.png?1696511572",coinGeckoId:"balancer",displayDecimals:2},{chainId:137,address:"0x3cef98bb43d732e2f285ee605a8158cde967d219",name:"Basic Attention",symbol:"BAT",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/677/original/basic-attention-token.png?1696501867",coinGeckoId:"basic-attention-token",displayDecimals:1},{chainId:137,address:"0xecdcb5b88f8e3c15f95c720c51c71c9e2080525d",name:"Binance Coin Wormhole ",symbol:"BNB",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/22884/original/BNB_wh_small.png?1696522182",coinGeckoId:"binance-coin-wormhole",displayDecimals:5},{chainId:137,address:"0x2e1ad108ff1d8c782fcbbb89aad783ac49586756",name:"Bridged TrueUSD",symbol:"TUSD",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/30837/original/tusd.jpeg?1696529695",coinGeckoId:"bridged-trueusd",displayDecimals:2},{chainId:137,address:"0x53e0bca35ec356bd5dddfebbd1fc0fd03fabad39",name:"Chainlink",symbol:"LINK",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/877/original/chainlink-new-logo.png?1696502009",coinGeckoId:"chainlink",displayDecimals:3},{chainId:137,address:"0x4b4327db1600b8b1440163f667e199cef35385f5",name:"Coinbase Wrapped Staked ETH",symbol:"CBETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/27008/original/cbeth.png?1709186989",coinGeckoId:"coinbase-wrapped-staked-eth",displayDecimals:6},{chainId:137,address:"0x8505b9d2254a7ae468c0e9dd10ccea3a837aef5c",name:"Compound",symbol:"COMP",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/10775/original/COMP.png?1696510737",coinGeckoId:"compound-governance-token",displayDecimals:4},{chainId:137,address:"0x172370d5cd63279efa6d502dab29171933a610af",name:"Curve DAO",symbol:"CRV",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12124/original/Curve.png?1696511967",coinGeckoId:"curve-dao-token",displayDecimals:2},{chainId:137,address:"0xe4bf2864ebec7b7fdf6eeca9bacae7cdfdaffe78",name:"DODO",symbol:"DODO",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12651/original/dodo_logo.png?1696512458",coinGeckoId:"dodo",displayDecimals:1},{chainId:137,address:"0x85955046df4668e1dd369d2de9f3aeb98dd2a369",name:"DeFi Pulse Index",symbol:"DPI",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12465/original/defi_pulse_index_set.png?1696512284",coinGeckoId:"defipulse-index",displayDecimals:4},{chainId:137,address:"0xa1c57f48f0deb89f569dfbe6e2b7f46d33606fd4",name:"Decentraland",symbol:"MANA",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/878/original/decentraland-mana.png?1696502010",coinGeckoId:"decentraland",displayDecimals:1},{chainId:137,address:"0xa9f37d84c856fda3812ad0519dad44fa0a3fe207",name:"Enzyme",symbol:"MLN",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/605/original/Enzyme_LinkedIn_Profile_Picture.png?1747249623",coinGeckoId:"melon",displayDecimals:3},{chainId:137,address:"0x11cd37bb86f65419713f30673a480ea33c826872",name:"Ethereum Wormhole ",symbol:"ETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/22990/original/ETH_wh_small.png?1696522286",coinGeckoId:"ethereum-wormhole",displayDecimals:6},{chainId:137,address:"0x1a3acf6d19267e2d3e7f898f42803e90c9219062",name:"Frax prev FXS ",symbol:"FRAX",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/13423/original/frax.png?1745921071",coinGeckoId:"frax-share",displayDecimals:3},{chainId:137,address:"0xe5417af564e4bfda1c483642db72007871397896",name:"Gains Network",symbol:"GNS",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/19737/original/logo.png?1696519161",coinGeckoId:"gains-network",displayDecimals:2},{chainId:137,address:"0x1c954e8fe737f99f68fa1ccda3e51ebdb291948c",name:"Kyber Network Crystal",symbol:"KNC",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/14899/original/RwdVsGcw_400x400.jpg?1696514562",coinGeckoId:"kyber-network-crystal",displayDecimals:2},{chainId:137,address:"0x3a58a54c066fdc0f2d55fc9c89f0415c92ebf3c4",name:"Lido Staked Matic",symbol:"STMATIC",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/24185/original/stMATIC.png?1696523373",coinGeckoId:"lido-staked-matic",displayDecimals:1},{chainId:137,address:"0xa3fa99a148fa48d14ed51d610c367c61876997f1",name:"MAI",symbol:"MIMATIC",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/15264/original/mimatic-red.png?1696514916",coinGeckoId:"mimatic",displayDecimals:2},{chainId:137,address:"0xc3ec80343d2bae2f8e680fdadde7c17e71e114ea",name:"MANTRA",symbol:"OM",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12151/original/OM_Token.png?1696511991",coinGeckoId:"mantra-dao",displayDecimals:1},{chainId:137,address:"0x6f7c932e7684666c9fd1d44527765433e01ff61d",name:"Maker",symbol:"MKR",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/1364/original/Mark_Maker.png?1696502423",coinGeckoId:"maker",displayDecimals:5},{chainId:137,address:"0x1bfd67037b42cf73acf2047067bd4f2c47d9bfd6",name:"Polygon Bridged WBTC Polygon POS ",symbol:"WBTC",decimals:8,logoUri:"https://assets.coingecko.com/coins/images/39530/original/wbtc.png?1722809402",coinGeckoId:"polygon-bridged-wbtc-polygon-pos",displayDecimals:7},{chainId:137,address:"0x03b54a6e9a984069379fae1a4fc4dbae93b3bccd",name:"Polygon Bridged wstETH Polygon ",symbol:"WSTETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/53018/original/steth.png?1734997931",coinGeckoId:"polygon-bridged-wsteth-polygon",displayDecimals:6},{chainId:137,address:"0xb424f20a80117472175f03853e2901f6fb0c0016",name:"Quick Drop",symbol:"QUICK",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/55758/original/quick.jpg?1747302573",coinGeckoId:"quick-drop",displayDecimals:0},{chainId:137,address:"0xfa68fb4628dff1028cfec22b4162fccd0d45efb6",name:"Stader MaticX",symbol:"MATICX",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/25383/original/maticx.png?1696524516",coinGeckoId:"stader-maticx",displayDecimals:1},{chainId:137,address:"0x0b3f868e0be5597d5db7feb59e1cadbb0fdda50a",name:"Sushi",symbol:"SUSHI",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12271/original/512x512_Logo_no_chop.png?1696512101",coinGeckoId:"sushi",displayDecimals:2},{chainId:137,address:"0x50b728d8d964fd00c2d0aad81718b71311fef68a",name:"Synthetix Network",symbol:"SNX",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/3406/original/SNX.png?1696504103",coinGeckoId:"havven",displayDecimals:2},{chainId:137,address:"0x5fe2b58c013d7601147dcdd68c143a77499f5531",name:"The Graph",symbol:"GRT",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/13397/original/Graph_Token.png?1696513159",coinGeckoId:"the-graph",displayDecimals:1},{chainId:137,address:"0xbbba073c31bf03b8acf7c28ef0738decf3695683",name:"The Sandbox",symbol:"SAND",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12129/original/sandbox_logo.jpg?1696511971",coinGeckoId:"the-sandbox",displayDecimals:1},{chainId:137,address:"0xf33687811f3ad0cd6b48dd4b39f9f977bd7165a2",name:"TruFin Staked MATIC",symbol:"TRUMATIC",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/32416/original/TruMATIC_logo_250px_%281%29.png?1698114190",coinGeckoId:"trufin-staked-matic",displayDecimals:1},{chainId:137,address:"0xb33eaad8d922b1083446dc23f610c2567fb5180f",name:"Uniswap",symbol:"UNI",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12504/original/uniswap-logo.png?1720676669",coinGeckoId:"uniswap",displayDecimals:3},{chainId:137,address:"0x1b815d120b3ef02039ee11dc2d33de7aa4a8c603",name:"WOO",symbol:"WOO",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12921/original/WOO_Logos_2023_Profile_Pic_WOO.png?1696512709",coinGeckoId:"woo-network",displayDecimals:1},{chainId:137,address:"0xd93f7e271cb87c23aaa73edc008a79646d1f9912",name:"Wormhole Bridged SOL",symbol:"SOL",decimals:9,logoUri:"https://assets.coingecko.com/coins/images/22876/original/SOL_wh_small.png?1696522175",coinGeckoId:"sol-wormhole",displayDecimals:4},{chainId:137,address:"0xda537104d6a5edd53c6fbba9a898708e465260b6",name:"yearn finance",symbol:"YFI",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/11849/original/yearn.jpg?1696511720",coinGeckoId:"yearn-finance",displayDecimals:6},{chainId:42161,address:"0xba5ddd1f9d7f570dc94a51479a000e3bce967196",name:"Aave",symbol:"AAVE",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12645/original/aave-token-round.png?1720472354",coinGeckoId:"aave",displayDecimals:4},{chainId:42161,address:"0xc87b37a581ec3257b734886d9d3a581f5a9d056c",name:"Aethir",symbol:"ATH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/36179/original/logogram_circle_dark_green_vb_green_%281%29.png?1718232706",coinGeckoId:"aethir",displayDecimals:1},{chainId:42161,address:"0x37a645648df29205c6261289983fb04ecd70b4b3",name:"Animecoin",symbol:"ANIME",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/53575/original/anime.jpg?1736748703",coinGeckoId:"anime",displayDecimals:0},{chainId:42161,address:"0xaeaeed23478c3a4b798e4ed40d8b7f41366ae861",name:"Ankr Network",symbol:"ANKR",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/4324/original/U85xTl2.png?1696504928",coinGeckoId:"ankr",displayDecimals:0},{chainId:42161,address:"0xe05a08226c49b636acf99c40da8dc6af83ce5bb3",name:"Ankr Staked ETH",symbol:"ANKRETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/13403/original/aETHc.png?1696513165",coinGeckoId:"ankreth",displayDecimals:6},{chainId:42161,address:"0x2598c30330d5771ae9f983979209486ae26de875",name:"Any Inu",symbol:"AI",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/34126/original/anyinulogo200.png?1704174269",coinGeckoId:"any-inu",displayDecimals:0},{chainId:42161,address:"0x912ce59144191c1204e64559fe8253a0e49e6548",name:"Arbitrum",symbol:"ARB",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/16547/original/arb.jpg?1721358242",coinGeckoId:"arbitrum",displayDecimals:2},{chainId:42161,address:"0x2f2a2543b76a4166549f7aab2e75bef0aefc5b0f",name:"Arbitrum Bridged WBTC Arbitrum One ",symbol:"WBTC",decimals:8,logoUri:"https://assets.coingecko.com/coins/images/39532/original/wbtc.png?1722810336",coinGeckoId:"arbitrum-bridged-wbtc-arbitrum-one",displayDecimals:7},{chainId:42161,address:"0x5979d7b546e38e414f7e9822514be443a4800529",name:"Arbitrum Bridged wstETH Arbitrum ",symbol:"WSTETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/53102/original/arbitrum-bridged-wsteth-arbitrum.webp?1735227527",coinGeckoId:"arbitrum-bridged-wsteth-arbitrum",displayDecimals:6},{chainId:42161,address:"0x23ee2343b892b1bb63503a4fabc840e0e2c6810f",name:"Axelar",symbol:"AXL",decimals:6,logoUri:"https://assets.coingecko.com/coins/images/27277/original/V-65_xQ1_400x400.jpeg?1696526329",coinGeckoId:"axelar",displayDecimals:2},{chainId:42161,address:"0x040d1edc9569d4bab2d15287dc5a4f10f56a56b8",name:"Balancer",symbol:"BAL",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/11683/original/Balancer.png?1696511572",coinGeckoId:"balancer",displayDecimals:2},{chainId:42161,address:"0x09199d9a5f4448d0848e4395d065e1ad9c4a1f74",name:"Bonk",symbol:"BONK",decimals:5,logoUri:"https://assets.coingecko.com/coins/images/28600/original/bonk.jpg?1696527587",coinGeckoId:"bonk",displayDecimals:0},{chainId:42161,address:"0x4d15a3a2286d883af0aa1b3f21367843fac63e07",name:"Bridged TrueUSD",symbol:"TUSD",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/30837/original/tusd.jpeg?1696529695",coinGeckoId:"bridged-trueusd",displayDecimals:2},{chainId:42161,address:"0x5d3a1ff2b6bab83b63cd9ad0787074081a52ef34",name:"Bridged USDe",symbol:"USDE",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/39962/original/usde.png?1724952425",coinGeckoId:"bridged-usde",displayDecimals:2},{chainId:42161,address:"0x4e51ac49bc5e2d87e0ef713e9e5ab2d71ef4f336",name:"Celo Wormhole ",symbol:"CELO",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/32400/original/celo_wh.png?1698055352",coinGeckoId:"celo-wormhole",displayDecimals:1},{chainId:42161,address:"0xf97f4df75117a78c1a5a0dbb814af92458539fb4",name:"Chainlink",symbol:"LINK",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/877/original/chainlink-new-logo.png?1696502009",coinGeckoId:"chainlink",displayDecimals:3},{chainId:42161,address:"0x15b2fb8f08e4ac1ce019eadae02ee92aedf06851",name:"Chronos Finance",symbol:"CHR",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/29622/original/chronos_icono-01.png?1696528558",coinGeckoId:"chronos-finance",displayDecimals:0},{chainId:42161,address:"0x1debd73e752beaf79865fd6446b0c970eae7732f",name:"Coinbase Wrapped Staked ETH",symbol:"CBETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/27008/original/cbeth.png?1709186989",coinGeckoId:"coinbase-wrapped-staked-eth",displayDecimals:6},{chainId:42161,address:"0x354a6da3fcde098f8389cad84b0182725c6c91de",name:"Compound",symbol:"COMP",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/10775/original/COMP.png?1696510737",coinGeckoId:"compound-governance-token",displayDecimals:4},{chainId:42161,address:"0x11cdb42b0eb46d95f990bedd4695a6e3fa034978",name:"Curve DAO",symbol:"CRV",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12124/original/Curve.png?1696511967",coinGeckoId:"curve-dao-token",displayDecimals:2},{chainId:42161,address:"0x69eb4fa4a2fbd498c257c57ea8b7655a2559a581",name:"DODO",symbol:"DODO",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12651/original/dodo_logo.png?1696512458",coinGeckoId:"dodo",displayDecimals:1},{chainId:42161,address:"0xfc90518d5136585ba45e34ed5e1d108bd3950cfa",name:"Dinari USD ",symbol:"USD+",decimals:6,logoUri:"https://assets.coingecko.com/coins/images/38879/original/USDplus-200.png?1719374938",coinGeckoId:"dinari-usd"},{chainId:42161,address:"0x8f5c1a99b1df736ad685006cb6adca7b7ae4b514",name:"Enzyme",symbol:"MLN",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/605/original/Enzyme_LinkedIn_Profile_Picture.png?1747249623",coinGeckoId:"melon",displayDecimals:3},{chainId:42161,address:"0x7189fb5b6504bbff6a852b13b7b82a3c118fdc27",name:"Ether fi",symbol:"ETHFI",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/35958/original/etherfi.jpeg?1710254562",coinGeckoId:"ether-fi",displayDecimals:2},{chainId:42161,address:"0x93c9932e4afa59201f0b5e63f7d816516f1669fe",name:"First Digital USD",symbol:"FDUSD",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/31079/original/FDUSD_icon_black.png?1731097953",coinGeckoId:"first-digital-usd",displayDecimals:2},{chainId:42161,address:"0x9d2f299715d94d8a7e6f5eaa8e654e8c74a988a7",name:"Frax prev FXS ",symbol:"FRAX",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/13423/original/frax.png?1745921071",coinGeckoId:"frax-share",displayDecimals:3},{chainId:42161,address:"0x178412e79c25968a32e89b11f63b33f733770c2a",name:"Frax Ether",symbol:"FRXETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/28284/original/frxETH_icon.png?1696527284",coinGeckoId:"frax-ether",displayDecimals:6},{chainId:42161,address:"0xc96de26018a54d51c097160568752c4e3bd6c364",name:"Function BTC",symbol:"FBTC",decimals:8,logoUri:"https://assets.coingecko.com/coins/images/39182/original/fbtc.png?1740123952",coinGeckoId:"ignition-fbtc",displayDecimals:7},{chainId:42161,address:"0x7dff72693f6a4149b17e7c6314655f6a9f7c8b33",name:"GHO",symbol:"GHO",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/30663/original/gho-token-logo.png?1720517092",coinGeckoId:"gho",displayDecimals:2},{chainId:42161,address:"0xfc5a1a6eb076a2c7ad06ed22c90d7e710e35ad0a",name:"GMX",symbol:"GMX",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/18323/original/arbit.png?1696517814",coinGeckoId:"gmx",displayDecimals:3},{chainId:42161,address:"0x18c11fd286c5ec11c3b683caa813b77f5163a122",name:"Gains Network",symbol:"GNS",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/19737/original/logo.png?1696519161",coinGeckoId:"gains-network",displayDecimals:2},{chainId:42161,address:"0x79bbf4508b1391af3a0f4b30bb5fc4aa9ab0e07c",name:"Hey Anon",symbol:"ANON",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/52961/original/AAI__ANON_SQ_Wb_250x250.png?1740500195",coinGeckoId:"heyanon",displayDecimals:2},{chainId:42161,address:"0x17e1e5c6bc9ebb11647c94e1c5e3ba619f2781ea",name:"Holo",symbol:"HOT",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/3348/original/hot-mark-med.png?1747766692",coinGeckoId:"holotoken",displayDecimals:0},{chainId:42161,address:"0x5a7a183b6b44dc4ec2e3d2ef43f98c5152b1d76d",name:"Inception Restaked ETH",symbol:"INETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/34127/original/inETH.png?1715036464",coinGeckoId:"genesislrt-restaked-eth",displayDecimals:6},{chainId:42161,address:"0xd08c3f25862077056cb1b710937576af899a4959",name:"Inception stETH",symbol:"INSTETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/34954/original/Group_14.png?1706773546",coinGeckoId:"inception-restaked-steth",displayDecimals:5},{chainId:42161,address:"0x371c7ec6d8039ff7933a2aa28eb827ffe1f52f07",name:"JOE",symbol:"JOE",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/17569/original/LFJ_JOE_Logo.png?1727200941",coinGeckoId:"joe",displayDecimals:1},{chainId:42161,address:"0x4186bfc76e2e237523cbc30fd220fe055156b41f",name:"KelpDAO Bridged rsETH Arbitrum ",symbol:"RSETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/39543/original/rseth.png?1722849891",coinGeckoId:"kelpdao-bridged-rseth-arbitrum",displayDecimals:6},{chainId:42161,address:"0xe4dddfe67e7164b0fe14e218d80dc4c08edc01cb",name:"Kyber Network Crystal",symbol:"KNC",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/14899/original/RwdVsGcw_400x400.jpg?1696514562",coinGeckoId:"kyber-network-crystal",displayDecimals:2},{chainId:42161,address:"0x6985884c4392d348587b19cb9eaaf157f13271cd",name:"LayerZero",symbol:"ZRO",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/28206/original/ftxG9_TJ_400x400.jpeg?1696527208",coinGeckoId:"layerzero",displayDecimals:2},{chainId:42161,address:"0x13ad51ed4f1b7e9dc168d8a00cb3f4ddd85efa60",name:"Lido DAO",symbol:"LDO",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/13573/original/Lido_DAO.png?1696513326",coinGeckoId:"lido-dao",displayDecimals:2},{chainId:42161,address:"0xfb9e5d956d889d91a82737b9bfcdac1dce3e1449",name:"Liquity",symbol:"LQTY",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/14665/original/logo_V2.png?1725437146",coinGeckoId:"liquity",displayDecimals:2},{chainId:42161,address:"0x93b346b6bc2548da6a1e7d98e9a421b42541425b",name:"Liquity USD",symbol:"LUSD",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/14666/original/Group_3.png?1696514341",coinGeckoId:"liquity-usd",displayDecimals:2},{chainId:42161,address:"0x289ba1701c2f088cf0faf8b3705246331cb8a839",name:"Livepeer",symbol:"LPT",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/7137/original/badge-logo-circuit-green.png?1719357686",coinGeckoId:"livepeer",displayDecimals:3},{chainId:42161,address:"0x46d0ce7de6247b0a95f67b43b589b4041bae7fbe",name:"Loopring",symbol:"LRC",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/913/original/LRC.png?1696502034",coinGeckoId:"loopring",displayDecimals:1},{chainId:42161,address:"0x3f56e0c36d275367b8c502090edf38289b3dea0d",name:"MAI Arbitrum ",symbol:"MIMATIC",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/35517/original/mimatic-red.png?1709005586",coinGeckoId:"mai-arbitrum",displayDecimals:1},{chainId:42161,address:"0xfea7a6a0b346362bf88a9e4a88416b77a57d6c2a",name:"Magic Internet Money Arbitrum ",symbol:"MIM",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/37324/original/mim.png?1714016666",coinGeckoId:"magic-internet-money-arbitrum",displayDecimals:2},{chainId:42161,address:"0x2c852d3334188be136bfc540ef2bb8c37b590bad",name:"MagicLand",symbol:"MAGIC",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/18844/original/logo_-_2021-10-07T141625.399.png?1696518305",coinGeckoId:"magic-token",displayDecimals:0},{chainId:42161,address:"0x26d3c0d9f4cc4c130097b6afdebe4f5e497e6bdf",name:"Mynth",symbol:"MNT",decimals:6,logoUri:"https://assets.coingecko.com/coins/images/50513/original/mynth-token.png?1728031157",coinGeckoId:"mynth",displayDecimals:1},{chainId:42161,address:"0x9e20461bc2c4c980f62f1b279d71734207a6a356",name:"OmniCat",symbol:"OMNI",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/33917/original/omnicatlogo.png?1717544778",coinGeckoId:"omnicat",displayDecimals:0},{chainId:42161,address:"0x4e200fe2f3efb977d5fd9c430a41531fb04d97b8",name:"Orderly Network",symbol:"ORDER",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/38501/original/Orderly_Network_Coingecko_200*200.png?1717751359",coinGeckoId:"orderly-network",displayDecimals:1},{chainId:42161,address:"0x1b896893dfc86bb67cf57767298b9073d2c1ba2c",name:"PancakeSwap",symbol:"CAKE",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12632/original/pancakeswap-cake-logo_%281%29.png?1696512440",coinGeckoId:"pancakeswap-token",displayDecimals:2},{chainId:42161,address:"0x0c880f6761f1af8d9aa9c466984b80dab9a8c9e8",name:"Pendle",symbol:"PENDLE",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/15069/original/Pendle_Logo_Normal-03.png?1696514728",coinGeckoId:"pendle",displayDecimals:3},{chainId:42161,address:"0x3082cc23568ea640225c2467653db90e9250aaa0",name:"Radiant Capital",symbol:"RDNT",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/26536/original/Radiant-Logo-200x200.png?1696525610",coinGeckoId:"radiant-capital",displayDecimals:0},{chainId:42161,address:"0x2416092f143378750bb29b79ed961ab195cceea5",name:"Renzo Restaked ETH",symbol:"EZETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/34753/original/Ezeth_logo_circle.png?1713496404",coinGeckoId:"renzo-restaked-eth",displayDecimals:6},{chainId:42161,address:"0xca5ca9083702c56b481d1eec86f1776fdbd2e594",name:"Reserve Rights",symbol:"RSR",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/8365/original/RSR_Blue_Circle_1000.png?1721777856",coinGeckoId:"reserve-rights-token",displayDecimals:0},{chainId:42161,address:"0xb766039cc6db368759c1e56b79affe831d0cc507",name:"Rocket Pool",symbol:"RPL",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/2090/original/rocket_pool_%28RPL%29.png?1696503058",coinGeckoId:"rocket-pool",displayDecimals:3},{chainId:42161,address:"0xec70dcb4a1efa46b8f2d97c310c9c4790ba5ffa8",name:"Rocket Pool ETH",symbol:"RETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/20764/original/reth.png?1696520159",coinGeckoId:"rocket-pool-eth",displayDecimals:6},{chainId:42161,address:"0x3e6648c5a70a150a88bce65f4ad4d506fe15d2af",name:"Spell",symbol:"SPELL",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/15861/original/abracadabra-3.png?1696515477",coinGeckoId:"spell-token",displayDecimals:0},{chainId:42161,address:"0xd74f5255d557944cf7dd0e45ff521520002d5748",name:"Sperax USD",symbol:"USDS",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/21973/original/USDs_logo_1000X1000.png?1696521321",coinGeckoId:"sperax-usd",displayDecimals:2},{chainId:42161,address:"0x6694340fc020c5e6b96567843da2df01b2ce1eb6",name:"Stargate Finance",symbol:"STG",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/24413/original/STG_LOGO.png?1696523595",coinGeckoId:"stargate-finance",displayDecimals:1},{chainId:42161,address:"0xd4d42f0b6def4ce0383636770ef773390d85c61a",name:"Sushi",symbol:"SUSHI",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12271/original/512x512_Logo_no_chop.png?1696512101",coinGeckoId:"sushi",displayDecimals:2},{chainId:42161,address:"0xbc011a12da28e8f0f528d9ee5e7039e22f91cf18",name:"Swell Ethereum",symbol:"SWETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/30326/original/_lB7zEtS_400x400.jpg?1696529227",coinGeckoId:"sweth",displayDecimals:6},{chainId:42161,address:"0x080f6aed32fc474dd5717105dba5ea57268f46eb",name:"Synapse",symbol:"SYN",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/18024/original/synapse_social_icon.png?1696517540",coinGeckoId:"synapse-2",displayDecimals:1},{chainId:42161,address:"0xd58d345fd9c82262e087d2d0607624b410d88242",name:"Tellor Tributes",symbol:"TRB",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/9644/original/TRB-New_Logo.png?1737722143",coinGeckoId:"tellor",displayDecimals:4},{chainId:42161,address:"0x9623063377ad1b27544c965ccd7342f7ea7e88c7",name:"The Graph",symbol:"GRT",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/13397/original/Graph_Token.png?1696513159",coinGeckoId:"the-graph",displayDecimals:1},{chainId:42161,address:"0x680447595e8b7b3aa1b43beb9f6098c79ac2ab3f",name:"USDD",symbol:"USDD",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/25380/original/UUSD.jpg?1696524513",coinGeckoId:"usdd",displayDecimals:2},{chainId:42161,address:"0xfa7f8980b0f1e64a2062791cc3b0871572f1f7f0",name:"Uniswap",symbol:"UNI",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12504/original/uniswap-logo.png?1720676669",coinGeckoId:"uniswap",displayDecimals:3},{chainId:42161,address:"0x3d15fd46ce9e551498328b1c83071d9509e2c3a0",name:"Universal ETH",symbol:"UNIETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/28477/original/uniETH_200.png?1696527471",coinGeckoId:"universal-eth",displayDecimals:6},{chainId:42161,address:"0xc1eb7689147c81ac840d4ff0d298489fc7986d52",name:"Venus",symbol:"XVS",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12677/original/XVS_Token.jpg?1727454303",coinGeckoId:"venus",displayDecimals:3},{chainId:42161,address:"0x323665443cef804a3b5206103304bd4872ea4253",name:"Verified USD",symbol:"USDV",decimals:6,logoUri:"https://assets.coingecko.com/coins/images/32948/original/usdv_%281%29.png?1699933314",coinGeckoId:"verified-usd-foundation-usdv",displayDecimals:1},{chainId:42161,address:"0xcafcd85d8ca7ad1e1c6f82f651fa15e33aefd07b",name:"WOO",symbol:"WOO",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12921/original/WOO_Logos_2023_Profile_Pic_WOO.png?1696512709",coinGeckoId:"woo-network",displayDecimals:1},{chainId:42161,address:"0x4cb9a7ae498cedcbb5eae9f25736ae7d428c9d66",name:"Xai",symbol:"XAI",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/34258/original/round_icon_2048_px.png?1719523838",coinGeckoId:"xai-blockchain",displayDecimals:1},{chainId:42161,address:"0xddb46999f8891663a8f2828d25298f70416d7610",name:"sUSDS",symbol:"SUSDS",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/52721/original/sUSDS_Coin.png?1734086971",coinGeckoId:"susds",displayDecimals:2},{chainId:42161,address:"0x82e3a8f066a6989666b031d916c43672085b1582",name:"yearn finance",symbol:"YFI",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/11849/original/yearn.jpg?1696511720",coinGeckoId:"yearn-finance",displayDecimals:6},{chainId:8453,address:"0x63706e401c06ac8513145b7687a14804d17f814b",name:"Aave",symbol:"AAVE",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12645/original/aave-token-round.png?1720472354",coinGeckoId:"aave",displayDecimals:4},{chainId:8453,address:"0x940181a94a35a4569e4529a3cdfb74e38fd98631",name:"Aerodrome Finance",symbol:"AERO",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/31745/original/token.png?1696530564",coinGeckoId:"aerodrome-finance",displayDecimals:2},{chainId:8453,address:"0xac611438ae5f3953dedb47c2ea8d6650d601c1b4",name:"Amped Finance",symbol:"AMP",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/37421/original/AmpedLogoTrans-200.png?1714377313",coinGeckoId:"amped-finance"},{chainId:8453,address:"0x0db510e79909666d6dec7f5e49370838c16d950f",name:"Anon",symbol:"ANON",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/51871/original/_.png?1732095727",coinGeckoId:"super-anon",displayDecimals:0},{chainId:8453,address:"0xd89d90d26b48940fa8f58385fe84625d468e057a",name:"Avail",symbol:"AVAIL",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/37372/original/avail-logo.png?1714145201",coinGeckoId:"avail",displayDecimals:0},{chainId:8453,address:"0x23ee2343b892b1bb63503a4fabc840e0e2c6810f",name:"Axelar",symbol:"AXL",decimals:6,logoUri:"https://assets.coingecko.com/coins/images/27277/original/V-65_xQ1_400x400.jpeg?1696526329",coinGeckoId:"axelar",displayDecimals:2},{chainId:8453,address:"0x88fb150bdc53a65fe94dea0c9ba0a6daf8c6e196",name:"Chainlink",symbol:"LINK",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/877/original/chainlink-new-logo.png?1696502009",coinGeckoId:"chainlink",displayDecimals:3},{chainId:8453,address:"0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf",name:"Coinbase Wrapped BTC",symbol:"CBBTC",decimals:8,logoUri:"https://assets.coingecko.com/coins/images/40143/original/cbbtc.webp?1726136727",coinGeckoId:"coinbase-wrapped-btc",displayDecimals:7},{chainId:8453,address:"0x2ae3f1ec7f1f5012cfeab0185bfc7aa3cf0dec22",name:"Coinbase Wrapped Staked ETH",symbol:"CBETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/27008/original/cbeth.png?1709186989",coinGeckoId:"coinbase-wrapped-staked-eth",displayDecimals:6},{chainId:8453,address:"0x9e1028f5f1d5ede59748ffcee5532509976840e0",name:"Compound",symbol:"COMP",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/10775/original/COMP.png?1696510737",coinGeckoId:"compound-governance-token",displayDecimals:4},{chainId:8453,address:"0x83db73ef5192de4b6a4c92bd0141ba1a0dc87c65",name:"Compounding OpenDollar",symbol:"CUSDO",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/53751/original/cUSDO_logo_white.png?1737182014",coinGeckoId:"compounding-open-dollar",displayDecimals:2},{chainId:8453,address:"0xbb22ff867f8ca3d5f2251b4084f6ec86d4666e14",name:"Cryptex Finance",symbol:"CTX",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/14932/original/CTX_Logo_200px.png?1723514786",coinGeckoId:"cryptex-finance",displayDecimals:2},{chainId:8453,address:"0x4ed4e862860bed51a9570b96d89af5e1b0efefed",name:"Degen",symbol:"DEGEN",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/34515/original/android-chrome-512x512.png?1706198225",coinGeckoId:"degen-base",displayDecimals:0},{chainId:8453,address:"0x599f07567656e6961e20fa6a90685d393808c192",name:"Department Of Government Efficiency",symbol:"DOGE",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/51896/original/coingecko_%282%29.png?1732124666",coinGeckoId:"department-of-government-efficiency-5",displayDecimals:0},{chainId:8453,address:"0x7f6f6720a73c0f54f95ab343d7efeb1fa991f4f7",name:"DogWifHat",symbol:"WIF",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/37353/original/Picsart_24-04-24_05-46-35-547.png?1714097002",coinGeckoId:"dogwifhat-base",displayDecimals:0},{chainId:8453,address:"0x6bb7a212910682dcfdbd5bcbb3e28fb4e8da10ee",name:"GHO",symbol:"GHO",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/30663/original/gho-token-logo.png?1720517092",coinGeckoId:"gho",displayDecimals:2},{chainId:8453,address:"0x24fcfc492c1393274b6bcd568ac9e225bec93584",name:"Heroes of Mavia",symbol:"MAVIA",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/33895/original/2023-12-20_21.21.41_%281%29.jpg?1703230771",coinGeckoId:"heroes-of-mavia",displayDecimals:1},{chainId:8453,address:"0x1bc71130a0e39942a7658878169764bbd8a45993",name:"KelpDAO Bridged rsETH Base ",symbol:"RSETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/39547/original/rseth.png?1722850260",coinGeckoId:"kelpdao-bridged-rseth-base",displayDecimals:6},{chainId:8453,address:"0xfde4c96c8593536e31f229ea8f37b2ada2699bb2",name:"L2 Standard Bridged USDT Base ",symbol:"USDT",decimals:6,logoUri:"https://assets.coingecko.com/coins/images/39963/original/usdt.png?1724952731",coinGeckoId:"l2-standard-bridged-usdt-base"},{chainId:8453,address:"0x6985884c4392d348587b19cb9eaaf157f13271cd",name:"LayerZero",symbol:"ZRO",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/28206/original/ftxG9_TJ_400x400.jpeg?1696527208",coinGeckoId:"layerzero",displayDecimals:2},{chainId:8453,address:"0x0555e30da8f98308edb960aa94c0db47230d2b9c",name:"LayerZero Bridged WBTC Base ",symbol:"WBTC",decimals:8,logoUri:"https://assets.coingecko.com/coins/images/66849/original/btc.png?1750793694",coinGeckoId:"layerzero-bridged-wbtc-base",displayDecimals:7},{chainId:8453,address:"0xecac9c5f704e954931349da37f60e39f515c11c1",name:"Lombard Staked BTC",symbol:"LBTC",decimals:8,logoUri:"https://assets.coingecko.com/coins/images/39969/original/LBTC_Logo.png?1724959872",coinGeckoId:"lombard-staked-btc",displayDecimals:7},{chainId:8453,address:"0x57f5fbd3de65dfc0bd3630f732969e5fb97e6d37",name:"MAGA",symbol:"TRUMP",decimals:9,logoUri:"https://assets.coingecko.com/coins/images/31498/original/Maga-Trump-Logo-200px.png?1696530309",coinGeckoId:"maga",displayDecimals:1},{chainId:8453,address:"0x2da56acb9ea78330f947bd57c54119debda7af71",name:"Mog Coin",symbol:"MOG",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/31059/original/MOG_LOGO_200x200.png?1696529893",coinGeckoId:"mog-coin",displayDecimals:0},{chainId:8453,address:"0xa88594d404727625a9437c3f886c7643872296ae",name:"Moonwell",symbol:"WELL",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/26133/original/WELL.png?1696525221",coinGeckoId:"moonwell-artemis",displayDecimals:1},{chainId:8453,address:"0xbaa5cc21fd487b8fcc2f632f3f4e8d37262a0842",name:"Morpho",symbol:"MORPHO",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/29837/original/Morpho-token-icon.png?1726771230",coinGeckoId:"morpho",displayDecimals:2},{chainId:8453,address:"0x1217bfe6c773eec6cc4a38b5dc45b92292b6e189",name:"OpenUSDT",symbol:"OUSDT",decimals:6,logoUri:"https://assets.coingecko.com/coins/images/54815/original/ousdt.jpg?1741848258",coinGeckoId:"openusdt",displayDecimals:2},{chainId:8453,address:"0x7002458b1df59eccb57387bc79ffc7c29e22e6f7",name:"Origin Token",symbol:"OGN",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/3296/original/op.jpg?1696504006",coinGeckoId:"origin-protocol",displayDecimals:1},{chainId:8453,address:"0xb79dd08ea68a908a97220c76d19a6aa9cbde4376",name:"Overnight fi USD Base ",symbol:"USD+",decimals:6,logoUri:"https://assets.coingecko.com/coins/images/39624/original/USD_.png?1723179227",coinGeckoId:"overnight-fi-usd-base",displayDecimals:2},{chainId:8453,address:"0x80f45eacf6537498ecc660e4e4a2d2f99e195cf4",name:"Pepe on Base",symbol:"PEPE",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/36639/original/Pepe_on_Base.png?1712030799",coinGeckoId:"pepe-on-base",displayDecimals:0},{chainId:8453,address:"0xd722e55c1d9d9fa0021a5215cbb904b92b3dc5d4",name:"Radiant Capital",symbol:"RDNT",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/26536/original/Radiant-Logo-200x200.png?1696525610",coinGeckoId:"radiant-capital",displayDecimals:0},{chainId:8453,address:"0x2416092f143378750bb29b79ed961ab195cceea5",name:"Renzo Restaked ETH",symbol:"EZETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/34753/original/Ezeth_logo_circle.png?1713496404",coinGeckoId:"renzo-restaked-eth",displayDecimals:6},{chainId:8453,address:"0xab36452dbac151be02b16ca17d8919826072f64a",name:"Reserve Rights",symbol:"RSR",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/8365/original/RSR_Blue_Circle_1000.png?1721777856",coinGeckoId:"reserve-rights-token",displayDecimals:0},{chainId:8453,address:"0x35e5db674d8e93a03d814fa0ada70731efe8a4b9",name:"Resolv USR",symbol:"USR",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/40008/original/USR_LOGO.png?1725222638",coinGeckoId:"resolv-usr",displayDecimals:2},{chainId:8453,address:"0xb6fe221fe9eef5aba221c348ba20a1bf5e73624c",name:"Rocket Pool ETH",symbol:"RETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/20764/original/reth.png?1696520159",coinGeckoId:"rocket-pool-eth",displayDecimals:6},{chainId:8453,address:"0xe3b53af74a4bf62ae5511055290838050bf764df",name:"Stargate Finance",symbol:"STG",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/24413/original/STG_LOGO.png?1696523595",coinGeckoId:"stargate-finance",displayDecimals:1},{chainId:8453,address:"0xc1cba3fcea344f92d9239c08c0568f6f2f0ee452",name:"Superbridge Bridged wstETH Base ",symbol:"WSTETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/53103/original/superbridge-bridged-wsteth-base.png?1735227990",coinGeckoId:"superbridge-bridged-wsteth-base",displayDecimals:6},{chainId:8453,address:"0x22e6966b799c4d5b13be962e1d117b56327fda66",name:"Synthetix Network",symbol:"SNX",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/3406/original/SNX.png?1696504103",coinGeckoId:"havven",displayDecimals:2},{chainId:8453,address:"0x820c137fa70c8691f0e44dc420a5e53c168921dc",name:"USDS",symbol:"USDS",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/39926/original/usds.webp?1726666683",coinGeckoId:"usds",displayDecimals:2},{chainId:8453,address:"0xacfe6019ed1a7dc6f7b508c02d1b04ec88cc21bf",name:"Venice Token",symbol:"VVV",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/54023/original/VVV_Token_Transparent.png?1741856877",coinGeckoId:"venice-token",displayDecimals:2},{chainId:8453,address:"0x0b3e328455c4059eeb9e3f84b5543f74e24e7e1b",name:"Virtuals Protocol",symbol:"VIRTUAL",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/34057/original/LOGOMARK.png?1708356054",coinGeckoId:"virtual-protocol",displayDecimals:2},{chainId:8453,address:"0x2c8c89c442436cc6c0a77943e09c8daf49da3161",name:"Zeebu",symbol:"ZBU",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/31145/original/200x200_Front_token.png?1696529974",coinGeckoId:"zeebu",displayDecimals:2},{chainId:8453,address:"0x9eaf8c1e34f05a589eda6bafdf391cf6ad3cb239",name:"yearn finance",symbol:"YFI",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/11849/original/yearn.jpg?1696511720",coinGeckoId:"yearn-finance",displayDecimals:6},{chainId:10,address:"0x76fb31fb4af56892a25e32cfc43de717950c9278",name:"Aave",symbol:"AAVE",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12645/original/aave-token-round.png?1720472354",coinGeckoId:"aave",displayDecimals:4},{chainId:10,address:"0x3e29d3a9316dab217754d13b28646b76607c5f04",name:"Alchemix ETH",symbol:"ALETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/16271/original/aleth.png?1696515869",coinGeckoId:"alchemix-eth",displayDecimals:6},{chainId:10,address:"0xaeaeed23478c3a4b798e4ed40d8b7f41366ae861",name:"Ankr Network",symbol:"ANKR",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/4324/original/U85xTl2.png?1696504928",coinGeckoId:"ankr",displayDecimals:0},{chainId:10,address:"0xe05a08226c49b636acf99c40da8dc6af83ce5bb3",name:"Ankr Staked ETH",symbol:"ANKRETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/13403/original/aETHc.png?1696513165",coinGeckoId:"ankreth",displayDecimals:6},{chainId:10,address:"0xfe8b128ba8c78aabc59d4c64cee7ff28e9379921",name:"Balancer",symbol:"BAL",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/11683/original/Balancer.png?1696511572",coinGeckoId:"balancer",displayDecimals:2},{chainId:10,address:"0x9b88d293b7a791e40d36a39765ffd5a1b9b5c349",name:"Celo Wormhole ",symbol:"CELO",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/32400/original/celo_wh.png?1698055352",coinGeckoId:"celo-wormhole",displayDecimals:1},{chainId:10,address:"0x350a791bfc2c21f9ed5d10980dad2e2638ffa7f6",name:"Chainlink",symbol:"LINK",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/877/original/chainlink-new-logo.png?1696502009",coinGeckoId:"chainlink",displayDecimals:3},{chainId:10,address:"0xaddb6a0412de1ba0f936dcaeb8aaa24578dcf3b2",name:"Coinbase Wrapped Staked ETH",symbol:"CBETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/27008/original/cbeth.png?1709186989",coinGeckoId:"coinbase-wrapped-staked-eth",displayDecimals:6},{chainId:10,address:"0x0994206dfe8de6ec6920ff4d779b0d950605fb53",name:"Curve DAO",symbol:"CRV",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12124/original/Curve.png?1696511967",coinGeckoId:"curve-dao-token",displayDecimals:2},{chainId:10,address:"0x5a7a183b6b44dc4ec2e3d2ef43f98c5152b1d76d",name:"Inception Restaked ETH",symbol:"INETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/34127/original/inETH.png?1715036464",coinGeckoId:"genesislrt-restaked-eth",displayDecimals:6},{chainId:10,address:"0xd08c3f25862077056cb1b710937576af899a4959",name:"Inception stETH",symbol:"INSTETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/34954/original/Group_14.png?1706773546",coinGeckoId:"inception-restaked-steth",displayDecimals:5},{chainId:10,address:"0xa00e3a3511aac35ca78530c85007afcd31753819",name:"Kyber Network Crystal",symbol:"KNC",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/14899/original/RwdVsGcw_400x400.jpg?1696514562",coinGeckoId:"kyber-network-crystal",displayDecimals:2},{chainId:10,address:"0x2e3d870790dc77a83dd1d18184acc7439a53f475",name:"Legacy Frax Dollar",symbol:"FRAX",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/13422/original/frax-logo.png?1739780303",coinGeckoId:"frax",displayDecimals:2},{chainId:10,address:"0xfdb794692724153d1488ccdbe0c56c252596735f",name:"Lido DAO",symbol:"LDO",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/13573/original/Lido_DAO.png?1696513326",coinGeckoId:"lido-dao",displayDecimals:2},{chainId:10,address:"0xc40f949f8a4e094d1b49a23ea9241d289b7b2819",name:"Liquity USD",symbol:"LUSD",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/14666/original/Group_3.png?1696514341",coinGeckoId:"liquity-usd",displayDecimals:2},{chainId:10,address:"0xdfa46478f9e5ea86d57387849598dbfb2e964b02",name:"MAI Optimism ",symbol:"MIMATIC",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/35519/original/mimatic-red.png?1709006627",coinGeckoId:"mai-optimism",displayDecimals:2},{chainId:10,address:"0x1217bfe6c773eec6cc4a38b5dc45b92292b6e189",name:"OpenUSDT",symbol:"OUSDT",decimals:6,logoUri:"https://assets.coingecko.com/coins/images/54815/original/ousdt.jpg?1741848258",coinGeckoId:"openusdt",displayDecimals:2},{chainId:10,address:"0x4200000000000000000000000000000000000042",name:"Optimism",symbol:"OP",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/25244/original/Optimism.png?1696524385",coinGeckoId:"optimism",displayDecimals:2},{chainId:10,address:"0x68f180fcce6836688e9084f035309e29bf0a2095",name:"Optimism Bridged WBTC Optimism ",symbol:"WBTC",decimals:8,logoUri:"https://assets.coingecko.com/coins/images/39553/original/wbtc.png?1722897341",coinGeckoId:"optimism-bridged-wbtc-optimism",displayDecimals:7},{chainId:10,address:"0xbc7b1ff1c6989f006a1185318ed4e7b5796e66e1",name:"Pendle",symbol:"PENDLE",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/15069/original/Pendle_Logo_Normal-03.png?1696514728",coinGeckoId:"pendle",displayDecimals:3},{chainId:10,address:"0x9e1028f5f1d5ede59748ffcee5532509976840e0",name:"Perpetual Protocol",symbol:"PERP",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12381/original/60d18e06844a844ad75901a9_mark_only_03.png?1696512205",coinGeckoId:"perpetual-protocol",displayDecimals:1},{chainId:10,address:"0x9bcef72be871e61ed4fbbc7630889bee758eb81d",name:"Rocket Pool ETH",symbol:"RETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/20764/original/reth.png?1696520159",coinGeckoId:"rocket-pool-eth",displayDecimals:6},{chainId:10,address:"0x1f32b1c2345538c0c6f582fcb022739c4a194ebb",name:"Superbridge Bridged wstETH Optimism ",symbol:"WSTETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/53104/original/superbridge-bridged-wsteth-optimism.webp?1735228418",coinGeckoId:"superbridge-bridged-wsteth-optimism",displayDecimals:6},{chainId:10,address:"0x8700daec35af8ff88c16bdf0418774cb3d7599b4",name:"Synthetix Network",symbol:"SNX",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/3406/original/SNX.png?1696504103",coinGeckoId:"havven",displayDecimals:2},{chainId:10,address:"0xaf8ca653fa2772d58f4368b0a71980e9e3ceb888",name:"Tellor Tributes",symbol:"TRB",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/9644/original/TRB-New_Logo.png?1737722143",coinGeckoId:"tellor",displayDecimals:4},{chainId:10,address:"0x6fd9d7ad17242c41f7131d257212c54a0e816691",name:"Uniswap",symbol:"UNI",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12504/original/uniswap-logo.png?1720676669",coinGeckoId:"uniswap",displayDecimals:3},{chainId:10,address:"0x9560e827af36c94d2ac33a39bce1fe78631088db",name:"Velodrome Finance",symbol:"VELO",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/25783/original/velo.png?1696524870",coinGeckoId:"velodrome-finance",displayDecimals:1},{chainId:10,address:"0xdc6ff44d5d932cbd77b52e5612ba0529dc6226f1",name:"Worldcoin",symbol:"WLD",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/31069/original/worldcoin.jpeg?1696529903",coinGeckoId:"worldcoin-wld",displayDecimals:2},{chainId:10,address:"0x8c6f28f2f1a3c87f0f938b96d27520d9751ec8d9",name:"sUSD Optimism ",symbol:"SUSD",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/37867/original/sus.png?1715815715",coinGeckoId:"susd-optimism",displayDecimals:2},{chainId:10,address:"0x9046d36440290ffde54fe0dd84db8b1cfee9107b",name:"yearn finance",symbol:"YFI",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/11849/original/yearn.jpg?1696511720",coinGeckoId:"yearn-finance",displayDecimals:6},{chainId:56,address:"0x111111111117dc0aa78b770fa6a738034120c302",name:"1inch",symbol:"1INCH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/13469/original/1inch-token.png?1696513230",coinGeckoId:"1inch",displayDecimals:1},{chainId:56,address:"0xfb6115445bff7b52feb98650c87f44907e58f802",name:"Aave",symbol:"AAVE",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12645/original/aave-token-round.png?1720472354",coinGeckoId:"aave",displayDecimals:4},{chainId:56,address:"0x8f0528ce5ef7b51152a59745befdd91d97091d2f",name:"Alpaca Finance",symbol:"ALPACA",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/14165/original/Logo200.png?1696513884",coinGeckoId:"alpaca-finance",displayDecimals:1},{chainId:56,address:"0x031b41e504677879370e9dbcf937283a8691fa7f",name:"Artificial Superintelligence Alliance",symbol:"FET",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/5681/original/ASI.png?1719827289",coinGeckoId:"fetch-ai",displayDecimals:2},{chainId:56,address:"0x96412902aa9aff61e13f085e70d3152c6ef2a817",name:"Avalanche Wormhole ",symbol:"AVAX",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/22943/original/AVAX_wh_small.png?1696522240",coinGeckoId:"avalanche-wormhole",displayDecimals:3},{chainId:56,address:"0x715d400f88c167884bbcc41c5fea407ed4d2f8a0",name:"Axie Infinity",symbol:"AXS",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/13029/original/axie_infinity_logo.png?1696512817",coinGeckoId:"axie-infinity",displayDecimals:2},{chainId:56,address:"0x250632378e573c6be1ac2f97fcdf00515d0aa91b",name:"Binance ETH staking",symbol:"BETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/13804/original/Binnace.png?1696513551",coinGeckoId:"binance-eth",displayDecimals:6},{chainId:56,address:"0xe9e7cea3dedca5984780bafc599bd69add087d56",name:"Binance Peg BUSD",symbol:"BUSD",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/31273/original/new_binance-peg-busd.png?1696530096",coinGeckoId:"binance-peg-busd",displayDecimals:2},{chainId:56,address:"0x8ff795a6f4d97e7887c79bea79aba5cc76444adf",name:"Binance Peg Bitcoin Cash",symbol:"BCH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/15774/original/bitcoin-cash-circle.png?1696515398",coinGeckoId:"binance-peg-bitcoin-cash",displayDecimals:5},{chainId:56,address:"0x3ee2200efb3400fabb9aacf31297cbdd1d435d47",name:"Binance Peg Cardano",symbol:"ADA",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/15455/original/ZE8LxNBf_400x400.jpg?1696515099",coinGeckoId:"binance-peg-cardano",displayDecimals:2},{chainId:56,address:"0xba2ae424d960c26247dd6c32edc70b295c744c43",name:"Binance Peg Dogecoin",symbol:"DOGE",decimals:8,logoUri:"https://assets.coingecko.com/coins/images/15768/original/dogecoin.png?1696515392",coinGeckoId:"binance-peg-dogecoin",displayDecimals:1},{chainId:56,address:"0x56b6fb708fc5732dec1afc8d8556423a2edccbd6",name:"Binance Peg EOS",symbol:"EOS",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/15771/original/eos-eos-logo.png?1696515395",coinGeckoId:"binance-peg-eos",displayDecimals:2},{chainId:56,address:"0x0d8ce2a99bb6e3b7db580ed848240e4a0f9ae153",name:"Binance Peg Filecoin",symbol:"FIL",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/15776/original/filecoin.png?1696515400",coinGeckoId:"binance-peg-filecoin",displayDecimals:2},{chainId:56,address:"0x4338665cbb7b2485a8855a139b75d5e34ab0db94",name:"Binance Peg Litecoin",symbol:"LTC",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/15456/original/LrysCc5Q_400x400.jpg?1696515103",coinGeckoId:"binance-peg-litecoin",displayDecimals:4},{chainId:56,address:"0x1fa4a73a3f0133f0025378af00236f3abdee5d63",name:"Binance Peg NEAR Protocol",symbol:"NEAR",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/51252/original/NEAR.JPG?1730470269",coinGeckoId:"binance-peg-near-protocol",displayDecimals:2},{chainId:56,address:"0xfd7b3a77848f1c2d67e05e54d78d174a0c850335",name:"Binance Peg Ontology",symbol:"ONT",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/18559/original/ont.png?1696518037",coinGeckoId:"binance-peg-ontology",displayDecimals:1},{chainId:56,address:"0x7083609fce4d1d8dc0c979aab8c869ea2c873402",name:"Binance Peg Polkadot",symbol:"DOT",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/15457/original/-Tj2WF_6_400x400.jpg?1696515104",coinGeckoId:"binance-peg-polkadot",displayDecimals:3},{chainId:56,address:"0x2859e4544c4bb03966803b044a93563bd2d0dd4d",name:"Binance Peg SHIB",symbol:"SHIB",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/50193/original/shib.png?1726214772",coinGeckoId:"binance-peg-shib",displayDecimals:0},{chainId:56,address:"0x570a5d26f7765ecb712c0924e4de545b89fd43df",name:"Binance Peg SOL",symbol:"SOL",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/54582/original/wsol.png?1740542147",coinGeckoId:"binance-peg-sol",displayDecimals:4},{chainId:56,address:"0x16939ef78684453bfdfb47825f8a5f714f12623a",name:"Binance Peg Tezos Token",symbol:"XTZ",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/51251/original/TEZOS.png?1730470163",coinGeckoId:"binance-peg-tezos-token",displayDecimals:2},{chainId:56,address:"0x1d2f0da169ceb9fc7b3144628db156f3f6c60dbe",name:"Binance Peg XRP",symbol:"XRP",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/15458/original/ryyrCapt_400x400.jpg?1696515105",coinGeckoId:"binance-peg-xrp",displayDecimals:2},{chainId:56,address:"0x965f527d9159dce6288a2219db51fc6eef120dd1",name:"Biswap",symbol:"BSW",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/16845/original/biswap.png?1696516413",coinGeckoId:"biswap",displayDecimals:0},{chainId:56,address:"0x14016e85a25aeb13065688cafb43044c2ef86784",name:"Bridged TrueUSD",symbol:"TUSD",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/30837/original/tusd.jpeg?1696529695",coinGeckoId:"bridged-trueusd",displayDecimals:2},{chainId:56,address:"0xf8a0bf9cf54bb92f17374d9e9a321e6a111a51bd",name:"Chainlink",symbol:"LINK",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/877/original/chainlink-new-logo.png?1696502009",coinGeckoId:"chainlink",displayDecimals:3},{chainId:56,address:"0xf9cec8d50f6c8ad3fb6dccec577e05aa32b224fe",name:"Chromia",symbol:"CHR",decimals:6,logoUri:"https://assets.coingecko.com/coins/images/5000/original/Chromia.png?1696505533",coinGeckoId:"chromaway",displayDecimals:1},{chainId:56,address:"0xaec945e04baf28b135fa7c640f624f8d90f1c3a6",name:"Coin98",symbol:"C98",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/17117/original/logo.png?1696516677",coinGeckoId:"coin98",displayDecimals:1},{chainId:56,address:"0x52ce071bd9b1c4b00a0b92d298c512478cad67e8",name:"Compound",symbol:"COMP",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/10775/original/COMP.png?1696510737",coinGeckoId:"compound-governance-token",displayDecimals:4},{chainId:56,address:"0xdf5ba79f0fd70c6609666d5ed603710609a530ab",name:"Cosmic Force Token v2",symbol:"CFX",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/35473/original/CFX_CON_v2_200_200_transparent.png?1708770216",coinGeckoId:"cosmic-force-token-v2",displayDecimals:2},{chainId:56,address:"0x0eb3a705fc54725037cc9e008bdede697f62f335",name:"Cosmos Hub",symbol:"ATOM",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/1481/original/cosmos_hub.png?1696502525",coinGeckoId:"cosmos",displayDecimals:3},{chainId:56,address:"0x67ee3cb086f8a16f34bee3ca72fad36f7db929e2",name:"DODO",symbol:"DODO",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12651/original/dodo_logo.png?1696512458",coinGeckoId:"dodo",displayDecimals:1},{chainId:56,address:"0x4db5a66e937a9f4473fa95b1caf1d1e1d62e29ea",name:"Ethereum Wormhole ",symbol:"ETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/22990/original/ETH_wh_small.png?1696522286",coinGeckoId:"ethereum-wormhole",displayDecimals:6},{chainId:56,address:"0xc5f0f7b66764f6ec8c8dff7ba683102295e16409",name:"First Digital USD",symbol:"FDUSD",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/31079/original/FDUSD_icon_black.png?1731097953",coinGeckoId:"first-digital-usd",displayDecimals:2},{chainId:56,address:"0xe48a3d7d0bc88d552f730b62c006bc925eadb9ee",name:"Frax prev FXS ",symbol:"FRAX",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/13423/original/frax.png?1745921071",coinGeckoId:"frax-share",displayDecimals:3},{chainId:56,address:"0x3019bf2a2ef8040c242c9a4c5c4bd4c81678b2a1",name:"GMT",symbol:"GMT",decimals:8,logoUri:"https://assets.coingecko.com/coins/images/23597/original/token-gmt-200x200.png?1703153841",coinGeckoId:"stepn",displayDecimals:1},{chainId:56,address:"0x5f4bde007dc06b867f86ebfe4802e34a1ffeed63",name:"Highstreet",symbol:"HIGH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/18973/original/logosq200200Coingecko.png?1696518427",coinGeckoId:"highstreet",displayDecimals:2},{chainId:56,address:"0xa2b726b1145a4773f68593cf171187d8ebe4d495",name:"Injective",symbol:"INJ",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12882/original/Other_200x200.png?1738782212",coinGeckoId:"injective-protocol",displayDecimals:3},{chainId:56,address:"0xfe56d5892bdffc7bf58f2e84be1b2c32d21c308b",name:"Kyber Network Crystal",symbol:"KNC",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/14899/original/RwdVsGcw_400x400.jpg?1696514562",coinGeckoId:"kyber-network-crystal",displayDecimals:2},{chainId:56,address:"0x762539b45a1dcce3d36d080f74d1aed37844b878",name:"Linear",symbol:"LINA",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12509/original/1649227343-linalogo200px.png?1696512324",coinGeckoId:"linear",displayDecimals:0},{chainId:56,address:"0xfceb31a79f71ac9cbdcf853519c1b12d379edc46",name:"Lista DAO",symbol:"LISTA",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/38068/original/lista.png?1716443925",coinGeckoId:"lista",displayDecimals:1},{chainId:56,address:"0xecac9c5f704e954931349da37f60e39f515c11c1",name:"Lombard Staked BTC",symbol:"LBTC",decimals:8,logoUri:"https://assets.coingecko.com/coins/images/39969/original/LBTC_Logo.png?1724959872",coinGeckoId:"lombard-staked-btc",displayDecimals:7},{chainId:56,address:"0x2ed9a5c8c13b93955103b9a7c167b67ef4d568a3",name:"Mask Network",symbol:"MASK",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/14051/original/Mask_Network.jpg?1696513776",coinGeckoId:"mask-network",displayDecimals:2},{chainId:56,address:"0x0e09fabb73bd3ade0a17ecc321fd13a19e81ce82",name:"PancakeSwap",symbol:"CAKE",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12632/original/pancakeswap-cake-logo_%281%29.png?1696512440",coinGeckoId:"pancakeswap-token",displayDecimals:2},{chainId:56,address:"0xcc42724c6683b7e57334c4e856f4c9965ed682bd",name:"Polygon",symbol:"MATIC",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/4713/original/polygon.png?1698233745",coinGeckoId:"matic-network",displayDecimals:1},{chainId:56,address:"0xf7de7e8a6bd59ed41a4b5fe50278b3b7f31384df",name:"Radiant Capital",symbol:"RDNT",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/26536/original/Radiant-Logo-200x200.png?1696525610",coinGeckoId:"radiant-capital",displayDecimals:0},{chainId:56,address:"0x2416092f143378750bb29b79ed961ab195cceea5",name:"Renzo Restaked ETH",symbol:"EZETH",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/34753/original/Ezeth_logo_circle.png?1713496404",coinGeckoId:"renzo-restaked-eth",displayDecimals:6},{chainId:56,address:"0x2492d0006411af6c8bbb1c8afc1b0197350a79e9",name:"Resolv USR",symbol:"USR",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/40008/original/USR_LOGO.png?1725222638",coinGeckoId:"resolv-usr",displayDecimals:2},{chainId:56,address:"0x47bead2563dcbf3bf2c9407fea4dc236faba485a",name:"Solar",symbol:"SXP",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/9368/original/Solar_Blockchain_Foundation_Sun_CG.png?1742975137",coinGeckoId:"swipe",displayDecimals:1},{chainId:56,address:"0x1bdd3cf7f79cfb8edbb955f20ad99211551ba275",name:"Stader BNBx",symbol:"BNBX",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/26842/original/BNBx_Logo.png?1696525902",coinGeckoId:"stader-bnbx",displayDecimals:5},{chainId:56,address:"0x80137510979822322193fc997d400d5a6c747bf7",name:"StakeStone ETH",symbol:"STONE",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/33103/original/200_200.png?1702602672",coinGeckoId:"stakestone-ether",displayDecimals:6},{chainId:56,address:"0x947950bcc74888a40ffa2593c5798f11fc9124c4",name:"Sushi",symbol:"SUSHI",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12271/original/512x512_Logo_no_chop.png?1696512101",coinGeckoId:"sushi",displayDecimals:2},{chainId:56,address:"0xce7de646e7208a4ef112cb6ed5038fa6cc6b12e3",name:"TRON BSC ",symbol:"TRX",decimals:6,logoUri:"https://assets.coingecko.com/coins/images/15468/original/NxLfA-LK_400x400.png?1696515114",coinGeckoId:"tron-bsc",displayDecimals:1},{chainId:56,address:"0x4b0f1812e5df2a09796481ff14017e6005508003",name:"Trust Wallet",symbol:"TWT",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/11085/original/Trust.png?1696511026",coinGeckoId:"trust-wallet-token",displayDecimals:2},{chainId:56,address:"0xbf5140a22578168fd562dccf235e5d43a02ce9b1",name:"Uniswap",symbol:"UNI",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12504/original/uniswap-logo.png?1720676669",coinGeckoId:"uniswap",displayDecimals:3},{chainId:56,address:"0x4bd17003473389a42daf6a0a729f6fdb328bbbd7",name:"Vai",symbol:"VAI",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/13861/original/VAI.png?1709766684",coinGeckoId:"vai",displayDecimals:2},{chainId:56,address:"0xcf6bb5389c92bdda8a3747ddb454cb7a64626c63",name:"Venus",symbol:"XVS",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12677/original/XVS_Token.jpg?1727454303",coinGeckoId:"venus",displayDecimals:3},{chainId:56,address:"0xaef0d72a118ce24fee3cd1d43d383897d05b4e99",name:"WINkLink BSC",symbol:"WIN",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/15472/original/hDLzwfqu_400x400.jpg?1696515118",coinGeckoId:"winklink-bsc",displayDecimals:0},{chainId:56,address:"0x4691937a7508860f876c9c0a2a617e7d9e945d4b",name:"WOO",symbol:"WOO",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/12921/original/WOO_Logos_2023_Profile_Pic_WOO.png?1696512709",coinGeckoId:"woo-network",displayDecimals:1},{chainId:56,address:"0x4d3dc895a9edb234dfa3e303a196c009dc918f84",name:"Zeebu",symbol:"ZBU",decimals:18,logoUri:"https://assets.coingecko.com/coins/images/31145/original/200x200_Front_token.png?1696529974",coinGeckoId:"zeebu",displayDecimals:2}];function u(e,a){var t=e.reduce((function(e,a){return e[a.chainId]||(e[a.chainId]={}),e[a.chainId][a.address]=a,e}),{}),s=a.reduce((function(e,a){var s,n,d=null==(s=t[a.chainId])?void 0:s[a.address];if(d){var i=Object.keys(a).filter((function(e){return"address"!==e&&"chainId"!==e})).filter((function(e){return!((t=a[e])===(s=d[e])||typeof t==typeof s&&Array.isArray(t)&&Array.isArray(s)&&t.every((function(e,a){return s[a]===e})));var t,s}));i.length>0&&(e.changed[a.chainId]||(e.changed[a.chainId]={}),e.changed[a.chainId][a.address]=i)}else e.added.push(a);return e.index[a.chainId]?e.index[a.chainId][a.address]=!0:e.index[a.chainId]=((n={})[a.address]=!0,n),e}),{added:[],changed:{},index:{}}),n=e.reduce((function(e,a){return s.index[a.chainId]&&s.index[a.chainId][a.address]||e.push(a),e}),[]);return{added:s.added,changed:s.changed,removed:n}}function m(e,a){return e.major<a.major?-1:e.major>a.major?1:e.minor<a.minor?-1:e.minor>a.minor?1:e.patch<a.patch?-1:e.patch>a.patch?1:0}(e=exports.VersionUpgrade||(exports.VersionUpgrade={}))[e.NONE=0]="NONE",e[e.PATCH=1]="PATCH",e[e.MINOR=2]="MINOR",e[e.MAJOR=3]="MAJOR",(a=exports.TokenListTagNames||(exports.TokenListTagNames={})).MAINNET="Mainnet",a.OPTIMISM="Optimism",a.ARBITRUM="Arbitrum",a.AVALANCHE="Avalanche",a.BASE="Base",a.TESTNET="TESTNET",a.STABLECOIN="Stablecoin",a.USD="USD",a.EUR="EUR",a.TOP_10="Top10",a.NATIVE_TOKEN="Native Token",a.WRAPPED="wrapped";var l=r.tokens.concat(o);function y(e){return c.routers.filter((function(a){return a.chainId===e}))}exports.CURVE_ROUTER_ABI=[{name:"TokenExchange",inputs:[{name:"buyer",type:"address",indexed:!0},{name:"receiver",type:"address",indexed:!0},{name:"pool",type:"address",indexed:!0},{name:"token_sold",type:"address",indexed:!1},{name:"token_bought",type:"address",indexed:!1},{name:"amount_sold",type:"uint256",indexed:!1},{name:"amount_bought",type:"uint256",indexed:!1}],anonymous:!1,type:"event"},{name:"ExchangeMultiple",inputs:[{name:"buyer",type:"address",indexed:!0},{name:"receiver",type:"address",indexed:!0},{name:"route",type:"address[9]",indexed:!1},{name:"swap_params",type:"uint256[3][4]",indexed:!1},{name:"pools",type:"address[4]",indexed:!1},{name:"amount_sold",type:"uint256",indexed:!1},{name:"amount_bought",type:"uint256",indexed:!1}],anonymous:!1,type:"event"},{stateMutability:"nonpayable",type:"constructor",inputs:[{name:"_address_provider",type:"address"},{name:"_calculator",type:"address"},{name:"_weth",type:"address"}],outputs:[]},{stateMutability:"payable",type:"fallback"},{stateMutability:"payable",type:"function",name:"exchange_with_best_rate",inputs:[{name:"_from",type:"address"},{name:"_to",type:"address"},{name:"_amount",type:"uint256"},{name:"_expected",type:"uint256"}],outputs:[{name:"",type:"uint256"}]},{stateMutability:"payable",type:"function",name:"exchange_with_best_rate",inputs:[{name:"_from",type:"address"},{name:"_to",type:"address"},{name:"_amount",type:"uint256"},{name:"_expected",type:"uint256"},{name:"_receiver",type:"address"}],outputs:[{name:"",type:"uint256"}]},{stateMutability:"payable",type:"function",name:"exchange",inputs:[{name:"_pool",type:"address"},{name:"_from",type:"address"},{name:"_to",type:"address"},{name:"_amount",type:"uint256"},{name:"_expected",type:"uint256"}],outputs:[{name:"",type:"uint256"}]},{stateMutability:"payable",type:"function",name:"exchange",inputs:[{name:"_pool",type:"address"},{name:"_from",type:"address"},{name:"_to",type:"address"},{name:"_amount",type:"uint256"},{name:"_expected",type:"uint256"},{name:"_receiver",type:"address"}],outputs:[{name:"",type:"uint256"}]},{stateMutability:"payable",type:"function",name:"exchange_multiple",inputs:[{name:"_route",type:"address[9]"},{name:"_swap_params",type:"uint256[3][4]"},{name:"_amount",type:"uint256"},{name:"_expected",type:"uint256"}],outputs:[{name:"",type:"uint256"}]},{stateMutability:"payable",type:"function",name:"exchange_multiple",inputs:[{name:"_route",type:"address[9]"},{name:"_swap_params",type:"uint256[3][4]"},{name:"_amount",type:"uint256"},{name:"_expected",type:"uint256"},{name:"_pools",type:"address[4]"}],outputs:[{name:"",type:"uint256"}]},{stateMutability:"payable",type:"function",name:"exchange_multiple",inputs:[{name:"_route",type:"address[9]"},{name:"_swap_params",type:"uint256[3][4]"},{name:"_amount",type:"uint256"},{name:"_expected",type:"uint256"},{name:"_pools",type:"address[4]"},{name:"_receiver",type:"address"}],outputs:[{name:"",type:"uint256"}]},{stateMutability:"view",type:"function",name:"get_best_rate",inputs:[{name:"_from",type:"address"},{name:"_to",type:"address"},{name:"_amount",type:"uint256"}],outputs:[{name:"",type:"address"},{name:"",type:"uint256"}]},{stateMutability:"view",type:"function",name:"get_best_rate",inputs:[{name:"_from",type:"address"},{name:"_to",type:"address"},{name:"_amount",type:"uint256"},{name:"_exclude_pools",type:"address[8]"}],outputs:[{name:"",type:"address"},{name:"",type:"uint256"}]},{stateMutability:"view",type:"function",name:"get_exchange_amount",inputs:[{name:"_pool",type:"address"},{name:"_from",type:"address"},{name:"_to",type:"address"},{name:"_amount",type:"uint256"}],outputs:[{name:"",type:"uint256"}]},{stateMutability:"view",type:"function",name:"get_input_amount",inputs:[{name:"_pool",type:"address"},{name:"_from",type:"address"},{name:"_to",type:"address"},{name:"_amount",type:"uint256"}],outputs:[{name:"",type:"uint256"}]},{stateMutability:"view",type:"function",name:"get_exchange_amounts",inputs:[{name:"_pool",type:"address"},{name:"_from",type:"address"},{name:"_to",type:"address"},{name:"_amounts",type:"uint256[100]"}],outputs:[{name:"",type:"uint256[100]"}]},{stateMutability:"view",type:"function",name:"get_exchange_multiple_amount",inputs:[{name:"_route",type:"address[9]"},{name:"_swap_params",type:"uint256[3][4]"},{name:"_amount",type:"uint256"}],outputs:[{name:"",type:"uint256"}]},{stateMutability:"view",type:"function",name:"get_exchange_multiple_amount",inputs:[{name:"_route",type:"address[9]"},{name:"_swap_params",type:"uint256[3][4]"},{name:"_amount",type:"uint256"},{name:"_pools",type:"address[4]"}],outputs:[{name:"",type:"uint256"}]},{stateMutability:"view",type:"function",name:"get_calculator",inputs:[{name:"_pool",type:"address"}],outputs:[{name:"",type:"address"}]},{stateMutability:"nonpayable",type:"function",name:"update_registry_address",inputs:[],outputs:[{name:"",type:"bool"}]},{stateMutability:"nonpayable",type:"function",name:"set_calculator",inputs:[{name:"_pool",type:"address"},{name:"_calculator",type:"address"}],outputs:[{name:"",type:"bool"}]},{stateMutability:"nonpayable",type:"function",name:"set_default_calculator",inputs:[{name:"_calculator",type:"address"}],outputs:[{name:"",type:"bool"}]},{stateMutability:"nonpayable",type:"function",name:"claim_balance",inputs:[{name:"_token",type:"address"}],outputs:[{name:"",type:"bool"}]},{stateMutability:"nonpayable",type:"function",name:"set_killed",inputs:[{name:"_is_killed",type:"bool"}],outputs:[{name:"",type:"bool"}]},{stateMutability:"view",type:"function",name:"registry",inputs:[],outputs:[{name:"",type:"address"}]},{stateMutability:"view",type:"function",name:"factory_registry",inputs:[],outputs:[{name:"",type:"address"}]},{stateMutability:"view",type:"function",name:"crypto_registry",inputs:[],outputs:[{name:"",type:"address"}]},{stateMutability:"view",type:"function",name:"default_calculator",inputs:[],outputs:[{name:"",type:"address"}]},{stateMutability:"view",type:"function",name:"is_killed",inputs:[],outputs:[{name:"",type:"bool"}]}],exports.YODL_ROUTER_ABIS=s,exports.diffTokenLists=u,exports.getChain=function(e){return n.chains.find((function(a){return a.chainId===e}))},exports.getChains=function(){return n.chains},exports.getCurveRouterAddress=function(e){var a=d.find((function(a){return a.chainId==e}));if(null==a)throw new Error("Unable to find CurveRouterNG for chainId "+e);return a.address},exports.getFeaturedTokenBySymbol=function(e,a){var t;return null!=(t=r.tokens.find((function(t){return t.symbol.toLowerCase()===e.toLowerCase()&&(!a||t.chainId===a)})))?t:null},exports.getFiatCurrencies=function(){return i},exports.getFiatCurrency=function(e){return i.find((function(a){return a.code.toLowerCase()===e.toLowerCase()}))},exports.getFiatFeeds=function(e){return p.filter((function(a){return a.chainId===e&&"fiat"===a.type}))},exports.getLatestRouter=function(e){var a=y(e).sort((function(e,a){return Date.parse(e.timestamp)-Date.parse(a.timestamp)}));return a[a.length-1]},exports.getNativeToken=function(e){var a;return null==(a=n.chains.find((function(a){return a.chainId===e})))?void 0:a.nativeTokenName},exports.getNativeWrappedToken=function(e){var a=r.tokens.filter((function(a){return a.chainId===e&&a.tags.map((function(e){return e.toLowerCase()})).includes("wrapped")&&a.tags.map((function(e){return e.toLowerCase()})).includes("native token")}));if(a.length>1)throw new Error("Found more than one native wrapped token for chain "+e);if(a.length<1)throw new Error("No native wrapped token found for chain "+e);return a[0]},exports.getPriceFeed=function(e,a,t){var s=t||"USD";return p.find((function(t){var n;return(null==(n=t.input)?void 0:n.toLowerCase())===a.toLowerCase()&&t.output===s&&t.chainId===e}))||p.find((function(t){var s;return(null==(s=t.input)?void 0:s.toLowerCase())===a.toLowerCase()&&t.chainId===e}))},exports.getPriceFeeds=function(e){return p.filter((function(a){return a.chainId===e}))},exports.getRouter=function(e,a){return c.routers.find((function(t){return t.chainId===e&&t.version===a}))},exports.getRouterAbi=function(e){return s[e]},exports.getRouterByAddress=function(e,a){return c.routers.find(a?function(t){return t.address.toLowerCase()===e.toLowerCase()&&t.chainId==a}:function(a){return a.address.toLowerCase()===e.toLowerCase()})},exports.getRouters=y,exports.getShortNames=function(){return n.chains.map((function(e){return e.shortName}))},exports.getTokenByAddress=function(e,a){var t;return null!=(t=l.find((function(t){return t.address.toLowerCase()===e.toLowerCase()&&(!a||t.chainId===a)})))?t:null},exports.getTokenBySymbol=function(e,a){var t=l.filter((function(t){return t.symbol.toLowerCase()===e.toLowerCase()&&(!a||t.chainId===a)}));if(a&&t&&t.length>1)throw new Error("Duplicate tokens found for symbol "+e+" on chain "+a+":\n"+t.map((function(e){return" - "+e.name+" ("+e.address+")"})).join("\n"));return t.length>0?t[0]:null},exports.getTokenFeeds=function(e){return p.filter((function(a){return a.chainId===e&&"crypto"===a.type}))},exports.getTokens=function(e){return e?l.filter((function(a){return a.chainId===e})):l},exports.getVersionUpgrade=function(e,a){return a.major>e.major?exports.VersionUpgrade.MAJOR:a.major<e.major?exports.VersionUpgrade.NONE:a.minor>e.minor?exports.VersionUpgrade.MINOR:a.minor<e.minor?exports.VersionUpgrade.NONE:a.patch>e.patch?exports.VersionUpgrade.PATCH:exports.VersionUpgrade.NONE},exports.isVersionUpdate=function(e,a){return m(e,a)<0},exports.minVersionBump=function(e,a){var t=u(e,a);return t.removed.length>0?exports.VersionUpgrade.MAJOR:t.added.length>0?exports.VersionUpgrade.MINOR:Object.keys(t.changed).length>0?exports.VersionUpgrade.PATCH:exports.VersionUpgrade.NONE},exports.nextVersion=function(e,a){switch(a){case exports.VersionUpgrade.NONE:return e;case exports.VersionUpgrade.MAJOR:return{major:e.major+1,minor:0,patch:0};case exports.VersionUpgrade.MINOR:return{major:e.major,minor:e.minor+1,patch:0};case exports.VersionUpgrade.PATCH:return{major:e.major,minor:e.minor,patch:e.patch+1}}},exports.tokenlist=l,exports.versionComparator=m;
2
2
  //# sourceMappingURL=tokenlists.cjs.production.min.js.map