@flowtyio/flow-contracts 0.0.10 → 0.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +11 -11
  2. package/flow.json +22 -11
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -40,17 +40,17 @@ Currently, the list includes:
40
40
  | NonFungibleToken | 0x1d7e57aa55817448 | 0x631e88ae7f1d7c20 |
41
41
  | MetadataViews | 0x1d7e57aa55817448 | 0x631e88ae7f1d7c20 |
42
42
  | ViewResolver | 0x1d7e57aa55817448 | 0x631e88ae7f1d7c20 |
43
- | HybridCusody | 0x294e44e1ec6993c6 | N/A |
44
- | CapabilityFactory | 0x294e44e1ec6993c6 | N/A |
45
- | CapabilityFilter | 0x294e44e1ec6993c6 | N/A |
46
- | CapabilityDelegator | 0x294e44e1ec6993c6 | N/A |
47
- | FTAllFactory | 0x294e44e1ec6993c6 | N/A |
48
- | FTBalanceFactory | 0x294e44e1ec6993c6 | N/A |
49
- | FTProviderFactory | 0x294e44e1ec6993c6 | N/A |
50
- | FTReceiverFactory | 0x294e44e1ec6993c6 | N/A |
51
- | NFTCollectionPublicFactory | 0x294e44e1ec6993c6 | N/A |
52
- | NFTProviderAndCollectionPublicFactory | 0x294e44e1ec6993c6 | N/A |
53
- | NFTProviderFactory | 0x294e44e1ec6993c6 | N/A |
43
+ | HybridCusody | 0x294e44e1ec6993c6 | 0xd8a7e05a7ac670c0 |
44
+ | CapabilityFactory | 0x294e44e1ec6993c6 | 0xd8a7e05a7ac670c0 |
45
+ | CapabilityFilter | 0x294e44e1ec6993c6 | 0xd8a7e05a7ac670c0 |
46
+ | CapabilityDelegator | 0x294e44e1ec6993c6 | 0xd8a7e05a7ac670c0 |
47
+ | FTAllFactory | 0x294e44e1ec6993c6 | 0xd8a7e05a7ac670c0 |
48
+ | FTBalanceFactory | 0x294e44e1ec6993c6 | 0xd8a7e05a7ac670c0 |
49
+ | FTProviderFactory | 0x294e44e1ec6993c6 | 0xd8a7e05a7ac670c0 |
50
+ | FTReceiverFactory | 0x294e44e1ec6993c6 | 0xd8a7e05a7ac670c0 |
51
+ | NFTCollectionPublicFactory | 0x294e44e1ec6993c6 | 0xd8a7e05a7ac670c0 |
52
+ | NFTProviderAndCollectionPublicFactory | 0x294e44e1ec6993c6 | 0xd8a7e05a7ac670c0 |
53
+ | NFTProviderFactory | 0x294e44e1ec6993c6 | 0xd8a7e05a7ac670c0 |
54
54
 
55
55
 
56
56
  ## Using a contract
package/flow.json CHANGED
@@ -52,77 +52,88 @@
52
52
  "source": "./contracts/hybrid-custody/HybridCustody.cdc",
53
53
  "aliases": {
54
54
  "emulator": "0xf8d6e0586b0a20c7",
55
- "testnet": "0x294e44e1ec6993c6"
55
+ "testnet": "0x294e44e1ec6993c6",
56
+ "mainnet": "0xd8a7e05a7ac670c0"
56
57
  }
57
58
  },
58
59
  "CapabilityFactory": {
59
60
  "source": "./contracts/hybrid-custody/CapabilityFactory.cdc",
60
61
  "aliases": {
61
62
  "emulator": "0xf8d6e0586b0a20c7",
62
- "testnet": "0x294e44e1ec6993c6"
63
+ "testnet": "0x294e44e1ec6993c6",
64
+ "mainnet": "0xd8a7e05a7ac670c0"
63
65
  }
64
66
  },
65
67
  "CapabilityDelegator": {
66
68
  "source": "./contracts/hybrid-custody/CapabilityDelegator.cdc",
67
69
  "aliases": {
68
70
  "emulator": "0xf8d6e0586b0a20c7",
69
- "testnet": "0x294e44e1ec6993c6"
71
+ "testnet": "0x294e44e1ec6993c6",
72
+ "mainnet": "0xd8a7e05a7ac670c0"
70
73
  }
71
74
  },
