@flowtyio/flow-contracts 0.1.0 → 0.1.1

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.
package/flow.json CHANGED
@@ -508,6 +508,102 @@
508
508
  "testnet": "0x83231f90a288bc35",
509
509
  "mainnet": "0x707c0b39a8d689cb"
510
510
  }
511
+ },
512
+ "EVM": {
513
+ "source": "./contracts/evm/EVM.cdc",
514
+ "aliases": {
515
+ "emulator": "0xf8d6e0586b0a20c7",
516
+ "testnet": "0x8c5303eaa26202d6",
517
+ "mainnet": "0xe467b9dd11fa00df"
518
+ }
519
+ },
520
+ "FlowEVMBridgeConfig": {
521
+ "source": "./contracts/evm/FlowEVMBridgeConfig.cdc",
522
+ "aliases": {
523
+ "emulator": "0xf8d6e0586b0a20c7",
524
+ "mainnet": "0x1e4aa0b87d10b141",
525
+ "testnet": "0xdfc20aee650fcbdf"
526
+ }
527
+ },
528
+ "FlowEVMBridgeHandlerInterfaces": {
529
+ "source": "./contracts/evm/FlowEVMBridgeHandlerInterfaces.cdc",
530
+ "aliases": {
531
+ "emulator": "0xf8d6e0586b0a20c7",
532
+ "mainnet": "0x1e4aa0b87d10b141",
533
+ "testnet": "0xdfc20aee650fcbdf"
534
+ }
535
+ },
536
+ "FlowEVMBridgeHandlers": {
537
+ "source": "./contracts/evm/FlowEVMBridgeHandlers.cdc",
538
+ "aliases": {
539
+ "emulator": "0xf8d6e0586b0a20c7",
540
+ "mainnet": "0x1e4aa0b87d10b141",
541
+ "testnet": "0xdfc20aee650fcbdf"
542
+ }
543
+ },
544
+ "IBridgePermissions": {
545
+ "source": "./contracts/evm/IBridgePermissions.cdc",
546
+ "aliases": {
547
+ "emulator": "0xf8d6e0586b0a20c7",
548
+ "mainnet": "0x1e4aa0b87d10b141",
549
+ "testnet": "0xdfc20aee650fcbdf"
550
+ }
551
+ },
552
+ "Serialize": {
553
+ "source": "./contracts/evm/Serialize.cdc",
554
+ "aliases": {
555
+ "emulator": "0xf8d6e0586b0a20c7",
556
+ "mainnet": "0x1e4aa0b87d10b141",
557
+ "testnet": "0xdfc20aee650fcbdf"
558
+ }
559
+ },
560
+ "SerializeMetadata": {
561
+ "source": "./contracts/evm/SerializeMetadata.cdc",
562
+ "aliases": {
563
+ "emulator": "0xf8d6e0586b0a20c7",
564
+ "mainnet": "0x1e4aa0b87d10b141",
565
+ "testnet": "0xdfc20aee650fcbdf"
566
+ }
567
+ },
568
+ "ICrossVM": {
569
+ "source": "./contracts/evm/ICrossVM.cdc",
570
+ "aliases": {
571
+ "emulator": "0xf8d6e0586b0a20c7",
572
+ "mainnet": "0x1e4aa0b87d10b141",
573
+ "testnet": "0xdfc20aee650fcbdf"
574
+ }
575
+ },
576
+ "ICrossVMAsset": {
577
+ "source": "./contracts/evm/ICrossVMAsset.cdc",
578
+ "aliases": {
579
+ "emulator": "0xf8d6e0586b0a20c7",
580
+ "mainnet": "0x1e4aa0b87d10b141",
581
+ "testnet": "0xdfc20aee650fcbdf"
582
+ }
583
+ },
584
+ "CrossVMNFT": {
585
+ "source": "./contracts/evm/CrossVMNFT.cdc",
586
+ "aliases": {
587
+ "emulator": "0xf8d6e0586b0a20c7",
588
+ "mainnet": "0x1e4aa0b87d10b141",
589
+ "testnet": "0xdfc20aee650fcbdf"
590
+ }
591
+ },
592
+ "FlowEVMBridgeUtils": {
593
+ "source": "./contracts/evm/FlowEVMBridgeUtils.cdc",
594
+ "aliases": {
595
+ "emulator": "0xf8d6e0586b0a20c7",
596
+ "mainnet": "0x1e4aa0b87d10b141",
597
+ "testnet": "0xdfc20aee650fcbdf"
598
+ }
599
+ },
600
+ "USDCFlow": {
601
+ "source": "./contracts/tokens/USDCFlow.cdc",
602
+ "aliases": {
603
+ "emulator": "0xf8d6e0586b0a20c7",
604
+ "testnet": "0x64adf39cbc354fcb",
605
+ "mainnet": "0xf1ab99c82dee3526"
606
+ }
511
607
  }
512
608
  },
513
609
  "deployments": {
@@ -550,7 +646,8 @@
550
646
  "FTReceiverFactory",
551
647
  "NFTCollectionPublicFactory",
552
648
  "NFTProviderAndCollectionFactory",
553
- "NFTProviderFactory"
649
+ "NFTProviderFactory",
650
+ "USDCFlow"
554
651
  ],
555
652
  "emulator-ft": [
556
653
  "FungibleToken",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowtyio/flow-contracts",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "main": "index.json",
5
5
  "description": "An NPM package for common flow contracts",
6
6
  "author": "flowtyio",