File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- import FlowToken from 0x0ae53cb6e3f42a79
2- import FungibleToken from 0xee82856bf20e2aa6
1+ import FlowToken from 0x{{. Contracts . FlowToken }}
2+ import FungibleToken from 0x{{. Contracts . FungibleToken }}
33
44access (all ) struct AccountBalances {
55 access (all ) let default_balance : UFix64
Original file line number Diff line number Diff line change 22// restored then it's a bridge to cross at that time
33// import FlowColdStorageProxy from 0xProxy
44
5- import FlowToken from 0x0ae53cb6e3f42a79
6- import FungibleToken from 0xee82856bf20e2aa6
5+ import FlowToken from 0x{{. Contracts . FlowToken }}
6+ import FungibleToken from 0x{{. Contracts . FungibleToken }}
77
88access (all ) struct AccountBalances {
99 access (all ) let default_balance : UFix64
Original file line number Diff line number Diff line change 1- import FlowToken from 0x0ae53cb6e3f42a79
2- import FungibleToken from 0xee82856bf20e2aa6
1+ import FlowToken from 0x{{. Contracts . FlowToken }}
2+ import FungibleToken from 0x{{. Contracts . FungibleToken }}
33
44transaction (receiver : Address , amount : UFix64 ) {
55
You can’t perform that action at this time.
0 commit comments