Skip to content

Commit

Permalink
fix admin to ghostnet current one
Browse files Browse the repository at this point in the history
  • Loading branch information
zamrokk committed Jun 21, 2023
1 parent 36694d8 commit fbaa66a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions contract/test/fa12_ctez_storage.mligo
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
tokens = ( Big_map.literal [("tz1KkeNrP9YeL4NzU9ha5yuvxv8NYpWNd2LY" : address), 1000000000000000000n] :
tokens = ( Big_map.literal [("tz1cxZNE811exSe9Z99wYJwqHEnpRWbQswDN" : address), 1000000000000000000n] :
(address, nat) big_map) ;
allowances = (Big_map.empty : allowances) ;
admin = ("tz1KkeNrP9YeL4NzU9ha5yuvxv8NYpWNd2LY" : address) ;
admin = ("tz1cxZNE811exSe9Z99wYJwqHEnpRWbQswDN" : address) ;
total_supply = 1000000000000000000n ;
metadata = ( Big_map.literal [("", (0x697066733a2f2f516d62426663684b755a3153324a4e5052506a456a444c74637879666270616e6e4a617a34487764715552425262:bytes))] :
contract_metadata) ;
Expand Down
4 changes: 2 additions & 2 deletions contract/test/fa12_kusd_storage.mligo
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
tokens = ( Big_map.literal [("tz1KkeNrP9YeL4NzU9ha5yuvxv8NYpWNd2LY" : address), 1000000000000000000000000000000n] :
tokens = ( Big_map.literal [("tz1cxZNE811exSe9Z99wYJwqHEnpRWbQswDN" : address), 1000000000000000000000000000000n] :
(address, nat) big_map) ;
allowances = (Big_map.empty : allowances) ;
admin = ("tz1KkeNrP9YeL4NzU9ha5yuvxv8NYpWNd2LY" : address) ;
admin = ("tz1cxZNE811exSe9Z99wYJwqHEnpRWbQswDN" : address) ;
total_supply = 1000000000000000000000000000000n ;
metadata = ( Big_map.literal [("", (0x74657a6f732d73746f726167653a64617461:bytes)); ("data", (0x7b20226e616d65223a20224b6f6c6962726920546f6b656e20436f6e7472616374222c20226465736372697074696f6e223a20224641312e3220496d706c656d656e746174696f6e206f66206b555344222c2022617574686f7273223a205b22486f766572204c616273203c68656c6c6f40686f7665722e656e67696e656572696e673e225d2c2022686f6d6570616765223a20202268747470733a2f2f6b6f6c696272692e66696e616e6365222c2022696e7465726661636573223a205b2022545a49502d3030372d323032312d30312d3239225d207d:bytes)) ] :
contract_metadata) ;
Expand Down
2 changes: 1 addition & 1 deletion contract/test/fa2_EURL_storage.jsligo
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
operators : Big_map.empty as big_map<[address, address], set<nat>> ,
ledger : ( Big_map.literal( list([
[ ["tz1KkeNrP9YeL4NzU9ha5yuvxv8NYpWNd2LY" as address, 0 as nat] , (1000000000000000000 as nat)]])
[ ["tz1cxZNE811exSe9Z99wYJwqHEnpRWbQswDN" as address, 0 as nat] , (1000000000000000000 as nat)]])
) as big_map<[address,nat],nat> ),
token_metadata : ( Big_map.literal ( list([
[ (0 as nat) ,
Expand Down
2 changes: 1 addition & 1 deletion contract/test/fa2_USDt_storage.jsligo
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
operators : Big_map.empty as big_map<[address, address], set<nat>> ,
ledger : ( Big_map.literal( list([
[ ["tz1KkeNrP9YeL4NzU9ha5yuvxv8NYpWNd2LY" as address, 0 as nat] , (1000000000000000000000000 as nat)]])
[ ["tz1cxZNE811exSe9Z99wYJwqHEnpRWbQswDN" as address, 0 as nat] , (1000000000000000000000000 as nat)]])
) as big_map<[address,nat],nat> ),
token_metadata : ( Big_map.literal ( list([
[ (0 as nat) ,
Expand Down
2 changes: 1 addition & 1 deletion contract/test/fa2_uUSD_storage.jsligo
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
operators : Big_map.empty as big_map<[address, address], set<nat>> ,
ledger : ( Big_map.literal( list([
[ ["tz1KkeNrP9YeL4NzU9ha5yuvxv8NYpWNd2LY" as address, 0 as nat] , (1000000000000000000000000 as nat)]])
[ ["tz1cxZNE811exSe9Z99wYJwqHEnpRWbQswDN" as address, 0 as nat] , (1000000000000000000000000 as nat)]])
) as big_map<[address,nat],nat> ),
token_metadata : ( Big_map.literal ( list([
[ (0 as nat) ,
Expand Down

0 comments on commit fbaa66a

Please sign in to comment.