Skip to content

Commit

Permalink
Merge pull request #166 from open-format/feature/remove-fee-mechanism
Browse files Browse the repository at this point in the history
Feature: Remove fee mechanism
  • Loading branch information
tinypell3ts authored Apr 11, 2024
2 parents 87684e9 + 086d12b commit 686cd1d
Show file tree
Hide file tree
Showing 24 changed files with 260 additions and 1,420 deletions.
9 changes: 9 additions & 0 deletions .changeset/spicy-buses-think.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@openformat/sdk": minor
---

- Removes Fee Mechanism
- Updates ABIs for new contracts
- Updates naming conventions - Star to App
- Removes createConstellation function
- Remove constellationFactoryContracts addresses from addresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,12 @@
},
{
"inputs": [],
"name": "Factory__FailedDeployment",
"type": "error"
},
{
"inputs": [],
"name": "Factory_invalidConstellation",
"type": "error"
},
{
"inputs": [],
"name": "Factory_nameAlreadyUsed",
"name": "App_nameAlreadyUsed",
"type": "error"
},
{
"inputs": [],
"name": "Factory_notConstellationOwner",
"name": "Factory__FailedDeployment",
"type": "error"
},
{
Expand All @@ -59,12 +49,6 @@
"name": "id",
"type": "address"
},
{
"indexed": false,
"internalType": "address",
"name": "constellation",
"type": "address"
},
{
"indexed": false,
"internalType": "address",
Expand Down Expand Up @@ -100,6 +84,25 @@
"name": "OwnershipTransferred",
"type": "event"
},
{
"inputs": [
{
"internalType": "bytes32",
"name": "",
"type": "bytes32"
}
],
"name": "apps",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
Expand Down Expand Up @@ -131,11 +134,6 @@
"name": "_name",
"type": "bytes32"
},
{
"internalType": "address",
"name": "_constellation",
"type": "address"
},
{
"internalType": "address",
"name": "_owner",
Expand Down Expand Up @@ -231,25 +229,6 @@
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes32",
"name": "",
"type": "bytes32"
}
],
"name": "stars",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "template",
Expand Down
Loading

0 comments on commit 686cd1d

Please sign in to comment.