Skip to content

Commit

Permalink
wip2
Browse files Browse the repository at this point in the history
  • Loading branch information
dlaxcess committed Apr 26, 2024
1 parent 0c5c424 commit f9da983
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 33 deletions.
6 changes: 1 addition & 5 deletions common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"@kredeum/config": "workspace:^",
"@kredeum/contracts": "workspace:^",
"@kredeum/providers": "workspace:^",
"@kredeum/skale": "workspace:^",
"ethers": "^5.7.2",
"multiformats": "^13.1.0",
"viem": "^2.9.26"
Expand All @@ -34,10 +35,5 @@
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"viem": "^2.9.16"
},
"dependencies": {
"@kredeum/config": "workspace:^",
"@kredeum/contracts": "workspace:^",
"@kredeum/skale": "workspace:^"
}
}
21 changes: 1 addition & 20 deletions config/src/testnets.handlebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@
"https://giant-half-dual-testnet.explorer.testnet.skalenodes.com"
],
"eip1559": false,
"create": false,
"create": true,
"linkedMainnet": 1564830818
},
{
Expand Down Expand Up @@ -489,25 +489,6 @@
"create": true,
"linkedMainnet": 1564830818
},
{
"chainId": 974399131,
"chainName": "calypso-testnet",
"rpcUrls": [
"https://testnet.skalenodes.com/v1/giant-half-dual-testnet"
],
"nativeCurrency": {
"name": "sFUEL",
"symbol": "SFUEL",
"decimals": 18
},
"blockExplorerUrls": [
"https://giant-half-dual-testnet.explorer.testnet.skalenodes.com"
],
"eip1559": false,
"create": true,
"active": false,
"linkedMainnet": 1564830818
},
{
"chainId": 3441005,
"chainName": "manta-pacific-testnet",
Expand Down
6 changes: 0 additions & 6 deletions contracts/addresses.json
Original file line number Diff line number Diff line change
Expand Up @@ -334,12 +334,6 @@
"OpenNFTsV4": "0xd1ca741de2d2975822ADf4646Cf0A8AE3Df51c78",
"chainName": "bsc-testnet"
},
"974399131": {
"OpenNFTsFactoryV3": "0x0e4B980c44feF474e650BfdE5020aAA7aCAe6f06",
"OpenNFTsResolver": "0x9ffa4fa32d2ac629b8F39Cb226a5dC3508D1e78d",
"OpenNFTsV4": "0x37C3aAbb1C9c3c344BbD5801AefDaf40180Be070",
"chainName": "calypso-testnet"
},
"999": {
"OpenAutoMarket": "0x10bdda29d9a84dC0E8C263B29734d4502a74BCF2",
"OpenNFTsFactoryV3": "0xECC12ab909CfaEb5989E35509218f399c8Dc4b4c",
Expand Down
4 changes: 2 additions & 2 deletions svelte/src/components/Global/Create.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
>
<span class="or">or</span>
<a href="#add-collection" class="btn btn-second" title="Add a new collection">Create Collection</a>
{/if}
</div>
</div>
{/if}

<div class="add-collection-address">
<div class="titre">
Expand Down

0 comments on commit f9da983

Please sign in to comment.