Skip to content

Commit

Permalink
Merge branch 'main' into feature/amoy-network-integration
Browse files Browse the repository at this point in the history
  • Loading branch information
nup9151f committed Apr 11, 2024
2 parents 2135a86 + e4fd6ed commit a6610fc
Show file tree
Hide file tree
Showing 26 changed files with 296 additions and 1,433 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
5 changes: 5 additions & 0 deletions .changeset/wet-ways-impress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@openformat/sdk": patch
---

- Remove owner param from createApp
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 a6610fc

Please sign in to comment.