sneltyn

Results 2 issues of sneltyn

Hello! I have question. I used next entity with `jsonb` type column: ```cs class Entity { public int Id {get;set;} [Column(TypeName = "jsonb")] public Dictionary Name {get;set;} } ``` I...

enhancement

Hello! I deployed tricrypto pool to optimism-goerli from https://github.com/curvefi/curve-crypto-contract/tree/f0c26905a328d34655fe0f75db8910530f4d64b5 But I still can't add liquidity. I see problem in next line https://github.com/curvefi/curve-crypto-contract/blob/f0c26905a328d34655fe0f75db8910530f4d64b5/contracts/CurveCryptoSwap.vy#L746 **My tx** : https://goerli-optimism.etherscan.io/tx/0x8f66fe61dce67568b504ac898e4cfa746f621f213200e683d38a92048977cbca **VM trace** : https://goerli-optimism.etherscan.io/vmtrace?txhash=0x8f66fe61dce67568b504ac898e4cfa746f621f213200e683d38a92048977cbca&type=gethtrace2