benlongstaff

Results 6 comments of benlongstaff

changing $endpoint = '/'.preg_replace('/[A-Z]|[0-9]+/e', "'/'.strtolower('\0')", $parts).'.json'; to $endpoint = '/'. preg_replace_callback('/[A-Z]|[0-9]+/', function($m){ return strtolower($m[0]);}, $parts).'.json'; fixes it

Unfortunately the files are Bank Statements, I will need to find a way to remove the elements with sensitive information. Is there other information about the font I could provide...

@beaushinkle wouldn't it be simplest to just wait until v2 minting with BTC is live and then mint tBTC v2 with BTC --> unwrap tBTC v2 tokens to tBTC v1...

![image](https://user-images.githubusercontent.com/193275/95221442-f9fc7b00-083e-11eb-80f3-0b177cb8ee87.png) is what it currently looks like when not logged in with metamask

At the moment it doesn't look like the config has tbtc info site so i just added a link back to the dapps homepage. https://github.com/keep-network/tbtc-dapp/pull/376 After I finish minting thats...