72
75
  "CapabilityFilter": {
73
76
  "source": "./contracts/hybrid-custody/CapabilityFilter.cdc",
74
77
  "aliases": {
75
78
  "emulator": "0xf8d6e0586b0a20c7",
76
- "testnet": "0x294e44e1ec6993c6"
79
+ "testnet": "0x294e44e1ec6993c6",
80
+ "mainnet": "0xd8a7e05a7ac670c0"
77
81
  }
78
82
  },
79
83
  "FTAllFactory": {
80
84
  "source": "./contracts/hybrid-custody/factories/FTAllFactory.cdc",
81
85
  "aliases": {
82
86
  "emulator": "0xf8d6e0586b0a20c7",
83
- "testnet": "0x294e44e1ec6993c6"
87
+ "testnet": "0x294e44e1ec6993c6",
88
+ "mainnet": "0xd8a7e05a7ac670c0"
84
89
  }
85
90
  },
86
91
  "FTBalanceFactory": {
87
92
  "source": "./contracts/hybrid-custody/factories/FTBalanceFactory.cdc",
88
93
  "aliases": {
89
94
  "emulator": "0xf8d6e0586b0a20c7",
90
- "testnet": "0x294e44e1ec6993c6"
95
+ "testnet": "0x294e44e1ec6993c6",
96
+ "mainnet": "0xd8a7e05a7ac670c0"
91
97
  }
92
98
  },
93
99
  "FTProviderFactory": {
94
100
  "source": "./contracts/hybrid-custody/factories/FTProviderFactory.cdc",
95
101
  "aliases": {
96
102
  "emulator": "0xf8d6e0586b0a20c7",
97
- "testnet": "0x294e44e1ec6993c6"
103
+ "testnet": "0x294e44e1ec6993c6",
104
+ "mainnet": "0xd8a7e05a7ac670c0"
98
105
  }
99
106
  },
100
107
  "FTReceiverFactory": {
101
108
  "source": "./contracts/hybrid-custody/factories/FTReceiverFactory.cdc",
102
109
  "aliases": {
103
110
  "emulator": "0xf8d6e0586b0a20c7",
104
- "testnet": "0x294e44e1ec6993c6"
111
+ "testnet": "0x294e44e1ec6993c6",
112
+ "mainnet": "0xd8a7e05a7ac670c0"
105
113
  }
106
114
  },
107
115
  "NFTCollectionPublicFactory": {
108
116
  "source": "./contracts/hybrid-custody/factories/NFTCollectionPublicFactory.cdc",
109
117
  "aliases": {
110
118
  "emulator": "0xf8d6e0586b0a20c7",
111
- "testnet": "0x294e44e1ec6993c6"
119
+ "testnet": "0x294e44e1ec6993c6",
120
+ "mainnet": "0xd8a7e05a7ac670c0"
112
121
  }
113
122
  },
114
123
  "NFTProviderAndCollectionPublicFactory": {
115
124
  "source": "./contracts/hybrid-custody/factories/NFTProviderAndCollectionPublicFactory.cdc",
116
125
  "aliases": {
117
126
  "emulator": "0xf8d6e0586b0a20c7",
118
- "testnet": "0x294e44e1ec6993c6"
127
+ "testnet": "0x294e44e1ec6993c6",
128
+ "mainnet": "0xd8a7e05a7ac670c0"
119
129
  }
120
130
  },
121
131
  "NFTProviderFactory": {
122
132
  "source": "./contracts/hybrid-custody/factories/NFTProviderFactory.cdc",
123
133
  "aliases": {
124
134
  "emulator": "0xf8d6e0586b0a20c7",
125
- "testnet": "0x294e44e1ec6993c6"
135
+ "testnet": "0x294e44e1ec6993c6",
136
+ "mainnet": "0xd8a7e05a7ac670c0"
126
137
  }
127
138
  }
128
139
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowtyio/flow-contracts",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "main": "index.json",
5
5
  "description": "An NPM package for common flow contracts",
6
6
  "author": "flowtyio",