@@ -54,13 +54,13 @@ const chainConfig: Partial<Record<CHAIN, ChainConfigType>> = {
5454 '0xAf368c91793CB22739386DFCbBb2F1A9e4bCBeBf' , // USDT
5555 ] ,
5656 } ,
57- [ CHAIN . FRAXTAL ] : {
58- start : '2024-03-27' ,
59- contract : beefyRevenueBridgeAddress ,
60- stables : [
61- '0xFc00000000000000000000000000000000000001' , // frxUSD
62- ]
63- } ,
57+ // [CHAIN.FRAXTAL]: {
58+ // start: '2024-03-27',
59+ // contract: beefyRevenueBridgeAddress,
60+ // stables: [
61+ // '0xFc00000000000000000000000000000000000001', // frxUSD
62+ // ]
63+ // },
6464 [ CHAIN . SCROLL ] : {
6565 start : '2024-10-16' ,
6666 contract : beefyRevenueBridgeAddress ,
@@ -90,11 +90,11 @@ const chainConfig: Partial<Record<CHAIN, ChainConfigType>> = {
9090 // contract: beefyRevenueBridgeAddress,
9191 // stables: [ADDRESSES.canto.USDC],
9292 // },
93- [ CHAIN . SEI ] : {
94- start : '2024-08-01' ,
95- contract : beefyRevenueBridgeAddress ,
96- stables : [ ADDRESSES . sei . USDC ] ,
97- } ,
93+ // [CHAIN.SEI]: {
94+ // start: '2024-08-01',
95+ // contract: beefyRevenueBridgeAddress,
96+ // stables: [ADDRESSES.sei.USDC],
97+ // },
9898 [ CHAIN . OPTIMISM ] : {
9999 start : '2023-08-25' ,
100100 contract : beefyRevenueBridgeAddress ,
0 commit comments