Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
e13439b0
Unverified
Commit
e13439b0
authored
Nov 27, 2023
by
Maurelian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contracts-bedrock: Add abi snapshot
parent
59d53967
Changes
18
Show whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
205 additions
and
33 deletions
+205
-33
FaultDisputeGame.json
...ges/contracts-bedrock/snapshots/abi/FaultDisputeGame.json
+3
-3
MIPS.json
packages/contracts-bedrock/snapshots/abi/MIPS.json
+2
-2
PreimageOracle.json
packages/contracts-bedrock/snapshots/abi/PreimageOracle.json
+2
-2
SuperchainConfig.json
...ges/contracts-bedrock/snapshots/abi/SuperchainConfig.json
+156
-0
BlockOracle.json
...ontracts-bedrock/snapshots/storageLayout/BlockOracle.json
+1
-1
DisputeGameFactory.json
...s-bedrock/snapshots/storageLayout/DisputeGameFactory.json
+3
-3
Drippie.json
...es/contracts-bedrock/snapshots/storageLayout/Drippie.json
+1
-1
EAS.json
packages/contracts-bedrock/snapshots/storageLayout/EAS.json
+1
-1
Faucet.json
...ges/contracts-bedrock/snapshots/storageLayout/Faucet.json
+2
-2
FaultDisputeGame.json
...cts-bedrock/snapshots/storageLayout/FaultDisputeGame.json
+7
-7
GovernanceToken.json
...acts-bedrock/snapshots/storageLayout/GovernanceToken.json
+3
-3
L2OutputOracle.json
...racts-bedrock/snapshots/storageLayout/L2OutputOracle.json
+1
-1
OptimismPortal.json
...racts-bedrock/snapshots/storageLayout/OptimismPortal.json
+2
-2
ProxyAdmin.json
...contracts-bedrock/snapshots/storageLayout/ProxyAdmin.json
+2
-2
ResolvedDelegateProxy.json
...edrock/snapshots/storageLayout/ResolvedDelegateProxy.json
+1
-1
SchemaRegistry.json
...racts-bedrock/snapshots/storageLayout/SchemaRegistry.json
+1
-1
SuperchainConfig.json
...cts-bedrock/snapshots/storageLayout/SuperchainConfig.json
+16
-0
SystemConfig.json
...ntracts-bedrock/snapshots/storageLayout/SystemConfig.json
+1
-1
No files found.
packages/contracts-bedrock/snapshots/abi/FaultDisputeGame.json
View file @
e13439b0
...
@@ -235,9 +235,9 @@
...
@@ -235,9 +235,9 @@
"type"
:
"uint256"
"type"
:
"uint256"
},
},
{
{
"internalType"
:
"
uint256
"
,
"internalType"
:
"
bytes32
"
,
"name"
:
"_l
2BlockNumber
"
,
"name"
:
"_l
ocalContext
"
,
"type"
:
"
uint256
"
"type"
:
"
bytes32
"
},
},
{
{
"internalType"
:
"uint256"
,
"internalType"
:
"uint256"
,
...
...
packages/contracts-bedrock/snapshots/abi/MIPS.json
View file @
e13439b0
...
@@ -49,9 +49,9 @@
...
@@ -49,9 +49,9 @@
"type"
:
"bytes"
"type"
:
"bytes"
},
},
{
{
"internalType"
:
"
uint256
"
,
"internalType"
:
"
bytes32
"
,
"name"
:
"_localContext"
,
"name"
:
"_localContext"
,
"type"
:
"
uint256
"
"type"
:
"
bytes32
"
}
}
],
],
"name"
:
"step"
,
"name"
:
"step"
,
...
...
packages/contracts-bedrock/snapshots/abi/PreimageOracle.json
View file @
e13439b0
...
@@ -30,9 +30,9 @@
...
@@ -30,9 +30,9 @@
"type"
:
"uint256"
"type"
:
"uint256"
},
},
{
{
"internalType"
:
"
uint256
"
,
"internalType"
:
"
bytes32
"
,
"name"
:
"_localContext"
,
"name"
:
"_localContext"
,
"type"
:
"
uint256
"
"type"
:
"
bytes32
"
},
},
{
{
"internalType"
:
"bytes32"
,
"internalType"
:
"bytes32"
,
...
...
packages/contracts-bedrock/snapshots/abi/SuperchainConfig.json
0 → 100644
View file @
e13439b0
[
{
"inputs"
:
[],
"stateMutability"
:
"nonpayable"
,
"type"
:
"constructor"
},
{
"anonymous"
:
false
,
"inputs"
:
[
{
"indexed"
:
true
,
"internalType"
:
"enum SuperchainConfig.UpdateType"
,
"name"
:
"updateType"
,
"type"
:
"uint8"
},
{
"indexed"
:
false
,
"internalType"
:
"bytes"
,
"name"
:
"data"
,
"type"
:
"bytes"
}
],
"name"
:
"ConfigUpdate"
,
"type"
:
"event"
},
{
"anonymous"
:
false
,
"inputs"
:
[
{
"indexed"
:
false
,
"internalType"
:
"uint8"
,
"name"
:
"version"
,
"type"
:
"uint8"
}
],
"name"
:
"Initialized"
,
"type"
:
"event"
},
{
"anonymous"
:
false
,
"inputs"
:
[
{
"indexed"
:
false
,
"internalType"
:
"string"
,
"name"
:
"identifier"
,
"type"
:
"string"
}
],
"name"
:
"Paused"
,
"type"
:
"event"
},
{
"anonymous"
:
false
,
"inputs"
:
[],
"name"
:
"Unpaused"
,
"type"
:
"event"
},
{
"inputs"
:
[],
"name"
:
"GUARDIAN_SLOT"
,
"outputs"
:
[
{
"internalType"
:
"bytes32"
,
"name"
:
""
,
"type"
:
"bytes32"
}
],
"stateMutability"
:
"view"
,
"type"
:
"function"
},
{
"inputs"
:
[],
"name"
:
"PAUSED_SLOT"
,
"outputs"
:
[
{
"internalType"
:
"bytes32"
,
"name"
:
""
,
"type"
:
"bytes32"
}
],
"stateMutability"
:
"view"
,
"type"
:
"function"
},
{
"inputs"
:
[],
"name"
:
"guardian"
,
"outputs"
:
[
{
"internalType"
:
"address"
,
"name"
:
"guardian_"
,
"type"
:
"address"
}
],
"stateMutability"
:
"view"
,
"type"
:
"function"
},
{
"inputs"
:
[
{
"internalType"
:
"address"
,
"name"
:
"_guardian"
,
"type"
:
"address"
}
],
"name"
:
"initialize"
,
"outputs"
:
[],
"stateMutability"
:
"nonpayable"
,
"type"
:
"function"
},
{
"inputs"
:
[
{
"internalType"
:
"string"
,
"name"
:
"_identifier"
,
"type"
:
"string"
}
],
"name"
:
"pause"
,
"outputs"
:
[],
"stateMutability"
:
"nonpayable"
,
"type"
:
"function"
},
{
"inputs"
:
[],
"name"
:
"paused"
,
"outputs"
:
[
{
"internalType"
:
"bool"
,
"name"
:
"paused_"
,
"type"
:
"bool"
}
],
"stateMutability"
:
"view"
,
"type"
:
"function"
},
{
"inputs"
:
[],
"name"
:
"unpause"
,
"outputs"
:
[],
"stateMutability"
:
"nonpayable"
,
"type"
:
"function"
},
{
"inputs"
:
[],
"name"
:
"version"
,
"outputs"
:
[
{
"internalType"
:
"string"
,
"name"
:
""
,
"type"
:
"string"
}
],
"stateMutability"
:
"view"
,
"type"
:
"function"
}
]
\ No newline at end of file
packages/contracts-bedrock/snapshots/storageLayout/BlockOracle.json
View file @
e13439b0
...
@@ -4,6 +4,6 @@
...
@@ -4,6 +4,6 @@
"label"
:
"mapping(uint256 => struct BlockOracle.BlockInfo)"
,
"label"
:
"mapping(uint256 => struct BlockOracle.BlockInfo)"
,
"offset"
:
0
,
"offset"
:
0
,
"slot"
:
"0"
,
"slot"
:
"0"
,
"type"
:
"t_mapping(t_uint256,t_struct(BlockInfo)
81992
_storage)"
"type"
:
"t_mapping(t_uint256,t_struct(BlockInfo)
71413
_storage)"
}
}
]
]
\ No newline at end of file
packages/contracts-bedrock/snapshots/storageLayout/DisputeGameFactory.json
View file @
e13439b0
...
@@ -39,20 +39,20 @@
...
@@ -39,20 +39,20 @@
"label"
:
"mapping(GameType => contract IDisputeGame)"
,
"label"
:
"mapping(GameType => contract IDisputeGame)"
,
"offset"
:
0
,
"offset"
:
0
,
"slot"
:
"101"
,
"slot"
:
"101"
,
"type"
:
"t_mapping(t_userDefinedValueType(GameType)
86039,t_contract(IDisputeGame)83713
)"
"type"
:
"t_mapping(t_userDefinedValueType(GameType)
75267,t_contract(IDisputeGame)73134
)"
},
},
{
{
"bytes"
:
"32"
,
"bytes"
:
"32"
,
"label"
:
"mapping(Hash => GameId)"
,
"label"
:
"mapping(Hash => GameId)"
,
"offset"
:
0
,
"offset"
:
0
,
"slot"
:
"102"
,
"slot"
:
"102"
,
"type"
:
"t_mapping(t_userDefinedValueType(Hash)
86021,t_userDefinedValueType(GameId)86033
)"
"type"
:
"t_mapping(t_userDefinedValueType(Hash)
75249,t_userDefinedValueType(GameId)75261
)"
},
},
{
{
"bytes"
:
"32"
,
"bytes"
:
"32"
,
"label"
:
"GameId[]"
,
"label"
:
"GameId[]"
,
"offset"
:
0
,
"offset"
:
0
,
"slot"
:
"103"
,
"slot"
:
"103"
,
"type"
:
"t_array(t_userDefinedValueType(GameId)
86033
)dyn_storage"
"type"
:
"t_array(t_userDefinedValueType(GameId)
75261
)dyn_storage"
}
}
]
]
\ No newline at end of file
packages/contracts-bedrock/snapshots/storageLayout/Drippie.json
View file @
e13439b0
...
@@ -11,6 +11,6 @@
...
@@ -11,6 +11,6 @@
"label"
:
"mapping(string => struct Drippie.DripState)"
,
"label"
:
"mapping(string => struct Drippie.DripState)"
,
"offset"
:
0
,
"offset"
:
0
,
"slot"
:
"1"
,
"slot"
:
"1"
,
"type"
:
"t_mapping(t_string_memory_ptr,t_struct(DripState)89
080
_storage)"
"type"
:
"t_mapping(t_string_memory_ptr,t_struct(DripState)89
118
_storage)"
}
}
]
]
\ No newline at end of file
packages/contracts-bedrock/snapshots/storageLayout/EAS.json
View file @
e13439b0
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
"label"
:
"mapping(bytes32 => struct Attestation)"
,
"label"
:
"mapping(bytes32 => struct Attestation)"
,
"offset"
:
0
,
"offset"
:
0
,
"slot"
:
"50"
,
"slot"
:
"50"
,
"type"
:
"t_mapping(t_bytes32,t_struct(Attestation)55
167
_storage)"
"type"
:
"t_mapping(t_bytes32,t_struct(Attestation)55
326
_storage)"
},
},
{
{
"bytes"
:
"32"
,
"bytes"
:
"32"
,
...
...
packages/contracts-bedrock/snapshots/storageLayout/Faucet.json
View file @
e13439b0
...
@@ -4,14 +4,14 @@
...
@@ -4,14 +4,14 @@
"label"
:
"mapping(contract IFaucetAuthModule => struct Faucet.ModuleConfig)"
,
"label"
:
"mapping(contract IFaucetAuthModule => struct Faucet.ModuleConfig)"
,
"offset"
:
0
,
"offset"
:
0
,
"slot"
:
"0"
,
"slot"
:
"0"
,
"type"
:
"t_mapping(t_contract(IFaucetAuthModule)900
01,t_struct(ModuleConfig)89678
_storage)"
"type"
:
"t_mapping(t_contract(IFaucetAuthModule)900
39,t_struct(ModuleConfig)89716
_storage)"
},
},
{
{
"bytes"
:
"32"
,
"bytes"
:
"32"
,
"label"
:
"mapping(contract IFaucetAuthModule => mapping(bytes32 => uint256))"
,
"label"
:
"mapping(contract IFaucetAuthModule => mapping(bytes32 => uint256))"
,
"offset"
:
0
,
"offset"
:
0
,
"slot"
:
"1"
,
"slot"
:
"1"
,
"type"
:
"t_mapping(t_contract(IFaucetAuthModule)900
01
,t_mapping(t_bytes32,t_uint256))"
"type"
:
"t_mapping(t_contract(IFaucetAuthModule)900
39
,t_mapping(t_bytes32,t_uint256))"
},
},
{
{
"bytes"
:
"32"
,
"bytes"
:
"32"
,
...
...
packages/contracts-bedrock/snapshots/storageLayout/FaultDisputeGame.json
View file @
e13439b0
...
@@ -4,49 +4,49 @@
...
@@ -4,49 +4,49 @@
"label"
:
"Timestamp"
,
"label"
:
"Timestamp"
,
"offset"
:
0
,
"offset"
:
0
,
"slot"
:
"0"
,
"slot"
:
"0"
,
"type"
:
"t_userDefinedValueType(Timestamp)
86029
"
"type"
:
"t_userDefinedValueType(Timestamp)
75257
"
},
},
{
{
"bytes"
:
"1"
,
"bytes"
:
"1"
,
"label"
:
"enum GameStatus"
,
"label"
:
"enum GameStatus"
,
"offset"
:
8
,
"offset"
:
8
,
"slot"
:
"0"
,
"slot"
:
"0"
,
"type"
:
"t_enum(GameStatus)
86045
"
"type"
:
"t_enum(GameStatus)
75273
"
},
},
{
{
"bytes"
:
"20"
,
"bytes"
:
"20"
,
"label"
:
"contract IBondManager"
,
"label"
:
"contract IBondManager"
,
"offset"
:
9
,
"offset"
:
9
,
"slot"
:
"0"
,
"slot"
:
"0"
,
"type"
:
"t_contract(IBondManager)
83636
"
"type"
:
"t_contract(IBondManager)
73057
"
},
},
{
{
"bytes"
:
"32"
,
"bytes"
:
"32"
,
"label"
:
"Hash"
,
"label"
:
"Hash"
,
"offset"
:
0
,
"offset"
:
0
,
"slot"
:
"1"
,
"slot"
:
"1"
,
"type"
:
"t_userDefinedValueType(Hash)
86021
"
"type"
:
"t_userDefinedValueType(Hash)
75249
"
},
},
{
{
"bytes"
:
"32"
,
"bytes"
:
"32"
,
"label"
:
"struct IFaultDisputeGame.ClaimData[]"
,
"label"
:
"struct IFaultDisputeGame.ClaimData[]"
,
"offset"
:
0
,
"offset"
:
0
,
"slot"
:
"2"
,
"slot"
:
"2"
,
"type"
:
"t_array(t_struct(ClaimData)
83850
_storage)dyn_storage"
"type"
:
"t_array(t_struct(ClaimData)
73271
_storage)dyn_storage"
},
},
{
{
"bytes"
:
"128"
,
"bytes"
:
"128"
,
"label"
:
"struct IFaultDisputeGame.OutputProposals"
,
"label"
:
"struct IFaultDisputeGame.OutputProposals"
,
"offset"
:
0
,
"offset"
:
0
,
"slot"
:
"3"
,
"slot"
:
"3"
,
"type"
:
"t_struct(OutputProposals)
83865
_storage"
"type"
:
"t_struct(OutputProposals)
73286
_storage"
},
},
{
{
"bytes"
:
"32"
,
"bytes"
:
"32"
,
"label"
:
"mapping(ClaimHash => bool)"
,
"label"
:
"mapping(ClaimHash => bool)"
,
"offset"
:
0
,
"offset"
:
0
,
"slot"
:
"7"
,
"slot"
:
"7"
,
"type"
:
"t_mapping(t_userDefinedValueType(ClaimHash)
86025
,t_bool)"
"type"
:
"t_mapping(t_userDefinedValueType(ClaimHash)
75253
,t_bool)"
},
},
{
{
"bytes"
:
"32"
,
"bytes"
:
"32"
,
...
...
packages/contracts-bedrock/snapshots/storageLayout/GovernanceToken.json
View file @
e13439b0
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
"label"
:
"mapping(address => struct Counters.Counter)"
,
"label"
:
"mapping(address => struct Counters.Counter)"
,
"offset"
:
0
,
"offset"
:
0
,
"slot"
:
"5"
,
"slot"
:
"5"
,
"type"
:
"t_mapping(t_address,t_struct(Counter)
51095
_storage)"
"type"
:
"t_mapping(t_address,t_struct(Counter)
49118
_storage)"
},
},
{
{
"bytes"
:
"32"
,
"bytes"
:
"32"
,
...
@@ -60,14 +60,14 @@
...
@@ -60,14 +60,14 @@
"label"
:
"mapping(address => struct ERC20Votes.Checkpoint[])"
,
"label"
:
"mapping(address => struct ERC20Votes.Checkpoint[])"
,
"offset"
:
0
,
"offset"
:
0
,
"slot"
:
"8"
,
"slot"
:
"8"
,
"type"
:
"t_mapping(t_address,t_array(t_struct(Checkpoint)4
8241
_storage)dyn_storage)"
"type"
:
"t_mapping(t_address,t_array(t_struct(Checkpoint)4
6264
_storage)dyn_storage)"
},
},
{
{
"bytes"
:
"32"
,
"bytes"
:
"32"
,
"label"
:
"struct ERC20Votes.Checkpoint[]"
,
"label"
:
"struct ERC20Votes.Checkpoint[]"
,
"offset"
:
0
,
"offset"
:
0
,
"slot"
:
"9"
,
"slot"
:
"9"
,
"type"
:
"t_array(t_struct(Checkpoint)4
8241
_storage)dyn_storage"
"type"
:
"t_array(t_struct(Checkpoint)4
6264
_storage)dyn_storage"
},
},
{
{
"bytes"
:
"20"
,
"bytes"
:
"20"
,
...
...
packages/contracts-bedrock/snapshots/storageLayout/L2OutputOracle.json
View file @
e13439b0
...
@@ -32,6 +32,6 @@
...
@@ -32,6 +32,6 @@
"label"
:
"struct Types.OutputProposal[]"
,
"label"
:
"struct Types.OutputProposal[]"
,
"offset"
:
0
,
"offset"
:
0
,
"slot"
:
"3"
,
"slot"
:
"3"
,
"type"
:
"t_array(t_struct(OutputProposal)
86894
_storage)dyn_storage"
"type"
:
"t_array(t_struct(OutputProposal)
76122
_storage)dyn_storage"
}
}
]
]
\ No newline at end of file
packages/contracts-bedrock/snapshots/storageLayout/OptimismPortal.json
View file @
e13439b0
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
"label"
:
"struct ResourceMetering.ResourceParams"
,
"label"
:
"struct ResourceMetering.ResourceParams"
,
"offset"
:
0
,
"offset"
:
0
,
"slot"
:
"1"
,
"slot"
:
"1"
,
"type"
:
"t_struct(ResourceParams)
7599
3_storage"
"type"
:
"t_struct(ResourceParams)
6622
3_storage"
},
},
{
{
"bytes"
:
"1536"
,
"bytes"
:
"1536"
,
...
@@ -46,7 +46,7 @@
...
@@ -46,7 +46,7 @@
"label"
:
"mapping(bytes32 => struct OptimismPortal.ProvenWithdrawal)"
,
"label"
:
"mapping(bytes32 => struct OptimismPortal.ProvenWithdrawal)"
,
"offset"
:
0
,
"offset"
:
0
,
"slot"
:
"52"
,
"slot"
:
"52"
,
"type"
:
"t_mapping(t_bytes32,t_struct(ProvenWithdrawal)
7505
3_storage)"
"type"
:
"t_mapping(t_bytes32,t_struct(ProvenWithdrawal)
6528
3_storage)"
},
},
{
{
"bytes"
:
"1"
,
"bytes"
:
"1"
,
...
...
packages/contracts-bedrock/snapshots/storageLayout/ProxyAdmin.json
View file @
e13439b0
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
"label"
:
"mapping(address => enum ProxyAdmin.ProxyType)"
,
"label"
:
"mapping(address => enum ProxyAdmin.ProxyType)"
,
"offset"
:
0
,
"offset"
:
0
,
"slot"
:
"1"
,
"slot"
:
"1"
,
"type"
:
"t_mapping(t_address,t_enum(ProxyType)
92990
)"
"type"
:
"t_mapping(t_address,t_enum(ProxyType)
79943
)"
},
},
{
{
"bytes"
:
"32"
,
"bytes"
:
"32"
,
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
"label"
:
"contract AddressManager"
,
"label"
:
"contract AddressManager"
,
"offset"
:
0
,
"offset"
:
0
,
"slot"
:
"3"
,
"slot"
:
"3"
,
"type"
:
"t_contract(AddressManager)
84528
"
"type"
:
"t_contract(AddressManager)
73949
"
},
},
{
{
"bytes"
:
"1"
,
"bytes"
:
"1"
,
...
...
packages/contracts-bedrock/snapshots/storageLayout/ResolvedDelegateProxy.json
View file @
e13439b0
...
@@ -11,6 +11,6 @@
...
@@ -11,6 +11,6 @@
"label"
:
"mapping(address => contract AddressManager)"
,
"label"
:
"mapping(address => contract AddressManager)"
,
"offset"
:
0
,
"offset"
:
0
,
"slot"
:
"1"
,
"slot"
:
"1"
,
"type"
:
"t_mapping(t_address,t_contract(AddressManager)
84528
)"
"type"
:
"t_mapping(t_address,t_contract(AddressManager)
73949
)"
}
}
]
]
\ No newline at end of file
packages/contracts-bedrock/snapshots/storageLayout/SchemaRegistry.json
View file @
e13439b0
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
"label"
:
"mapping(bytes32 => struct SchemaRecord)"
,
"label"
:
"mapping(bytes32 => struct SchemaRecord)"
,
"offset"
:
0
,
"offset"
:
0
,
"slot"
:
"0"
,
"slot"
:
"0"
,
"type"
:
"t_mapping(t_bytes32,t_struct(SchemaRecord)57
547
_storage)"
"type"
:
"t_mapping(t_bytes32,t_struct(SchemaRecord)57
706
_storage)"
},
},
{
{
"bytes"
:
"1568"
,
"bytes"
:
"1568"
,
...
...
packages/contracts-bedrock/snapshots/storageLayout/SuperchainConfig.json
0 → 100644
View file @
e13439b0
[
{
"bytes"
:
"1"
,
"label"
:
"uint8"
,
"offset"
:
0
,
"slot"
:
"0"
,
"type"
:
"t_uint8"
},
{
"bytes"
:
"1"
,
"label"
:
"bool"
,
"offset"
:
1
,
"slot"
:
"0"
,
"type"
:
"t_bool"
}
]
\ No newline at end of file
packages/contracts-bedrock/snapshots/storageLayout/SystemConfig.json
View file @
e13439b0
...
@@ -67,6 +67,6 @@
...
@@ -67,6 +67,6 @@
"label"
:
"struct ResourceMetering.ResourceConfig"
,
"label"
:
"struct ResourceMetering.ResourceConfig"
,
"offset"
:
0
,
"offset"
:
0
,
"slot"
:
"105"
,
"slot"
:
"105"
,
"type"
:
"t_struct(ResourceConfig)
7600
6_storage"
"type"
:
"t_struct(ResourceConfig)
6623
6_storage"
}
}
]
]
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment