Skip to content

Commit

Permalink
new contract and abi (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
solidoracle committed May 23, 2024
1 parent 1676185 commit e5200b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions bulla-contracts/abis/BullaFactoring.json
Original file line number Diff line number Diff line change
Expand Up @@ -1516,9 +1516,9 @@
"name": "calculateRealizedGainLoss",
"outputs": [
{
"internalType": "uint256",
"internalType": "int256",
"name": "",
"type": "uint256"
"type": "int256"
}
],
"stateMutability": "view",
Expand Down Expand Up @@ -1798,9 +1798,9 @@
"type": "uint256"
},
{
"internalType": "uint256",
"internalType": "int256",
"name": "realizedGain",
"type": "uint256"
"type": "int256"
},
{
"internalType": "uint256",
Expand Down
2 changes: 1 addition & 1 deletion bulla-contracts/config/sepolia.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"bullaFinance": { "address": "0xB219ecd037E8A5410d2e8839586D9F3996685cfB", "startBlock": 5096555 },
"frendLend": { "address": "0x3E058834CE20A54F0755889c008D3fF62D33cE85", "startBlock": 5096555 },
"instantPayment": { "address": "0x1cD1A83C2965CB7aD55d60551877Eb390e9C3d7A", "startBlock": 5096555 },
"bullaFactoring": { "address": "0x2371A9F2c103f8f546a969109B350d6A13d0851B", "startBlock": 5752212 }
"bullaFactoring": { "address": "0xd186953b135012D4CF052437c17343F40b9B3816", "startBlock": 5960360 }
}

0 comments on commit e5200b1

Please sign in to comment.