Skip to content

Commit

Permalink
update comment and signer name
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuahannan committed Sep 23, 2024
1 parent a889bd7 commit e627aaa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions contracts/USDCFlow.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ import "Burner"
import "ViewResolver"
import "FlowEVMBridgeHandlerInterfaces"

/// After the Crescendo migration, the `USDCFlow` smart contract
/// will integrate directly with the Flow VM bridge to become
/// the bridged version of Flow EVM USDC. These tokens will be backed
/// by real USDC via Flow EVM.
/// The `USDCFlow` smart contract is integrated directly
/// with the Flow VM bridge as the bridged version of Flow EVM USDC
/// which is itself the bridged version of official USDC from Ethereum Mainnet.
/// This is not the official Circle USDC, only a bridged version
/// that is still backed by official USDC on the other side of the bridge
Expand Down
4 changes: 2 additions & 2 deletions flow.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"location": "./mainnet-test.pkey"
}
},
"mainnet-usdc-josh": {
"mainnet-usdc-kms": {
"address": "f1ab99c82dee3526",
"key": {
"type": "google-kms",
Expand Down Expand Up @@ -161,7 +161,7 @@
},
"deployments": {
"mainnet": {
"mainnet-usdc-josh": [
"mainnet-usdc-kms": [
"USDCFlow"
]
},
Expand Down

0 comments on commit e627aaa

Please sign in to comment.