Skip to content

Commit

Permalink
feat: V2 migration (pancakeswap#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefKai authored Apr 23, 2021
1 parent 7a96836 commit 6f4dcfa
Show file tree
Hide file tree
Showing 9 changed files with 1,391 additions and 1,526 deletions.
308 changes: 145 additions & 163 deletions abis/ConverterRegistryContract.json

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions abis/factory.json → abis/Factory.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,21 @@
"name": "PairCreated",
"type": "event"
},
{
"constant": true,
"inputs": [],
"name": "INIT_CODE_PAIR_HASH",
"outputs": [
{
"internalType": "bytes32",
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
Expand Down
File renamed without changes.
Loading

0 comments on commit 6f4dcfa

Please sign in to comment.